From 18a84e2ac3d8228d59204e7221107d92fb9a5eaa Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 27 Aug 2023 22:56:16 -0400 Subject: [PATCH] chore: generate --- src/grammar.json | 479 +- src/node-types.json | 38 +- src/parser.c | 207896 +++++++++++++++++++++-------------------- 3 files changed, 108964 insertions(+), 99449 deletions(-) diff --git a/src/grammar.json b/src/grammar.json index 5d42bf0a..78460e6c 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" } ] } @@ -1748,60 +1748,69 @@ } }, { - "type": "REPEAT", - "content": { - "type": "FIELD", - "name": "argument", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_literal" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_bare_dollar" - }, - "named": false, - "value": "$" - }, - { - "type": "SEQ", + "type": "CHOICE", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "FIELD", + "name": "argument", + "content": { + "type": "CHOICE", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "=~" - }, - { - "type": "STRING", - "value": "==" - } - ] + "type": "SYMBOL", + "name": "_literal" }, { - "type": "CHOICE", + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_bare_dollar" + }, + "named": false, + "value": "$" + }, + { + "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "_literal" + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "=~" + }, + { + "type": "STRING", + "value": "==" + } + ] }, { - "type": "SYMBOL", - "name": "regex" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_literal" + }, + { + "type": "SYMBOL", + "name": "regex" + } + ] } ] } ] } - ] + } + }, + { + "type": "SYMBOL", + "name": "subshell" } - } + ] } ] } @@ -2071,20 +2080,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 +2104,24 @@ "name": "file_redirect" } } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_heredoc_expression" + }, + { + "type": "BLANK" + } + ] } ] + }, + { + "type": "SYMBOL", + "name": "_heredoc_expression" } ] }, @@ -2146,6 +2171,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 +2487,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 +2542,6 @@ "type": "STRING", "value": "==" }, - { - "type": "STRING", - "value": "=~" - }, { "type": "STRING", "value": "!=" @@ -2468,13 +2553,8 @@ "type": "FIELD", "name": "right", "content": { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_regex_no_space" - }, - "named": true, - "value": "regex" + "type": "SYMBOL", + "name": "_extglob_blob" } } ] @@ -4086,8 +4166,17 @@ { "type": "ALIAS", "content": { - "type": "PATTERN", - "value": "[\\s]+[\\w]*" + "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,40 @@ "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": "SYMBOL", + "name": "command_substitution" + }, + { + "type": "PATTERN", + "value": "\\n" + } + ] }, { - "type": "PATTERN", - "value": "\\n" + "type": "BLANK" } ] }, @@ -4528,6 +4660,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 +4735,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 +4872,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 +4926,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": [ @@ -4982,6 +5255,10 @@ [ "redirected_statement", "command_substitution" + ], + [ + "function_definition", + "command_name" ] ], "precedences": [], @@ -5038,6 +5315,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..78727bac 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 @@ -849,6 +857,10 @@ "multiple": true, "required": false, "types": [ + { + "type": "subshell", + "named": true + }, { "type": "variable_assignment", "named": true @@ -1344,6 +1356,20 @@ } ] }, + "operator": { + "multiple": false, + "required": false, + "types": [ + { + "type": "&&", + "named": false + }, + { + "type": "||", + "named": false + } + ] + }, "redirect": { "multiple": true, "required": false, @@ -1353,6 +1379,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..930ae8c7 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 4803 +#define LARGE_STATE_COUNT 420 +#define SYMBOL_COUNT 268 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 169 -#define EXTERNAL_TOKEN_COUNT 25 +#define TOKEN_COUNT 170 +#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, @@ -143,30 +143,30 @@ enum ts_symbol_identifiers { anon_sym_COLON_PLUS = 116, anon_sym_QMARK2 = 117, anon_sym_COLON_QMARK = 118, - aux_sym__expansion_expression_token1 = 119, - anon_sym_PERCENT_PERCENT = 120, - aux_sym__expansion_regex_token1 = 121, - anon_sym_SLASH_SLASH = 122, - anon_sym_SLASH_POUND = 123, - anon_sym_SLASH_PERCENT = 124, - anon_sym_COMMA_COMMA = 125, - anon_sym_CARET_CARET = 126, - anon_sym_U = 127, - anon_sym_u = 128, - anon_sym_L = 129, - anon_sym_Q = 130, - anon_sym_E = 131, - anon_sym_P = 132, - anon_sym_A = 133, - anon_sym_K = 134, - anon_sym_a = 135, - anon_sym_k = 136, - anon_sym_DOLLAR_LPAREN = 137, - anon_sym_BQUOTE = 138, - anon_sym_DOLLAR_BQUOTE = 139, - anon_sym_LT_LPAREN = 140, - anon_sym_GT_LPAREN = 141, - sym_comment = 142, + anon_sym_PERCENT_PERCENT = 119, + aux_sym__expansion_regex_token1 = 120, + anon_sym_SLASH_SLASH = 121, + anon_sym_SLASH_POUND = 122, + anon_sym_SLASH_PERCENT = 123, + anon_sym_COMMA_COMMA = 124, + anon_sym_CARET_CARET = 125, + anon_sym_U = 126, + anon_sym_u = 127, + anon_sym_L = 128, + anon_sym_Q = 129, + anon_sym_E = 130, + anon_sym_P = 131, + anon_sym_A = 132, + anon_sym_K = 133, + anon_sym_a = 134, + anon_sym_k = 135, + anon_sym_DOLLAR_LPAREN = 136, + anon_sym_BQUOTE = 137, + anon_sym_DOLLAR_BQUOTE = 138, + anon_sym_LT_LPAREN = 139, + anon_sym_GT_LPAREN = 140, + sym_comment = 141, + sym__expansion_word = 142, sym__comment_word = 143, aux_sym__simple_variable_name_token1 = 144, aux_sym__multiline_variable_name_token1 = 145, @@ -186,109 +186,112 @@ enum ts_symbol_identifiers { 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__word_in_replacement = 162, + sym_extglob_pattern = 163, + sym__bare_dollar = 164, + sym__brace_start = 165, + sym__immediate_double_hash = 166, + sym__external_expansion_sym_hash = 167, + sym__external_expansion_sym_bang = 168, + sym__external_expansion_sym_equal = 169, + sym_program = 170, + sym__statements = 171, + aux_sym__terminated_statement = 172, + sym_redirected_statement = 173, + sym_for_statement = 174, + sym_c_style_for_statement = 175, + sym__for_body = 176, + sym__c_expression = 177, + sym__c_expression_not_assignment = 178, + sym__c_variable_assignment = 179, + sym__c_unary_expression = 180, + sym__c_binary_expression = 181, + sym__c_postfix_expression = 182, + sym__c_parenthesized_expression = 183, + sym_while_statement = 184, + sym_do_group = 185, + sym_if_statement = 186, + sym_elif_clause = 187, + sym_else_clause = 188, + sym_case_statement = 189, + sym_case_item = 190, + sym_last_case_item = 191, + sym_function_definition = 192, + sym_compound_statement = 193, + sym_subshell = 194, + sym_pipeline = 195, + sym_list = 196, + sym_negated_command = 197, + sym_test_command = 198, + sym_declaration_command = 199, + sym_unset_command = 200, + sym_command = 201, + sym_command_name = 202, + sym_variable_assignment = 203, + sym_variable_assignments = 204, + sym_subscript = 205, + sym_file_redirect = 206, + sym_heredoc_redirect = 207, + sym__heredoc_pipeline = 208, + sym__heredoc_expression = 209, + sym__heredoc_body = 210, + sym_heredoc_body = 211, + sym__simple_heredoc_body = 212, + sym_herestring_redirect = 213, + sym__expression = 214, + sym_binary_expression = 215, + sym_ternary_expression = 216, + sym_unary_expression = 217, + sym_postfix_expression = 218, + sym_parenthesized_expression = 219, + sym_arithmetic_expansion = 220, + sym_brace_expression = 221, + sym__arithmetic_expression = 222, + sym__arithmetic_literal = 223, + sym__arithmetic_binary_expression = 224, + sym__arithmetic_ternary_expression = 225, + sym__arithmetic_unary_expression = 226, + sym__arithmetic_postfix_expression = 227, + sym__arithmetic_parenthesized_expression = 228, + sym_concatenation = 229, + sym_string = 230, + sym_translated_string = 231, + sym_array = 232, + sym_number = 233, + sym_simple_expansion = 234, + sym_expansion = 235, + sym__expansion_body = 236, + sym__expansion_expression = 237, + sym__expansion_regex = 238, + sym__expansion_regex_replacement = 239, + sym__expansion_regex_removal = 240, + sym__expansion_max_length = 241, + sym__expansion_operator = 242, + sym__concatenation_in_expansion = 243, + sym_command_substitution = 244, + sym_process_substitution = 245, + sym__extglob_blob = 246, + sym__c_terminator = 247, + aux_sym__statements_repeat1 = 248, + aux_sym_redirected_statement_repeat1 = 249, + aux_sym_redirected_statement_repeat2 = 250, + aux_sym_for_statement_repeat1 = 251, + aux_sym__for_body_repeat1 = 252, + aux_sym_if_statement_repeat1 = 253, + aux_sym_case_statement_repeat1 = 254, + aux_sym_case_item_repeat1 = 255, + aux_sym_declaration_command_repeat1 = 256, + aux_sym_unset_command_repeat1 = 257, + aux_sym_command_repeat1 = 258, + aux_sym_command_repeat2 = 259, + aux_sym_variable_assignments_repeat1 = 260, + aux_sym_heredoc_body_repeat1 = 261, + aux_sym__literal_repeat1 = 262, + aux_sym_arithmetic_expansion_repeat1 = 263, + aux_sym_concatenation_repeat1 = 264, + aux_sym_string_repeat1 = 265, + aux_sym__expansion_body_repeat1 = 266, + aux_sym__concatenation_in_expansion_repeat1 = 267, }; static const char * const ts_symbol_names[] = { @@ -411,7 +414,6 @@ static const char * const ts_symbol_names[] = { [anon_sym_COLON_PLUS] = ":+", [anon_sym_QMARK2] = "\?", [anon_sym_COLON_QMARK] = ":\?", - [aux_sym__expansion_expression_token1] = "word", [anon_sym_PERCENT_PERCENT] = "%%", [aux_sym__expansion_regex_token1] = "regex", [anon_sym_SLASH_SLASH] = "//", @@ -435,6 +437,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 +457,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 +504,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 +541,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", @@ -679,7 +685,6 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_COLON_PLUS] = anon_sym_COLON_PLUS, [anon_sym_QMARK2] = anon_sym_QMARK, [anon_sym_COLON_QMARK] = anon_sym_COLON_QMARK, - [aux_sym__expansion_expression_token1] = sym_word, [anon_sym_PERCENT_PERCENT] = anon_sym_PERCENT_PERCENT, [aux_sym__expansion_regex_token1] = sym_regex, [anon_sym_SLASH_SLASH] = anon_sym_SLASH_SLASH, @@ -703,6 +708,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 +728,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 +775,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 +812,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, @@ -1304,10 +1313,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym__expansion_expression_token1] = { - .visible = true, - .named = true, - }, [anon_sym_PERCENT_PERCENT] = { .visible = true, .named = false, @@ -1400,6 +1405,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 +1485,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 +1673,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 +1822,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 +2012,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 +2210,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 +2482,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 +2518,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 +2561,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, - [3] = 3, - [4] = 2, - [5] = 3, - [6] = 3, - [7] = 2, + [3] = 2, + [4] = 4, + [5] = 4, + [6] = 2, + [7] = 4, [8] = 8, - [9] = 9, + [9] = 8, [10] = 8, - [11] = 9, - [12] = 8, - [13] = 13, - [14] = 13, - [15] = 9, - [16] = 13, - [17] = 9, + [11] = 11, + [12] = 11, + [13] = 11, + [14] = 14, + [15] = 14, + [16] = 14, + [17] = 11, [18] = 18, - [19] = 18, - [20] = 20, - [21] = 18, - [22] = 20, - [23] = 20, + [19] = 19, + [20] = 18, + [21] = 19, + [22] = 18, + [23] = 19, [24] = 24, [25] = 25, [26] = 26, @@ -2552,4545 +2610,4757 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [49] = 49, [50] = 50, [51] = 51, - [52] = 52, - [53] = 52, - [54] = 51, - [55] = 51, - [56] = 52, - [57] = 52, - [58] = 52, - [59] = 52, - [60] = 52, - [61] = 52, + [52] = 51, + [53] = 53, + [54] = 53, + [55] = 53, + [56] = 53, + [57] = 51, + [58] = 53, + [59] = 53, + [60] = 53, + [61] = 53, [62] = 62, [63] = 63, [64] = 64, - [65] = 62, - [66] = 31, - [67] = 31, - [68] = 63, + [65] = 65, + [66] = 66, + [67] = 63, + [68] = 62, [69] = 69, - [70] = 62, - [71] = 62, - [72] = 72, - [73] = 73, - [74] = 64, - [75] = 62, - [76] = 76, - [77] = 63, - [78] = 63, - [79] = 64, - [80] = 73, - [81] = 73, - [82] = 82, + [70] = 70, + [71] = 65, + [72] = 63, + [73] = 62, + [74] = 69, + [75] = 65, + [76] = 63, + [77] = 77, + [78] = 62, + [79] = 69, + [80] = 69, + [81] = 65, + [82] = 65, [83] = 63, - [84] = 64, - [85] = 64, - [86] = 63, - [87] = 73, - [88] = 64, - [89] = 62, - [90] = 63, - [91] = 73, - [92] = 64, - [93] = 62, - [94] = 63, - [95] = 62, - [96] = 73, - [97] = 64, - [98] = 62, - [99] = 64, - [100] = 63, - [101] = 73, - [102] = 64, - [103] = 73, - [104] = 62, - [105] = 63, - [106] = 73, - [107] = 64, - [108] = 62, - [109] = 63, - [110] = 64, - [111] = 64, - [112] = 73, - [113] = 62, - [114] = 64, - [115] = 62, - [116] = 63, - [117] = 73, - [118] = 73, - [119] = 64, - [120] = 62, - [121] = 63, - [122] = 62, + [84] = 65, + [85] = 69, + [86] = 86, + [87] = 64, + [88] = 65, + [89] = 63, + [90] = 62, + [91] = 69, + [92] = 63, + [93] = 66, + [94] = 65, + [95] = 63, + [96] = 62, + [97] = 70, + [98] = 69, + [99] = 62, + [100] = 65, + [101] = 63, + [102] = 62, + [103] = 69, + [104] = 65, + [105] = 65, + [106] = 63, + [107] = 62, + [108] = 69, + [109] = 65, + [110] = 63, + [111] = 62, + [112] = 69, + [113] = 77, + [114] = 114, + [115] = 65, + [116] = 29, + [117] = 63, + [118] = 62, + [119] = 119, + [120] = 69, + [121] = 69, + [122] = 65, [123] = 63, - [124] = 73, - [125] = 73, - [126] = 63, - [127] = 64, + [124] = 62, + [125] = 69, + [126] = 65, + [127] = 86, [128] = 63, [129] = 62, - [130] = 63, + [130] = 69, [131] = 62, [132] = 62, - [133] = 73, - [134] = 64, - [135] = 73, - [136] = 64, - [137] = 62, - [138] = 63, - [139] = 64, - [140] = 64, - [141] = 62, - [142] = 64, - [143] = 73, - [144] = 64, - [145] = 145, - [146] = 62, - [147] = 73, - [148] = 148, + [133] = 65, + [134] = 63, + [135] = 62, + [136] = 69, + [137] = 137, + [138] = 138, + [139] = 63, + [140] = 65, + [141] = 63, + [142] = 62, + [143] = 65, + [144] = 69, + [145] = 69, + [146] = 65, + [147] = 64, + [148] = 65, [149] = 63, - [150] = 150, - [151] = 64, - [152] = 73, - [153] = 62, - [154] = 145, - [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, - [172] = 64, - [173] = 62, - [174] = 174, - [175] = 62, - [176] = 73, - [177] = 63, - [178] = 64, - [179] = 62, - [180] = 161, + [150] = 63, + [151] = 62, + [152] = 62, + [153] = 69, + [154] = 62, + [155] = 63, + [156] = 65, + [157] = 69, + [158] = 69, + [159] = 62, + [160] = 65, + [161] = 66, + [162] = 63, + [163] = 65, + [164] = 63, + [165] = 62, + [166] = 69, + [167] = 63, + [168] = 65, + [169] = 69, + [170] = 62, + [171] = 69, + [172] = 65, + [173] = 63, + [174] = 62, + [175] = 65, + [176] = 86, + [177] = 69, + [178] = 65, + [179] = 63, + [180] = 69, [181] = 62, - [182] = 148, + [182] = 182, [183] = 62, - [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, + [184] = 77, + [185] = 65, + [186] = 63, + [187] = 65, + [188] = 63, + [189] = 63, + [190] = 69, + [191] = 62, + [192] = 62, + [193] = 62, + [194] = 63, + [195] = 65, + [196] = 65, [197] = 63, - [198] = 76, - [199] = 64, - [200] = 62, - [201] = 150, - [202] = 73, - [203] = 64, - [204] = 161, - [205] = 63, - [206] = 64, - [207] = 73, - [208] = 62, - [209] = 64, - [210] = 73, - [211] = 73, - [212] = 73, - [213] = 82, - [214] = 63, - [215] = 145, - [216] = 64, + [198] = 62, + [199] = 65, + [200] = 65, + [201] = 69, + [202] = 62, + [203] = 69, + [204] = 69, + [205] = 65, + [206] = 70, + [207] = 62, + [208] = 63, + [209] = 63, + [210] = 63, + [211] = 62, + [212] = 62, + [213] = 69, + [214] = 65, + [215] = 63, + [216] = 63, [217] = 62, - [218] = 63, - [219] = 62, - [220] = 62, + [218] = 62, + [219] = 63, + [220] = 65, [221] = 63, [222] = 62, - [223] = 63, - [224] = 62, - [225] = 73, - [226] = 64, - [227] = 62, - [228] = 63, - [229] = 73, - [230] = 64, - [231] = 73, - [232] = 64, - [233] = 64, - [234] = 73, - [235] = 64, - [236] = 62, - [237] = 63, - [238] = 150, - [239] = 62, - [240] = 73, - [241] = 64, - [242] = 73, - [243] = 64, - [244] = 62, - [245] = 63, - [246] = 73, - [247] = 64, - [248] = 62, - [249] = 63, - [250] = 73, - [251] = 62, - [252] = 64, - [253] = 63, - [254] = 63, + [223] = 65, + [224] = 65, + [225] = 65, + [226] = 69, + [227] = 63, + [228] = 114, + [229] = 63, + [230] = 69, + [231] = 62, + [232] = 62, + [233] = 69, + [234] = 65, + [235] = 62, + [236] = 63, + [237] = 62, + [238] = 69, + [239] = 65, + [240] = 65, + [241] = 63, + [242] = 63, + [243] = 62, + [244] = 63, + [245] = 65, + [246] = 62, + [247] = 69, + [248] = 69, + [249] = 114, + [250] = 29, + [251] = 65, + [252] = 69, + [253] = 62, + [254] = 65, [255] = 62, [256] = 63, - [257] = 73, - [258] = 64, - [259] = 73, - [260] = 73, - [261] = 62, - [262] = 64, - [263] = 73, + [257] = 63, + [258] = 62, + [259] = 69, + [260] = 63, + [261] = 65, + [262] = 65, + [263] = 63, [264] = 62, - [265] = 62, - [266] = 64, - [267] = 63, - [268] = 73, + [265] = 69, + [266] = 119, + [267] = 65, + [268] = 65, [269] = 63, - [270] = 64, - [271] = 73, - [272] = 62, - [273] = 62, - [274] = 64, - [275] = 63, - [276] = 276, - [277] = 277, - [278] = 277, - [279] = 277, - [280] = 280, + [270] = 62, + [271] = 69, + [272] = 119, + [273] = 65, + [274] = 63, + [275] = 62, + [276] = 69, + [277] = 62, + [278] = 63, + [279] = 279, + [280] = 279, [281] = 281, - [282] = 277, - [283] = 280, - [284] = 276, - [285] = 280, - [286] = 286, - [287] = 277, - [288] = 276, - [289] = 289, - [290] = 290, - [291] = 290, + [282] = 282, + [283] = 283, + [284] = 284, + [285] = 281, + [286] = 284, + [287] = 284, + [288] = 281, + [289] = 279, + [290] = 279, + [291] = 279, [292] = 292, - [293] = 290, - [294] = 290, - [295] = 289, - [296] = 290, + [293] = 293, + [294] = 294, + [295] = 293, + [296] = 292, [297] = 297, - [298] = 289, - [299] = 289, - [300] = 290, - [301] = 289, - [302] = 290, - [303] = 289, - [304] = 289, - [305] = 289, - [306] = 290, + [298] = 292, + [299] = 299, + [300] = 292, + [301] = 293, + [302] = 293, + [303] = 292, + [304] = 293, + [305] = 292, + [306] = 293, [307] = 292, - [308] = 292, - [309] = 292, - [310] = 310, - [311] = 310, - [312] = 310, - [313] = 310, - [314] = 292, - [315] = 292, - [316] = 292, - [317] = 310, - [318] = 292, - [319] = 319, - [320] = 320, - [321] = 319, - [322] = 320, + [308] = 293, + [309] = 293, + [310] = 292, + [311] = 299, + [312] = 312, + [313] = 312, + [314] = 299, + [315] = 312, + [316] = 312, + [317] = 299, + [318] = 299, + [319] = 299, + [320] = 299, + [321] = 312, + [322] = 299, [323] = 323, - [324] = 323, - [325] = 319, - [326] = 320, - [327] = 327, - [328] = 327, - [329] = 323, + [324] = 324, + [325] = 324, + [326] = 323, + [327] = 324, + [328] = 323, + [329] = 329, [330] = 330, [331] = 331, - [332] = 332, + [332] = 331, [333] = 333, - [334] = 332, - [335] = 333, + [334] = 334, + [335] = 334, [336] = 336, - [337] = 337, - [338] = 331, + [337] = 330, + [338] = 338, [339] = 339, [340] = 340, - [341] = 327, - [342] = 342, + [341] = 341, + [342] = 334, [343] = 343, [344] = 344, - [345] = 345, + [345] = 336, [346] = 346, [347] = 347, - [348] = 330, + [348] = 333, [349] = 349, [350] = 350, [351] = 351, - [352] = 352, + [352] = 329, [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, + [358] = 358, + [359] = 359, + [360] = 360, + [361] = 331, + [362] = 362, + [363] = 363, + [364] = 339, + [365] = 341, + [366] = 355, + [367] = 360, + [368] = 340, + [369] = 351, + [370] = 350, + [371] = 362, + [372] = 359, + [373] = 358, + [374] = 346, + [375] = 343, + [376] = 344, + [377] = 357, + [378] = 347, + [379] = 356, + [380] = 349, + [381] = 338, + [382] = 353, + [383] = 354, + [384] = 362, [385] = 385, - [386] = 330, - [387] = 383, - [388] = 333, - [389] = 332, - [390] = 327, - [391] = 331, - [392] = 385, - [393] = 343, - [394] = 336, - [395] = 347, - [396] = 354, - [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, + [386] = 385, + [387] = 363, + [388] = 388, + [389] = 336, + [390] = 329, + [391] = 333, + [392] = 330, + [393] = 388, + [394] = 334, + [395] = 331, + [396] = 385, + [397] = 351, + [398] = 344, + [399] = 346, + [400] = 343, + [401] = 357, + [402] = 360, + [403] = 354, + [404] = 341, + [405] = 355, + [406] = 353, + [407] = 356, + [408] = 350, + [409] = 339, + [410] = 349, + [411] = 358, + [412] = 359, + [413] = 340, + [414] = 338, + [415] = 347, + [416] = 362, + [417] = 363, + [418] = 385, + [419] = 388, [420] = 420, - [421] = 421, - [422] = 422, - [423] = 423, - [424] = 420, + [421] = 420, + [422] = 420, + [423] = 420, + [424] = 424, [425] = 425, - [426] = 422, - [427] = 427, - [428] = 421, + [426] = 426, + [427] = 425, + [428] = 424, [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, - [445] = 445, - [446] = 319, - [447] = 425, - [448] = 427, - [449] = 320, - [450] = 422, - [451] = 430, - [452] = 423, - [453] = 453, - [454] = 430, - [455] = 423, - [456] = 429, + [431] = 430, + [432] = 432, + [433] = 429, + [434] = 434, + [435] = 324, + [436] = 424, + [437] = 424, + [438] = 438, + [439] = 425, + [440] = 426, + [441] = 425, + [442] = 323, + [443] = 323, + [444] = 429, + [445] = 432, + [446] = 438, + [447] = 323, + [448] = 324, + [449] = 426, + [450] = 430, + [451] = 425, + [452] = 429, + [453] = 430, + [454] = 424, + [455] = 434, + [456] = 324, [457] = 425, - [458] = 421, - [459] = 421, - [460] = 420, - [461] = 427, + [458] = 426, + [459] = 424, + [460] = 324, + [461] = 461, [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, - [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, - [541] = 521, - [542] = 319, - [543] = 521, - [544] = 521, - [545] = 430, - [546] = 429, - [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, - [586] = 586, - [587] = 587, - [588] = 588, - [589] = 589, - [590] = 319, - [591] = 319, - [592] = 547, - [593] = 555, - [594] = 320, - [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, + [463] = 434, + [464] = 432, + [465] = 323, + [466] = 324, + [467] = 434, + [468] = 438, + [469] = 469, + [470] = 324, + [471] = 323, + [472] = 426, + [473] = 432, + [474] = 323, + [475] = 475, + [476] = 429, + [477] = 438, + [478] = 430, + [479] = 430, + [480] = 323, + [481] = 438, + [482] = 475, + [483] = 324, + [484] = 323, + [485] = 434, + [486] = 432, + [487] = 324, + [488] = 438, + [489] = 324, + [490] = 434, + [491] = 323, + [492] = 323, + [493] = 324, + [494] = 323, + [495] = 324, + [496] = 461, + [497] = 469, + [498] = 324, + [499] = 324, + [500] = 324, + [501] = 323, + [502] = 475, + [503] = 425, + [504] = 469, + [505] = 323, + [506] = 324, + [507] = 507, + [508] = 461, + [509] = 475, + [510] = 424, + [511] = 323, + [512] = 461, + [513] = 323, + [514] = 469, + [515] = 425, + [516] = 516, + [517] = 324, + [518] = 469, + [519] = 323, + [520] = 520, + [521] = 323, + [522] = 520, + [523] = 324, + [524] = 424, + [525] = 426, + [526] = 429, + [527] = 475, + [528] = 324, + [529] = 461, + [530] = 430, + [531] = 323, + [532] = 324, + [533] = 323, + [534] = 324, + [535] = 516, + [536] = 323, + [537] = 469, + [538] = 475, + [539] = 323, + [540] = 324, + [541] = 541, + [542] = 323, + [543] = 541, + [544] = 429, + [545] = 324, + [546] = 324, + [547] = 323, + [548] = 324, + [549] = 323, + [550] = 426, + [551] = 541, + [552] = 438, + [553] = 541, + [554] = 541, + [555] = 430, + [556] = 541, + [557] = 324, + [558] = 323, + [559] = 541, + [560] = 432, + [561] = 541, + [562] = 434, + [563] = 563, + [564] = 564, + [565] = 565, + [566] = 434, + [567] = 323, + [568] = 323, + [569] = 324, + [570] = 324, + [571] = 432, + [572] = 572, + [573] = 324, + [574] = 438, + [575] = 323, + [576] = 516, + [577] = 563, + [578] = 469, + [579] = 579, + [580] = 324, + [581] = 323, + [582] = 520, + [583] = 565, + [584] = 584, + [585] = 475, + [586] = 572, + [587] = 507, + [588] = 329, + [589] = 333, + [590] = 590, + [591] = 461, + [592] = 336, + [593] = 564, + [594] = 330, + [595] = 507, + [596] = 564, + [597] = 597, + [598] = 598, + [599] = 355, + [600] = 338, + [601] = 520, + [602] = 341, + [603] = 469, + [604] = 339, + [605] = 565, + [606] = 356, + [607] = 346, + [608] = 323, + [609] = 329, + [610] = 572, + [611] = 358, + [612] = 572, + [613] = 347, + [614] = 359, + [615] = 333, + [616] = 357, + [617] = 516, + [618] = 330, + [619] = 360, + [620] = 324, + [621] = 323, + [622] = 475, + [623] = 565, + [624] = 336, + [625] = 323, + [626] = 461, + [627] = 324, + [628] = 323, + [629] = 629, + [630] = 324, + [631] = 323, + [632] = 344, + [633] = 633, + [634] = 579, + [635] = 564, + [636] = 584, + [637] = 343, + [638] = 340, + [639] = 563, + [640] = 329, + [641] = 333, + [642] = 336, + [643] = 643, + [644] = 354, + [645] = 324, + [646] = 563, + [647] = 590, + [648] = 349, + [649] = 324, + [650] = 353, + [651] = 351, + [652] = 350, + [653] = 564, + [654] = 565, + [655] = 323, + [656] = 563, + [657] = 323, + [658] = 360, + [659] = 347, + [660] = 324, + [661] = 338, + [662] = 324, + [663] = 597, + [664] = 333, + [665] = 563, + [666] = 336, + [667] = 333, + [668] = 329, + [669] = 349, + [670] = 323, + [671] = 353, + [672] = 564, + [673] = 324, + [674] = 355, + [675] = 329, + [676] = 333, + [677] = 590, + [678] = 678, + [679] = 363, + [680] = 344, [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, + [682] = 330, + [683] = 323, + [684] = 684, + [685] = 343, + [686] = 629, + [687] = 336, + [688] = 633, + [689] = 689, + [690] = 324, + [691] = 350, + [692] = 351, + [693] = 693, + [694] = 694, + [695] = 695, + [696] = 357, + [697] = 572, + [698] = 324, + [699] = 323, + [700] = 329, + [701] = 340, + [702] = 329, + [703] = 324, + [704] = 354, + [705] = 339, + [706] = 341, + [707] = 693, + [708] = 590, + [709] = 358, + [710] = 359, + [711] = 643, + [712] = 330, + [713] = 346, + [714] = 336, + [715] = 584, + [716] = 579, + [717] = 323, + [718] = 579, + [719] = 323, + [720] = 584, + [721] = 356, + [722] = 336, + [723] = 693, + [724] = 333, + [725] = 323, + [726] = 324, + [727] = 324, + [728] = 330, + [729] = 354, + [730] = 360, + [731] = 349, + [732] = 333, + [733] = 336, + [734] = 333, + [735] = 329, + [736] = 353, + [737] = 333, + [738] = 388, + [739] = 350, + [740] = 329, + [741] = 351, + [742] = 354, + [743] = 329, + [744] = 333, + [745] = 356, + [746] = 359, + [747] = 681, + [748] = 684, + [749] = 695, + [750] = 694, + [751] = 338, + [752] = 358, + [753] = 633, + [754] = 344, + [755] = 340, + [756] = 689, + [757] = 360, + [758] = 629, + [759] = 336, + [760] = 355, + [761] = 579, + [762] = 349, + [763] = 324, + [764] = 351, + [765] = 350, + [766] = 584, + [767] = 355, + [768] = 590, + [769] = 323, + [770] = 770, + [771] = 341, + [772] = 339, + [773] = 338, + [774] = 344, + [775] = 353, + [776] = 343, + [777] = 354, + [778] = 346, + [779] = 356, + [780] = 343, + [781] = 338, + [782] = 346, + [783] = 357, + [784] = 339, + [785] = 323, + [786] = 330, + [787] = 341, + [788] = 788, + [789] = 329, + [790] = 333, + [791] = 355, + [792] = 340, + [793] = 347, + [794] = 597, + [795] = 643, + [796] = 324, [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, - [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, + [798] = 340, + [799] = 359, + [800] = 358, + [801] = 330, + [802] = 336, + [803] = 803, + [804] = 341, + [805] = 339, + [806] = 643, + [807] = 343, + [808] = 353, + [809] = 809, + [810] = 349, + [811] = 811, + [812] = 330, + [813] = 629, + [814] = 597, + [815] = 360, + [816] = 633, + [817] = 363, + [818] = 818, + [819] = 819, + [820] = 357, + [821] = 694, + [822] = 695, + [823] = 347, + [824] = 356, + [825] = 329, + [826] = 336, + [827] = 827, + [828] = 346, + [829] = 579, + [830] = 329, + [831] = 336, + [832] = 832, + [833] = 336, + [834] = 357, + [835] = 350, + [836] = 333, + [837] = 344, + [838] = 351, + [839] = 358, + [840] = 359, + [841] = 841, + [842] = 842, + [843] = 340, + [844] = 347, + [845] = 845, + [846] = 358, + [847] = 336, + [848] = 338, + [849] = 336, + [850] = 329, + [851] = 684, + [852] = 809, + [853] = 363, + [854] = 811, + [855] = 388, + [856] = 355, + [857] = 340, + [858] = 858, + [859] = 859, + [860] = 353, + [861] = 359, + [862] = 859, + [863] = 333, + [864] = 864, + [865] = 351, + [866] = 818, + [867] = 819, + [868] = 350, + [869] = 842, + [870] = 343, + [871] = 330, + [872] = 358, [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, + [874] = 338, + [875] = 351, + [876] = 350, + [877] = 349, + [878] = 842, + [879] = 694, + [880] = 695, + [881] = 354, + [882] = 681, + [883] = 859, + [884] = 684, + [885] = 859, + [886] = 333, + [887] = 343, + [888] = 859, + [889] = 344, + [890] = 356, + [891] = 859, + [892] = 350, + [893] = 329, + [894] = 360, + [895] = 351, + [896] = 349, + [897] = 360, + [898] = 355, + [899] = 363, + [900] = 349, + [901] = 359, + [902] = 358, + [903] = 354, + [904] = 359, + [905] = 681, + [906] = 689, + [907] = 330, + [908] = 341, + [909] = 344, + [910] = 694, + [911] = 341, + [912] = 859, + [913] = 695, + [914] = 339, + [915] = 842, + [916] = 336, + [917] = 629, + [918] = 346, + [919] = 633, + [920] = 330, + [921] = 643, + [922] = 597, + [923] = 341, + [924] = 695, + [925] = 694, [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, + [927] = 346, + [928] = 788, + [929] = 329, + [930] = 336, + [931] = 339, + [932] = 346, + [933] = 842, + [934] = 842, + [935] = 329, + [936] = 689, + [937] = 343, + [938] = 842, + [939] = 353, + [940] = 353, + [941] = 842, + [942] = 347, + [943] = 363, + [944] = 344, + [945] = 859, + [946] = 329, + [947] = 356, + [948] = 339, + [949] = 360, + [950] = 347, + [951] = 357, + [952] = 770, + [953] = 330, + [954] = 355, + [955] = 338, + [956] = 803, + [957] = 333, + [958] = 357, + [959] = 340, + [960] = 827, + [961] = 357, [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, + [963] = 832, + [964] = 354, + [965] = 356, + [966] = 355, + [967] = 339, + [968] = 818, + [969] = 819, + [970] = 346, + [971] = 694, + [972] = 695, + [973] = 360, + [974] = 841, + [975] = 350, + [976] = 355, + [977] = 351, + [978] = 351, + [979] = 350, + [980] = 980, + [981] = 340, + [982] = 349, + [983] = 864, + [984] = 360, + [985] = 343, + [986] = 353, + [987] = 980, + [988] = 858, + [989] = 980, + [990] = 388, + [991] = 355, + [992] = 341, + [993] = 803, + [994] = 354, + [995] = 343, + [996] = 564, + [997] = 340, + [998] = 347, + [999] = 351, + [1000] = 350, + [1001] = 349, + [1002] = 338, + [1003] = 344, + [1004] = 343, + [1005] = 353, + [1006] = 354, + [1007] = 338, + [1008] = 333, + [1009] = 344, + [1010] = 329, + [1011] = 336, [1012] = 356, - [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, + [1013] = 329, + [1014] = 358, + [1015] = 363, + [1016] = 347, + [1017] = 359, + [1018] = 333, + [1019] = 357, + [1020] = 360, + [1021] = 356, + [1022] = 357, + [1023] = 344, + [1024] = 563, + [1025] = 346, + [1026] = 339, + [1027] = 330, + [1028] = 980, + [1029] = 341, + [1030] = 355, + [1031] = 980, + [1032] = 341, + [1033] = 770, + [1034] = 339, + [1035] = 346, + [1036] = 809, + [1037] = 346, + [1038] = 339, + [1039] = 832, + [1040] = 827, + [1041] = 336, + [1042] = 329, + [1043] = 1043, + [1044] = 770, + [1045] = 980, + [1046] = 358, [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, - [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, - [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, + [1048] = 388, + [1049] = 1049, + [1050] = 845, + [1051] = 330, + [1052] = 341, + [1053] = 359, + [1054] = 358, + [1055] = 336, + [1056] = 1056, + [1057] = 353, + [1058] = 354, + [1059] = 330, + [1060] = 1060, + [1061] = 695, + [1062] = 694, + [1063] = 811, + [1064] = 819, + [1065] = 818, + [1066] = 803, + [1067] = 340, + [1068] = 338, + [1069] = 694, + [1070] = 360, + [1071] = 333, + [1072] = 351, + [1073] = 350, + [1074] = 359, + [1075] = 832, + [1076] = 827, + [1077] = 343, + [1078] = 1078, + [1079] = 681, + [1080] = 980, + [1081] = 1081, + [1082] = 684, + [1083] = 695, + [1084] = 344, + [1085] = 388, + [1086] = 336, + [1087] = 329, + [1088] = 357, + [1089] = 347, + [1090] = 333, + [1091] = 811, + [1092] = 809, + [1093] = 347, + [1094] = 980, + [1095] = 349, + [1096] = 363, + [1097] = 356, + [1098] = 329, + [1099] = 788, + [1100] = 330, + [1101] = 336, + [1102] = 349, + [1103] = 338, + [1104] = 353, + [1105] = 1105, + [1106] = 1106, + [1107] = 354, + [1108] = 363, + [1109] = 788, + [1110] = 845, + [1111] = 356, + [1112] = 358, + [1113] = 357, [1114] = 1114, - [1115] = 347, - [1116] = 346, - [1117] = 337, - [1118] = 1118, - [1119] = 339, - [1120] = 1103, - [1121] = 568, - [1122] = 1122, - [1123] = 1101, - [1124] = 352, - [1125] = 351, + [1115] = 340, + [1116] = 359, + [1117] = 1117, + [1118] = 1060, + [1119] = 1119, + [1120] = 356, + [1121] = 341, + [1122] = 339, + [1123] = 1123, + [1124] = 339, + [1125] = 1081, [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, + [1127] = 1127, + [1128] = 1078, + [1129] = 346, + [1130] = 346, + [1131] = 339, + [1132] = 864, + [1133] = 341, + [1134] = 388, + [1135] = 344, + [1136] = 1127, + [1137] = 363, + [1138] = 579, + [1139] = 1117, + [1140] = 845, + [1141] = 1141, + [1142] = 1119, + [1143] = 1126, + [1144] = 1144, + [1145] = 354, + [1146] = 353, + [1147] = 336, + [1148] = 354, + [1149] = 1123, + [1150] = 353, + [1151] = 340, + [1152] = 347, + [1153] = 351, + [1154] = 584, + [1155] = 1141, + [1156] = 355, + [1157] = 338, + [1158] = 1158, + [1159] = 590, + [1160] = 388, + [1161] = 349, + [1162] = 350, + [1163] = 349, + [1164] = 338, + [1165] = 1123, + [1166] = 1158, + [1167] = 841, + [1168] = 343, + [1169] = 1060, + [1170] = 360, + [1171] = 353, + [1172] = 347, + [1173] = 359, + [1174] = 358, + [1175] = 354, + [1176] = 344, + [1177] = 344, + [1178] = 356, + [1179] = 1141, + [1180] = 355, + [1181] = 564, + [1182] = 358, + [1183] = 359, + [1184] = 357, + [1185] = 343, + [1186] = 360, + [1187] = 1187, + [1188] = 1158, + [1189] = 1141, + [1190] = 563, + [1191] = 1056, + [1192] = 356, + [1193] = 346, + [1194] = 1141, + [1195] = 832, + [1196] = 350, + [1197] = 360, + [1198] = 341, + [1199] = 355, + [1200] = 351, + [1201] = 845, + [1202] = 1117, + [1203] = 355, + [1204] = 1158, + [1205] = 341, + [1206] = 1187, + [1207] = 1207, + [1208] = 339, + [1209] = 336, + [1210] = 357, + [1211] = 346, + [1212] = 1123, + [1213] = 340, + [1214] = 363, [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, + [1216] = 1187, + [1217] = 356, + [1218] = 343, + [1219] = 1187, + [1220] = 1187, + [1221] = 1126, + [1222] = 858, + [1223] = 858, + [1224] = 1224, + [1225] = 340, + [1226] = 347, + [1227] = 1123, + [1228] = 357, + [1229] = 338, + [1230] = 359, + [1231] = 1049, + [1232] = 340, + [1233] = 358, + [1234] = 1158, + [1235] = 1127, + [1236] = 333, + [1237] = 329, + [1238] = 695, + [1239] = 694, + [1240] = 819, + [1241] = 1117, + [1242] = 1119, + [1243] = 1126, + [1244] = 841, + [1245] = 363, + [1246] = 818, + [1247] = 1247, + [1248] = 864, + [1249] = 1043, + [1250] = 1158, + [1251] = 329, + [1252] = 845, + [1253] = 1123, + [1254] = 1081, + [1255] = 354, + [1256] = 353, + [1257] = 1078, + [1258] = 1158, + [1259] = 1117, + [1260] = 338, + [1261] = 360, + [1262] = 349, + [1263] = 388, + [1264] = 1141, + [1265] = 1187, + [1266] = 357, + [1267] = 359, + [1268] = 358, + [1269] = 1117, + [1270] = 363, + [1271] = 351, + [1272] = 350, + [1273] = 333, + [1274] = 329, + [1275] = 347, + [1276] = 1187, + [1277] = 1117, + [1278] = 1119, + [1279] = 1126, + [1280] = 1141, + [1281] = 349, + [1282] = 1123, + [1283] = 809, + [1284] = 811, + [1285] = 1123, + [1286] = 827, + [1287] = 1287, + [1288] = 344, + [1289] = 333, + [1290] = 1119, + [1291] = 343, + [1292] = 1141, + [1293] = 1187, + [1294] = 1158, + [1295] = 350, + [1296] = 351, + [1297] = 1043, + [1298] = 633, + [1299] = 629, + [1300] = 1043, + [1301] = 1114, + [1302] = 330, + [1303] = 388, + [1304] = 1144, + [1305] = 845, + [1306] = 1224, + [1307] = 597, + [1308] = 388, + [1309] = 1060, + [1310] = 1049, + [1311] = 1081, + [1312] = 1207, + [1313] = 1081, + [1314] = 363, + [1315] = 336, + [1316] = 845, + [1317] = 1060, + [1318] = 1078, + [1319] = 363, + [1320] = 330, + [1321] = 336, + [1322] = 1078, + [1323] = 329, + [1324] = 1081, + [1325] = 590, + [1326] = 643, + [1327] = 579, + [1328] = 1049, + [1329] = 1078, + [1330] = 333, + [1331] = 336, + [1332] = 1247, + [1333] = 363, + [1334] = 329, + [1335] = 363, + [1336] = 333, + [1337] = 1056, + [1338] = 1060, + [1339] = 388, + [1340] = 1056, + [1341] = 388, + [1342] = 584, + [1343] = 1343, + [1344] = 1078, + [1345] = 354, + [1346] = 353, + [1347] = 1060, + [1348] = 1348, + [1349] = 1207, + [1350] = 360, + [1351] = 388, + [1352] = 633, + [1353] = 338, + [1354] = 1078, + [1355] = 1348, + [1356] = 1348, + [1357] = 358, + [1358] = 336, + [1359] = 1348, + [1360] = 359, + [1361] = 349, + [1362] = 1362, + [1363] = 1207, + [1364] = 1348, + [1365] = 347, + [1366] = 388, + [1367] = 695, + [1368] = 1224, + [1369] = 694, + [1370] = 1343, + [1371] = 1371, + [1372] = 330, + [1373] = 1348, + [1374] = 354, + [1375] = 681, + [1376] = 1144, + [1377] = 1348, + [1378] = 1348, + [1379] = 1343, + [1380] = 336, + [1381] = 1371, + [1382] = 1348, + [1383] = 1383, + [1384] = 355, + [1385] = 684, + [1386] = 347, + [1387] = 1387, + [1388] = 1348, + [1389] = 1348, + [1390] = 1348, + [1391] = 1081, + [1392] = 1348, + [1393] = 1371, + [1394] = 1224, + [1395] = 336, + [1396] = 344, + [1397] = 1348, + [1398] = 336, + [1399] = 1348, + [1400] = 357, + [1401] = 1348, + [1402] = 1348, + [1403] = 338, + [1404] = 1348, + [1405] = 336, + [1406] = 1144, + [1407] = 360, + [1408] = 1348, + [1409] = 343, + [1410] = 1348, + [1411] = 1348, + [1412] = 629, + [1413] = 1348, + [1414] = 333, + [1415] = 1348, + [1416] = 341, + [1417] = 1348, + [1418] = 1060, + [1419] = 1348, + [1420] = 339, + [1421] = 346, + [1422] = 643, + [1423] = 350, + [1424] = 1348, + [1425] = 1348, + [1426] = 1247, + [1427] = 388, + [1428] = 1114, + [1429] = 351, + [1430] = 1348, + [1431] = 1383, + [1432] = 336, [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, - [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, + [1434] = 1348, + [1435] = 597, + [1436] = 1348, + [1437] = 355, + [1438] = 1114, + [1439] = 333, + [1440] = 1348, + [1441] = 340, + [1442] = 1383, + [1443] = 346, + [1444] = 1348, + [1445] = 336, + [1446] = 339, + [1447] = 341, + [1448] = 1387, + [1449] = 355, + [1450] = 329, + [1451] = 329, + [1452] = 1348, + [1453] = 1387, + [1454] = 388, + [1455] = 1348, + [1456] = 1247, + [1457] = 1348, + [1458] = 1081, + [1459] = 336, + [1460] = 340, + [1461] = 347, + [1462] = 1348, + [1463] = 1348, + [1464] = 1348, + [1465] = 1348, + [1466] = 356, + [1467] = 1348, + [1468] = 1348, + [1469] = 360, + [1470] = 357, + [1471] = 359, + [1472] = 358, + [1473] = 1348, + [1474] = 333, + [1475] = 1348, + [1476] = 1348, + [1477] = 356, + [1478] = 1348, + [1479] = 351, + [1480] = 350, + [1481] = 1348, + [1482] = 1348, + [1483] = 349, + [1484] = 338, + [1485] = 1348, + [1486] = 1348, + [1487] = 354, + [1488] = 344, + [1489] = 353, + [1490] = 343, + [1491] = 329, + [1492] = 1348, + [1493] = 349, + [1494] = 1362, + [1495] = 827, + [1496] = 344, + [1497] = 832, + [1498] = 681, + [1499] = 818, + [1500] = 819, + [1501] = 1501, + [1502] = 336, + [1503] = 353, + [1504] = 339, + [1505] = 684, + [1506] = 1506, + [1507] = 363, + [1508] = 356, + [1509] = 357, + [1510] = 1362, + [1511] = 1511, + [1512] = 338, + [1513] = 343, + [1514] = 347, + [1515] = 330, + [1516] = 329, + [1517] = 329, + [1518] = 1501, + [1519] = 811, + [1520] = 336, + [1521] = 336, + [1522] = 336, + [1523] = 1511, + [1524] = 333, + [1525] = 1511, + [1526] = 809, + [1527] = 355, + [1528] = 333, + [1529] = 329, + [1530] = 360, + [1531] = 1501, + [1532] = 363, + [1533] = 1533, + [1534] = 333, + [1535] = 689, + [1536] = 329, + [1537] = 329, + [1538] = 354, + [1539] = 1511, + [1540] = 329, + [1541] = 694, + [1542] = 1542, + [1543] = 1543, + [1544] = 695, + [1545] = 819, + [1546] = 1546, + [1547] = 333, + [1548] = 1548, + [1549] = 363, + [1550] = 1506, + [1551] = 818, + [1552] = 336, + [1553] = 333, + [1554] = 329, + [1555] = 330, + [1556] = 333, + [1557] = 333, + [1558] = 1362, + [1559] = 359, + [1560] = 1144, + [1561] = 358, + [1562] = 1501, + [1563] = 809, + [1564] = 1511, + [1565] = 329, + [1566] = 330, + [1567] = 363, + [1568] = 811, + [1569] = 694, + [1570] = 695, + [1571] = 1207, + [1572] = 350, + [1573] = 1501, + [1574] = 351, + [1575] = 1575, + [1576] = 1362, + [1577] = 1362, + [1578] = 341, + [1579] = 1362, + [1580] = 1506, + [1581] = 333, + [1582] = 340, + [1583] = 323, + [1584] = 346, + [1585] = 329, + [1586] = 333, + [1587] = 324, + [1588] = 329, + [1589] = 333, + [1590] = 1590, + [1591] = 388, + [1592] = 695, + [1593] = 338, + [1594] = 341, + [1595] = 356, + [1596] = 339, + [1597] = 694, [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, - [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, + [1599] = 803, + [1600] = 340, + [1601] = 347, + [1602] = 355, + [1603] = 1506, + [1604] = 347, + [1605] = 388, + [1606] = 357, + [1607] = 354, + [1608] = 343, + [1609] = 355, + [1610] = 350, + [1611] = 1611, + [1612] = 1612, + [1613] = 360, + [1614] = 351, + [1615] = 351, + [1616] = 350, + [1617] = 329, + [1618] = 329, + [1619] = 333, + [1620] = 338, + [1621] = 388, + [1622] = 330, + [1623] = 344, + [1624] = 356, + [1625] = 336, + [1626] = 343, + [1627] = 359, + [1628] = 329, + [1629] = 770, + [1630] = 354, + [1631] = 347, + [1632] = 340, + [1633] = 344, + [1634] = 349, + [1635] = 356, + [1636] = 333, + [1637] = 346, + [1638] = 339, + [1639] = 347, + [1640] = 341, + [1641] = 358, + [1642] = 338, + [1643] = 360, + [1644] = 355, + [1645] = 333, + [1646] = 357, + [1647] = 336, + [1648] = 357, + [1649] = 340, + [1650] = 1650, + [1651] = 360, + [1652] = 363, + [1653] = 819, + [1654] = 818, + [1655] = 351, + [1656] = 341, + [1657] = 339, + [1658] = 346, + [1659] = 788, + [1660] = 363, + [1661] = 338, + [1662] = 349, + [1663] = 350, + [1664] = 1506, + [1665] = 1665, + [1666] = 354, + [1667] = 343, + [1668] = 358, + [1669] = 359, + [1670] = 1433, + [1671] = 330, + [1672] = 353, + [1673] = 354, + [1674] = 360, + [1675] = 388, + [1676] = 811, + [1677] = 355, + [1678] = 353, + [1679] = 809, + [1680] = 353, + [1681] = 1362, + [1682] = 344, + [1683] = 349, + [1684] = 358, + [1685] = 359, + [1686] = 832, + [1687] = 827, + [1688] = 1688, + [1689] = 339, + [1690] = 346, + [1691] = 1691, + [1692] = 1688, + [1693] = 356, + [1694] = 1548, + [1695] = 357, + [1696] = 360, + [1697] = 1688, + [1698] = 355, + [1699] = 1691, + [1700] = 1688, + [1701] = 1575, + [1702] = 358, + [1703] = 359, + [1704] = 858, + [1705] = 360, + [1706] = 360, + [1707] = 864, + [1708] = 1688, + [1709] = 355, + [1710] = 1710, + [1711] = 355, + [1712] = 1712, [1713] = 1713, - [1714] = 852, - [1715] = 1520, - [1716] = 1623, + [1714] = 1714, + [1715] = 1715, + [1716] = 341, [1717] = 1717, - [1718] = 1718, + [1718] = 355, [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, - [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, - [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, + [1720] = 1688, + [1721] = 341, + [1722] = 1049, + [1723] = 339, + [1724] = 1688, + [1725] = 346, + [1726] = 1688, + [1727] = 1688, + [1728] = 1728, + [1729] = 1729, + [1730] = 1688, + [1731] = 1688, + [1732] = 1688, + [1733] = 363, + [1734] = 347, + [1735] = 357, + [1736] = 1688, + [1737] = 1688, + [1738] = 356, + [1739] = 1739, + [1740] = 1688, + [1741] = 354, + [1742] = 360, + [1743] = 1688, + [1744] = 357, + [1745] = 347, + [1746] = 354, + [1747] = 323, + [1748] = 358, + [1749] = 359, + [1750] = 358, + [1751] = 1751, + [1752] = 353, + [1753] = 1753, + [1754] = 1688, + [1755] = 359, + [1756] = 324, + [1757] = 1757, + [1758] = 1688, + [1759] = 338, + [1760] = 349, + [1761] = 1688, + [1762] = 360, + [1763] = 1763, + [1764] = 338, + [1765] = 1688, + [1766] = 1729, + [1767] = 338, + [1768] = 347, + [1769] = 1691, + [1770] = 1043, + [1771] = 845, + [1772] = 1688, + [1773] = 1710, + [1774] = 1688, + [1775] = 1713, + [1776] = 1776, + [1777] = 1688, + [1778] = 1688, + [1779] = 356, + [1780] = 1688, + [1781] = 341, + [1782] = 1688, + [1783] = 339, + [1784] = 1688, + [1785] = 346, + [1786] = 1688, + [1787] = 1688, + [1788] = 1691, + [1789] = 1688, + [1790] = 1688, + [1791] = 340, + [1792] = 1729, + [1793] = 1688, + [1794] = 351, + [1795] = 350, + [1796] = 1433, + [1797] = 1688, + [1798] = 1688, + [1799] = 347, + [1800] = 343, + [1801] = 841, + [1802] = 1688, + [1803] = 344, + [1804] = 1688, + [1805] = 354, + [1806] = 340, + [1807] = 1807, + [1808] = 1688, + [1809] = 1688, + [1810] = 355, + [1811] = 354, + [1812] = 349, + [1813] = 1688, + [1814] = 1688, + [1815] = 1691, + [1816] = 1433, + [1817] = 388, + [1818] = 363, + [1819] = 351, + [1820] = 388, + [1821] = 344, + [1822] = 1822, + [1823] = 338, + [1824] = 353, + [1825] = 1688, + [1826] = 1826, + [1827] = 1688, + [1828] = 1542, + [1829] = 1543, + [1830] = 1546, + [1831] = 350, + [1832] = 343, + [1833] = 1688, + [1834] = 1715, + [1835] = 1713, + [1836] = 1713, + [1837] = 1713, + [1838] = 1710, + [1839] = 1548, + [1840] = 1715, + [1841] = 1144, + [1842] = 1056, + [1843] = 1590, + [1844] = 845, + [1845] = 323, + [1846] = 324, + [1847] = 363, + [1848] = 1848, + [1849] = 323, + [1850] = 324, + [1851] = 1851, + [1852] = 1852, + [1853] = 1848, + [1854] = 1854, + [1855] = 1855, + [1856] = 1848, + [1857] = 1857, + [1858] = 1858, + [1859] = 1848, [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, - [1888] = 1888, - [1889] = 1889, - [1890] = 1890, - [1891] = 1891, - [1892] = 1890, - [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, - [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, + [1861] = 1861, + [1862] = 1224, + [1863] = 1575, + [1864] = 1710, + [1865] = 1715, + [1866] = 1713, + [1867] = 1247, + [1868] = 1710, + [1869] = 1533, + [1870] = 1861, + [1871] = 1860, + [1872] = 1611, + [1873] = 1612, + [1874] = 388, + [1875] = 1851, + [1876] = 1543, + [1877] = 1542, + [1878] = 1848, + [1879] = 1542, + [1880] = 1543, + [1881] = 1546, + [1882] = 1858, + [1883] = 1852, + [1884] = 1665, + [1885] = 1857, + [1886] = 1886, + [1887] = 1715, + [1888] = 1848, + [1889] = 1854, + [1890] = 1855, + [1891] = 1848, + [1892] = 1855, + [1893] = 1851, + [1894] = 1533, + [1895] = 1713, + [1896] = 1575, + [1897] = 1650, + [1898] = 1855, + [1899] = 1081, + [1900] = 388, + [1901] = 363, + [1902] = 1078, + [1903] = 1852, + [1904] = 1049, + [1905] = 1710, + [1906] = 1854, + [1907] = 1043, + [1908] = 1857, + [1909] = 1858, + [1910] = 1848, + [1911] = 1715, + [1912] = 1860, + [1913] = 1861, + [1914] = 1855, + [1915] = 1546, + [1916] = 1060, + [1917] = 1715, + [1918] = 1548, + [1919] = 1710, + [1920] = 1920, [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, - [1944] = 1944, + [1922] = 1763, + [1923] = 1776, + [1924] = 1739, + [1925] = 1751, + [1926] = 1753, + [1927] = 1807, + [1928] = 1921, + [1929] = 1144, + [1930] = 1712, + [1931] = 1714, + [1932] = 357, + [1933] = 1717, + [1934] = 1934, + [1935] = 1822, + [1936] = 324, + [1937] = 323, + [1938] = 1719, + [1939] = 1207, + [1940] = 1757, + [1941] = 356, + [1942] = 1247, + [1943] = 1060, + [1944] = 1224, [1945] = 1921, - [1946] = 320, - [1947] = 355, - [1948] = 319, - [1949] = 1921, - [1950] = 1921, + [1946] = 388, + [1947] = 1947, + [1948] = 1920, + [1949] = 1949, + [1950] = 1950, [1951] = 1951, - [1952] = 320, - [1953] = 1921, - [1954] = 350, - [1955] = 1921, - [1956] = 1956, - [1957] = 337, - [1958] = 1958, - [1959] = 1921, - [1960] = 1921, - [1961] = 346, - [1962] = 347, - [1963] = 1963, - [1964] = 342, - [1965] = 340, - [1966] = 1966, - [1967] = 1967, - [1968] = 1968, - [1969] = 1921, - [1970] = 1921, - [1971] = 1921, - [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, + [1952] = 1952, + [1953] = 323, + [1954] = 324, + [1955] = 1078, + [1956] = 1826, + [1957] = 323, + [1958] = 341, + [1959] = 339, + [1960] = 1960, + [1961] = 1081, + [1962] = 1728, + [1963] = 388, + [1964] = 1947, + [1965] = 346, + [1966] = 1950, + [1967] = 1920, + [1968] = 1949, + [1969] = 1951, + [1970] = 360, + [1971] = 1952, + [1972] = 1715, + [1973] = 1960, + [1974] = 358, + [1975] = 1947, + [1976] = 359, + [1977] = 324, + [1978] = 1952, + [1979] = 323, + [1980] = 355, + [1981] = 1710, + [1982] = 1713, + [1983] = 1951, + [1984] = 324, + [1985] = 1949, + [1986] = 1986, + [1987] = 1987, + [1988] = 323, + [1989] = 1989, + [1990] = 324, + [1991] = 1991, + [1992] = 324, + [1993] = 323, + [1994] = 1991, + [1995] = 1995, + [1996] = 323, + [1997] = 323, + [1998] = 1991, + [1999] = 324, + [2000] = 324, + [2001] = 323, + [2002] = 2002, + [2003] = 323, + [2004] = 324, + [2005] = 2002, + [2006] = 2006, + [2007] = 2007, + [2008] = 2002, + [2009] = 2009, + [2010] = 346, + [2011] = 2011, + [2012] = 2012, + [2013] = 2013, + [2014] = 2002, + [2015] = 2015, + [2016] = 356, + [2017] = 2017, + [2018] = 2018, + [2019] = 2019, + [2020] = 2002, + [2021] = 341, + [2022] = 357, + [2023] = 2002, + [2024] = 2002, + [2025] = 2002, + [2026] = 2002, + [2027] = 2002, + [2028] = 2028, + [2029] = 2002, + [2030] = 358, + [2031] = 359, + [2032] = 2002, + [2033] = 2002, + [2034] = 2002, + [2035] = 347, + [2036] = 339, + [2037] = 338, + [2038] = 2002, + [2039] = 2002, + [2040] = 360, + [2041] = 355, + [2042] = 2002, + [2043] = 2002, + [2044] = 2044, + [2045] = 2002, + [2046] = 354, + [2047] = 2002, + [2048] = 2048, + [2049] = 2002, + [2050] = 2002, + [2051] = 2002, + [2052] = 324, + [2053] = 1995, + [2054] = 2054, + [2055] = 1995, + [2056] = 357, + [2057] = 2057, + [2058] = 2057, + [2059] = 2048, + [2060] = 2028, + [2061] = 2061, + [2062] = 346, + [2063] = 339, + [2064] = 341, + [2065] = 2065, + [2066] = 2044, + [2067] = 2018, + [2068] = 2017, + [2069] = 336, + [2070] = 2028, [2071] = 2071, - [2072] = 2066, - [2073] = 352, - [2074] = 351, - [2075] = 340, + [2072] = 2015, + [2073] = 2012, + [2074] = 2011, + [2075] = 355, [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, - [2104] = 2104, - [2105] = 2105, - [2106] = 2106, - [2107] = 2107, - [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, - [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, + [2077] = 2057, + [2078] = 2061, + [2079] = 347, + [2080] = 360, + [2081] = 2009, + [2082] = 2057, + [2083] = 347, + [2084] = 2057, + [2085] = 338, + [2086] = 809, + [2087] = 811, + [2088] = 330, + [2089] = 2061, + [2090] = 354, + [2091] = 333, + [2092] = 338, + [2093] = 356, + [2094] = 2057, + [2095] = 2061, + [2096] = 818, + [2097] = 2097, + [2098] = 2061, + [2099] = 354, + [2100] = 819, + [2101] = 329, + [2102] = 1989, + [2103] = 2009, + [2104] = 2057, + [2105] = 2061, + [2106] = 2011, + [2107] = 346, + [2108] = 339, + [2109] = 341, + [2110] = 2012, + [2111] = 2061, + [2112] = 2015, + [2113] = 323, + [2114] = 324, + [2115] = 357, + [2116] = 2061, + [2117] = 2057, + [2118] = 2061, + [2119] = 2057, + [2120] = 695, + [2121] = 694, + [2122] = 2061, + [2123] = 2061, + [2124] = 2057, + [2125] = 2057, + [2126] = 356, + [2127] = 2057, + [2128] = 2061, + [2129] = 2061, + [2130] = 2061, + [2131] = 2048, + [2132] = 355, + [2133] = 2017, + [2134] = 2134, + [2135] = 2018, + [2136] = 360, + [2137] = 358, + [2138] = 358, + [2139] = 359, + [2140] = 2140, + [2141] = 2044, + [2142] = 2061, + [2143] = 2057, + [2144] = 2057, + [2145] = 359, + [2146] = 2057, + [2147] = 324, + [2148] = 2148, + [2149] = 324, + [2150] = 323, + [2151] = 323, + [2152] = 2148, + [2153] = 347, + [2154] = 351, + [2155] = 350, + [2156] = 2156, + [2157] = 2156, + [2158] = 2156, + [2159] = 2156, + [2160] = 2156, + [2161] = 324, + [2162] = 356, + [2163] = 344, + [2164] = 358, + [2165] = 359, + [2166] = 343, + [2167] = 360, + [2168] = 2148, + [2169] = 354, + [2170] = 353, + [2171] = 323, + [2172] = 323, + [2173] = 324, + [2174] = 355, + [2175] = 339, + [2176] = 2156, + [2177] = 338, + [2178] = 357, + [2179] = 346, + [2180] = 341, + [2181] = 2156, + [2182] = 340, + [2183] = 349, + [2184] = 2184, [2185] = 2185, - [2186] = 2185, - [2187] = 2187, - [2188] = 2182, - [2189] = 2185, - [2190] = 2187, + [2186] = 2186, + [2187] = 2186, + [2188] = 2188, + [2189] = 2186, + [2190] = 2190, [2191] = 2185, - [2192] = 2182, - [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, + [2192] = 2192, + [2193] = 2184, + [2194] = 845, + [2195] = 2192, + [2196] = 2184, + [2197] = 2185, + [2198] = 2186, + [2199] = 2185, + [2200] = 2184, + [2201] = 2201, + [2202] = 2202, + [2203] = 2201, + [2204] = 2188, + [2205] = 2184, + [2206] = 2186, + [2207] = 2188, + [2208] = 2185, + [2209] = 2184, + [2210] = 2202, [2211] = 2185, - [2212] = 2185, - [2213] = 2183, - [2214] = 2185, - [2215] = 2182, - [2216] = 2185, - [2217] = 2182, - [2218] = 2187, - [2219] = 2182, + [2212] = 2202, + [2213] = 1049, + [2214] = 2201, + [2215] = 2185, + [2216] = 2184, + [2217] = 2186, + [2218] = 2184, + [2219] = 2185, [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, + [2221] = 2185, + [2222] = 2185, + [2223] = 2184, + [2224] = 2186, + [2225] = 1043, + [2226] = 2184, + [2227] = 2184, + [2228] = 2185, + [2229] = 2185, + [2230] = 2184, + [2231] = 2192, + [2232] = 2190, + [2233] = 2184, + [2234] = 2184, + [2235] = 2192, + [2236] = 2184, + [2237] = 2202, + [2238] = 363, [2239] = 2185, - [2240] = 2183, - [2241] = 2182, - [2242] = 2182, + [2240] = 2192, + [2241] = 2185, + [2242] = 2192, [2243] = 2185, - [2244] = 2185, + [2244] = 2201, [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, - [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, - [2506] = 355, - [2507] = 350, - [2508] = 356, - [2509] = 345, - [2510] = 345, - [2511] = 344, - [2512] = 2512, - [2513] = 351, + [2246] = 2185, + [2247] = 2184, + [2248] = 2202, + [2249] = 2249, + [2250] = 324, + [2251] = 2184, + [2252] = 323, + [2253] = 2184, + [2254] = 2185, + [2255] = 2192, + [2256] = 2186, + [2257] = 2192, + [2258] = 2201, + [2259] = 2192, + [2260] = 2190, + [2261] = 2186, + [2262] = 2184, + [2263] = 2263, + [2264] = 2264, + [2265] = 2263, + [2266] = 2266, + [2267] = 2267, + [2268] = 2268, + [2269] = 2263, + [2270] = 2267, + [2271] = 2268, + [2272] = 2263, + [2273] = 2267, + [2274] = 2268, + [2275] = 2268, + [2276] = 2268, + [2277] = 2268, + [2278] = 1224, + [2279] = 2268, + [2280] = 2268, + [2281] = 2268, + [2282] = 2268, + [2283] = 2267, + [2284] = 2267, + [2285] = 2263, + [2286] = 2268, + [2287] = 2268, + [2288] = 2267, + [2289] = 2263, + [2290] = 2290, + [2291] = 2268, + [2292] = 2267, + [2293] = 2263, + [2294] = 2268, + [2295] = 2267, + [2296] = 2268, + [2297] = 2263, + [2298] = 2268, + [2299] = 2267, + [2300] = 2263, + [2301] = 2268, + [2302] = 2263, + [2303] = 2268, + [2304] = 2264, + [2305] = 2268, + [2306] = 2267, + [2307] = 2263, + [2308] = 2268, + [2309] = 2267, + [2310] = 2268, + [2311] = 2263, + [2312] = 2312, + [2313] = 2313, + [2314] = 2268, + [2315] = 2263, + [2316] = 2268, + [2317] = 2267, + [2318] = 2268, + [2319] = 2263, + [2320] = 2268, + [2321] = 2264, + [2322] = 2322, + [2323] = 2323, + [2324] = 2268, + [2325] = 1247, + [2326] = 2263, + [2327] = 2267, + [2328] = 2263, + [2329] = 2268, + [2330] = 2267, + [2331] = 2263, + [2332] = 2267, + [2333] = 2267, + [2334] = 2263, + [2335] = 2268, + [2336] = 2267, + [2337] = 388, + [2338] = 2267, + [2339] = 2267, + [2340] = 2268, + [2341] = 2263, + [2342] = 2267, + [2343] = 2263, + [2344] = 2268, + [2345] = 2267, + [2346] = 2264, + [2347] = 2263, + [2348] = 2268, + [2349] = 2267, + [2350] = 336, + [2351] = 2267, + [2352] = 2263, + [2353] = 2263, + [2354] = 2263, + [2355] = 2267, + [2356] = 2263, + [2357] = 2268, + [2358] = 2267, + [2359] = 2263, + [2360] = 2268, + [2361] = 2267, + [2362] = 2264, + [2363] = 2267, + [2364] = 2263, + [2365] = 2267, + [2366] = 2263, + [2367] = 2267, + [2368] = 2264, + [2369] = 2267, + [2370] = 2263, + [2371] = 2268, + [2372] = 2267, + [2373] = 2263, + [2374] = 2264, + [2375] = 2268, + [2376] = 2264, + [2377] = 2264, + [2378] = 2264, + [2379] = 2267, + [2380] = 2263, + [2381] = 2268, + [2382] = 2264, + [2383] = 2263, + [2384] = 2322, + [2385] = 2264, + [2386] = 2264, + [2387] = 2264, + [2388] = 2264, + [2389] = 2263, + [2390] = 2264, + [2391] = 2264, + [2392] = 2264, + [2393] = 2263, + [2394] = 2264, + [2395] = 2264, + [2396] = 2264, + [2397] = 2264, + [2398] = 2268, + [2399] = 2267, + [2400] = 2267, + [2401] = 2267, + [2402] = 2267, + [2403] = 2263, + [2404] = 2263, + [2405] = 2264, + [2406] = 2264, + [2407] = 2267, + [2408] = 2263, + [2409] = 2267, + [2410] = 2264, + [2411] = 2266, + [2412] = 2264, + [2413] = 2263, + [2414] = 2414, + [2415] = 2264, + [2416] = 2264, + [2417] = 2267, + [2418] = 2263, + [2419] = 2267, + [2420] = 2263, + [2421] = 2264, + [2422] = 2268, + [2423] = 2264, + [2424] = 2264, + [2425] = 2264, + [2426] = 2264, + [2427] = 2263, + [2428] = 2264, + [2429] = 2264, + [2430] = 2264, + [2431] = 2264, + [2432] = 2267, + [2433] = 2264, + [2434] = 2263, + [2435] = 2313, + [2436] = 2267, + [2437] = 2267, + [2438] = 2264, + [2439] = 2263, + [2440] = 2267, + [2441] = 2263, + [2442] = 2264, + [2443] = 2263, + [2444] = 2267, + [2445] = 2264, + [2446] = 2264, + [2447] = 2267, + [2448] = 2263, + [2449] = 2267, + [2450] = 2263, + [2451] = 2267, + [2452] = 2267, + [2453] = 2453, + [2454] = 2263, + [2455] = 2312, + [2456] = 2268, + [2457] = 2267, + [2458] = 2263, + [2459] = 2267, + [2460] = 2267, + [2461] = 2263, + [2462] = 2267, + [2463] = 2263, + [2464] = 2267, + [2465] = 2263, + [2466] = 2267, + [2467] = 2267, + [2468] = 2263, + [2469] = 2268, + [2470] = 2263, + [2471] = 2267, + [2472] = 2263, + [2473] = 2267, + [2474] = 2263, + [2475] = 2263, + [2476] = 2267, + [2477] = 2263, + [2478] = 2267, + [2479] = 2263, + [2480] = 2267, + [2481] = 2267, + [2482] = 2263, + [2483] = 2323, + [2484] = 2290, + [2485] = 2485, + [2486] = 1060, + [2487] = 2263, + [2488] = 2267, + [2489] = 2489, + [2490] = 2267, + [2491] = 2267, + [2492] = 2263, + [2493] = 2263, + [2494] = 2263, + [2495] = 2267, + [2496] = 1078, + [2497] = 2263, + [2498] = 2267, + [2499] = 2263, + [2500] = 2267, + [2501] = 2263, + [2502] = 2268, + [2503] = 2264, + [2504] = 2263, + [2505] = 2267, + [2506] = 2267, + [2507] = 2263, + [2508] = 2263, + [2509] = 2267, + [2510] = 2263, + [2511] = 2511, + [2512] = 1081, + [2513] = 336, [2514] = 2514, - [2515] = 356, - [2516] = 2514, - [2517] = 336, - [2518] = 2514, + [2515] = 330, + [2516] = 333, + [2517] = 329, + [2518] = 2518, [2519] = 2519, [2520] = 2520, - [2521] = 2514, - [2522] = 2522, - [2523] = 2523, - [2524] = 2514, - [2525] = 661, - [2526] = 659, - [2527] = 2527, + [2521] = 694, + [2522] = 695, + [2523] = 1665, + [2524] = 1650, + [2525] = 330, + [2526] = 1612, + [2527] = 1611, [2528] = 2528, - [2529] = 345, - [2530] = 344, - [2531] = 342, + [2529] = 336, + [2530] = 2530, + [2531] = 2531, [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, + [2533] = 329, + [2534] = 341, + [2535] = 329, + [2536] = 333, + [2537] = 336, + [2538] = 2530, + [2539] = 330, + [2540] = 353, + [2541] = 2532, + [2542] = 349, + [2543] = 336, + [2544] = 845, + [2545] = 363, + [2546] = 819, + [2547] = 818, + [2548] = 811, + [2549] = 809, + [2550] = 2514, + [2551] = 344, + [2552] = 340, + [2553] = 351, + [2554] = 350, + [2555] = 845, + [2556] = 343, + [2557] = 343, + [2558] = 344, + [2559] = 2519, + [2560] = 2560, + [2561] = 350, + [2562] = 2562, + [2563] = 351, + [2564] = 2564, + [2565] = 340, + [2566] = 2566, + [2567] = 349, + [2568] = 353, + [2569] = 336, + [2570] = 363, + [2571] = 1807, + [2572] = 1728, + [2573] = 355, + [2574] = 360, + [2575] = 1826, + [2576] = 1822, + [2577] = 347, + [2578] = 338, + [2579] = 354, + [2580] = 336, + [2581] = 330, + [2582] = 356, + [2583] = 357, + [2584] = 346, + [2585] = 339, + [2586] = 333, + [2587] = 356, + [2588] = 2528, + [2589] = 347, + [2590] = 359, [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, - [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, + [2592] = 2520, + [2593] = 358, + [2594] = 359, + [2595] = 355, + [2596] = 346, + [2597] = 339, + [2598] = 341, + [2599] = 358, + [2600] = 338, + [2601] = 694, + [2602] = 354, + [2603] = 360, + [2604] = 2518, + [2605] = 695, + [2606] = 2531, + [2607] = 2520, + [2608] = 336, + [2609] = 2609, + [2610] = 2528, + [2611] = 358, + [2612] = 359, + [2613] = 338, + [2614] = 353, + [2615] = 2519, + [2616] = 2609, + [2617] = 2609, + [2618] = 329, + [2619] = 333, + [2620] = 354, + [2621] = 2609, + [2622] = 2609, + [2623] = 2623, + [2624] = 2609, + [2625] = 2609, + [2626] = 347, + [2627] = 2627, + [2628] = 2609, + [2629] = 338, + [2630] = 2609, + [2631] = 2564, + [2632] = 2566, + [2633] = 2562, + [2634] = 354, + [2635] = 2609, + [2636] = 2560, + [2637] = 2609, + [2638] = 343, + [2639] = 336, + [2640] = 329, + [2641] = 2641, + [2642] = 341, + [2643] = 339, + [2644] = 346, + [2645] = 2609, + [2646] = 2532, + [2647] = 694, + [2648] = 695, + [2649] = 809, + [2650] = 811, + [2651] = 2609, + [2652] = 818, + [2653] = 2609, + [2654] = 819, + [2655] = 2609, + [2656] = 2656, + [2657] = 2609, + [2658] = 2519, + [2659] = 2609, + [2660] = 2609, + [2661] = 2661, + [2662] = 2662, + [2663] = 2609, + [2664] = 2518, + [2665] = 344, + [2666] = 2609, + [2667] = 333, + [2668] = 2609, + [2669] = 363, + [2670] = 330, + [2671] = 350, + [2672] = 351, + [2673] = 360, + [2674] = 350, + [2675] = 355, + [2676] = 347, + [2677] = 333, + [2678] = 2609, + [2679] = 323, + [2680] = 343, + [2681] = 324, + [2682] = 329, + [2683] = 336, + [2684] = 2609, + [2685] = 2532, + [2686] = 336, + [2687] = 344, + [2688] = 358, + [2689] = 2609, + [2690] = 356, + [2691] = 2530, + [2692] = 2609, + [2693] = 336, + [2694] = 359, + [2695] = 2514, + [2696] = 2519, + [2697] = 2531, + [2698] = 2531, + [2699] = 2609, + [2700] = 349, + [2701] = 2609, + [2702] = 2520, + [2703] = 2609, + [2704] = 2609, + [2705] = 2609, + [2706] = 2609, + [2707] = 388, + [2708] = 2609, + [2709] = 2609, + [2710] = 2609, + [2711] = 360, + [2712] = 2712, + [2713] = 2609, + [2714] = 2530, + [2715] = 2609, + [2716] = 2609, + [2717] = 357, + [2718] = 2609, + [2719] = 329, [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, - [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, + [2721] = 357, + [2722] = 2609, + [2723] = 2514, + [2724] = 351, + [2725] = 333, + [2726] = 2726, + [2727] = 2727, + [2728] = 2609, + [2729] = 2520, + [2730] = 2727, + [2731] = 2531, + [2732] = 2514, + [2733] = 356, + [2734] = 2623, + [2735] = 2609, + [2736] = 340, + [2737] = 388, + [2738] = 2530, + [2739] = 355, + [2740] = 340, + [2741] = 2609, + [2742] = 1049, + [2743] = 363, + [2744] = 1043, + [2745] = 2518, + [2746] = 2528, + [2747] = 2747, + [2748] = 2748, + [2749] = 2749, + [2750] = 1043, + [2751] = 2609, + [2752] = 2609, + [2753] = 2753, + [2754] = 341, + [2755] = 349, + [2756] = 2756, + [2757] = 2518, + [2758] = 339, + [2759] = 2528, + [2760] = 346, + [2761] = 1049, + [2762] = 2609, + [2763] = 694, + [2764] = 695, + [2765] = 2609, + [2766] = 2609, + [2767] = 2532, + [2768] = 2609, + [2769] = 353, + [2770] = 695, + [2771] = 2609, + [2772] = 2609, + [2773] = 694, + [2774] = 2609, + [2775] = 2609, + [2776] = 329, + [2777] = 2609, + [2778] = 333, + [2779] = 2609, + [2780] = 333, + [2781] = 329, + [2782] = 356, + [2783] = 811, + [2784] = 809, + [2785] = 818, + [2786] = 819, + [2787] = 2560, [2788] = 2788, - [2789] = 2781, - [2790] = 677, - [2791] = 2625, - [2792] = 2792, - [2793] = 2621, - [2794] = 331, - [2795] = 728, - [2796] = 332, - [2797] = 2476, + [2789] = 339, + [2790] = 2790, + [2791] = 1060, + [2792] = 1078, + [2793] = 1081, + [2794] = 819, + [2795] = 818, + [2796] = 358, + [2797] = 359, [2798] = 2798, - [2799] = 2477, - [2800] = 2800, - [2801] = 2478, - [2802] = 2454, - [2803] = 2803, - [2804] = 2784, - [2805] = 730, - [2806] = 2768, - [2807] = 2725, - [2808] = 2778, - [2809] = 1228, - [2810] = 2810, - [2811] = 2811, - [2812] = 2812, + [2799] = 336, + [2800] = 360, + [2801] = 2801, + [2802] = 357, + [2803] = 329, + [2804] = 388, + [2805] = 809, + [2806] = 355, + [2807] = 1060, + [2808] = 2566, + [2809] = 1078, + [2810] = 329, + [2811] = 1081, + [2812] = 354, [2813] = 2813, - [2814] = 2814, - [2815] = 319, - [2816] = 2696, - [2817] = 2740, - [2818] = 2621, - [2819] = 2625, - [2820] = 2621, - [2821] = 1180, - [2822] = 2822, - [2823] = 2823, - [2824] = 320, - [2825] = 2773, - [2826] = 2826, - [2827] = 2625, - [2828] = 2810, - [2829] = 2779, - [2830] = 2786, - [2831] = 2831, + [2814] = 333, + [2815] = 2564, + [2816] = 2798, + [2817] = 338, + [2818] = 2813, + [2819] = 2566, + [2820] = 2820, + [2821] = 2564, + [2822] = 811, + [2823] = 2813, + [2824] = 2562, + [2825] = 346, + [2826] = 695, + [2827] = 694, + [2828] = 347, + [2829] = 2798, + [2830] = 329, + [2831] = 333, [2832] = 2832, - [2833] = 2833, - [2834] = 2834, - [2835] = 2835, - [2836] = 2792, - [2837] = 2769, - [2838] = 2811, - [2839] = 2839, - [2840] = 2840, - [2841] = 2834, - [2842] = 2840, - [2843] = 2843, - [2844] = 1180, - [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, + [2833] = 2528, + [2834] = 344, + [2835] = 2518, + [2836] = 2564, + [2837] = 2788, + [2838] = 343, + [2839] = 353, + [2840] = 2788, + [2841] = 351, + [2842] = 2530, + [2843] = 350, + [2844] = 341, + [2845] = 2801, + [2846] = 388, + [2847] = 2531, + [2848] = 2566, + [2849] = 349, + [2850] = 2520, + [2851] = 340, + [2852] = 2852, + [2853] = 819, + [2854] = 818, + [2855] = 2756, + [2856] = 811, + [2857] = 809, + [2858] = 2712, + [2859] = 2514, + [2860] = 2560, + [2861] = 2801, + [2862] = 2562, + [2863] = 2560, + [2864] = 333, + [2865] = 2562, + [2866] = 2866, + [2867] = 2867, + [2868] = 363, + [2869] = 2869, + [2870] = 2870, + [2871] = 2871, + [2872] = 2872, + [2873] = 2873, + [2874] = 2871, + [2875] = 2875, + [2876] = 2876, [2877] = 2877, - [2878] = 2812, - [2879] = 2625, - [2880] = 332, - [2881] = 2740, - [2882] = 330, - [2883] = 2725, - [2884] = 2696, + [2878] = 2878, + [2879] = 2879, + [2880] = 2880, + [2881] = 2881, + [2882] = 333, + [2883] = 1247, + [2884] = 2884, [2885] = 2885, - [2886] = 2740, - [2887] = 2696, - [2888] = 330, - [2889] = 2522, - [2890] = 2519, - [2891] = 2725, - [2892] = 333, - [2893] = 385, - [2894] = 2725, - [2895] = 2740, + [2886] = 2886, + [2887] = 2887, + [2888] = 2888, + [2889] = 329, + [2890] = 2890, + [2891] = 2712, + [2892] = 2892, + [2893] = 2893, + [2894] = 2894, + [2895] = 2895, [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, + [2897] = 2893, + [2898] = 2898, + [2899] = 2899, + [2900] = 2890, + [2901] = 2894, + [2902] = 2879, + [2903] = 2903, + [2904] = 2898, + [2905] = 2895, + [2906] = 2906, + [2907] = 2907, + [2908] = 2908, [2909] = 2909, [2910] = 2910, - [2911] = 2427, + [2911] = 2911, [2912] = 2912, - [2913] = 2913, - [2914] = 2437, + [2913] = 1224, + [2914] = 2914, [2915] = 2915, [2916] = 2916, [2917] = 2917, [2918] = 2918, - [2919] = 2919, - [2920] = 2434, - [2921] = 2921, - [2922] = 2922, + [2919] = 2909, + [2920] = 2920, + [2921] = 2885, + [2922] = 2912, [2923] = 2923, - [2924] = 336, - [2925] = 347, - [2926] = 355, - [2927] = 354, - [2928] = 345, - [2929] = 330, - [2930] = 337, + [2924] = 2564, + [2925] = 2756, + [2926] = 2756, + [2927] = 2914, + [2928] = 2566, + [2929] = 2908, + [2930] = 2930, [2931] = 2931, - [2932] = 2696, - [2933] = 343, - [2934] = 344, - [2935] = 2935, - [2936] = 2740, - [2937] = 331, + [2932] = 2932, + [2933] = 818, + [2934] = 2934, + [2935] = 2930, + [2936] = 2712, + [2937] = 2876, [2938] = 2938, - [2939] = 356, - [2940] = 2433, - [2941] = 2941, - [2942] = 2427, - [2943] = 351, + [2939] = 2873, + [2940] = 1247, + [2941] = 2917, + [2942] = 2915, + [2943] = 2712, [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, + [2945] = 2562, + [2946] = 2946, + [2947] = 1224, + [2948] = 2560, + [2949] = 2869, + [2950] = 2875, + [2951] = 2877, + [2952] = 2952, + [2953] = 2953, + [2954] = 2866, + [2955] = 2878, + [2956] = 2880, + [2957] = 2934, + [2958] = 2887, + [2959] = 2953, + [2960] = 2756, + [2961] = 2952, [2962] = 2962, [2963] = 2963, - [2964] = 2964, - [2965] = 2965, - [2966] = 330, - [2967] = 2967, - [2968] = 350, + [2964] = 2946, + [2965] = 2881, + [2966] = 2867, + [2967] = 2884, + [2968] = 2923, [2969] = 2969, - [2970] = 331, - [2971] = 2971, - [2972] = 2477, - [2973] = 677, - [2974] = 676, - [2975] = 2975, - [2976] = 2976, - [2977] = 2478, - [2978] = 2454, - [2979] = 2979, - [2980] = 2980, - [2981] = 2437, - [2982] = 2982, - [2983] = 2983, - [2984] = 2984, - [2985] = 2985, - [2986] = 2986, - [2987] = 2987, - [2988] = 2988, - [2989] = 370, - [2990] = 2990, - [2991] = 2991, - [2992] = 661, - [2993] = 2993, - [2994] = 2994, - [2995] = 659, - [2996] = 2996, - [2997] = 2997, - [2998] = 331, - [2999] = 2999, - [3000] = 2425, - [3001] = 3001, - [3002] = 3002, + [2970] = 2920, + [2971] = 2962, + [2972] = 2969, + [2973] = 2888, + [2974] = 2974, + [2975] = 2944, + [2976] = 819, + [2977] = 2931, + [2978] = 2899, + [2979] = 2932, + [2980] = 2820, + [2981] = 2832, + [2982] = 2896, + [2983] = 2852, + [2984] = 2911, + [2985] = 2918, + [2986] = 2916, + [2987] = 2870, + [2988] = 2974, + [2989] = 2907, + [2990] = 2906, + [2991] = 2872, + [2992] = 2892, + [2993] = 2963, + [2994] = 2886, + [2995] = 2938, + [2996] = 809, + [2997] = 811, + [2998] = 2910, + [2999] = 2852, + [3000] = 3000, + [3001] = 388, + [3002] = 336, [3003] = 3003, - [3004] = 3004, - [3005] = 3005, - [3006] = 3006, - [3007] = 3007, - [3008] = 3008, - [3009] = 3009, - [3010] = 2434, - [3011] = 332, - [3012] = 3012, - [3013] = 3013, - [3014] = 730, + [3004] = 2820, + [3005] = 2852, + [3006] = 3000, + [3007] = 2712, + [3008] = 2726, + [3009] = 2747, + [3010] = 336, + [3011] = 2832, + [3012] = 2852, + [3013] = 2820, + [3014] = 330, [3015] = 333, - [3016] = 2422, - [3017] = 728, - [3018] = 2478, - [3019] = 330, - [3020] = 2476, - [3021] = 3021, - [3022] = 728, - [3023] = 2477, - [3024] = 730, - [3025] = 677, - [3026] = 2476, - [3027] = 3027, - [3028] = 2877, - [3029] = 2427, - [3030] = 2454, + [3016] = 329, + [3017] = 2756, + [3018] = 3003, + [3019] = 2820, + [3020] = 3000, + [3021] = 2832, + [3022] = 3003, + [3023] = 2832, + [3024] = 336, + [3025] = 347, + [3026] = 3026, + [3027] = 336, + [3028] = 3028, + [3029] = 329, + [3030] = 2820, [3031] = 3031, - [3032] = 3032, - [3033] = 331, + [3032] = 2832, + [3033] = 360, [3034] = 3034, [3035] = 3035, - [3036] = 3036, - [3037] = 3037, + [3036] = 336, + [3037] = 359, [3038] = 3038, - [3039] = 332, + [3039] = 3039, [3040] = 3040, - [3041] = 3041, - [3042] = 3042, + [3041] = 358, + [3042] = 2852, [3043] = 3043, - [3044] = 3044, - [3045] = 3045, + [3044] = 2520, + [3045] = 694, [3046] = 3046, [3047] = 3047, - [3048] = 3048, - [3049] = 3049, - [3050] = 3050, - [3051] = 3051, - [3052] = 332, - [3053] = 333, - [3054] = 3054, - [3055] = 3055, - [3056] = 676, - [3057] = 3057, - [3058] = 3058, - [3059] = 3059, - [3060] = 3060, - [3061] = 3061, - [3062] = 3062, + [3048] = 340, + [3049] = 333, + [3050] = 351, + [3051] = 3039, + [3052] = 3052, + [3053] = 350, + [3054] = 2528, + [3055] = 343, + [3056] = 344, + [3057] = 355, + [3058] = 2518, + [3059] = 338, + [3060] = 353, + [3061] = 2518, + [3062] = 354, [3063] = 3063, - [3064] = 3064, - [3065] = 3065, + [3064] = 2531, + [3065] = 2514, [3066] = 3066, - [3067] = 2433, - [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, + [3067] = 3067, + [3068] = 3039, + [3069] = 695, + [3070] = 3070, + [3071] = 3071, + [3072] = 3072, + [3073] = 3073, + [3074] = 2520, + [3075] = 3075, + [3076] = 2530, + [3077] = 341, + [3078] = 3078, + [3079] = 339, + [3080] = 346, + [3081] = 349, + [3082] = 3082, + [3083] = 3083, + [3084] = 3084, + [3085] = 3085, + [3086] = 3086, + [3087] = 356, + [3088] = 357, + [3089] = 3089, + [3090] = 3090, + [3091] = 3091, + [3092] = 333, + [3093] = 819, + [3094] = 818, + [3095] = 3095, + [3096] = 3096, + [3097] = 3097, + [3098] = 3098, + [3099] = 3099, + [3100] = 2903, + [3101] = 2528, + [3102] = 3102, + [3103] = 811, + [3104] = 809, + [3105] = 3105, + [3106] = 333, + [3107] = 3107, [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, - [3337] = 3337, - [3338] = 3336, - [3339] = 3337, - [3340] = 3336, - [3341] = 3335, - [3342] = 3337, - [3343] = 3336, - [3344] = 3335, - [3345] = 3336, - [3346] = 3335, - [3347] = 3336, - [3348] = 3336, - [3349] = 3337, - [3350] = 3336, - [3351] = 3337, - [3352] = 3337, - [3353] = 3336, - [3354] = 3337, - [3355] = 3336, - [3356] = 3336, - [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, - [3370] = 3337, - [3371] = 3337, - [3372] = 3336, - [3373] = 3337, - [3374] = 3336, - [3375] = 3335, - [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, - [3389] = 3337, - [3390] = 3336, - [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, - [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, - [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, - [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, + [3109] = 3109, + [3110] = 3110, + [3111] = 3111, + [3112] = 333, + [3113] = 3113, + [3114] = 3114, + [3115] = 3115, + [3116] = 330, + [3117] = 2560, + [3118] = 2562, + [3119] = 3119, + [3120] = 3120, + [3121] = 3121, + [3122] = 3122, + [3123] = 695, + [3124] = 694, + [3125] = 3125, + [3126] = 3126, + [3127] = 2520, + [3128] = 3128, + [3129] = 329, + [3130] = 3130, + [3131] = 3131, + [3132] = 3132, + [3133] = 3133, + [3134] = 3134, + [3135] = 3135, + [3136] = 3136, + [3137] = 3137, + [3138] = 3138, + [3139] = 3139, + [3140] = 3140, + [3141] = 3141, + [3142] = 3142, + [3143] = 329, + [3144] = 2566, + [3145] = 3145, + [3146] = 329, + [3147] = 2562, + [3148] = 2530, + [3149] = 2564, + [3150] = 3150, + [3151] = 3151, + [3152] = 2560, + [3153] = 3153, + [3154] = 3154, + [3155] = 3155, + [3156] = 3156, + [3157] = 3157, + [3158] = 809, + [3159] = 2518, + [3160] = 3160, + [3161] = 3161, + [3162] = 3162, + [3163] = 3163, + [3164] = 3164, + [3165] = 3165, + [3166] = 3166, + [3167] = 3167, + [3168] = 336, + [3169] = 330, + [3170] = 3170, + [3171] = 3171, + [3172] = 2514, + [3173] = 3173, + [3174] = 3174, + [3175] = 811, + [3176] = 2566, + [3177] = 2564, + [3178] = 3178, + [3179] = 3179, + [3180] = 3180, + [3181] = 3181, + [3182] = 363, + [3183] = 3183, + [3184] = 2531, + [3185] = 3185, + [3186] = 3186, + [3187] = 3187, + [3188] = 818, + [3189] = 3189, + [3190] = 819, + [3191] = 363, + [3192] = 344, + [3193] = 363, + [3194] = 356, + [3195] = 1043, + [3196] = 349, + [3197] = 359, + [3198] = 353, + [3199] = 1049, + [3200] = 360, + [3201] = 351, + [3202] = 343, + [3203] = 358, + [3204] = 359, + [3205] = 340, + [3206] = 347, + [3207] = 350, + [3208] = 388, + [3209] = 346, + [3210] = 358, + [3211] = 2562, + [3212] = 351, + [3213] = 356, + [3214] = 2560, + [3215] = 809, + [3216] = 347, + [3217] = 339, + [3218] = 357, + [3219] = 2727, + [3220] = 353, + [3221] = 350, + [3222] = 333, + [3223] = 2756, + [3224] = 2564, + [3225] = 338, + [3226] = 343, + [3227] = 338, + [3228] = 845, + [3229] = 346, + [3230] = 354, + [3231] = 357, + [3232] = 2566, + [3233] = 341, + [3234] = 344, + [3235] = 339, + [3236] = 2712, + [3237] = 330, + [3238] = 354, + [3239] = 2623, + [3240] = 819, + [3241] = 2712, + [3242] = 340, + [3243] = 818, + [3244] = 360, + [3245] = 349, + [3246] = 355, + [3247] = 329, + [3248] = 811, + [3249] = 341, + [3250] = 355, + [3251] = 2756, + [3252] = 2820, + [3253] = 356, + [3254] = 388, + [3255] = 1043, + [3256] = 3256, + [3257] = 343, + [3258] = 323, + [3259] = 3259, + [3260] = 3259, + [3261] = 338, + [3262] = 2712, + [3263] = 3256, + [3264] = 341, + [3265] = 2852, + [3266] = 3256, + [3267] = 353, + [3268] = 2727, + [3269] = 351, + [3270] = 339, + [3271] = 1049, + [3272] = 357, + [3273] = 346, + [3274] = 2832, + [3275] = 359, + [3276] = 388, + [3277] = 344, + [3278] = 324, + [3279] = 3279, + [3280] = 3259, + [3281] = 354, + [3282] = 3256, + [3283] = 347, + [3284] = 3259, + [3285] = 350, + [3286] = 358, + [3287] = 340, + [3288] = 363, + [3289] = 2756, + [3290] = 349, + [3291] = 360, + [3292] = 355, + [3293] = 2623, + [3294] = 388, + [3295] = 2923, + [3296] = 2873, + [3297] = 2871, + [3298] = 2852, + [3299] = 2832, + [3300] = 2898, + [3301] = 1078, + [3302] = 2899, + [3303] = 1081, + [3304] = 2938, + [3305] = 2914, + [3306] = 2892, + [3307] = 2869, + [3308] = 1224, + [3309] = 2820, + [3310] = 2878, + [3311] = 1247, + [3312] = 2866, + [3313] = 2912, + [3314] = 2909, + [3315] = 1060, + [3316] = 2915, + [3317] = 2895, + [3318] = 2896, + [3319] = 2908, + [3320] = 2880, + [3321] = 2870, + [3322] = 2909, + [3323] = 2923, + [3324] = 2893, + [3325] = 2931, + [3326] = 2886, + [3327] = 2872, + [3328] = 2910, + [3329] = 2963, + [3330] = 2892, + [3331] = 2894, + [3332] = 2867, + [3333] = 3333, + [3334] = 3334, + [3335] = 2906, + [3336] = 2898, + [3337] = 2934, + [3338] = 2944, + [3339] = 2907, + [3340] = 1224, + [3341] = 2974, + [3342] = 2908, + [3343] = 2916, + [3344] = 2930, + [3345] = 2918, + [3346] = 2895, + [3347] = 2914, + [3348] = 2915, + [3349] = 2876, + [3350] = 2869, + [3351] = 2890, + [3352] = 2896, + [3353] = 2899, + [3354] = 1247, + [3355] = 2877, + [3356] = 2917, + [3357] = 2879, + [3358] = 2885, + [3359] = 2946, + [3360] = 2911, + [3361] = 2887, + [3362] = 2912, + [3363] = 2866, + [3364] = 336, + [3365] = 2932, + [3366] = 2881, + [3367] = 2938, + [3368] = 2873, + [3369] = 2952, + [3370] = 2953, + [3371] = 2871, + [3372] = 2888, + [3373] = 2878, + [3374] = 2884, + [3375] = 2880, + [3376] = 2875, + [3377] = 2969, + [3378] = 2962, + [3379] = 2920, + [3380] = 323, + [3381] = 324, + [3382] = 3382, + [3383] = 3383, + [3384] = 329, + [3385] = 811, + [3386] = 3386, + [3387] = 818, + [3388] = 809, + [3389] = 333, + [3390] = 3382, + [3391] = 324, + [3392] = 3386, + [3393] = 3382, + [3394] = 330, + [3395] = 323, + [3396] = 3382, + [3397] = 3386, + [3398] = 3386, + [3399] = 819, + [3400] = 3400, + [3401] = 341, + [3402] = 3400, + [3403] = 3400, + [3404] = 3404, + [3405] = 3400, + [3406] = 3404, + [3407] = 3400, + [3408] = 3404, + [3409] = 3404, + [3410] = 3400, + [3411] = 360, + [3412] = 3400, + [3413] = 3404, + [3414] = 3404, + [3415] = 1049, + [3416] = 3404, + [3417] = 353, + [3418] = 3400, + [3419] = 1043, + [3420] = 3404, + [3421] = 3400, + [3422] = 3400, + [3423] = 3400, + [3424] = 3400, + [3425] = 3404, + [3426] = 3404, + [3427] = 3404, + [3428] = 3400, + [3429] = 3404, + [3430] = 3404, + [3431] = 3400, + [3432] = 359, + [3433] = 3400, + [3434] = 350, + [3435] = 3404, + [3436] = 3400, + [3437] = 3404, + [3438] = 3404, + [3439] = 3404, + [3440] = 3404, + [3441] = 3400, + [3442] = 3400, + [3443] = 363, + [3444] = 3400, + [3445] = 346, + [3446] = 3404, + [3447] = 3400, + [3448] = 339, + [3449] = 3404, + [3450] = 3404, + [3451] = 3404, + [3452] = 3452, + [3453] = 3400, + [3454] = 3400, + [3455] = 349, + [3456] = 3400, + [3457] = 3400, + [3458] = 3404, + [3459] = 355, + [3460] = 3400, + [3461] = 3404, + [3462] = 3404, + [3463] = 3400, + [3464] = 354, + [3465] = 3404, + [3466] = 3400, + [3467] = 3404, + [3468] = 3400, + [3469] = 344, + [3470] = 3400, + [3471] = 3400, + [3472] = 3404, + [3473] = 3404, + [3474] = 343, + [3475] = 3404, + [3476] = 3404, + [3477] = 338, + [3478] = 3404, + [3479] = 3400, + [3480] = 3400, + [3481] = 3400, + [3482] = 3400, + [3483] = 347, + [3484] = 3404, + [3485] = 3400, + [3486] = 3400, + [3487] = 3400, + [3488] = 3404, + [3489] = 3404, + [3490] = 3400, + [3491] = 3404, + [3492] = 357, + [3493] = 351, + [3494] = 3400, + [3495] = 3404, + [3496] = 358, + [3497] = 3404, + [3498] = 3400, + [3499] = 3400, + [3500] = 3404, + [3501] = 3404, + [3502] = 3404, + [3503] = 3404, + [3504] = 356, + [3505] = 3400, + [3506] = 3404, + [3507] = 2756, + [3508] = 3404, + [3509] = 3400, + [3510] = 3400, + [3511] = 3404, + [3512] = 3400, + [3513] = 3400, + [3514] = 3404, + [3515] = 3400, + [3516] = 3400, + [3517] = 3400, + [3518] = 3400, + [3519] = 3404, + [3520] = 340, + [3521] = 3404, + [3522] = 3404, + [3523] = 3404, + [3524] = 3524, + [3525] = 3525, + [3526] = 3524, + [3527] = 3524, [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, - [3631] = 3631, - [3632] = 330, - [3633] = 3633, - [3634] = 3634, - [3635] = 3635, - [3636] = 3636, - [3637] = 3637, - [3638] = 330, - [3639] = 3630, - [3640] = 3640, - [3641] = 3641, - [3642] = 3642, - [3643] = 3637, - [3644] = 3644, - [3645] = 3637, - [3646] = 3646, - [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, - [3678] = 3678, - [3679] = 1604, - [3680] = 1596, + [3529] = 3524, + [3530] = 3525, + [3531] = 3524, + [3532] = 3525, + [3533] = 3528, + [3534] = 3524, + [3535] = 3528, + [3536] = 3525, + [3537] = 3528, + [3538] = 3524, + [3539] = 3528, + [3540] = 3524, + [3541] = 3525, + [3542] = 3528, + [3543] = 3528, + [3544] = 3524, + [3545] = 3525, + [3546] = 3525, + [3547] = 3524, + [3548] = 3524, + [3549] = 3525, + [3550] = 3525, + [3551] = 3524, + [3552] = 3525, + [3553] = 3525, + [3554] = 3528, + [3555] = 3524, + [3556] = 3528, + [3557] = 3525, + [3558] = 3524, + [3559] = 3524, + [3560] = 3528, + [3561] = 3524, + [3562] = 3525, + [3563] = 3528, + [3564] = 3524, + [3565] = 3528, + [3566] = 3528, + [3567] = 3524, + [3568] = 3525, + [3569] = 3525, + [3570] = 3528, + [3571] = 3524, + [3572] = 3525, + [3573] = 3528, + [3574] = 3525, + [3575] = 3524, + [3576] = 3524, + [3577] = 3528, + [3578] = 3524, + [3579] = 3528, + [3580] = 3525, + [3581] = 3524, + [3582] = 3524, + [3583] = 3525, + [3584] = 3524, + [3585] = 3525, + [3586] = 3524, + [3587] = 3525, + [3588] = 3524, + [3589] = 3525, + [3590] = 3528, + [3591] = 3524, + [3592] = 3525, + [3593] = 3524, + [3594] = 3528, + [3595] = 3524, + [3596] = 3528, + [3597] = 3525, + [3598] = 3524, + [3599] = 3525, + [3600] = 3525, + [3601] = 3524, + [3602] = 3528, + [3603] = 3528, + [3604] = 3525, + [3605] = 3525, + [3606] = 3525, + [3607] = 3525, + [3608] = 3525, + [3609] = 3525, + [3610] = 3524, + [3611] = 3525, + [3612] = 3524, + [3613] = 3524, + [3614] = 3525, + [3615] = 3528, + [3616] = 3528, + [3617] = 3524, + [3618] = 3525, + [3619] = 3528, + [3620] = 3528, + [3621] = 3525, + [3622] = 3528, + [3623] = 3524, + [3624] = 3528, + [3625] = 3525, + [3626] = 3525, + [3627] = 3525, + [3628] = 3528, + [3629] = 3524, + [3630] = 3528, + [3631] = 3524, + [3632] = 3525, + [3633] = 3525, + [3634] = 3524, + [3635] = 3524, + [3636] = 3524, + [3637] = 3524, + [3638] = 3525, + [3639] = 3528, + [3640] = 3525, + [3641] = 3528, + [3642] = 388, + [3643] = 3528, + [3644] = 3525, + [3645] = 3525, + [3646] = 3524, + [3647] = 3528, + [3648] = 3528, + [3649] = 3524, + [3650] = 3525, + [3651] = 3524, + [3652] = 3524, + [3653] = 3525, + [3654] = 3528, + [3655] = 3525, + [3656] = 3525, + [3657] = 3524, + [3658] = 3528, + [3659] = 3528, + [3660] = 3528, + [3661] = 3528, + [3662] = 3524, + [3663] = 3524, + [3664] = 3525, + [3665] = 3528, + [3666] = 1247, + [3667] = 3667, + [3668] = 1224, + [3669] = 3669, + [3670] = 3670, + [3671] = 3670, + [3672] = 3669, + [3673] = 3670, + [3674] = 3669, + [3675] = 3669, + [3676] = 3676, + [3677] = 3669, + [3678] = 3670, + [3679] = 3669, + [3680] = 3669, [3681] = 3681, - [3682] = 3662, - [3683] = 3683, - [3684] = 3659, - [3685] = 3657, - [3686] = 3668, - [3687] = 3687, - [3688] = 331, - [3689] = 3660, - [3690] = 3690, + [3682] = 3669, + [3683] = 3670, + [3684] = 3669, + [3685] = 3685, + [3686] = 3686, + [3687] = 3670, + [3688] = 3670, + [3689] = 355, + [3690] = 341, [3691] = 3691, - [3692] = 3658, - [3693] = 332, - [3694] = 3661, - [3695] = 333, - [3696] = 3696, - [3697] = 3697, - [3698] = 3654, - [3699] = 3668, - [3700] = 3671, + [3692] = 3692, + [3693] = 3693, + [3694] = 349, + [3695] = 353, + [3696] = 358, + [3697] = 359, + [3698] = 360, + [3699] = 339, + [3700] = 346, [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, + [3704] = 336, + [3705] = 3705, + [3706] = 333, + [3707] = 3707, + [3708] = 3708, + [3709] = 3708, + [3710] = 3708, + [3711] = 3708, + [3712] = 3708, + [3713] = 3708, + [3714] = 3708, + [3715] = 330, + [3716] = 3708, + [3717] = 3708, + [3718] = 3708, + [3719] = 329, + [3720] = 3708, + [3721] = 3708, [3722] = 3722, - [3723] = 3723, - [3724] = 3724, - [3725] = 3725, - [3726] = 3726, - [3727] = 3727, - [3728] = 3728, - [3729] = 3729, - [3730] = 3730, - [3731] = 3731, - [3732] = 3732, - [3733] = 337, - [3734] = 346, - [3735] = 3735, - [3736] = 347, - [3737] = 356, - [3738] = 1713, - [3739] = 355, - [3740] = 1709, - [3741] = 1652, - [3742] = 337, - [3743] = 370, - [3744] = 1698, - [3745] = 3727, - [3746] = 3746, - [3747] = 351, - [3748] = 3748, - [3749] = 349, - [3750] = 340, - [3751] = 346, - [3752] = 343, - [3753] = 339, - [3754] = 357, - [3755] = 347, - [3756] = 354, - [3757] = 3757, - [3758] = 353, - [3759] = 336, - [3760] = 353, - [3761] = 336, - [3762] = 354, - [3763] = 357, - [3764] = 339, - [3765] = 349, - [3766] = 3766, - [3767] = 350, - [3768] = 344, - [3769] = 351, - [3770] = 3770, - [3771] = 355, - [3772] = 3772, - [3773] = 340, - [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, + [3723] = 3708, + [3724] = 3708, + [3725] = 3708, + [3726] = 3722, + [3727] = 3707, + [3728] = 3708, + [3729] = 3708, + [3730] = 3708, + [3731] = 3707, + [3732] = 3708, + [3733] = 3722, + [3734] = 353, + [3735] = 354, + [3736] = 3736, + [3737] = 3736, + [3738] = 3738, + [3739] = 3739, + [3740] = 3738, + [3741] = 339, + [3742] = 3736, + [3743] = 3743, + [3744] = 3743, + [3745] = 3736, + [3746] = 346, + [3747] = 3738, + [3748] = 3743, + [3749] = 3736, + [3750] = 3738, + [3751] = 3738, + [3752] = 340, + [3753] = 3736, + [3754] = 347, + [3755] = 341, + [3756] = 358, + [3757] = 3739, + [3758] = 363, + [3759] = 3736, + [3760] = 3743, + [3761] = 360, + [3762] = 355, + [3763] = 3743, + [3764] = 351, + [3765] = 350, + [3766] = 349, + [3767] = 3739, + [3768] = 3738, + [3769] = 3736, + [3770] = 341, + [3771] = 3743, + [3772] = 3738, + [3773] = 346, + [3774] = 339, + [3775] = 338, + [3776] = 355, + [3777] = 360, + [3778] = 357, + [3779] = 359, + [3780] = 358, + [3781] = 356, + [3782] = 359, + [3783] = 3743, + [3784] = 344, + [3785] = 343, + [3786] = 3743, + [3787] = 3738, + [3788] = 3788, + [3789] = 3789, [3790] = 3790, [3791] = 3791, - [3792] = 3791, + [3792] = 3792, [3793] = 3793, - [3794] = 3794, - [3795] = 3791, - [3796] = 3796, + [3794] = 336, + [3795] = 3795, + [3796] = 336, [3797] = 3797, - [3798] = 3791, - [3799] = 3799, - [3800] = 3797, + [3798] = 3798, + [3799] = 388, + [3800] = 3800, [3801] = 3801, [3802] = 3802, [3803] = 3791, [3804] = 3804, - [3805] = 3791, - [3806] = 3701, + [3805] = 1114, + [3806] = 3806, [3807] = 3807, - [3808] = 3791, - [3809] = 3797, + [3808] = 3808, + [3809] = 3802, [3810] = 3791, [3811] = 3811, [3812] = 3812, - [3813] = 3791, - [3814] = 3797, + [3813] = 3813, + [3814] = 3802, [3815] = 3815, [3816] = 3816, [3817] = 3817, - [3818] = 3791, - [3819] = 3791, - [3820] = 3791, - [3821] = 3797, + [3818] = 3818, + [3819] = 3819, + [3820] = 3820, + [3821] = 3821, [3822] = 3822, [3823] = 3823, [3824] = 3824, - [3825] = 3791, - [3826] = 3797, - [3827] = 3827, - [3828] = 3797, - [3829] = 3791, - [3830] = 3797, + [3825] = 3816, + [3826] = 3826, + [3827] = 330, + [3828] = 333, + [3829] = 329, + [3830] = 3830, [3831] = 3831, [3832] = 3832, [3833] = 3833, [3834] = 3834, - [3835] = 3797, - [3836] = 3791, - [3837] = 3791, - [3838] = 385, + [3835] = 3835, + [3836] = 3836, + [3837] = 3837, + [3838] = 3838, [3839] = 3839, - [3840] = 3797, - [3841] = 3791, - [3842] = 3811, + [3840] = 3840, + [3841] = 3841, + [3842] = 3822, [3843] = 3843, [3844] = 3844, - [3845] = 3791, - [3846] = 3791, + [3845] = 330, + [3846] = 3846, [3847] = 3847, - [3848] = 3791, + [3848] = 3848, [3849] = 3849, - [3850] = 3797, + [3850] = 3843, [3851] = 3851, - [3852] = 3791, - [3853] = 3853, - [3854] = 3791, - [3855] = 3797, - [3856] = 3856, - [3857] = 3797, - [3858] = 3791, - [3859] = 3791, - [3860] = 3791, + [3852] = 3823, + [3853] = 3824, + [3854] = 3826, + [3855] = 3834, + [3856] = 333, + [3857] = 329, + [3858] = 3858, + [3859] = 3859, + [3860] = 3860, [3861] = 3861, - [3862] = 3791, - [3863] = 3797, + [3862] = 3862, + [3863] = 3843, [3864] = 3864, - [3865] = 3791, - [3866] = 3791, - [3867] = 3867, - [3868] = 3791, + [3865] = 3822, + [3866] = 3843, + [3867] = 3838, + [3868] = 3868, [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, - [3892] = 3892, - [3893] = 3797, - [3894] = 3797, - [3895] = 3895, - [3896] = 3896, - [3897] = 3897, - [3898] = 3898, + [3870] = 3846, + [3871] = 3847, + [3872] = 3848, + [3873] = 3849, + [3874] = 3823, + [3875] = 3816, + [3876] = 3826, + [3877] = 3840, + [3878] = 3834, + [3879] = 3838, + [3880] = 3840, + [3881] = 1665, + [3882] = 1650, + [3883] = 1612, + [3884] = 1611, + [3885] = 3824, + [3886] = 3846, + [3887] = 3847, + [3888] = 3848, + [3889] = 3849, + [3890] = 3848, + [3891] = 3846, + [3892] = 3849, + [3893] = 3847, + [3894] = 3823, + [3895] = 3824, + [3896] = 3816, + [3897] = 3826, + [3898] = 3834, [3899] = 3899, - [3900] = 3900, - [3901] = 3791, - [3902] = 3791, + [3900] = 341, + [3901] = 3901, + [3902] = 3902, [3903] = 3903, - [3904] = 1604, - [3905] = 3905, - [3906] = 1596, - [3907] = 3791, - [3908] = 3908, - [3909] = 3847, - [3910] = 3910, - [3911] = 3911, - [3912] = 3791, - [3913] = 3913, - [3914] = 3914, - [3915] = 3791, - [3916] = 385, - [3917] = 3791, - [3918] = 3791, - [3919] = 3919, - [3920] = 3920, - [3921] = 3921, - [3922] = 3797, - [3923] = 3701, - [3924] = 3924, - [3925] = 3925, - [3926] = 3925, - [3927] = 3925, - [3928] = 3925, - [3929] = 3925, - [3930] = 3925, - [3931] = 3925, - [3932] = 1652, - [3933] = 3933, - [3934] = 3925, - [3935] = 3925, - [3936] = 3772, + [3904] = 357, + [3905] = 356, + [3906] = 346, + [3907] = 3907, + [3908] = 339, + [3909] = 341, + [3910] = 355, + [3911] = 360, + [3912] = 363, + [3913] = 359, + [3914] = 358, + [3915] = 3915, + [3916] = 3916, + [3917] = 349, + [3918] = 354, + [3919] = 346, + [3920] = 339, + [3921] = 341, + [3922] = 338, + [3923] = 3923, + [3924] = 347, + [3925] = 344, + [3926] = 3926, + [3927] = 3927, + [3928] = 343, + [3929] = 355, + [3930] = 3930, + [3931] = 350, + [3932] = 3932, + [3933] = 1822, + [3934] = 351, + [3935] = 360, + [3936] = 340, [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, + [3938] = 359, + [3939] = 358, + [3940] = 3940, + [3941] = 1826, + [3942] = 357, + [3943] = 1728, + [3944] = 356, + [3945] = 1807, + [3946] = 363, + [3947] = 3947, + [3948] = 353, + [3949] = 3949, + [3950] = 3950, + [3951] = 3951, + [3952] = 354, + [3953] = 338, + [3954] = 353, + [3955] = 349, + [3956] = 344, + [3957] = 3907, + [3958] = 3958, + [3959] = 343, + [3960] = 3960, + [3961] = 3907, + [3962] = 350, + [3963] = 346, + [3964] = 3964, + [3965] = 3965, + [3966] = 340, + [3967] = 3967, + [3968] = 339, + [3969] = 347, + [3970] = 3970, + [3971] = 351, + [3972] = 3972, + [3973] = 3973, + [3974] = 3974, [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, + [3976] = 3972, + [3977] = 3977, + [3978] = 3978, + [3979] = 3979, + [3980] = 3972, + [3981] = 3972, + [3982] = 3977, + [3983] = 3977, + [3984] = 3972, + [3985] = 3985, + [3986] = 3986, + [3987] = 3972, + [3988] = 3988, + [3989] = 3989, + [3990] = 3977, + [3991] = 3972, + [3992] = 3992, + [3993] = 3972, + [3994] = 3994, + [3995] = 3972, + [3996] = 3972, + [3997] = 3972, + [3998] = 3998, + [3999] = 3999, + [4000] = 4000, + [4001] = 3972, + [4002] = 4002, + [4003] = 3977, + [4004] = 3977, + [4005] = 4005, + [4006] = 3972, + [4007] = 4007, + [4008] = 4008, + [4009] = 4009, + [4010] = 4010, + [4011] = 4011, + [4012] = 4012, + [4013] = 4013, + [4014] = 3977, + [4015] = 3972, + [4016] = 3977, + [4017] = 3972, + [4018] = 3972, + [4019] = 4019, + [4020] = 1433, + [4021] = 3972, + [4022] = 3977, + [4023] = 355, + [4024] = 3972, + [4025] = 360, + [4026] = 3868, [4027] = 4027, [4028] = 4028, - [4029] = 4026, + [4029] = 4029, [4030] = 4030, - [4031] = 4028, - [4032] = 4026, - [4033] = 4028, - [4034] = 4030, + [4031] = 3972, + [4032] = 3972, + [4033] = 1650, + [4034] = 3972, [4035] = 4035, - [4036] = 4026, - [4037] = 4037, + [4036] = 3977, + [4037] = 3972, [4038] = 4038, - [4039] = 4039, - [4040] = 4040, - [4041] = 4026, - [4042] = 4042, - [4043] = 4026, - [4044] = 4037, - [4045] = 4045, - [4046] = 4026, + [4039] = 3992, + [4040] = 354, + [4041] = 3985, + [4042] = 3972, + [4043] = 3972, + [4044] = 3977, + [4045] = 338, + [4046] = 4046, [4047] = 4047, - [4048] = 4040, - [4049] = 4040, - [4050] = 4026, - [4051] = 4030, - [4052] = 4039, + [4048] = 3972, + [4049] = 3972, + [4050] = 4050, + [4051] = 4051, + [4052] = 347, [4053] = 4053, - [4054] = 4038, - [4055] = 4028, - [4056] = 4047, - [4057] = 4047, - [4058] = 4030, - [4059] = 4026, - [4060] = 4026, + [4054] = 4054, + [4055] = 4055, + [4056] = 3972, + [4057] = 4057, + [4058] = 3972, + [4059] = 3972, + [4060] = 4060, [4061] = 4061, - [4062] = 4045, + [4062] = 3992, [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, + [4064] = 3972, + [4065] = 3977, + [4066] = 3972, + [4067] = 3972, + [4068] = 3977, + [4069] = 388, + [4070] = 3977, + [4071] = 1612, + [4072] = 3972, + [4073] = 3972, + [4074] = 4074, + [4075] = 1611, + [4076] = 3972, + [4077] = 3972, + [4078] = 1665, + [4079] = 3972, + [4080] = 3977, + [4081] = 4081, + [4082] = 4082, + [4083] = 3977, + [4084] = 4084, + [4085] = 3972, + [4086] = 3977, + [4087] = 3972, + [4088] = 3972, + [4089] = 3977, + [4090] = 3977, [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, - [4156] = 4156, - [4157] = 4042, - [4158] = 4047, - [4159] = 4115, - [4160] = 4026, - [4161] = 4114, - [4162] = 4162, - [4163] = 4042, - [4164] = 4028, - [4165] = 4039, - [4166] = 4026, - [4167] = 4040, - [4168] = 4168, - [4169] = 4169, - [4170] = 4170, + [4092] = 4092, + [4093] = 3868, + [4094] = 388, + [4095] = 3977, + [4096] = 4096, + [4097] = 4097, + [4098] = 4098, + [4099] = 3977, + [4100] = 4100, + [4101] = 3972, + [4102] = 3972, + [4103] = 4103, + [4104] = 3985, + [4105] = 3977, + [4106] = 4106, + [4107] = 4107, + [4108] = 3977, + [4109] = 4109, + [4110] = 4110, + [4111] = 3972, + [4112] = 3926, + [4113] = 4113, + [4114] = 4113, + [4115] = 349, + [4116] = 4116, + [4117] = 4116, + [4118] = 347, + [4119] = 4113, + [4120] = 4113, + [4121] = 4116, + [4122] = 4113, + [4123] = 4123, + [4124] = 4113, + [4125] = 341, + [4126] = 4113, + [4127] = 338, + [4128] = 4113, + [4129] = 4129, + [4130] = 4116, + [4131] = 4113, + [4132] = 354, + [4133] = 4116, + [4134] = 4113, + [4135] = 1807, + [4136] = 4136, + [4137] = 4136, + [4138] = 1728, + [4139] = 4113, + [4140] = 4116, + [4141] = 4113, + [4142] = 4113, + [4143] = 4113, + [4144] = 356, + [4145] = 357, + [4146] = 4113, + [4147] = 4113, + [4148] = 4113, + [4149] = 4149, + [4150] = 4113, + [4151] = 4113, + [4152] = 1822, + [4153] = 1546, + [4154] = 360, + [4155] = 3950, + [4156] = 4116, + [4157] = 4113, + [4158] = 4116, + [4159] = 4116, + [4160] = 4116, + [4161] = 355, + [4162] = 4113, + [4163] = 4113, + [4164] = 4113, + [4165] = 4113, + [4166] = 353, + [4167] = 4116, + [4168] = 1548, + [4169] = 339, + [4170] = 4116, [4171] = 4171, - [4172] = 4026, - [4173] = 4173, - [4174] = 4174, - [4175] = 4040, - [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, + [4172] = 4113, + [4173] = 4113, + [4174] = 4113, + [4175] = 3916, + [4176] = 4113, + [4177] = 4113, + [4178] = 4113, + [4179] = 4113, + [4180] = 1826, + [4181] = 4116, + [4182] = 4116, + [4183] = 4113, + [4184] = 4149, + [4185] = 4113, + [4186] = 4113, + [4187] = 3916, + [4188] = 4113, + [4189] = 4116, + [4190] = 346, + [4191] = 4116, + [4192] = 4113, + [4193] = 4113, + [4194] = 4171, + [4195] = 4149, + [4196] = 4116, [4197] = 4197, [4198] = 4198, - [4199] = 4199, - [4200] = 4039, + [4199] = 4116, + [4200] = 3926, [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, + [4202] = 4113, + [4203] = 4116, + [4204] = 4116, + [4205] = 4113, + [4206] = 4113, + [4207] = 4113, + [4208] = 4113, + [4209] = 4116, + [4210] = 4113, + [4211] = 4116, + [4212] = 4113, + [4213] = 4171, + [4214] = 4113, + [4215] = 4113, + [4216] = 4113, + [4217] = 4217, + [4218] = 3950, + [4219] = 4116, + [4220] = 4136, + [4221] = 4221, + [4222] = 4222, + [4223] = 4223, + [4224] = 4224, + [4225] = 4225, + [4226] = 4226, + [4227] = 4227, + [4228] = 4222, + [4229] = 4222, + [4230] = 4222, + [4231] = 4222, + [4232] = 4222, + [4233] = 4233, + [4234] = 4222, + [4235] = 4223, + [4236] = 4236, + [4237] = 4237, + [4238] = 4238, + [4239] = 4222, + [4240] = 4240, + [4241] = 4241, [4242] = 4242, - [4243] = 4243, - [4244] = 4047, - [4245] = 4115, - [4246] = 4114, + [4243] = 4222, + [4244] = 4244, + [4245] = 4245, + [4246] = 4223, [4247] = 4247, - [4248] = 4030, - [4249] = 4026, - [4250] = 4250, - [4251] = 4030, - [4252] = 4039, - [4253] = 4040, - [4254] = 4047, + [4248] = 4222, + [4249] = 4249, + [4250] = 4237, + [4251] = 4238, + [4252] = 4240, + [4253] = 4241, + [4254] = 4242, [4255] = 4255, - [4256] = 4028, - [4257] = 4042, - [4258] = 4047, - [4259] = 4042, - [4260] = 4047, - [4261] = 4030, + [4256] = 4256, + [4257] = 4222, + [4258] = 4258, + [4259] = 4259, + [4260] = 4222, + [4261] = 4221, [4262] = 4262, - [4263] = 4028, - [4264] = 4039, - [4265] = 4039, - [4266] = 4040, - [4267] = 4267, - [4268] = 4040, - [4269] = 4269, - [4270] = 4270, - [4271] = 4271, - [4272] = 4114, - [4273] = 4273, - [4274] = 4274, - [4275] = 4061, - [4276] = 4030, + [4263] = 4223, + [4264] = 4237, + [4265] = 4238, + [4266] = 4222, + [4267] = 4240, + [4268] = 4241, + [4269] = 4242, + [4270] = 4256, + [4271] = 4258, + [4272] = 4259, + [4273] = 4222, + [4274] = 4233, + [4275] = 4222, + [4276] = 4262, [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, - [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, - [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, + [4278] = 4277, + [4279] = 4277, + [4280] = 4277, + [4281] = 4277, + [4282] = 4237, + [4283] = 4283, + [4284] = 4222, + [4285] = 4285, + [4286] = 4277, + [4287] = 4221, + [4288] = 4283, + [4289] = 4289, + [4290] = 4285, + [4291] = 4277, + [4292] = 4222, + [4293] = 4221, + [4294] = 4294, + [4295] = 4295, + [4296] = 4283, + [4297] = 4285, + [4298] = 4277, + [4299] = 4221, + [4300] = 4222, + [4301] = 4283, + [4302] = 4238, + [4303] = 4240, + [4304] = 4285, + [4305] = 4277, + [4306] = 4221, + [4307] = 4283, + [4308] = 4222, + [4309] = 4285, + [4310] = 4277, + [4311] = 4311, + [4312] = 4221, + [4313] = 4283, + [4314] = 4285, + [4315] = 4277, + [4316] = 4222, + [4317] = 4221, + [4318] = 4283, + [4319] = 4285, + [4320] = 4320, + [4321] = 4277, + [4322] = 4222, + [4323] = 4221, + [4324] = 4283, + [4325] = 4285, + [4326] = 4277, + [4327] = 4221, + [4328] = 4222, + [4329] = 4283, + [4330] = 4285, + [4331] = 4331, + [4332] = 4277, + [4333] = 4333, + [4334] = 4222, + [4335] = 4335, + [4336] = 4221, + [4337] = 4283, + [4338] = 4338, + [4339] = 4285, + [4340] = 4222, + [4341] = 4277, + [4342] = 4333, + [4343] = 4335, + [4344] = 4221, + [4345] = 4283, + [4346] = 4222, + [4347] = 4285, + [4348] = 4333, + [4349] = 4333, + [4350] = 4335, + [4351] = 4221, + [4352] = 4222, + [4353] = 4283, + [4354] = 4285, + [4355] = 4277, + [4356] = 4333, + [4357] = 4335, + [4358] = 4222, + [4359] = 4221, + [4360] = 4283, + [4361] = 4285, + [4362] = 4277, + [4363] = 4241, + [4364] = 4222, + [4365] = 4242, + [4366] = 4333, + [4367] = 4335, + [4368] = 4221, + [4369] = 4283, + [4370] = 4222, + [4371] = 4285, + [4372] = 4277, + [4373] = 4333, + [4374] = 4335, + [4375] = 4221, + [4376] = 4222, + [4377] = 4283, + [4378] = 4378, + [4379] = 4379, + [4380] = 4380, + [4381] = 4381, + [4382] = 4222, + [4383] = 4383, + [4384] = 4384, + [4385] = 4285, + [4386] = 4386, + [4387] = 4387, + [4388] = 4222, + [4389] = 4389, + [4390] = 4390, + [4391] = 4391, + [4392] = 4392, + [4393] = 4277, + [4394] = 4222, + [4395] = 4395, + [4396] = 4396, + [4397] = 4397, + [4398] = 4398, + [4399] = 4333, + [4400] = 4222, + [4401] = 4401, + [4402] = 4402, + [4403] = 4403, + [4404] = 4404, + [4405] = 4405, + [4406] = 4222, + [4407] = 4407, + [4408] = 4408, + [4409] = 4409, + [4410] = 4335, + [4411] = 4411, + [4412] = 4222, + [4413] = 4221, + [4414] = 4283, + [4415] = 4415, + [4416] = 4285, + [4417] = 4277, + [4418] = 4222, + [4419] = 4419, + [4420] = 4420, + [4421] = 4421, + [4422] = 4422, + [4423] = 4221, + [4424] = 4222, + [4425] = 4335, + [4426] = 4221, + [4427] = 4283, + [4428] = 4428, + [4429] = 4285, + [4430] = 4222, + [4431] = 4277, + [4432] = 4333, + [4433] = 4433, + [4434] = 4335, + [4435] = 4221, + [4436] = 4222, + [4437] = 4283, + [4438] = 4285, + [4439] = 4277, + [4440] = 4440, + [4441] = 4333, + [4442] = 4335, + [4443] = 4277, + [4444] = 4283, + [4445] = 4285, + [4446] = 4277, + [4447] = 4333, + [4448] = 4335, + [4449] = 4221, + [4450] = 4283, + [4451] = 4285, + [4452] = 4277, + [4453] = 4333, + [4454] = 4333, + [4455] = 4455, + [4456] = 4456, + [4457] = 4335, + [4458] = 4221, + [4459] = 4283, + [4460] = 4285, + [4461] = 4277, + [4462] = 4333, + [4463] = 4335, + [4464] = 4221, + [4465] = 4283, + [4466] = 4285, + [4467] = 4467, + [4468] = 4277, + [4469] = 4333, + [4470] = 4335, + [4471] = 4221, + [4472] = 4472, + [4473] = 4283, + [4474] = 4285, + [4475] = 4277, + [4476] = 4476, + [4477] = 4333, + [4478] = 4335, + [4479] = 4221, + [4480] = 4283, + [4481] = 4285, + [4482] = 4277, + [4483] = 4483, + [4484] = 4483, + [4485] = 4333, + [4486] = 4335, + [4487] = 4221, + [4488] = 4283, + [4489] = 4285, + [4490] = 4277, + [4491] = 4333, + [4492] = 4335, + [4493] = 4221, + [4494] = 4283, + [4495] = 4285, + [4496] = 4221, + [4497] = 4333, + [4498] = 4498, + [4499] = 4499, + [4500] = 4500, + [4501] = 4501, + [4502] = 4502, + [4503] = 4503, + [4504] = 4335, + [4505] = 4221, + [4506] = 4283, + [4507] = 4285, + [4508] = 4508, + [4509] = 4509, + [4510] = 4510, + [4511] = 4511, + [4512] = 4512, + [4513] = 4513, + [4514] = 4514, + [4515] = 4515, + [4516] = 4516, + [4517] = 4277, + [4518] = 4518, + [4519] = 4519, [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, + [4521] = 4333, + [4522] = 4335, + [4523] = 4221, + [4524] = 4283, + [4525] = 4285, + [4526] = 4277, + [4527] = 4333, + [4528] = 4335, + [4529] = 4221, + [4530] = 4283, + [4531] = 4285, + [4532] = 4277, + [4533] = 4333, + [4534] = 4335, + [4535] = 4221, + [4536] = 4283, + [4537] = 4285, + [4538] = 4277, + [4539] = 4333, + [4540] = 4335, + [4541] = 4221, + [4542] = 4283, + [4543] = 4285, + [4544] = 4277, + [4545] = 4333, + [4546] = 4335, + [4547] = 4221, + [4548] = 4283, + [4549] = 4285, + [4550] = 4277, + [4551] = 4333, + [4552] = 4335, + [4553] = 4277, + [4554] = 4283, + [4555] = 4285, + [4556] = 4277, + [4557] = 4333, + [4558] = 4256, + [4559] = 4335, + [4560] = 4221, + [4561] = 4283, + [4562] = 4285, + [4563] = 4277, + [4564] = 4333, + [4565] = 4262, + [4566] = 4233, + [4567] = 4335, + [4568] = 4467, + [4569] = 4258, + [4570] = 4221, + [4571] = 4283, + [4572] = 4472, + [4573] = 4285, + [4574] = 4277, + [4575] = 4333, + [4576] = 4476, + [4577] = 4335, + [4578] = 4221, + [4579] = 4283, + [4580] = 4285, + [4581] = 4277, + [4582] = 4333, + [4583] = 4483, + [4584] = 4335, + [4585] = 4221, + [4586] = 4283, + [4587] = 4285, + [4588] = 4277, + [4589] = 4333, + [4590] = 4335, + [4591] = 4221, + [4592] = 4283, + [4593] = 4285, + [4594] = 4277, + [4595] = 4259, + [4596] = 4333, + [4597] = 4335, + [4598] = 4222, + [4599] = 4221, + [4600] = 4283, + [4601] = 4285, + [4602] = 4277, + [4603] = 4333, + [4604] = 4476, + [4605] = 4335, + [4606] = 4233, + [4607] = 4335, + [4608] = 4221, + [4609] = 4283, + [4610] = 4285, + [4611] = 4472, + [4612] = 4221, + [4613] = 4277, + [4614] = 4283, + [4615] = 4285, + [4616] = 4277, + [4617] = 4333, + [4618] = 4335, + [4619] = 4221, + [4620] = 4283, + [4621] = 4285, + [4622] = 4277, + [4623] = 4333, + [4624] = 4335, + [4625] = 4221, + [4626] = 4283, + [4627] = 4285, + [4628] = 4277, + [4629] = 4333, + [4630] = 4335, + [4631] = 4221, + [4632] = 4283, + [4633] = 4285, + [4634] = 4277, + [4635] = 4333, + [4636] = 4335, + [4637] = 4221, + [4638] = 4283, + [4639] = 4285, + [4640] = 4472, + [4641] = 4277, + [4642] = 4333, + [4643] = 4476, + [4644] = 4335, + [4645] = 4221, + [4646] = 4283, + [4647] = 4285, + [4648] = 4277, + [4649] = 4333, + [4650] = 4483, + [4651] = 4651, + [4652] = 4455, + [4653] = 4456, + [4654] = 4335, + [4655] = 4283, + [4656] = 4285, + [4657] = 4277, + [4658] = 4289, + [4659] = 4295, + [4660] = 4333, + [4661] = 4455, + [4662] = 4456, + [4663] = 1078, + [4664] = 1081, + [4665] = 4335, + [4666] = 4221, + [4667] = 4283, + [4668] = 4285, + [4669] = 4472, + [4670] = 4255, + [4671] = 4245, + [4672] = 4244, + [4673] = 4225, + [4674] = 4236, + [4675] = 4651, + [4676] = 4289, + [4677] = 4295, + [4678] = 4320, + [4679] = 4331, + [4680] = 4338, + [4681] = 4428, + [4682] = 4433, + [4683] = 4440, + [4684] = 4333, + [4685] = 4455, + [4686] = 4456, + [4687] = 4335, + [4688] = 4221, + [4689] = 4283, + [4690] = 4285, + [4691] = 4277, + [4692] = 4651, + [4693] = 4472, + [4694] = 4245, + [4695] = 4472, + [4696] = 4472, + [4697] = 4472, + [4698] = 4472, + [4699] = 4472, + [4700] = 4472, + [4701] = 4472, + [4702] = 4472, + [4703] = 4472, + [4704] = 4472, + [4705] = 4472, + [4706] = 4472, + [4707] = 4472, + [4708] = 4472, + [4709] = 4472, + [4710] = 4472, + [4711] = 4472, + [4712] = 4472, + [4713] = 4472, + [4714] = 4472, + [4715] = 4472, + [4716] = 4472, + [4717] = 4472, + [4718] = 4472, + [4719] = 4472, + [4720] = 4472, + [4721] = 4472, + [4722] = 4472, + [4723] = 4472, + [4724] = 4472, + [4725] = 4472, + [4726] = 4472, + [4727] = 4472, + [4728] = 4472, + [4729] = 4472, + [4730] = 4730, + [4731] = 4244, + [4732] = 4225, + [4733] = 4236, + [4734] = 4255, + [4735] = 4735, + [4736] = 4736, + [4737] = 4289, + [4738] = 4295, + [4739] = 4730, + [4740] = 4320, + [4741] = 4331, + [4742] = 4338, + [4743] = 4428, + [4744] = 4433, + [4745] = 4440, + [4746] = 4730, + [4747] = 4333, + [4748] = 4455, + [4749] = 4456, + [4750] = 4730, + [4751] = 4335, + [4752] = 4221, + [4753] = 4283, + [4754] = 4730, + [4755] = 4730, + [4756] = 4730, + [4757] = 4730, + [4758] = 4730, + [4759] = 4730, + [4760] = 4730, + [4761] = 4730, + [4762] = 4730, + [4763] = 4730, + [4764] = 4730, + [4765] = 4730, + [4766] = 4730, + [4767] = 4730, + [4768] = 4730, + [4769] = 4730, + [4770] = 4730, + [4771] = 4730, + [4772] = 4730, + [4773] = 4730, + [4774] = 4730, + [4775] = 4730, + [4776] = 4730, + [4777] = 4730, + [4778] = 4730, + [4779] = 4730, + [4780] = 4730, + [4781] = 4730, + [4782] = 4730, + [4783] = 4730, + [4784] = 4730, + [4785] = 4730, + [4786] = 4730, + [4787] = 4730, + [4788] = 4730, + [4789] = 4730, + [4790] = 4262, + [4791] = 4233, + [4792] = 4262, + [4793] = 4262, + [4794] = 4233, + [4795] = 4467, + [4796] = 4262, + [4797] = 4233, + [4798] = 4285, + [4799] = 4262, + [4800] = 4233, + [4801] = 4730, + [4802] = 4277, }; static inline bool sym_word_character_set_1(int32_t c) { @@ -7191,5554 +7461,5867 @@ 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 (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 (eof) ADVANCE(455); + if (lookahead == '!') ADVANCE(704); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(709); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(524); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(708); + if (lookahead == '+') ADVANCE(654); + if (lookahead == ',') ADVANCE(465); + if (lookahead == '-') ADVANCE(652); + if (lookahead == '.') ADVANCE(824); + if (lookahead == '/') ADVANCE(520); + if (lookahead == '0') ADVANCE(819); + if (lookahead == ':') ADVANCE(649); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(711); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(721); + if (lookahead == '@') ADVANCE(706); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(350); + if (lookahead == ']') ADVANCE(572); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(821); + if (lookahead == '`') ADVANCE(740); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '|') ADVANCE(555); + if (lookahead == '}') ADVANCE(663); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(451) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 1: - if (lookahead == '\n') SKIP(183) + if (lookahead == '\n') SKIP(194) END_STATE(); case 2: - if (lookahead == '\n') SKIP(196) + if (lookahead == '\n') SKIP(208) END_STATE(); case 3: - if (lookahead == '\n') SKIP(197) + if (lookahead == '\n') SKIP(209) END_STATE(); case 4: 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 == '\'') 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 == '\n') ADVANCE(583); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); 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(671); + if (lookahead == '\\') ADVANCE(353); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(555); + if (lookahead == '~') ADVANCE(656); 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(689); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 6: - if (lookahead == '\n') SKIP(198) + if (lookahead == '\n') SKIP(210) END_STATE(); case 7: - if (lookahead == '\n') SKIP(185) + if (lookahead == '\n') SKIP(196) END_STATE(); case 8: - if (lookahead == '\n') SKIP(200) + if (lookahead == '\n') SKIP(212) END_STATE(); case 9: - if (lookahead == '\n') SKIP(201) + if (lookahead == '\n') SKIP(213) END_STATE(); case 10: - if (lookahead == '\n') SKIP(186) + if (lookahead == '\n') SKIP(197) END_STATE(); case 11: - if (lookahead == '\n') SKIP(188) + if (lookahead == '\n') SKIP(199) 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 == '\'') 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 == '\n') ADVANCE(584); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); 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(691); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 13: - if (lookahead == '\n') ADVANCE(746); + if (lookahead == '\n') ADVANCE(769); END_STATE(); case 14: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(815); END_STATE(); case 15: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(815); if (lookahead == '\r') ADVANCE(14); END_STATE(); case 16: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(815); if (lookahead == '\r') ADVANCE(14); if (lookahead != 0 && - (lookahead < '\t' || '\f' < lookahead)) ADVANCE(804); + (lookahead < '\t' || '\f' < lookahead)) ADVANCE(833); END_STATE(); case 17: - if (lookahead == '\n') SKIP(110) + if (lookahead == '\n') ADVANCE(795); END_STATE(); case 18: - if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\n') SKIP(108) END_STATE(); case 19: - if (lookahead == '\n') SKIP(203) + if (lookahead == '\n') SKIP(215) END_STATE(); case 20: - if (lookahead == '\n') SKIP(199) + if (lookahead == '\n') SKIP(211) END_STATE(); case 21: - if (lookahead == '\n') SKIP(150) + if (lookahead == '\n') SKIP(156) END_STATE(); case 22: - if (lookahead == '\n') SKIP(153) + if (lookahead == '\n') SKIP(159) END_STATE(); case 23: - if (lookahead == '\n') SKIP(156) + if (lookahead == '\n') SKIP(162) END_STATE(); case 24: - if (lookahead == '\n') SKIP(159) + if (lookahead == '\n') SKIP(165) END_STATE(); case 25: - if (lookahead == '\n') SKIP(162) + if (lookahead == '\n') ADVANCE(773); END_STATE(); case 26: - if (lookahead == '\n') ADVANCE(750); + if (lookahead == '\n') SKIP(168) END_STATE(); case 27: - if (lookahead == '\n') ADVANCE(752); + if (lookahead == '\n') SKIP(170) END_STATE(); case 28: - if (lookahead == '\n') SKIP(164) + if (lookahead == '\n') ADVANCE(777); END_STATE(); case 29: - if (lookahead == '\n') ADVANCE(754); + if (lookahead == '\n') ADVANCE(783); END_STATE(); case 30: - if (lookahead == '\n') ADVANCE(756); + if (lookahead == '\n') ADVANCE(786); END_STATE(); case 31: - if (lookahead == '\n') ADVANCE(760); + if (lookahead == '\n') ADVANCE(788); END_STATE(); case 32: - if (lookahead == '\n') ADVANCE(762); + if (lookahead == '\n') SKIP(249) END_STATE(); case 33: - if (lookahead == '\n') SKIP(235) + if (lookahead == '\n') ADVANCE(790); END_STATE(); case 34: - if (lookahead == '\n') SKIP(243) + if (lookahead == '\n') ADVANCE(791); END_STATE(); case 35: - if (lookahead == '\n') SKIP(239) + if (lookahead == '\n') SKIP(247) END_STATE(); case 36: - if (lookahead == '\n') SKIP(166) + if (lookahead == '\n') SKIP(255) END_STATE(); case 37: - if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\n') SKIP(172) END_STATE(); case 38: - if (lookahead == '\n') SKIP(168) + if (lookahead == '\n') ADVANCE(797); END_STATE(); case 39: - if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\n') SKIP(174) END_STATE(); case 40: - if (lookahead == '\n') ADVANCE(765); + if (lookahead == '\n') SKIP(178) END_STATE(); case 41: - if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\n') ADVANCE(799); END_STATE(); case 42: - if (lookahead == '\n') SKIP(171) + if (lookahead == '\n') ADVANCE(806); END_STATE(); case 43: - if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\n') ADVANCE(802); END_STATE(); case 44: - if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\n') ADVANCE(793); END_STATE(); case 45: - if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\n') ADVANCE(800); END_STATE(); case 46: - if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\n') ADVANCE(805); END_STATE(); case 47: - if (lookahead == '\n') ADVANCE(779); + if (lookahead == '\n') ADVANCE(808); END_STATE(); case 48: - if (lookahead == '\n') SKIP(234) + if (lookahead == '\n') SKIP(246) END_STATE(); case 49: - if (lookahead == '\n') SKIP(202) + if (lookahead == '\n') SKIP(214) END_STATE(); case 50: - if (lookahead == '\n') SKIP(242) + if (lookahead == '\n') SKIP(226) END_STATE(); case 51: - if (lookahead == '\n') SKIP(215) + if (lookahead == '\n') SKIP(254) END_STATE(); case 52: - if (lookahead == '\n') SKIP(213) + if (lookahead == '\n') SKIP(224) END_STATE(); case 53: - if (lookahead == '\n') SKIP(216) + if (lookahead == '\n') SKIP(230) END_STATE(); case 54: - if (lookahead == '\n') SKIP(218) + if (lookahead == '\n') SKIP(229) END_STATE(); case 55: - if (lookahead == '\n') SKIP(180) + if (lookahead == '\n') SKIP(191) END_STATE(); case 56: - if (lookahead == '\n') SKIP(212) + if (lookahead == '\n') SKIP(252) END_STATE(); case 57: - if (lookahead == '\n') SKIP(240) + if (lookahead == '\n') ADVANCE(796); END_STATE(); case 58: - if (lookahead == '\n') ADVANCE(768); + if (lookahead == '\n') SKIP(228) END_STATE(); case 59: - if (lookahead == '\n') ADVANCE(747); + if (lookahead == '\n') ADVANCE(770); END_STATE(); case 60: - if (lookahead == '\n') ADVANCE(749); + if (lookahead == '\n') ADVANCE(772); END_STATE(); case 61: - if (lookahead == '\n') SKIP(217) + if (lookahead == '\n') SKIP(257) END_STATE(); case 62: - if (lookahead == '\n') SKIP(245) + if (lookahead == '\n') ADVANCE(774); END_STATE(); case 63: - if (lookahead == '\n') ADVANCE(751); + if (lookahead == '\n') ADVANCE(776); END_STATE(); case 64: - if (lookahead == '\n') ADVANCE(755); + if (lookahead == '\n') SKIP(268) END_STATE(); case 65: - if (lookahead == '\n') SKIP(181) + if (lookahead == '\n') SKIP(192) 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(585); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(517); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ';') ADVANCE(461); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(469); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '\\') SKIP(388) + if (lookahead == '^') ADVANCE(292); + if (lookahead == '|') ADVANCE(289); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(67) 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); - if (lookahead == '\\') SKIP(377) - if (lookahead == '`') ADVANCE(721); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(670); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '(') ADVANCE(544); + if (lookahead == '+') ADVANCE(284); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(286); + if (lookahead == '0') ADVANCE(692); + if (lookahead == ';') ADVANCE(461); + if (lookahead == '\\') SKIP(393) + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(68) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(694); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(531); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(548); END_STATE(); case 69: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); - 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 == '\n') ADVANCE(585); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(279); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(288); + if (lookahead == '0') ADVANCE(693); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '\\') SKIP(401) + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(695); if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(641); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(386) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(538); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(396) + if (lookahead == '`') ADVANCE(295); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(70) 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); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); 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(671); + if (lookahead == '\\') SKIP(403) + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(301); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71) END_STATE(); case 72: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(617); - if (lookahead == ';') ADVANCE(446); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(638); + if (lookahead == ';') ADVANCE(463); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(391) - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'i') ADVANCE(288); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(406) + if (lookahead == '`') ADVANCE(295); + if (lookahead == 'i') ADVANCE(298); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(72) END_STATE(); case 73: - if (lookahead == '\n') SKIP(255) + if (lookahead == '\n') SKIP(262) END_STATE(); case 74: - if (lookahead == '\n') SKIP(250) + if (lookahead == '\n') ADVANCE(794); END_STATE(); case 75: - if (lookahead == '\n') ADVANCE(766); + if (lookahead == '\n') SKIP(232) END_STATE(); case 76: - if (lookahead == '\n') SKIP(220) + if (lookahead == '\n') SKIP(233) END_STATE(); case 77: - if (lookahead == '\n') SKIP(221) + if (lookahead == '\n') SKIP(258) END_STATE(); case 78: - if (lookahead == '\n') ADVANCE(757); + if (lookahead == '\n') ADVANCE(780); END_STATE(); case 79: - if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\n') ADVANCE(809); END_STATE(); case 80: - if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\n') ADVANCE(801); END_STATE(); case 81: - if (lookahead == '\n') SKIP(246) + if (lookahead == '\n') ADVANCE(810); END_STATE(); case 82: - if (lookahead == '\n') ADVANCE(781); + if (lookahead == '\n') SKIP(68) END_STATE(); case 83: - if (lookahead == '\n') SKIP(251) + if (lookahead == '\n') SKIP(263) END_STATE(); case 84: - if (lookahead == '\n') SKIP(68) + if (lookahead == '\n') SKIP(244) END_STATE(); case 85: - if (lookahead == '\n') SKIP(232) + if (lookahead == '\n') SKIP(70) END_STATE(); case 86: - if (lookahead == '\n') SKIP(71) + if (lookahead == '\n') SKIP(242) END_STATE(); case 87: - if (lookahead == '\n') SKIP(230) + if (lookahead == '\n') SKIP(259) END_STATE(); case 88: - if (lookahead == '\n') SKIP(247) + if (lookahead == '\n') SKIP(270) END_STATE(); case 89: - if (lookahead == '\n') ADVANCE(759); + if (lookahead == '\n') SKIP(271) END_STATE(); case 90: - if (lookahead == '\n') SKIP(257) + if (lookahead == '\n') SKIP(265) 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(784); END_STATE(); case 93: - if (lookahead == '\n') ADVANCE(761); + if (lookahead == '\n') SKIP(243) END_STATE(); case 94: - if (lookahead == '\n') SKIP(231) + if (lookahead == '\n') SKIP(71) END_STATE(); case 95: - if (lookahead == '\n') ADVANCE(782); + if (lookahead == '\n') ADVANCE(811); END_STATE(); case 96: - if (lookahead == '\n') ADVANCE(783); + if (lookahead == '\n') SKIP(264) END_STATE(); case 97: - if (lookahead == '\n') SKIP(70) + if (lookahead == '\n') ADVANCE(812); END_STATE(); case 98: - if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\n') ADVANCE(813); END_STATE(); case 99: - if (lookahead == '\n') SKIP(256) + if (lookahead == '\n') ADVANCE(814); END_STATE(); case 100: - if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\n') SKIP(269) END_STATE(); case 101: - if (lookahead == '\n') SKIP(252) + if (lookahead == '\n') SKIP(72) END_STATE(); case 102: - if (lookahead == '\n') SKIP(69) + if (lookahead == '\n') SKIP(260) END_STATE(); case 103: - if (lookahead == '\n') SKIP(72) + if (lookahead == '\n') SKIP(261) END_STATE(); case 104: - if (lookahead == '\n') SKIP(260) + if (lookahead == '\n') SKIP(272) END_STATE(); case 105: - if (lookahead == '\n') SKIP(249) + if (lookahead == '\n') SKIP(145) END_STATE(); case 106: - if (lookahead == '\n') SKIP(259) + if (lookahead == '\n') SKIP(200) END_STATE(); case 107: - if (lookahead == '\n') SKIP(139) + if (lookahead == '\n') SKIP(198) END_STATE(); case 108: - if (lookahead == '\n') SKIP(189) - END_STATE(); - case 109: - 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); - 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 == '\n') ADVANCE(586); + if (lookahead == '!') ADVANCE(826); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); 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(671); + if (lookahead == '\\') ADVANCE(360); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(555); 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(689); + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 109: + if (lookahead == '\n') ADVANCE(771); + END_STATE(); + case 110: + if (lookahead == '\n') SKIP(147) END_STATE(); case 111: - if (lookahead == '\n') ADVANCE(748); + if (lookahead == '\n') SKIP(216) END_STATE(); case 112: - if (lookahead == '\n') SKIP(141) + if (lookahead == '\n') SKIP(176) END_STATE(); case 113: - if (lookahead == '\n') SKIP(204) + if (lookahead == '\n') SKIP(184) END_STATE(); case 114: - if (lookahead == '\n') SKIP(173) + if (lookahead == '\n') SKIP(180) END_STATE(); case 115: - if (lookahead == '\n') SKIP(170) + if (lookahead == '\n') SKIP(187) END_STATE(); case 116: - if (lookahead == '\n') SKIP(175) + if (lookahead == '\n') ADVANCE(775); END_STATE(); case 117: - if (lookahead == '\n') SKIP(172) + if (lookahead == '\n') SKIP(182) END_STATE(); case 118: - if (lookahead == '\n') SKIP(177) + if (lookahead == '\n') SKIP(188) END_STATE(); case 119: - if (lookahead == '\n') ADVANCE(758); + if (lookahead == '\n') ADVANCE(779); END_STATE(); case 120: - if (lookahead == '\n') SKIP(174) + if (lookahead == '\n') ADVANCE(785); END_STATE(); case 121: - if (lookahead == '\n') ADVANCE(763); + if (lookahead == '\n') ADVANCE(789); END_STATE(); case 122: - if (lookahead == '\n') SKIP(244) + if (lookahead == '\n') SKIP(250) END_STATE(); case 123: - if (lookahead == '\n') SKIP(237) + if (lookahead == '\n') ADVANCE(792); END_STATE(); case 124: - if (lookahead == '\n') SKIP(176) + if (lookahead == '\n') SKIP(256) END_STATE(); case 125: - if (lookahead == '\n') SKIP(178) + if (lookahead == '\n') SKIP(186) END_STATE(); case 126: - if (lookahead == '\n') ADVANCE(774); + if (lookahead == '\n') ADVANCE(798); END_STATE(); case 127: - if (lookahead == '\n') SKIP(179) + if (lookahead == '\n') SKIP(189) END_STATE(); case 128: - if (lookahead == '\n') ADVANCE(778); + if (lookahead == '\n') SKIP(190) END_STATE(); case 129: - if (lookahead == '\n') SKIP(238) + if (lookahead == '\n') ADVANCE(807); END_STATE(); case 130: - if (lookahead == '\n') SKIP(241) + if (lookahead == '\n') ADVANCE(803); END_STATE(); case 131: - if (lookahead == '\n') ADVANCE(753); + if (lookahead == '\n') SKIP(251) END_STATE(); case 132: - if (lookahead == '\n') SKIP(182) + if (lookahead == '\n') SKIP(231) END_STATE(); case 133: - if (lookahead == '\n') SKIP(190) + if (lookahead == '\n') SKIP(253) 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 (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (lookahead == '\n') ADVANCE(778); END_STATE(); case 135: - if (lookahead == '\n') SKIP(144) + if (lookahead == '\n') SKIP(193) END_STATE(); case 136: - if (lookahead == '\n') ADVANCE(775); + if (lookahead == '\n') ADVANCE(782); END_STATE(); case 137: - if (lookahead == '\n') SKIP(236) + if (lookahead == '\n') SKIP(201) END_STATE(); case 138: - if (lookahead == '\n') SKIP(147) + if (lookahead == '\n') ADVANCE(587); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(320); + if (lookahead == '_') ADVANCE(823); + if (lookahead == 'e') ADVANCE(766); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(138) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 == '\'') 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 == '[' || - 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); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(139) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') SKIP(150) 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 == '\'') 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(325); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); - 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 (lookahead == '\n') ADVANCE(781); 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 == '\'') 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(398); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') ADVANCE(804); 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 (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(142) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (lookahead == '\n') SKIP(248) 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 == '\'') 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 == '[' || - 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); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(143) - 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 (lookahead == '\n') SKIP(153) 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 == '\'') 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 == '\n') ADVANCE(787); + END_STATE(); + case 145: + if (lookahead == '\n') ADVANCE(588); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(415); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(144) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); - 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); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(410); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(555); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(145) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(589); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(146) - 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(691); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0) ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(590); + if (lookahead == '!') ADVANCE(826); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); 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(671); + if (lookahead == '\\') ADVANCE(413); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(555); 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(689); + if (lookahead != 0) ADVANCE(833); 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 == '\\') ADVANCE(330); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(591); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); 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(768); 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 == '\'') 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 == '\n') ADVANCE(592); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(760); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(593); + if (lookahead == '!') ADVANCE(826); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); 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(671); + if (lookahead == '\\') ADVANCE(431); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(150) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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(594); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); 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(768); 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 == '\'') 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 == '\n') ADVANCE(595); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(760); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(596); + if (lookahead == '!') ADVANCE(826); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); 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(671); + if (lookahead == '\\') ADVANCE(433); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(153) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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 == '&') 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 == '\n') ADVANCE(597); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(323); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); 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(768); 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 == '\'') 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 == '\n') ADVANCE(598); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(599); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(347); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(363); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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(600); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(345); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); 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(768); 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 == '\'') 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 == '\n') ADVANCE(601); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(602); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(348); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(364); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(755); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(159) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\\') ADVANCE(318); - if (lookahead == '_') ADVANCE(794); - if (lookahead == 'i') ADVANCE(742); + if (lookahead == '\n') ADVANCE(603); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(325); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); 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(768); 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 == '\'') 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 == '\n') ADVANCE(604); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(605); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(349); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(365); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(162) - 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(689); + if (lookahead != 0 && + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(327); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(606); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(346); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(301); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(163) - 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') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 == '\'') 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 == '\n') ADVANCE(607); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); 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(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0) ADVANCE(833); 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 == '&') 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 == '\n') ADVANCE(608); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); 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(671); + if (lookahead == '\\') ADVANCE(366); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(354); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(609); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(329); + if (lookahead == '_') ADVANCE(823); + if (lookahead == 'i') ADVANCE(765); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(166) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 == '&') 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 == '\n') ADVANCE(610); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(339); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0) ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(611); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(355); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(367); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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 == '\'') 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(268); - if (lookahead == '>') ADVANCE(269); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '\n') ADVANCE(612); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(312); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(760); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(613); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(401); - if (lookahead == '`') ADVANCE(722); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(368); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(170) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0) ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(614); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(349); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); 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(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(615); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(403); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(372); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(172) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(616); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(173) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(617); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(405); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(373); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); 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(689); + if (lookahead != 0 && + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(618); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(402); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(175) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(619); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); 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(671); + if (lookahead == '\\') ADVANCE(415); + if (lookahead == '`') ADVANCE(740); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(176) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(620); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(404); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(177) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0) ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(621); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(409); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(374); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(178) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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 == '\'') 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 == '\n') ADVANCE(622); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(410); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); 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(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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 == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + if (lookahead == '\n') ADVANCE(623); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(364); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(417); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + if (lookahead == '\n') ADVANCE(624); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(369); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(341); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(833); 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 == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + if (lookahead == '\n') ADVANCE(625); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(413); - if (lookahead == '`') ADVANCE(722); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(419); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(182) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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(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 == '\n') ADVANCE(626); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(183) - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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(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 == '\n') ADVANCE(627); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || + 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(671); + if (lookahead == '\\') ADVANCE(416); + if (lookahead == '`') ADVANCE(740); + if (lookahead == 'e') ADVANCE(755); + if (lookahead == '|') ADVANCE(556); 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(690); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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(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 == '\n') ADVANCE(628); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || + 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(671); + if (lookahead == '\\') ADVANCE(324); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(185) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '|') ADVANCE(833); 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(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 == '\n') ADVANCE(629); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); 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(671); + if (lookahead == '\\') ADVANCE(423); + if (lookahead == '`') ADVANCE(740); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(186) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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(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 == '\n') ADVANCE(630); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); 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(671); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(187) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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(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 == '\n') ADVANCE(631); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); 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(671); + if (lookahead == '\\') ADVANCE(420); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(188) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0) ADVANCE(833); 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(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 == '\n') ADVANCE(632); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || + 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(671); + if (lookahead == '\\') ADVANCE(424); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(189) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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(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 == '\n') ADVANCE(633); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || + 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(671); + if (lookahead == '\\') ADVANCE(425); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(190) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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(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 == '\n') ADVANCE(634); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(307); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(382); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(831); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(191) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); case 192: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - 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 == '\n') ADVANCE(635); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); 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(671); + if (lookahead == '\\') ADVANCE(387); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(192) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); case 193: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - 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 == '\n') ADVANCE(636); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); if (lookahead == '[' || + 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(671); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == '`') ADVANCE(740); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(193) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); case 194: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(304); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(524); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(514); + if (lookahead == '+') ADVANCE(654); + if (lookahead == ',') ADVANCE(465); + if (lookahead == '-') ADVANCE(652); + if (lookahead == '/') ADVANCE(520); + if (lookahead == '0') ADVANCE(819); + if (lookahead == ':') ADVANCE(651); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(471); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(350); + if (lookahead == ']') ADVANCE(572); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(821); + if (lookahead == '`') ADVANCE(740); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '|') ADVANCE(555); + if (lookahead == '}') ADVANCE(702); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(194) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 195: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - 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(268); - if (lookahead == '>') ADVANCE(269); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(315); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(195) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != '&' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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(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 (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(355); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(555); + if (lookahead == '~') ADVANCE(656); 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(689); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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(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 == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '~') ADVANCE(635); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(358); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(557); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(197) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(833); 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(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(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(412); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(557); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(198) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(833); 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(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 == ']' || + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ':') ADVANCE(651); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '[' || + lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(359); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(557); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(199) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(833); 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(264); - if (lookahead == '(') ADVANCE(528); - 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(338); - if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '{') ADVANCE(546); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(411); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(557); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(200) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(833); 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(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(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(430); + if (lookahead == ']') ADVANCE(672); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(557); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(201) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); case 202: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(358); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(319); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(202) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && + lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); 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(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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || + 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(671); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(203) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); 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(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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || + 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(671); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(204) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); 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(301); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(312); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(205) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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(328); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(206) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(207) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != '&' && + lookahead != ';' && + lookahead != '|') ADVANCE(833); 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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(275); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(351); + if (lookahead == ']' || + lookahead == '}') ADVANCE(671); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(208) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(352); + if (lookahead == ']' || + lookahead == '}') ADVANCE(671); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(209) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + lookahead != ';' && + lookahead != '|') ADVANCE(833); 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(329); - if (lookahead == ']') ADVANCE(284); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(354); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '}') ADVANCE(671); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(210) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(833); 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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(362); + if (lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(211) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(833); 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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(275); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(356); + if (lookahead == ']' || + lookahead == '}') ADVANCE(671); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == '{') ADVANCE(562); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(212) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + lookahead != ')' && + lookahead != '|') ADVANCE(833); 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(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 == '[' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(361) - if (lookahead == ']') ADVANCE(652); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(357); + if (lookahead == ']') ADVANCE(671); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '}') ADVANCE(563); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(213) - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(833); 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(263); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); 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(671); + if (lookahead == '\\') ADVANCE(376); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(215) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); + lookahead == ' ') SKIP(214) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(833); 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(826); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); 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(671); + if (lookahead == '\\') ADVANCE(361); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(215) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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 == '!') ADVANCE(826); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(362) - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(414); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(216) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(833); 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 == '\\') SKIP(367) - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(217) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 == '[' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(363) - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(344); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(218) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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(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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(348); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(220) + lookahead == ' ') SKIP(219) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); case 220: - 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(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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(220) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); case 221: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - 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 == '\\') SKIP(374) - if (lookahead == '^') ADVANCE(282); - if (lookahead == '|') ADVANCE(279); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(221) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); case 222: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - 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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == ']') ADVANCE(294); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); 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(768); END_STATE(); case 223: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - 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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(318); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); 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(768); 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(319); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(537); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(300); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(379) + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(224) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'z')) ADVANCE(768); + END_STATE(); + case 225: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(300); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '.') ADVANCE(287); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(648); + if (lookahead == ';') ADVANCE(275); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(377) + if (lookahead == ']') ADVANCE(672); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(295); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'i') ADVANCE(298); + if (lookahead == '|') ADVANCE(557); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(226) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(660); + END_STATE(); + case 226: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(300); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(648); + if (lookahead == ';') ADVANCE(275); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(377) + if (lookahead == ']') ADVANCE(672); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(295); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'i') ADVANCE(298); + if (lookahead == '|') ADVANCE(557); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(226) + END_STATE(); + case 227: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(670); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') SKIP(384) + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(557); + if (lookahead == '}') ADVANCE(663); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(228) + END_STATE(); + case 228: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(670); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') SKIP(384) + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(557); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(228) + END_STATE(); + case 229: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(381) + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(557); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(229) + END_STATE(); + case 230: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') SKIP(380) + if (lookahead == ']') ADVANCE(294); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(557); + if (lookahead == '}') ADVANCE(702); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(230) + END_STATE(); + case 231: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(427) + if (lookahead == '^') ADVANCE(644); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(557); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(231) + END_STATE(); + case 232: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(273); + if (lookahead == '(') ADVANCE(544); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(517); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(469); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') SKIP(390) + if (lookahead == '^') ADVANCE(292); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '|') ADVANCE(289); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(232) + END_STATE(); + case 233: + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(273); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(517); + if (lookahead == '+') ADVANCE(508); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(469); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '\\') SKIP(391) + if (lookahead == '^') ADVANCE(292); + if (lookahead == '|') ADVANCE(289); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(233) + END_STATE(); + case 234: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(326); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(234) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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(320); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '}') ADVANCE(682); + case 235: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(328); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(225) + lookahead == ' ') SKIP(235) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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); + case 236: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(330); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(658); + lookahead == ' ') SKIP(236) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); + END_STATE(); + case 237: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '/') ADVANCE(519); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '}') ADVANCE(702); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(237) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); + END_STATE(); + case 238: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '_') ADVANCE(823); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(678); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); if (lookahead != 0 && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); 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); + case 239: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == '_') ADVANCE(823); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(227) + lookahead == ' ') SKIP(239) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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(323); - if (lookahead == '_') ADVANCE(794); + case 240: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(334); + if (lookahead == '_') ADVANCE(823); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(659); + lookahead == ' ') ADVANCE(679); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); if (lookahead != 0 && lookahead != '"' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); 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(324); - if (lookahead == '_') ADVANCE(794); + case 241: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(335); + if (lookahead == '_') ADVANCE(823); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(229) + lookahead == ' ') SKIP(241) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 == '\\') SKIP(380) - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + case 242: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(669); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') SKIP(397) + if (lookahead == '_') ADVANCE(823); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(230) + lookahead == ' ') SKIP(242) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 == '\\') SKIP(385) - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); + case 243: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(669); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') SKIP(402) + if (lookahead == '_') ADVANCE(823); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(231) + lookahead == ' ') SKIP(243) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 232: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(649); - 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); + case 244: + if (lookahead == '!') ADVANCE(565); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(670); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '(') ADVANCE(544); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '0') ADVANCE(693); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(378) - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(395) + if (lookahead == ']') ADVANCE(571); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(232) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(675); + lookahead == ' ') SKIP(244) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(695); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 == '\\') SKIP(380) - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + case 245: + if (lookahead == '!') ADVANCE(703); + if (lookahead == '#') ADVANCE(709); + if (lookahead == '$') ADVANCE(669); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '=') ADVANCE(710); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') SKIP(397) + if (lookahead == '_') ADVANCE(823); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(230) + lookahead == ' ') SKIP(242) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 234: - 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(516); - if (lookahead == '>') ADVANCE(523); + case 246: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(357); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(375); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(234) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(246) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 235: - 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(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(351); + case 247: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(370); if (lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(671); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(235) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(247) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); - case 236: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); - 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); + case 248: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(416); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(432); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(236) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(248) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 237: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 249: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(407); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(369); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(237) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(249) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 238: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 250: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(411); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(421); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(238) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(250) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(833); END_STATE(); - case 239: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 251: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(353); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(426); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(239) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(251) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 240: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 252: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(366); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(383); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(240) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(252) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 241: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 253: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(412); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(428); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(241) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(253) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 242: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 254: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(359); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(378); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(242) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(254) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 243: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 255: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(352); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(371); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(243) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(255) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 244: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - 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); + case 256: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(406); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(422); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(244) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(256) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 245: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + case 257: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(368); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(385); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(831); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(245) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(257) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); - case 246: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + case 258: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); if (lookahead == '[' || lookahead == ']' || - lookahead == '{') ADVANCE(651); - if (lookahead == '\\') ADVANCE(375); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + lookahead == '{') ADVANCE(671); + if (lookahead == '\\') ADVANCE(392); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(246) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(258) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); - case 247: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(649); - 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); + case 259: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(670); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '(') ADVANCE(544); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '+') ADVANCE(285); + if (lookahead == '-') ADVANCE(286); + if (lookahead == '0') ADVANCE(692); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '=') ADVANCE(467); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(381) - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(398) + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(247) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + lookahead == ' ') SKIP(259) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(694); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(531); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(548); END_STATE(); - case 248: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(646); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(527); - if (lookahead == '\\') ADVANCE(384); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + case 260: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '\\') SKIP(407) if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(705); - if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '{' && - lookahead != '|') ADVANCE(804); + lookahead == ' ') ADVANCE(726); END_STATE(); - case 249: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '\\') SKIP(393) + case 261: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '/') ADVANCE(519); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{') ADVANCE(671); + if (lookahead == '\\') SKIP(408) + if (lookahead == '`') ADVANCE(295); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') SKIP(261) END_STATE(); - case 250: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(729); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + case 262: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(752); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(372); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(389); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(250) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(262) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); - case 251: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(729); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(268); - if (lookahead == '>') ADVANCE(269); + case 263: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(752); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(376); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(394); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(251) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(263) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); - case 252: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(729); - if (lookahead == '$') ADVANCE(650); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '\\') ADVANCE(389); + case 264: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(747); + if (lookahead == '$') ADVANCE(670); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '\\') ADVANCE(749); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(252) + lookahead == ' ') SKIP(264) + if (lookahead == '&' || + lookahead == ';' || + lookahead == '<' || + lookahead == '>' || + ('[' <= lookahead && lookahead <= ']') || + lookahead == '|') ADVANCE(747); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + lookahead != '(' && + lookahead != ')' && + (lookahead < '{' || '}' < lookahead)) ADVANCE(834); 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); + case 265: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(747); + if (lookahead == '$') ADVANCE(667); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(544); + if (lookahead == '\\') ADVANCE(748); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '}') ADVANCE(702); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(265) + if (lookahead == '&' || + lookahead == ';' || + lookahead == '<' || + lookahead == '>' || + ('[' <= lookahead && lookahead <= ']') || + lookahead == '|') ADVANCE(747); + if (lookahead != 0 && + lookahead != ')' && + lookahead != '{') ADVANCE(834); + END_STATE(); + case 266: + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(675); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '(') ADVANCE(681); + if (lookahead == '\\') ADVANCE(404); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') ADVANCE(680); + if (lookahead != 0) ADVANCE(682); 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); + case 267: + if (lookahead == '#') ADVANCE(700); + if (lookahead == '%') ADVANCE(525); + if (lookahead == '*') ADVANCE(707); + if (lookahead == '+') ADVANCE(717); + if (lookahead == ',') ADVANCE(466); + if (lookahead == '-') ADVANCE(714); + if (lookahead == '/') ADVANCE(521); + if (lookahead == ':') ADVANCE(650); + if (lookahead == '=') ADVANCE(710); + if (lookahead == '?') ADVANCE(720); + if (lookahead == '@') ADVANCE(705); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') SKIP(386) + if (lookahead == '^') ADVANCE(645); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(255) + lookahead == ' ') SKIP(268) END_STATE(); - case 255: - if (lookahead == '#') ADVANCE(680); - if (lookahead == '%') ADVANCE(508); - if (lookahead == ',') ADVANCE(449); - if (lookahead == '/') ADVANCE(504); - if (lookahead == ':') ADVANCE(627); - if (lookahead == '[') ADVANCE(553); - if (lookahead == '\\') SKIP(371) - if (lookahead == '^') ADVANCE(624); - if (lookahead == '}') ADVANCE(682); + case 268: + if (lookahead == '#') ADVANCE(700); + if (lookahead == '%') ADVANCE(525); + if (lookahead == ',') ADVANCE(466); + if (lookahead == '/') ADVANCE(521); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') SKIP(386) + if (lookahead == '^') ADVANCE(645); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(255) + lookahead == ' ') SKIP(268) 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); + case 269: + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(293); + if (lookahead == ';') ADVANCE(461); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '\\') ADVANCE(405); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(256) + lookahead == ' ') SKIP(269) if (lookahead != 0 && (lookahead < '"' || '$' < lookahead) && (lookahead < '\'' || ')' < lookahead) && (lookahead < '[' || ']' < lookahead) && lookahead != '`' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(833); END_STATE(); - case 257: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(262); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); + case 270: + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(382); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(399); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(257) + lookahead == ' ') SKIP(270) if (lookahead != 0 && (lookahead < '"' || '$' < lookahead) && (lookahead < '\'' || ')' < lookahead) && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(833); END_STATE(); - case 258: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(262); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); + case 271: + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(383) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(540); - 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 (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(259) - END_STATE(); - case 260: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '/') ADVANCE(502); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{') ADVANCE(651); - if (lookahead == '\\') SKIP(392) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '}') ADVANCE(682); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(400) + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(260) - END_STATE(); - case 261: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); - END_STATE(); - case 262: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '>') ADVANCE(561); - END_STATE(); - case 263: - if (lookahead == '&') ADVANCE(544); - if (lookahead == ';') ADVANCE(543); - END_STATE(); - case 264: - if (lookahead == '\'') ADVANCE(664); - if (lookahead != 0) ADVANCE(264); - END_STATE(); - case 265: - if (lookahead == '\'') ADVANCE(665); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); - END_STATE(); - case 266: - if (lookahead == '\'') ADVANCE(666); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); - END_STATE(); - case 267: - if (lookahead == '(') ADVANCE(442); - END_STATE(); - case 268: - if (lookahead == '(') ADVANCE(724); - END_STATE(); - case 269: - if (lookahead == '(') ADVANCE(725); - END_STATE(); - case 270: - if (lookahead == '(') ADVANCE(638); - END_STATE(); - case 271: - if (lookahead == '(') ADVANCE(270); + lookahead == ' ') SKIP(271) END_STATE(); case 272: - if (lookahead == '(') ADVANCE(270); - if (lookahead == '{') ADVANCE(681); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '+') ADVANCE(291); + if (lookahead == '=') ADVANCE(467); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') SKIP(409) + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(272) END_STATE(); case 273: - if (lookahead == ')') ADVANCE(443); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '=') ADVANCE(490); END_STATE(); case 274: - if (lookahead == '+') ADVANCE(455); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '>') ADVANCE(577); END_STATE(); case 275: - if (lookahead == '+') ADVANCE(455); - if (lookahead == '=') ADVANCE(459); + if (lookahead == '&') ADVANCE(560); + if (lookahead == ';') ADVANCE(559); END_STATE(); case 276: - if (lookahead == '-') ADVANCE(457); - if (lookahead == '0') ADVANCE(672); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '\'') ADVANCE(684); + if (lookahead != 0) ADVANCE(276); END_STATE(); case 277: - if (lookahead == '.') ADVANCE(640); + if (lookahead == '\'') ADVANCE(685); + if (lookahead == '\\') ADVANCE(278); + if (lookahead != 0) ADVANCE(277); END_STATE(); case 278: - if (lookahead == '0') ADVANCE(672); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '\'') ADVANCE(686); + if (lookahead == '\\') ADVANCE(278); + if (lookahead != 0) ADVANCE(277); END_STATE(); case 279: - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + if (lookahead == '(') ADVANCE(738); + if (lookahead == '`') ADVANCE(741); + if (lookahead == '{') ADVANCE(701); END_STATE(); case 280: - if (lookahead == '=') ADVANCE(479); + if (lookahead == '(') ADVANCE(459); END_STATE(); case 281: - if (lookahead == '=') ADVANCE(459); + if (lookahead == '(') ADVANCE(742); END_STATE(); case 282: - if (lookahead == '=') ADVANCE(474); + if (lookahead == '(') ADVANCE(743); END_STATE(); case 283: - if (lookahead == '>') ADVANCE(561); + if (lookahead == ')') ADVANCE(460); END_STATE(); case 284: - if (lookahead == ']') ADVANCE(558); + if (lookahead == '+') ADVANCE(472); END_STATE(); case 285: - if (lookahead == '`') ADVANCE(643); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(285); + if (lookahead == '+') ADVANCE(472); + if (lookahead == '=') ADVANCE(476); END_STATE(); case 286: - if (lookahead == 'a') ADVANCE(287); + if (lookahead == '-') ADVANCE(474); + if (lookahead == '0') ADVANCE(692); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(694); END_STATE(); case 287: - if (lookahead == 'c') ADVANCE(532); + if (lookahead == '.') ADVANCE(661); END_STATE(); case 288: - if (lookahead == 'n') ADVANCE(439); + if (lookahead == '0') ADVANCE(692); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(694); END_STATE(); case 289: - if (lookahead == 's') ADVANCE(286); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '|') ADVANCE(501); END_STATE(); case 290: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(12) - if (lookahead == '\n') ADVANCE(746); - if (lookahead == '\r') ADVANCE(13); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '=') ADVANCE(496); END_STATE(); case 291: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(184) - if (lookahead == '\n') ADVANCE(767); - if (lookahead == '\r') ADVANCE(18); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '=') ADVANCE(476); END_STATE(); case 292: - 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 == '=') ADVANCE(491); END_STATE(); case 293: - 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 == '>') ADVANCE(577); END_STATE(); case 294: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(149) - if (lookahead == '\n') ADVANCE(754); - if (lookahead == '\r') ADVANCE(29); - if (lookahead != 0) ADVANCE(804); + if (lookahead == ']') ADVANCE(574); END_STATE(); case 295: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(152) - if (lookahead == '\n') ADVANCE(756); - if (lookahead == '\r') ADVANCE(30); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '`') ADVANCE(664); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(295); END_STATE(); case 296: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(158) - if (lookahead == '\n') ADVANCE(760); - if (lookahead == '\r') ADVANCE(31); - if (lookahead != 0) ADVANCE(804); + if (lookahead == 'a') ADVANCE(297); END_STATE(); case 297: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(161) - if (lookahead == '\n') ADVANCE(762); - if (lookahead == '\r') ADVANCE(32); - if (lookahead != 0) ADVANCE(804); + if (lookahead == 'c') ADVANCE(549); END_STATE(); case 298: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(165) - if (lookahead == '\n') ADVANCE(764); - if (lookahead == '\r') ADVANCE(37); - if (lookahead != 0) ADVANCE(804); + if (lookahead == 'n') ADVANCE(456); END_STATE(); case 299: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(192) - if (lookahead == '\n') ADVANCE(769); - if (lookahead == '\r') ADVANCE(39); - if (lookahead != 0) ADVANCE(804); + if (lookahead == 's') ADVANCE(296); 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 == '{') ADVANCE(701); END_STATE(); case 301: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(205) - if (lookahead == '\n') ADVANCE(773); - if (lookahead == '\r') ADVANCE(41); + if (lookahead == '|') ADVANCE(501); END_STATE(); case 302: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(193) - if (lookahead == '\n') ADVANCE(770); - if (lookahead == '\r') ADVANCE(43); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(12) + if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\r') ADVANCE(13); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 303: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(209) - if (lookahead == '\n') ADVANCE(777); - if (lookahead == '\r') ADVANCE(44); + lookahead == ' ') SKIP(195) + if (lookahead == '\n') ADVANCE(795); + if (lookahead == '\r') ADVANCE(17); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 304: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(194) - if (lookahead == '\n') ADVANCE(771); - if (lookahead == '\r') ADVANCE(45); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(149) + if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\r') ADVANCE(25); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 305: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(208) - if (lookahead == '\n') ADVANCE(776); - if (lookahead == '\r') ADVANCE(46); + lookahead == ' ') SKIP(155) + if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\r') ADVANCE(28); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 306: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(211) - if (lookahead == '\n') ADVANCE(779); - if (lookahead == '\r') ADVANCE(47); + lookahead == ' ') SKIP(164) + if (lookahead == '\n') ADVANCE(783); + if (lookahead == '\r') ADVANCE(29); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 307: 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); + lookahead == ' ') SKIP(169) + if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\r') ADVANCE(30); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 308: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(134) - if (lookahead == '\n') ADVANCE(747); - if (lookahead == '\r') ADVANCE(59); + lookahead == ' ') SKIP(173) + if (lookahead == '\n') ADVANCE(788); + if (lookahead == '\r') ADVANCE(31); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 309: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(142) - if (lookahead == '\n') ADVANCE(749); - if (lookahead == '\r') ADVANCE(60); + lookahead == ' ') SKIP(177) + if (lookahead == '\n') ADVANCE(790); + if (lookahead == '\r') ADVANCE(33); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 310: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(145) - if (lookahead == '\n') ADVANCE(751); - if (lookahead == '\r') ADVANCE(63); + lookahead == ' ') SKIP(179) + if (lookahead == '\n') ADVANCE(791); + if (lookahead == '\r') ADVANCE(34); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 311: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(151) - if (lookahead == '\n') ADVANCE(755); - if (lookahead == '\r') ADVANCE(64); + lookahead == ' ') SKIP(203) + if (lookahead == '\n') ADVANCE(797); + if (lookahead == '\r') ADVANCE(38); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 312: 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); + lookahead == ' ') SKIP(205) + if (lookahead == '\n') ADVANCE(799); + if (lookahead == '\r') ADVANCE(41); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 313: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(154) - if (lookahead == '\n') ADVANCE(757); - if (lookahead == '\r') ADVANCE(78); + lookahead == ' ') SKIP(221) + if (lookahead == '\n') ADVANCE(806); + if (lookahead == '\r') ADVANCE(42); END_STATE(); case 314: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(222) - if (lookahead == '\n') ADVANCE(780); - if (lookahead == '\r') ADVANCE(79); + lookahead == ' ') SKIP(217) + if (lookahead == '\n') ADVANCE(802); + if (lookahead == '\r') ADVANCE(43); END_STATE(); case 315: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(195) - if (lookahead == '\n') ADVANCE(772); - if (lookahead == '\r') ADVANCE(80); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(183) + if (lookahead == '\n') ADVANCE(793); + if (lookahead == '\r') ADVANCE(44); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 316: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(223) - if (lookahead == '\n') ADVANCE(781); - if (lookahead == '\r') ADVANCE(82); + lookahead == ' ') SKIP(206) + if (lookahead == '\n') ADVANCE(800); + if (lookahead == '\r') ADVANCE(45); + if (lookahead != 0) ADVANCE(833); 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(220) + if (lookahead == '\n') ADVANCE(805); + if (lookahead == '\r') ADVANCE(46); END_STATE(); case 318: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(160) - if (lookahead == '\n') ADVANCE(761); - if (lookahead == '\r') ADVANCE(93); + lookahead == ' ') SKIP(223) + if (lookahead == '\n') ADVANCE(808); + if (lookahead == '\r') ADVANCE(47); END_STATE(); case 319: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(224) - if (lookahead == '\n') ADVANCE(782); - if (lookahead == '\r') ADVANCE(95); + lookahead == ' ') SKIP(202) + if (lookahead == '\n') ADVANCE(796); + if (lookahead == '\r') ADVANCE(57); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 320: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(225) - if (lookahead == '\n') ADVANCE(783); - if (lookahead == '\r') ADVANCE(96); + lookahead == ' ') SKIP(138) + if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\r') ADVANCE(59); 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 == ' ') SKIP(148) + if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\r') ADVANCE(60); 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(151) + if (lookahead == '\n') ADVANCE(774); + if (lookahead == '\r') ADVANCE(62); 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 == ' ') SKIP(154) + if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\r') ADVANCE(63); END_STATE(); case 324: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(229) - if (lookahead == '\n') ADVANCE(785); - if (lookahead == '\r') ADVANCE(100); + lookahead == ' ') SKIP(185) + if (lookahead == '\n') ADVANCE(794); + if (lookahead == '\r') ADVANCE(74); + if (lookahead != 0) ADVANCE(833); 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); + lookahead == ' ') SKIP(160) + if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\r') ADVANCE(78); 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); + lookahead == ' ') SKIP(234) + if (lookahead == '\n') ADVANCE(809); + if (lookahead == '\r') ADVANCE(79); 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(207) + if (lookahead == '\n') ADVANCE(801); + if (lookahead == '\r') ADVANCE(80); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 328: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(206) - if (lookahead == '\n') ADVANCE(774); - if (lookahead == '\r') ADVANCE(126); + lookahead == ' ') SKIP(235) + if (lookahead == '\n') ADVANCE(810); + if (lookahead == '\r') ADVANCE(81); END_STATE(); case 329: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(210) - if (lookahead == '\n') ADVANCE(778); - if (lookahead == '\r') ADVANCE(128); + lookahead == ' ') SKIP(166) + if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\r') ADVANCE(92); END_STATE(); case 330: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(148) - if (lookahead == '\n') ADVANCE(753); - if (lookahead == '\r') ADVANCE(131); + lookahead == ' ') SKIP(236) + if (lookahead == '\n') ADVANCE(811); + if (lookahead == '\r') ADVANCE(95); END_STATE(); case 331: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(207) - if (lookahead == '\n') ADVANCE(775); - if (lookahead == '\r') ADVANCE(136); + lookahead == ' ') SKIP(237) + if (lookahead == '\n') ADVANCE(812); + if (lookahead == '\r') ADVANCE(97); END_STATE(); case 332: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(183) - if (lookahead == '\r') SKIP(1) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') ADVANCE(678); + if (lookahead == '\n') ADVANCE(678); + if (lookahead == '\r') ADVANCE(676); + if (lookahead != 0) ADVANCE(682); END_STATE(); case 333: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(196) - if (lookahead == '\r') SKIP(2) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(239) + if (lookahead == '\n') ADVANCE(813); + if (lookahead == '\r') ADVANCE(98); END_STATE(); case 334: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(197) - if (lookahead == '\r') SKIP(3) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') ADVANCE(679); + if (lookahead == '\n') ADVANCE(679); + if (lookahead == '\r') ADVANCE(677); + if (lookahead != 0) ADVANCE(682); END_STATE(); case 335: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(5) - if (lookahead == '\r') SKIP(4) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(241) + if (lookahead == '\n') ADVANCE(814); + if (lookahead == '\r') ADVANCE(99); END_STATE(); case 336: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(198) - if (lookahead == '\r') SKIP(6) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(146) + if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\r') ADVANCE(109); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 337: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(185) - if (lookahead == '\r') SKIP(7) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(152) + if (lookahead == '\n') ADVANCE(775); + if (lookahead == '\r') ADVANCE(116); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 338: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(200) - if (lookahead == '\r') SKIP(8) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(158) + if (lookahead == '\n') ADVANCE(779); + if (lookahead == '\r') ADVANCE(119); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 339: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(201) - if (lookahead == '\r') SKIP(9) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(167) + if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\r') ADVANCE(120); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 340: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(186) - if (lookahead == '\r') SKIP(10) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(175) + if (lookahead == '\n') ADVANCE(789); + if (lookahead == '\r') ADVANCE(121); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 341: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(188) - if (lookahead == '\r') SKIP(11) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(181) + if (lookahead == '\n') ADVANCE(792); + if (lookahead == '\r') ADVANCE(123); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 342: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(110) - if (lookahead == '\r') SKIP(17) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(204) + if (lookahead == '\n') ADVANCE(798); + if (lookahead == '\r') ADVANCE(126); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 343: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(203) - if (lookahead == '\r') SKIP(19) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(222) + if (lookahead == '\n') ADVANCE(807); + if (lookahead == '\r') ADVANCE(129); END_STATE(); case 344: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(199) - if (lookahead == '\r') SKIP(20) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(218) + if (lookahead == '\n') ADVANCE(803); + if (lookahead == '\r') ADVANCE(130); END_STATE(); case 345: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(150) - if (lookahead == '\r') SKIP(21) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(157) + if (lookahead == '\n') ADVANCE(778); + if (lookahead == '\r') ADVANCE(134); END_STATE(); case 346: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(153) - if (lookahead == '\r') SKIP(22) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(163) + if (lookahead == '\n') ADVANCE(782); + if (lookahead == '\r') ADVANCE(136); END_STATE(); case 347: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(156) - if (lookahead == '\r') SKIP(23) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(161) + if (lookahead == '\n') ADVANCE(781); + if (lookahead == '\r') ADVANCE(140); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 348: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(159) - if (lookahead == '\r') SKIP(24) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(219) + if (lookahead == '\n') ADVANCE(804); + if (lookahead == '\r') ADVANCE(141); END_STATE(); case 349: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(162) - if (lookahead == '\r') SKIP(25) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(171) + if (lookahead == '\n') ADVANCE(787); + if (lookahead == '\r') ADVANCE(144); + if (lookahead != 0) ADVANCE(833); END_STATE(); case 350: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(164) - if (lookahead == '\r') SKIP(28) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(194) + if (lookahead == '\r') SKIP(1) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 351: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(235) - if (lookahead == '\r') SKIP(33) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(208) + if (lookahead == '\r') SKIP(2) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 352: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(243) - if (lookahead == '\r') SKIP(34) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(209) + if (lookahead == '\r') SKIP(3) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 353: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(239) - if (lookahead == '\r') SKIP(35) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(5) + if (lookahead == '\r') SKIP(4) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 354: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(166) - if (lookahead == '\r') SKIP(36) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(210) + if (lookahead == '\r') SKIP(6) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 355: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(168) - if (lookahead == '\r') SKIP(38) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(196) + if (lookahead == '\r') SKIP(7) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 356: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(171) - if (lookahead == '\r') SKIP(42) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(212) + if (lookahead == '\r') SKIP(8) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 357: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(234) - if (lookahead == '\r') SKIP(48) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(213) + if (lookahead == '\r') SKIP(9) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 358: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(202) - if (lookahead == '\r') SKIP(49) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(197) + if (lookahead == '\r') SKIP(10) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 359: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(242) - if (lookahead == '\r') SKIP(50) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(199) + if (lookahead == '\r') SKIP(11) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 360: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(215) - if (lookahead == '\r') SKIP(51) + lookahead == ' ') SKIP(108) + if (lookahead == '\r') SKIP(18) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 361: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(213) - if (lookahead == '\r') SKIP(52) + lookahead == ' ') SKIP(215) + if (lookahead == '\r') SKIP(19) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 362: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(216) - if (lookahead == '\r') SKIP(53) + lookahead == ' ') SKIP(211) + if (lookahead == '\r') SKIP(20) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 363: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(218) - if (lookahead == '\r') SKIP(54) + lookahead == ' ') SKIP(156) + if (lookahead == '\r') SKIP(21) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 364: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(180) - if (lookahead == '\r') SKIP(55) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(159) + if (lookahead == '\r') SKIP(22) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 365: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(212) - if (lookahead == '\r') SKIP(56) + lookahead == ' ') SKIP(162) + if (lookahead == '\r') SKIP(23) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 366: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(240) - if (lookahead == '\r') SKIP(57) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(165) + if (lookahead == '\r') SKIP(24) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 367: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(217) - if (lookahead == '\r') SKIP(61) + lookahead == ' ') SKIP(168) + if (lookahead == '\r') SKIP(26) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 368: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(245) - if (lookahead == '\r') SKIP(62) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(170) + if (lookahead == '\r') SKIP(27) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 369: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(181) - if (lookahead == '\r') SKIP(65) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(249) + if (lookahead == '\r') SKIP(32) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 370: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(67) - if (lookahead == '\r') SKIP(66) + lookahead == ' ') SKIP(247) + if (lookahead == '\r') SKIP(35) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 371: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(255) - if (lookahead == '\r') SKIP(73) + if (lookahead == '\r') SKIP(36) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 372: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(250) - if (lookahead == '\r') SKIP(74) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(172) + if (lookahead == '\r') SKIP(37) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 373: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(220) - if (lookahead == '\r') SKIP(76) + lookahead == ' ') SKIP(174) + if (lookahead == '\r') SKIP(39) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 374: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(221) - if (lookahead == '\r') SKIP(77) + lookahead == ' ') SKIP(178) + if (lookahead == '\r') SKIP(40) + if (lookahead != 0) ADVANCE(833); 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(48) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 376: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(251) - if (lookahead == '\r') SKIP(83) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(214) + if (lookahead == '\r') SKIP(49) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 377: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(68) - if (lookahead == '\r') SKIP(84) + lookahead == ' ') SKIP(226) + if (lookahead == '\r') SKIP(50) END_STATE(); case 378: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(232) - if (lookahead == '\r') SKIP(85) + lookahead == ' ') SKIP(254) + if (lookahead == '\r') SKIP(51) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 379: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(71) - if (lookahead == '\r') SKIP(86) + lookahead == ' ') SKIP(224) + if (lookahead == '\r') SKIP(52) END_STATE(); case 380: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(230) - if (lookahead == '\r') SKIP(87) + if (lookahead == '\r') SKIP(53) END_STATE(); case 381: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(247) - if (lookahead == '\r') SKIP(88) + lookahead == ' ') SKIP(229) + if (lookahead == '\r') SKIP(54) END_STATE(); case 382: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(257) - if (lookahead == '\r') SKIP(90) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(191) + if (lookahead == '\r') SKIP(55) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 383: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(258) - if (lookahead == '\r') SKIP(91) + lookahead == ' ') SKIP(252) + if (lookahead == '\r') SKIP(56) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 384: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(248) - if (lookahead == '\r') SKIP(92) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(228) + if (lookahead == '\r') SKIP(58) END_STATE(); case 385: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(231) - if (lookahead == '\r') SKIP(94) + lookahead == ' ') SKIP(257) + if (lookahead == '\r') SKIP(61) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 386: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(70) - if (lookahead == '\r') SKIP(97) + lookahead == ' ') SKIP(268) + if (lookahead == '\r') SKIP(64) END_STATE(); case 387: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') ADVANCE(660); - if (lookahead == '\r') ADVANCE(654); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') SKIP(192) + if (lookahead == '\r') SKIP(65) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 388: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(256) - if (lookahead == '\r') SKIP(99) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(67) + if (lookahead == '\r') SKIP(66) END_STATE(); case 389: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(252) - if (lookahead == '\r') SKIP(101) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(262) + if (lookahead == '\r') SKIP(73) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 390: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(69) - if (lookahead == '\r') SKIP(102) + lookahead == ' ') SKIP(232) + if (lookahead == '\r') SKIP(75) END_STATE(); case 391: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(72) - if (lookahead == '\r') SKIP(103) + lookahead == ' ') SKIP(233) + if (lookahead == '\r') SKIP(76) END_STATE(); case 392: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(260) - if (lookahead == '\r') SKIP(104) + lookahead == ' ') SKIP(258) + if (lookahead == '\r') SKIP(77) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 393: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(249) - if (lookahead == '\r') SKIP(105) + lookahead == ' ') SKIP(68) + if (lookahead == '\r') SKIP(82) END_STATE(); case 394: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(259) - if (lookahead == '\r') SKIP(106) + lookahead == ' ') SKIP(263) + if (lookahead == '\r') SKIP(83) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 395: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(139) - if (lookahead == '\r') SKIP(107) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(244) + if (lookahead == '\r') SKIP(84) END_STATE(); case 396: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(189) - if (lookahead == '\r') SKIP(108) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(70) + if (lookahead == '\r') SKIP(85) END_STATE(); case 397: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(187) - if (lookahead == '\r') SKIP(109) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(242) + if (lookahead == '\r') SKIP(86) END_STATE(); case 398: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(141) - if (lookahead == '\r') SKIP(112) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(259) + if (lookahead == '\r') SKIP(87) END_STATE(); case 399: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(204) - if (lookahead == '\r') SKIP(113) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(270) + if (lookahead == '\r') SKIP(88) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 400: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(173) - if (lookahead == '\r') SKIP(114) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(271) + if (lookahead == '\r') SKIP(89) END_STATE(); case 401: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(170) - if (lookahead == '\r') SKIP(115) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(69) + if (lookahead == '\r') SKIP(91) END_STATE(); case 402: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(175) - if (lookahead == '\r') SKIP(116) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(243) + if (lookahead == '\r') SKIP(93) END_STATE(); case 403: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(172) - if (lookahead == '\r') SKIP(117) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(71) + if (lookahead == '\r') SKIP(94) END_STATE(); case 404: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(177) - if (lookahead == '\r') SKIP(118) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') ADVANCE(680); + if (lookahead == '\r') ADVANCE(674); + if (lookahead != 0) ADVANCE(682); END_STATE(); case 405: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(174) - if (lookahead == '\r') SKIP(120) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(269) + if (lookahead == '\r') SKIP(100) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 406: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(244) - if (lookahead == '\r') SKIP(122) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(72) + if (lookahead == '\r') SKIP(101) END_STATE(); case 407: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(237) - if (lookahead == '\r') SKIP(123) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(260) + if (lookahead == '\r') SKIP(102) END_STATE(); case 408: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(176) - if (lookahead == '\r') SKIP(124) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(261) + if (lookahead == '\r') SKIP(103) END_STATE(); case 409: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(178) - if (lookahead == '\r') SKIP(125) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(272) + if (lookahead == '\r') SKIP(104) END_STATE(); case 410: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(179) - if (lookahead == '\r') SKIP(127) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(145) + if (lookahead == '\r') SKIP(105) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 411: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(238) - if (lookahead == '\r') SKIP(129) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(200) + if (lookahead == '\r') SKIP(106) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 412: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(241) - if (lookahead == '\r') SKIP(130) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(198) + if (lookahead == '\r') SKIP(107) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 413: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(182) - if (lookahead == '\r') SKIP(132) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(147) + if (lookahead == '\r') SKIP(110) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 414: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(190) - if (lookahead == '\r') SKIP(133) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(216) + if (lookahead == '\r') SKIP(111) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 415: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(144) - if (lookahead == '\r') SKIP(135) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(176) + if (lookahead == '\r') SKIP(112) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 416: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(236) - if (lookahead == '\r') SKIP(137) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(184) + if (lookahead == '\r') SKIP(113) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 417: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(147) - if (lookahead == '\r') SKIP(138) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(180) + if (lookahead == '\r') SKIP(114) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 418: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(187) + if (lookahead == '\r') SKIP(115) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 419: - if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(804); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(182) + if (lookahead == '\r') SKIP(117) + if (lookahead != 0) ADVANCE(833); END_STATE(); case 420: - if (lookahead != 0 && - lookahead != '\r') ADVANCE(662); - if (lookahead == '\r') ADVANCE(663); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(188) + if (lookahead == '\r') SKIP(118) + if (lookahead != 0) ADVANCE(833); 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 (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(250) + if (lookahead == '\r') SKIP(122) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 422: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(256) + if (lookahead == '\r') SKIP(124) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 423: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(186) + if (lookahead == '\r') SKIP(125) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 424: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(189) + if (lookahead == '\r') SKIP(127) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 425: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(190) + if (lookahead == '\r') SKIP(128) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 426: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(251) + if (lookahead == '\r') SKIP(131) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 427: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(231) + if (lookahead == '\r') SKIP(132) + END_STATE(); + case 428: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(253) + if (lookahead == '\r') SKIP(133) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 429: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(193) + if (lookahead == '\r') SKIP(135) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 430: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(201) + if (lookahead == '\r') SKIP(137) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 431: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(150) + if (lookahead == '\r') SKIP(139) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 432: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(248) + if (lookahead == '\r') SKIP(142) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 433: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(153) + if (lookahead == '\r') SKIP(143) + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 434: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(694); + END_STATE(); + case 435: + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(833); + END_STATE(); + case 436: + if (lookahead != 0 && + lookahead != '\r') ADVANCE(682); + if (lookahead == '\r') ADVANCE(683); + END_STATE(); + case 437: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(641); + if (lookahead == ')') ADVANCE(546); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(436) - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(453) + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); 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); + lookahead == ' ') SKIP(437) 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); + case 438: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '&') ADVANCE(641); + if (lookahead == ')') ADVANCE(546); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(437) - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') SKIP(454) + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(422) + lookahead == ' ') SKIP(438) END_STATE(); - case 423: - if (eof) ADVANCE(438); - if (lookahead == '\n') SKIP(421) + case 439: + if (eof) ADVANCE(455); + if (lookahead == '\n') SKIP(437) END_STATE(); - case 424: - if (eof) ADVANCE(438); - if (lookahead == '\n') SKIP(422) + case 440: + if (eof) ADVANCE(455); + if (lookahead == '\n') SKIP(438) 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 (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); + case 441: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(600); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(345); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(425) + lookahead == ' ') SKIP(441) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); 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 (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); + case 442: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(601); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(426) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(442) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 (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); + case 443: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(611); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(349); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(367); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(443) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); + END_STATE(); + case 444: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(613); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(368); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(427) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(444) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0) ADVANCE(833); 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 (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); + case 445: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(614); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); 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(671); + if (lookahead == '\\') ADVANCE(349); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(428) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(445) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(833); 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 (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); + case 446: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(618); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(429) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(446) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')') ADVANCE(833); 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 (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); + case 447: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(621); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(374); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(430) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(447) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); 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 (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); + case 448: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(625); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(405); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(419); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(431) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(448) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); END_STATE(); - case 432: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(610); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); - 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); + case 449: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(631); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(688); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(404); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(420); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(432) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(449) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(690); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0) ADVANCE(833); 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 (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); + case 450: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(633); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(410); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(671); + if (lookahead == '\\') ADVANCE(425); + if (lookahead == '`') ADVANCE(740); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(433) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(450) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); END_STATE(); - case 434: - if (eof) ADVANCE(438); - 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(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); + case 451: + if (eof) ADVANCE(455); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(524); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(514); + if (lookahead == '+') ADVANCE(654); + if (lookahead == ',') ADVANCE(465); + if (lookahead == '-') ADVANCE(652); + if (lookahead == '/') ADVANCE(520); + if (lookahead == '0') ADVANCE(819); + if (lookahead == ':') ADVANCE(651); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(471); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(350); + if (lookahead == ']') ADVANCE(572); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(821); + if (lookahead == '`') ADVANCE(740); + if (lookahead == 'e') ADVANCE(831); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '|') ADVANCE(555); + if (lookahead == '}') ADVANCE(702); + if (lookahead == '~') ADVANCE(656); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(451) + if (lookahead != 0) ADVANCE(833); 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); + case 452: + if (eof) ADVANCE(455); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(746); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(825); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(275); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(570); + if (lookahead == '\\') ADVANCE(351); if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(671); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(562); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(435) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(452) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (lookahead != 0) ADVANCE(833); END_STATE(); - case 436: - if (eof) ADVANCE(438); + case 453: + if (eof) ADVANCE(455); if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(421) - if (lookahead == '\r') SKIP(423) + lookahead == ' ') SKIP(437) + if (lookahead == '\r') SKIP(439) END_STATE(); - case 437: - if (eof) ADVANCE(438); + case 454: + if (eof) ADVANCE(455); if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(422) - if (lookahead == '\r') SKIP(424) + lookahead == ' ') SKIP(438) + if (lookahead == '\r') SKIP(440) END_STATE(); - case 438: + case 455: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 439: + case 456: ACCEPT_TOKEN(anon_sym_in); END_STATE(); - case 440: + case 457: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 441: + case 458: 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(768); END_STATE(); - case 442: + case 459: ACCEPT_TOKEN(anon_sym_LPAREN_LPAREN); END_STATE(); - case 443: + case 460: ACCEPT_TOKEN(anon_sym_RPAREN_RPAREN); END_STATE(); - case 444: + case 461: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 445: + case 462: ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == '&') ADVANCE(544); - if (lookahead == ';') ADVANCE(543); + if (lookahead == '&') ADVANCE(560); + if (lookahead == ';') ADVANCE(559); END_STATE(); - case 446: + case 463: ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == ';') ADVANCE(542); + if (lookahead == ';') ADVANCE(558); END_STATE(); - case 447: + case 464: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 448: + case 465: 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(734); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 449: + case 466: ACCEPT_TOKEN(anon_sym_COMMA); - if (lookahead == ',') ADVANCE(715); + if (lookahead == ',') ADVANCE(733); END_STATE(); - case 450: + case 467: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 451: + case 468: 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(495); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == '~') ADVANCE(576); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 452: + case 469: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(477); + if (lookahead == '=') ADVANCE(494); END_STATE(); - case 453: + case 470: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(477); - if (lookahead == '~') ADVANCE(559); + if (lookahead == '=') ADVANCE(494); + if (lookahead == '~') ADVANCE(575); END_STATE(); - case 454: + case 471: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 455: + case 472: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 456: + case 473: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 457: + case 474: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 458: + case 475: ACCEPT_TOKEN(anon_sym_DASH_DASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 459: + case 476: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 460: + case 477: ACCEPT_TOKEN(anon_sym_PLUS_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 461: + case 478: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 462: + case 479: ACCEPT_TOKEN(anon_sym_DASH_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 463: + case 480: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 464: + case 481: ACCEPT_TOKEN(anon_sym_STAR_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 465: + case 482: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 466: + case 483: ACCEPT_TOKEN(anon_sym_SLASH_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 467: + case 484: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 468: + case 485: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 469: + case 486: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); - case 470: + case 487: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 471: + case 488: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 472: + case 489: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 473: + case 490: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 474: + case 491: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 475: + case 492: ACCEPT_TOKEN(anon_sym_CARET_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 476: + case 493: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 477: + case 494: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); - case 478: + case 495: ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 479: + case 496: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); - case 480: + case 497: ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 481: + case 498: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 482: + case 499: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 483: + case 500: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); - case 484: + case 501: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 485: + case 502: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '<') ADVANCE(616); + if (lookahead == '-') ADVANCE(582); + if (lookahead == '<') ADVANCE(637); END_STATE(); - case 486: + case 503: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '<') ADVANCE(616); - if (lookahead == '=') ADVANCE(471); + if (lookahead == '-') ADVANCE(582); + if (lookahead == '<') ADVANCE(637); + if (lookahead == '=') ADVANCE(488); END_STATE(); - case 487: + case 504: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(471); + if (lookahead == '=') ADVANCE(488); END_STATE(); - case 488: + case 505: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); - case 489: + case 506: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(472); + if (lookahead == '=') ADVANCE(489); END_STATE(); - case 490: + case 507: 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(473); + if (lookahead == '=') ADVANCE(477); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 491: + case 508: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(455); - if (lookahead == '=') ADVANCE(459); + if (lookahead == '+') ADVANCE(472); + if (lookahead == '=') ADVANCE(476); END_STATE(); - case 492: + case 509: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 493: + case 510: 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(475); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '=') ADVANCE(479); + if (lookahead == '\\') ADVANCE(435); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 494: + case 511: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(457); - if (lookahead == '=') ADVANCE(461); + if (lookahead == '-') ADVANCE(474); + if (lookahead == '=') ADVANCE(478); END_STATE(); - case 495: + case 512: 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); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '\\') ADVANCE(435); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 496: + case 513: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 497: + case 514: 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(529); + if (lookahead == '=') ADVANCE(481); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 498: + case 515: 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(531); + if (lookahead == '=') ADVANCE(481); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 499: + case 516: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(511); - if (lookahead == '=') ADVANCE(463); + if (lookahead == '*') ADVANCE(528); + if (lookahead == '=') ADVANCE(480); END_STATE(); - case 500: + case 517: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(513); - if (lookahead == '=') ADVANCE(463); + if (lookahead == '*') ADVANCE(530); + if (lookahead == '=') ADVANCE(480); END_STATE(); - case 501: + case 518: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 502: + case 519: ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); - case 503: + case 520: 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(730); + if (lookahead == '%') ADVANCE(732); + if (lookahead == '/') ADVANCE(728); + if (lookahead == '=') ADVANCE(483); + if (lookahead == '\\') ADVANCE(435); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && @@ -12746,2567 +13329,2819 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ';' || '>' < lookahead) && (lookahead < '[' || ']' < lookahead) && lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 504: + case 521: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '#') ADVANCE(711); - if (lookahead == '%') ADVANCE(713); - if (lookahead == '/') ADVANCE(709); + if (lookahead == '#') ADVANCE(729); + if (lookahead == '%') ADVANCE(731); + if (lookahead == '/') ADVANCE(727); END_STATE(); - case 505: + case 522: 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(483); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 506: + case 523: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '=') ADVANCE(465); + if (lookahead == '=') ADVANCE(482); END_STATE(); - case 507: + case 524: 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(725); + if (lookahead == '=') ADVANCE(485); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_3(lookahead)) ADVANCE(833); END_STATE(); - case 508: + case 525: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '%') ADVANCE(706); + if (lookahead == '%') ADVANCE(724); END_STATE(); - case 509: + case 526: 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(485); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 510: + case 527: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(467); + if (lookahead == '=') ADVANCE(484); END_STATE(); - case 511: + case 528: ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); - case 512: + case 529: 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(487); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 513: + case 530: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(469); + if (lookahead == '=') ADVANCE(486); END_STATE(); - case 514: + case 531: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 515: + case 532: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); + if (lookahead == '&') ADVANCE(579); END_STATE(); - case 516: + case 533: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); + if (lookahead == '&') ADVANCE(579); + if (lookahead == '(') ADVANCE(742); END_STATE(); - case 517: + case 534: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(486); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '&') ADVANCE(579); + if (lookahead == '(') ADVANCE(742); + if (lookahead == '<') ADVANCE(503); + if (lookahead == '=') ADVANCE(498); END_STATE(); - case 518: + case 535: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(485); + if (lookahead == '&') ADVANCE(579); + if (lookahead == '(') ADVANCE(742); + if (lookahead == '<') ADVANCE(502); END_STATE(); - case 519: + case 536: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '<') ADVANCE(485); + if (lookahead == '&') ADVANCE(579); + if (lookahead == '<') ADVANCE(502); END_STATE(); - case 520: + case 537: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(487); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '(') ADVANCE(742); + if (lookahead == '<') ADVANCE(504); + if (lookahead == '=') ADVANCE(498); END_STATE(); - case 521: + case 538: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(487); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '<') ADVANCE(504); + if (lookahead == '=') ADVANCE(498); END_STATE(); - case 522: + case 539: 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(580); + if (lookahead == '(') ADVANCE(743); + if (lookahead == '=') ADVANCE(499); + if (lookahead == '>') ADVANCE(506); + if (lookahead == '|') ADVANCE(581); END_STATE(); - case 523: + case 540: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') ADVANCE(564); - if (lookahead == '(') ADVANCE(725); - if (lookahead == '>') ADVANCE(488); - if (lookahead == '|') ADVANCE(565); + if (lookahead == '&') ADVANCE(580); + if (lookahead == '(') ADVANCE(743); + if (lookahead == '>') ADVANCE(505); + if (lookahead == '|') ADVANCE(581); END_STATE(); - case 524: + case 541: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') ADVANCE(564); - if (lookahead == '>') ADVANCE(488); - if (lookahead == '|') ADVANCE(565); + if (lookahead == '&') ADVANCE(580); + if (lookahead == '>') ADVANCE(505); + if (lookahead == '|') ADVANCE(581); END_STATE(); - case 525: + case 542: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '(') ADVANCE(725); - if (lookahead == '=') ADVANCE(482); - if (lookahead == '>') ADVANCE(489); + if (lookahead == '(') ADVANCE(743); + if (lookahead == '=') ADVANCE(499); + if (lookahead == '>') ADVANCE(506); END_STATE(); - case 526: + case 543: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(482); - if (lookahead == '>') ADVANCE(489); + if (lookahead == '=') ADVANCE(499); + if (lookahead == '>') ADVANCE(506); END_STATE(); - case 527: + case 544: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 528: + case 545: ACCEPT_TOKEN(anon_sym_LPAREN); - if (lookahead == '(') ADVANCE(442); + if (lookahead == '(') ADVANCE(459); END_STATE(); - case 529: + case 546: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 530: + case 547: ACCEPT_TOKEN(anon_sym_RPAREN); - if (lookahead == ')') ADVANCE(443); + if (lookahead == ')') ADVANCE(460); END_STATE(); - case 531: + case 548: 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(548); END_STATE(); - case 532: + case 549: ACCEPT_TOKEN(anon_sym_esac); END_STATE(); - case 533: + case 550: ACCEPT_TOKEN(anon_sym_esac); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(435); 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(757); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 534: + case 551: ACCEPT_TOKEN(anon_sym_esac); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 535: + case 552: 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(762); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 536: + case 553: 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(768); END_STATE(); - case 537: - ACCEPT_TOKEN(anon_sym_PIPE); - END_STATE(); - case 538: + case 554: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); END_STATE(); - case 539: + case 555: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + if (lookahead == '&') ADVANCE(564); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '|') ADVANCE(501); END_STATE(); - case 540: + case 556: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); - if (lookahead == '|') ADVANCE(484); + if (lookahead == '&') ADVANCE(564); + if (lookahead == '|') ADVANCE(501); END_STATE(); - case 541: + case 557: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '|') ADVANCE(501); END_STATE(); - case 542: + case 558: ACCEPT_TOKEN(anon_sym_SEMI_SEMI); END_STATE(); - case 543: + case 559: ACCEPT_TOKEN(anon_sym_SEMI_SEMI); - if (lookahead == '&') ADVANCE(545); + if (lookahead == '&') ADVANCE(561); END_STATE(); - case 544: + case 560: ACCEPT_TOKEN(anon_sym_SEMI_AMP); END_STATE(); - case 545: + case 561: ACCEPT_TOKEN(anon_sym_SEMI_SEMI_AMP); END_STATE(); - case 546: + case 562: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 547: + case 563: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 548: + case 564: ACCEPT_TOKEN(anon_sym_PIPE_AMP); END_STATE(); - case 549: + case 565: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); - case 550: + case 566: 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(497); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 551: + case 567: ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(479); + if (lookahead == '=') ADVANCE(496); END_STATE(); - case 552: + case 568: ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 553: + case 569: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 554: + case 570: ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '[') ADVANCE(557); + if (lookahead == '[') ADVANCE(573); END_STATE(); - case 555: + case 571: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 556: + case 572: ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == ']') ADVANCE(558); + if (lookahead == ']') ADVANCE(574); END_STATE(); - case 557: + case 573: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); - case 558: + case 574: ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); - case 559: + case 575: ACCEPT_TOKEN(anon_sym_EQ_TILDE); END_STATE(); - case 560: + case 576: ACCEPT_TOKEN(anon_sym_EQ_TILDE); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 561: + case 577: ACCEPT_TOKEN(anon_sym_AMP_GT); - if (lookahead == '>') ADVANCE(562); + if (lookahead == '>') ADVANCE(578); END_STATE(); - case 562: + case 578: ACCEPT_TOKEN(anon_sym_AMP_GT_GT); END_STATE(); - case 563: + case 579: ACCEPT_TOKEN(anon_sym_LT_AMP); END_STATE(); - case 564: + case 580: ACCEPT_TOKEN(anon_sym_GT_AMP); END_STATE(); - case 565: + case 581: ACCEPT_TOKEN(anon_sym_GT_PIPE); END_STATE(); - case 566: + case 582: ACCEPT_TOKEN(anon_sym_LT_LT_DASH); END_STATE(); - case 567: + case 583: 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); + if (lookahead == '\n') ADVANCE(583); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '\\') ADVANCE(353); + if (lookahead == '~') ADVANCE(656); END_STATE(); - case 568: + case 584: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(568); - if (lookahead == '\\') ADVANCE(290); + if (lookahead == '\n') ADVANCE(584); + if (lookahead == '\\') ADVANCE(302); END_STATE(); - case 569: + case 585: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(569); + if (lookahead == '\n') ADVANCE(585); END_STATE(); - case 570: + case 586: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(570); - if (lookahead == '\\') ADVANCE(342); + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '\\') ADVANCE(360); END_STATE(); - case 571: + case 587: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(571); - if (lookahead == '\\') ADVANCE(308); + if (lookahead == '\n') ADVANCE(587); + if (lookahead == '\\') ADVANCE(320); END_STATE(); - case 572: + case 588: 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 == '\n') ADVANCE(588); + if (lookahead == '+') ADVANCE(655); + if (lookahead == '-') ADVANCE(653); + if (lookahead == '\\') ADVANCE(410); + if (lookahead == '~') ADVANCE(656); END_STATE(); - case 573: + case 589: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(573); - if (lookahead == '\\') ADVANCE(325); + if (lookahead == '\n') ADVANCE(589); + if (lookahead == '\\') ADVANCE(336); END_STATE(); - case 574: + case 590: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(574); - if (lookahead == '\\') ADVANCE(398); - END_STATE(); - case 575: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(575); - if (lookahead == '\\') ADVANCE(309); - END_STATE(); - case 576: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(576); - if (lookahead == '\\') ADVANCE(292); - END_STATE(); - case 577: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(577); - if (lookahead == '\\') ADVANCE(415); - END_STATE(); - case 578: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(578); - if (lookahead == '\\') ADVANCE(310); - END_STATE(); - case 579: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(579); - if (lookahead == '\\') ADVANCE(293); - END_STATE(); - case 580: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(580); - if (lookahead == '\\') ADVANCE(417); - END_STATE(); - case 581: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(581); - if (lookahead == '\\') ADVANCE(330); - END_STATE(); - case 582: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(582); - if (lookahead == '\\') ADVANCE(294); - END_STATE(); - case 583: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(583); - if (lookahead == '\\') ADVANCE(345); - END_STATE(); - case 584: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(584); - if (lookahead == '\\') ADVANCE(311); - END_STATE(); - case 585: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(585); - if (lookahead == '\\') ADVANCE(295); - END_STATE(); - case 586: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(586); - if (lookahead == '\\') ADVANCE(346); - END_STATE(); - case 587: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(587); - if (lookahead == '\\') ADVANCE(313); - END_STATE(); - case 588: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(588); - if (lookahead == '\\') ADVANCE(326); - END_STATE(); - case 589: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(589); - if (lookahead == '\\') ADVANCE(347); - END_STATE(); - case 590: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(590); - if (lookahead == '\\') ADVANCE(317); + if (lookahead == '\n') ADVANCE(590); + if (lookahead == '\\') ADVANCE(413); END_STATE(); case 591: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(591); - if (lookahead == '\\') ADVANCE(296); + if (lookahead == '\\') ADVANCE(321); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(592); - if (lookahead == '\\') ADVANCE(348); + if (lookahead == '\\') ADVANCE(304); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(593); - if (lookahead == '\\') ADVANCE(318); + if (lookahead == '\\') ADVANCE(431); END_STATE(); case 594: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(594); - if (lookahead == '\\') ADVANCE(297); + if (lookahead == '\\') ADVANCE(322); END_STATE(); case 595: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(595); - if (lookahead == '\\') ADVANCE(349); + if (lookahead == '\\') ADVANCE(337); END_STATE(); case 596: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(596); - if (lookahead == '\\') ADVANCE(327); + if (lookahead == '\\') ADVANCE(433); END_STATE(); case 597: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(597); - if (lookahead == '\\') ADVANCE(350); + if (lookahead == '\\') ADVANCE(323); END_STATE(); case 598: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(598); - if (lookahead == '\\') ADVANCE(298); + if (lookahead == '\\') ADVANCE(305); END_STATE(); case 599: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(599); - if (lookahead == '\\') ADVANCE(354); + if (lookahead == '\\') ADVANCE(363); END_STATE(); case 600: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(600); - if (lookahead == '\\') ADVANCE(300); + if (lookahead == '\\') ADVANCE(345); END_STATE(); case 601: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(601); - if (lookahead == '\\') ADVANCE(355); + if (lookahead == '\\') ADVANCE(338); END_STATE(); case 602: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(602); - if (lookahead == '\\') ADVANCE(312); + if (lookahead == '\\') ADVANCE(364); END_STATE(); case 603: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(603); - if (lookahead == '\\') ADVANCE(401); + if (lookahead == '\\') ADVANCE(325); END_STATE(); case 604: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(604); - if (lookahead == '\\') ADVANCE(356); + if (lookahead == '\\') ADVANCE(347); END_STATE(); case 605: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(605); - if (lookahead == '\\') ADVANCE(403); + if (lookahead == '\\') ADVANCE(365); END_STATE(); case 606: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(606); - if (lookahead == '\\') ADVANCE(400); + if (lookahead == '\\') ADVANCE(346); END_STATE(); case 607: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(607); - if (lookahead == '\\') ADVANCE(405); + if (lookahead == '\\') ADVANCE(306); END_STATE(); case 608: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(608); - if (lookahead == '\\') ADVANCE(402); + if (lookahead == '\\') ADVANCE(366); END_STATE(); case 609: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(609); - if (lookahead == '\\') ADVANCE(408); + if (lookahead == '\\') ADVANCE(329); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(610); - if (lookahead == '\\') ADVANCE(404); + if (lookahead == '\\') ADVANCE(339); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(611); - if (lookahead == '\\') ADVANCE(409); + if (lookahead == '\\') ADVANCE(367); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(612); - if (lookahead == '\\') ADVANCE(410); + if (lookahead == '\\') ADVANCE(307); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(613); - if (lookahead == '\\') ADVANCE(364); + if (lookahead == '\\') ADVANCE(368); END_STATE(); case 614: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(614); - if (lookahead == '\\') ADVANCE(369); + if (lookahead == '\\') ADVANCE(349); END_STATE(); case 615: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(615); - if (lookahead == '\\') ADVANCE(413); + if (lookahead == '\\') ADVANCE(372); END_STATE(); case 616: - ACCEPT_TOKEN(anon_sym_LT_LT_LT); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(616); + if (lookahead == '\\') ADVANCE(308); END_STATE(); case 617: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(617); + if (lookahead == '\\') ADVANCE(373); END_STATE(); case 618: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(618); + if (lookahead == '\\') ADVANCE(340); END_STATE(); case 619: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); - if (lookahead == '>') ADVANCE(561); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(619); + if (lookahead == '\\') ADVANCE(415); END_STATE(); case 620: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(483); - if (lookahead == '>') ADVANCE(561); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(620); + if (lookahead == '\\') ADVANCE(309); 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); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(621); + if (lookahead == '\\') ADVANCE(374); 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); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(622); + if (lookahead == '\\') ADVANCE(310); END_STATE(); case 623: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(474); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(623); + if (lookahead == '\\') ADVANCE(417); END_STATE(); case 624: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '^') ADVANCE(717); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(624); + if (lookahead == '\\') ADVANCE(341); END_STATE(); case 625: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(625); + if (lookahead == '\\') ADVANCE(419); END_STATE(); case 626: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(626); + if (lookahead == '\\') ADVANCE(315); END_STATE(); case 627: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(627); + if (lookahead == '\\') ADVANCE(416); 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); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(628); + if (lookahead == '\\') ADVANCE(324); 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(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(629); + if (lookahead == '\\') ADVANCE(423); END_STATE(); case 630: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(630); + if (lookahead == '\\') ADVANCE(418); END_STATE(); case 631: - ACCEPT_TOKEN(anon_sym_DASH2); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(631); + if (lookahead == '\\') ADVANCE(420); END_STATE(); case 632: - ACCEPT_TOKEN(anon_sym_DASH2); - if (lookahead == '-') ADVANCE(637); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(632); + if (lookahead == '\\') ADVANCE(424); END_STATE(); case 633: - ACCEPT_TOKEN(anon_sym_PLUS2); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(633); + if (lookahead == '\\') ADVANCE(425); END_STATE(); case 634: - ACCEPT_TOKEN(anon_sym_PLUS2); - if (lookahead == '+') ADVANCE(636); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(634); + if (lookahead == '\\') ADVANCE(382); END_STATE(); case 635: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(635); + if (lookahead == '\\') ADVANCE(387); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(636); + if (lookahead == '\\') ADVANCE(429); END_STATE(); case 637: - ACCEPT_TOKEN(anon_sym_DASH_DASH2); + ACCEPT_TOKEN(anon_sym_LT_LT_LT); END_STATE(); case 638: - ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 639: - ACCEPT_TOKEN(aux_sym_brace_expression_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '=') ADVANCE(490); END_STATE(); case 640: - ACCEPT_TOKEN(anon_sym_DOT_DOT); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '=') ADVANCE(490); + if (lookahead == '>') ADVANCE(577); 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(anon_sym_AMP); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '>') ADVANCE(577); END_STATE(); case 642: - ACCEPT_TOKEN(anon_sym_RBRACE2); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(492); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == '^') ADVANCE(736); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); case 643: - ACCEPT_TOKEN(aux_sym_concatenation_token1); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(492); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); case 644: - ACCEPT_TOKEN(anon_sym_DOLLAR); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(491); 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); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '^') ADVANCE(735); 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); + ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 647: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(720); - if (lookahead == '`') ADVANCE(723); - if (lookahead == '{') ADVANCE(681); + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(719); - if (lookahead == '`') ADVANCE(723); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 649: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(719); - if (lookahead == '`') ADVANCE(723); - if (lookahead == '{') ADVANCE(681); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '+') ADVANCE(719); + if (lookahead == '-') ADVANCE(716); + if (lookahead == '=') ADVANCE(713); + if (lookahead == '?') ADVANCE(723); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); case 650: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '{') ADVANCE(681); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '+') ADVANCE(718); + if (lookahead == '-') ADVANCE(715); + if (lookahead == '=') ADVANCE(712); + if (lookahead == '?') ADVANCE(722); END_STATE(); case 651: - ACCEPT_TOKEN(sym__special_character); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); case 652: - ACCEPT_TOKEN(sym__special_character); - if (lookahead == ']') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_DASH2); END_STATE(); case 653: - ACCEPT_TOKEN(anon_sym_DQUOTE); + ACCEPT_TOKEN(anon_sym_DASH2); + if (lookahead == '-') ADVANCE(658); END_STATE(); case 654: + ACCEPT_TOKEN(anon_sym_PLUS2); + END_STATE(); + case 655: + ACCEPT_TOKEN(anon_sym_PLUS2); + if (lookahead == '+') ADVANCE(657); + END_STATE(); + case 656: + ACCEPT_TOKEN(anon_sym_TILDE); + END_STATE(); + case 657: + ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); + END_STATE(); + case 658: + ACCEPT_TOKEN(anon_sym_DASH_DASH2); + END_STATE(); + case 659: + ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); + END_STATE(); + case 660: + ACCEPT_TOKEN(aux_sym_brace_expression_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(660); + END_STATE(); + case 661: + ACCEPT_TOKEN(anon_sym_DOT_DOT); + END_STATE(); + case 662: + ACCEPT_TOKEN(anon_sym_DOT_DOT); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); + END_STATE(); + case 663: + ACCEPT_TOKEN(anon_sym_RBRACE2); + END_STATE(); + case 664: + ACCEPT_TOKEN(aux_sym_concatenation_token1); + END_STATE(); + case 665: + ACCEPT_TOKEN(anon_sym_DOLLAR); + END_STATE(); + case 666: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(277); + if (lookahead == '(') ADVANCE(738); + if (lookahead == '`') ADVANCE(741); + if (lookahead == '{') ADVANCE(701); + END_STATE(); + case 667: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(277); + if (lookahead == '(') ADVANCE(737); + if (lookahead == '`') ADVANCE(741); + if (lookahead == '{') ADVANCE(701); + END_STATE(); + case 668: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(738); + if (lookahead == '`') ADVANCE(741); + if (lookahead == '{') ADVANCE(701); + END_STATE(); + case 669: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(737); + if (lookahead == '`') ADVANCE(741); + END_STATE(); + case 670: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(737); + if (lookahead == '`') ADVANCE(741); + if (lookahead == '{') ADVANCE(701); + END_STATE(); + case 671: + ACCEPT_TOKEN(sym__special_character); + END_STATE(); + case 672: + ACCEPT_TOKEN(sym__special_character); + if (lookahead == ']') ADVANCE(574); + END_STATE(); + case 673: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 674: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(660); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(680); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); END_STATE(); - case 655: + case 675: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\\') ADVANCE(726); + if (lookahead == '\n') ADVANCE(682); + if (lookahead == '\\') ADVANCE(744); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(655); + lookahead != '`') ADVANCE(675); END_STATE(); - case 656: + case 676: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(658); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(678); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); END_STATE(); - case 657: + case 677: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(659); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(679); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); END_STATE(); - case 658: + case 678: 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(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '_') ADVANCE(823); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(658); + lookahead == ' ') ADVANCE(678); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); if (lookahead != 0 && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); END_STATE(); - case 659: + case 679: 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(323); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(334); + if (lookahead == '_') ADVANCE(823); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(659); + lookahead == ' ') ADVANCE(679); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); if (lookahead != 0 && lookahead != '"' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); END_STATE(); - case 660: + case 680: 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(673); + if (lookahead == '#') ADVANCE(675); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '(') ADVANCE(681); + if (lookahead == '\\') ADVANCE(404); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') ADVANCE(680); + if (lookahead != 0) ADVANCE(682); END_STATE(); - case 661: + case 681: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '(') ADVANCE(442); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '(') ADVANCE(459); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); END_STATE(); - case 662: + case 682: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(682); END_STATE(); - case 663: + case 683: ACCEPT_TOKEN(sym__string_content); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '\\' && - lookahead != '`') ADVANCE(662); - if (lookahead == '\\') ADVANCE(420); + lookahead != '`') ADVANCE(682); + if (lookahead == '\\') ADVANCE(436); END_STATE(); - case 664: + case 684: ACCEPT_TOKEN(sym_raw_string); END_STATE(); - case 665: + case 685: ACCEPT_TOKEN(sym_ansi_c_string); END_STATE(); - case 666: + case 686: ACCEPT_TOKEN(sym_ansi_c_string); - if (lookahead == '\'') ADVANCE(665); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); + if (lookahead == '\'') ADVANCE(685); + if (lookahead == '\\') ADVANCE(278); + if (lookahead != 0) ADVANCE(277); END_STATE(); - case 667: + case 687: 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(698); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == 'x') ADVANCE(832); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (!sym_word_character_set_5(lookahead)) ADVANCE(833); END_STATE(); - case 668: + case 688: 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(698); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == 'x') ADVANCE(756); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(690); 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(757); + if (!sym_word_character_set_6(lookahead)) ADVANCE(833); END_STATE(); - case 669: + case 689: 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(698); + if (lookahead == '\\') ADVANCE(435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (!sym_word_character_set_5(lookahead)) ADVANCE(833); END_STATE(); - case 670: + case 690: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '\\') ADVANCE(435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(690); 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(757); + if (!sym_word_character_set_6(lookahead)) ADVANCE(833); END_STATE(); - case 671: + case 691: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(698); if (lookahead == '\\') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(691); 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(762); + if (!sym_word_character_set_6(lookahead)) ADVANCE(833); END_STATE(); - case 672: + case 692: 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(699); + if (lookahead == 'x') ADVANCE(434); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(694); END_STATE(); - case 673: + case 693: 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(699); + if (lookahead == 'x') ADVANCE(767); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(695); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 674: + case 694: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '#') ADVANCE(699); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(694); END_STATE(); - case 675: + case 695: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (lookahead == '#') ADVANCE(699); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(695); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 676: + case 696: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(435); 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(696); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 677: + case 697: 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(697); END_STATE(); - case 678: + case 698: ACCEPT_TOKEN(aux_sym_number_token2); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(435); 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(696); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 679: + case 699: 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(697); END_STATE(); - case 680: + case 700: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); - case 681: + case 701: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); - case 682: + case 702: ACCEPT_TOKEN(anon_sym_RBRACE3); END_STATE(); - case 683: + case 703: ACCEPT_TOKEN(anon_sym_BANG2); END_STATE(); - case 684: + case 704: 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(497); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 685: + case 705: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 686: + case 706: ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 687: + case 707: ACCEPT_TOKEN(anon_sym_STAR2); END_STATE(); - case 688: + case 708: 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(529); + if (lookahead == '=') ADVANCE(481); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 689: + case 709: ACCEPT_TOKEN(anon_sym_POUND2); END_STATE(); - case 690: + case 710: ACCEPT_TOKEN(anon_sym_EQ2); END_STATE(); - case 691: + case 711: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 692: + case 712: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); - case 693: + case 713: ACCEPT_TOKEN(anon_sym_COLON_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 694: + case 714: ACCEPT_TOKEN(anon_sym_DASH3); END_STATE(); - case 695: + case 715: ACCEPT_TOKEN(anon_sym_COLON_DASH); END_STATE(); - case 696: + case 716: ACCEPT_TOKEN(anon_sym_COLON_DASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 697: + case 717: ACCEPT_TOKEN(anon_sym_PLUS3); END_STATE(); - case 698: + case 718: ACCEPT_TOKEN(anon_sym_COLON_PLUS); END_STATE(); - case 699: + case 719: ACCEPT_TOKEN(anon_sym_COLON_PLUS); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 700: + case 720: ACCEPT_TOKEN(anon_sym_QMARK2); END_STATE(); - case 701: + case 721: ACCEPT_TOKEN(anon_sym_QMARK2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 702: + case 722: ACCEPT_TOKEN(anon_sym_COLON_QMARK); END_STATE(); - case 703: + case 723: ACCEPT_TOKEN(anon_sym_COLON_QMARK); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); - END_STATE(); - case 704: - ACCEPT_TOKEN(aux_sym__expansion_expression_token1); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(704); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); - END_STATE(); - case 705: - ACCEPT_TOKEN(aux_sym__expansion_expression_token1); - if (lookahead == '\\') ADVANCE(384); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(705); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(704); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 706: + case 724: ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT); END_STATE(); - case 707: + case 725: ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 708: + case 726: ACCEPT_TOKEN(aux_sym__expansion_regex_token1); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') ADVANCE(726); END_STATE(); - case 709: + case 727: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 710: + case 728: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 711: + case 729: ACCEPT_TOKEN(anon_sym_SLASH_POUND); END_STATE(); - case 712: + case 730: ACCEPT_TOKEN(anon_sym_SLASH_POUND); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 713: + case 731: ACCEPT_TOKEN(anon_sym_SLASH_PERCENT); END_STATE(); - case 714: + case 732: ACCEPT_TOKEN(anon_sym_SLASH_PERCENT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 715: + case 733: ACCEPT_TOKEN(anon_sym_COMMA_COMMA); END_STATE(); - case 716: + case 734: ACCEPT_TOKEN(anon_sym_COMMA_COMMA); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 717: + case 735: ACCEPT_TOKEN(anon_sym_CARET_CARET); END_STATE(); - case 718: + case 736: ACCEPT_TOKEN(anon_sym_CARET_CARET); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 719: + case 737: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); END_STATE(); - case 720: + case 738: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); - if (lookahead == '(') ADVANCE(638); + if (lookahead == '(') ADVANCE(659); END_STATE(); - case 721: + case 739: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 722: + case 740: ACCEPT_TOKEN(anon_sym_BQUOTE); - if (lookahead == '`') ADVANCE(643); + if (lookahead == '`') ADVANCE(664); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(285); + lookahead == ' ') ADVANCE(295); END_STATE(); - case 723: + case 741: ACCEPT_TOKEN(anon_sym_DOLLAR_BQUOTE); END_STATE(); - case 724: + case 742: ACCEPT_TOKEN(anon_sym_LT_LPAREN); END_STATE(); - case 725: + case 743: ACCEPT_TOKEN(anon_sym_GT_LPAREN); END_STATE(); - case 726: + case 744: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\r') ADVANCE(655); - if (lookahead != 0) ADVANCE(655); + if (lookahead == '\n') ADVANCE(682); + if (lookahead == '\r') ADVANCE(675); + if (lookahead != 0) ADVANCE(675); END_STATE(); - case 727: + case 745: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(729); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(752); if (lookahead == '\t' || - (11 <= lookahead && lookahead <= '\r')) ADVANCE(728); + (11 <= lookahead && lookahead <= '\r')) ADVANCE(746); END_STATE(); - case 728: + case 746: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(728); + lookahead != '\n') ADVANCE(746); END_STATE(); - case 729: + case 747: + ACCEPT_TOKEN(sym__expansion_word); + if (lookahead == '\\') ADVANCE(750); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + lookahead != ' ' && + lookahead != '"' && + lookahead != '$' && + (lookahead < '\'' || ')' < lookahead) && + lookahead != '{' && + lookahead != '}') ADVANCE(747); + END_STATE(); + case 748: + ACCEPT_TOKEN(sym__expansion_word); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(265) + if (lookahead == '\r') SKIP(90) + if (lookahead == '\\') ADVANCE(834); + if (lookahead == '"' || + lookahead == '$' || + ('\'' <= lookahead && lookahead <= ')') || + lookahead == '{' || + lookahead == '}') ADVANCE(834); + if (lookahead != 0) ADVANCE(834); + END_STATE(); + case 749: + ACCEPT_TOKEN(sym__expansion_word); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(264) + if (lookahead == '\r') SKIP(96) + if (lookahead == '\\') ADVANCE(834); + if (lookahead == '"' || + lookahead == '$' || + ('\'' <= lookahead && lookahead <= ')') || + lookahead == '{' || + lookahead == '}') ADVANCE(834); + if (lookahead != 0) ADVANCE(834); + END_STATE(); + case 750: + ACCEPT_TOKEN(sym__expansion_word); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + lookahead != '\\') ADVANCE(747); + if (lookahead == '\\') ADVANCE(750); + END_STATE(); + case 751: + ACCEPT_TOKEN(sym__expansion_word); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + lookahead != '\\') ADVANCE(834); + if (lookahead == '\\') ADVANCE(834); + END_STATE(); + case 752: ACCEPT_TOKEN(sym__comment_word); - if (lookahead == '\\') ADVANCE(727); - if (!sym_word_character_set_1(lookahead)) ADVANCE(729); + if (lookahead == '\\') ADVANCE(745); + if (!sym_word_character_set_1(lookahead)) ADVANCE(752); END_STATE(); - case 730: + case 753: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'a') ADVANCE(731); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == 'a') ADVANCE(754); 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(757); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 731: + case 754: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'c') ADVANCE(533); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == 'c') ADVANCE(550); 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(757); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 732: + case 755: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 's') ADVANCE(730); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == 's') ADVANCE(753); 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(757); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 733: + case 756: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '\\') ADVANCE(435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(690); 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(757); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 734: + case 757: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(435); 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(757); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 735: + case 758: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'a') ADVANCE(736); + if (lookahead == 'a') ADVANCE(759); 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(762); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 736: + case 759: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'c') ADVANCE(535); + if (lookahead == 'c') ADVANCE(552); 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(762); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 737: + case 760: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 's') ADVANCE(735); + if (lookahead == 's') ADVANCE(758); 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(762); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 738: + case 761: 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(691); 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(762); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 739: + case 762: 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(762); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 740: + case 763: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'a') ADVANCE(741); + if (lookahead == 'a') ADVANCE(764); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 741: + case 764: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'c') ADVANCE(536); + if (lookahead == 'c') ADVANCE(553); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 742: + case 765: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'n') ADVANCE(441); + if (lookahead == 'n') ADVANCE(458); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 743: + case 766: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 's') ADVANCE(740); + if (lookahead == 's') ADVANCE(763); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 744: + case 767: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(695); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 745: + case 768: 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(768); END_STATE(); - case 746: + case 769: 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 == '\'') 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 == '\n') ADVANCE(584); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 747: + case 770: 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(587); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(320); + if (lookahead == '_') ADVANCE(823); + if (lookahead == 'e') ADVANCE(766); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(134) + lookahead == ' ') SKIP(138) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 748: + case 771: 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 == '\'') 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(325); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + if (lookahead == '\n') ADVANCE(589); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(140) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(146) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 749: + case 772: 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(591); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(142) + lookahead == ' ') SKIP(148) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 750: + case 773: 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 == '\'') 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 == '\n') ADVANCE(592); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(760); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(149) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 751: + case 774: 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(594); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(145) + lookahead == ' ') SKIP(151) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 752: + case 775: 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 == '\'') 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 == '\n') ADVANCE(595); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(760); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(152) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 753: + case 776: 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 == '\\') ADVANCE(330); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(597); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(323); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(148) + lookahead == ' ') SKIP(154) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 754: + case 777: 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 == '\'') 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 == '\n') ADVANCE(598); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(155) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 755: + case 778: 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(600); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(345); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(151) + lookahead == ' ') SKIP(157) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 756: + case 779: 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 == '\'') 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 == '\n') ADVANCE(601); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(158) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && + lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 757: + case 780: 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 == '&') 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 == '\n') ADVANCE(603); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(325); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(154) + lookahead == ' ') SKIP(160) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 758: + case 781: 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 == '\'') 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(326); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(604); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(161) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 759: + case 782: 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(606); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(346); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(301); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(157) + lookahead == ' ') SKIP(163) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 760: + case 783: 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 == '\'') 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 == '\n') ADVANCE(607); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(164) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && - lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 761: + case 784: 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 == '\\') ADVANCE(318); - if (lookahead == '_') ADVANCE(794); - if (lookahead == 'i') ADVANCE(742); + if (lookahead == '\n') ADVANCE(609); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(329); + if (lookahead == '_') ADVANCE(823); + if (lookahead == 'i') ADVANCE(765); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(160) + lookahead == ' ') SKIP(166) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 762: + case 785: 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 == '\'') 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 == '\n') ADVANCE(610); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(339); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(167) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 763: + case 786: 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 == '\'') 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 == '\n') ADVANCE(612); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == 'e') ADVANCE(760); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(169) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 764: + case 787: 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 == '&') 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 == '\n') ADVANCE(614); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(349); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(171) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); + END_STATE(); + case 788: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(616); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); + END_STATE(); + case 789: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(618); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(175) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); + END_STATE(); + case 790: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(620); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(641); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(177) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); + END_STATE(); + case 791: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(622); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(179) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 765: + case 792: 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 == '&') 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 == '\n') ADVANCE(624); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(341); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(181) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); + END_STATE(); + case 793: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(626); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(183) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 766: + case 794: 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 == '\'') 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(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 == '\n') ADVANCE(628); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(324); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(185) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 767: + case 795: 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(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(566); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(640); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(643); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(184) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(195) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && - (lookahead < ';' || '}' < lookahead)) ADVANCE(804); + (lookahead < ';' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 768: + case 796: 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(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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(319); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(191) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(202) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 769: + case 797: 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(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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(192) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(203) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 770: + case 798: 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(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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(827); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(193) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(204) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); + END_STATE(); + case 799: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '!') ADVANCE(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(312); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(205) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '[' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 771: + case 800: 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(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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(194) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(206) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 772: + case 801: 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(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(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(568); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '\'') ADVANCE(276); + if (lookahead == '(') ADVANCE(280); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(818); + if (lookahead == '<') ADVANCE(281); + if (lookahead == '>') ADVANCE(282); + if (lookahead == '?') ADVANCE(647); + if (lookahead == '@') ADVANCE(817); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(822); + if (lookahead == '`') ADVANCE(739); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(195) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(207) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(762); if (lookahead != 0 && lookahead != '&' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(833); END_STATE(); - case 773: + case 802: 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(301); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(547); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(205) + lookahead == ' ') SKIP(217) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 774: + case 803: 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(328); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(344); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(206) + lookahead == ' ') SKIP(218) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 775: + case 804: 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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(348); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(207) + lookahead == ' ') SKIP(219) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 776: + case 805: 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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(208) + lookahead == ' ') SKIP(220) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 777: + case 806: 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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(209) + lookahead == ' ') SKIP(221) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 778: + case 807: 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(329); - if (lookahead == ']') ADVANCE(284); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == ']') ADVANCE(294); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(210) + lookahead == ' ') SKIP(222) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 779: + case 808: 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(567); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(318); + if (lookahead == '^') ADVANCE(644); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(557); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(211) + lookahead == ' ') SKIP(223) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 780: + case 809: 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(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(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(326); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(222) + lookahead == ' ') SKIP(234) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 781: + case 810: 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(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(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(274); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(328); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(223) + lookahead == ' ') SKIP(235) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 782: + case 811: 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(319); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(537); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(330); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(224) + lookahead == ' ') SKIP(236) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 783: + case 812: 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(320); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '/') ADVANCE(519); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(823); + if (lookahead == '}') ADVANCE(702); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(225) + lookahead == ' ') SKIP(237) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 784: + case 813: 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(565); + if (lookahead == '"') ADVANCE(673); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == '_') ADVANCE(823); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(227) + lookahead == ' ') SKIP(239) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 785: + case 814: 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(324); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '#') ADVANCE(700); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(820); + if (lookahead == '?') ADVANCE(646); + if (lookahead == '@') ADVANCE(816); + if (lookahead == '\\') ADVANCE(335); + if (lookahead == '_') ADVANCE(823); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(229) + lookahead == ' ') SKIP(241) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 786: + case 815: 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(815); END_STATE(); - case 787: + case 816: ACCEPT_TOKEN(anon_sym_AT2); END_STATE(); - case 788: + case 817: ACCEPT_TOKEN(anon_sym_AT2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 789: + case 818: ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(698); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'x') ADVANCE(738); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (lookahead == 'x') ADVANCE(761); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(691); 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(762); + if (!sym_word_character_set_6(lookahead)) ADVANCE(833); END_STATE(); - case 790: + case 819: ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 791: + case 820: 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(768); END_STATE(); - case 792: + case 821: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 793: + case 822: 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(762); + if (!sym_word_character_set_4(lookahead)) ADVANCE(833); END_STATE(); - case 794: + case 823: ACCEPT_TOKEN(anon_sym__); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(768); END_STATE(); - case 795: + case 824: ACCEPT_TOKEN(sym_word); - if (lookahead == '.') ADVANCE(641); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '.') ADVANCE(662); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 796: + case 825: 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); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '\\') ADVANCE(435); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 797: + case 826: ACCEPT_TOKEN(sym_word); - if (lookahead == '=') ADVANCE(480); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(497); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 798: + case 827: 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 == '=') ADVANCE(495); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == '~') ADVANCE(576); + if (!sym_word_character_set_2(lookahead)) ADVANCE(833); END_STATE(); - case 799: + case 828: 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(435); + if (lookahead == 'a') ADVANCE(829); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 800: + case 829: 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(435); + if (lookahead == 'c') ADVANCE(551); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 801: + case 830: 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(435); + if (lookahead == 'n') ADVANCE(457); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 802: + case 831: 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(435); + if (lookahead == 's') ADVANCE(828); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 803: + case 832: 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(435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); END_STATE(); - case 804: + case 833: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(833); + END_STATE(); + case 834: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') ADVANCE(751); + if (!sym_word_character_set_1(lookahead)) ADVANCE(834); END_STATE(); default: return false; @@ -15661,4596 +16496,4808 @@ 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}, - [2] = {.lex_state = 197, .external_lex_state = 2}, - [3] = {.lex_state = 197, .external_lex_state = 2}, - [4] = {.lex_state = 197, .external_lex_state = 2}, - [5] = {.lex_state = 197, .external_lex_state = 2}, - [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}, + [1] = {.lex_state = 452, .external_lex_state = 2}, + [2] = {.lex_state = 209, .external_lex_state = 2}, + [3] = {.lex_state = 209, .external_lex_state = 2}, + [4] = {.lex_state = 209, .external_lex_state = 2}, + [5] = {.lex_state = 209, .external_lex_state = 2}, + [6] = {.lex_state = 209, .external_lex_state = 2}, + [7] = {.lex_state = 209, .external_lex_state = 2}, + [8] = {.lex_state = 209, .external_lex_state = 2}, + [9] = {.lex_state = 209, .external_lex_state = 2}, + [10] = {.lex_state = 209, .external_lex_state = 2}, [11] = {.lex_state = 5, .external_lex_state = 3}, - [12] = {.lex_state = 197, .external_lex_state = 2}, - [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}, - [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}, - [30] = {.lex_state = 200, .external_lex_state = 2}, - [31] = {.lex_state = 435, .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}, - [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}, - [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}, - [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}, - [363] = {.lex_state = 141, .external_lex_state = 3}, - [364] = {.lex_state = 144, .external_lex_state = 8}, - [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}, - [372] = {.lex_state = 141, .external_lex_state = 3}, - [373] = {.lex_state = 141, .external_lex_state = 3}, - [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}, - [380] = {.lex_state = 147, .external_lex_state = 8}, - [381] = {.lex_state = 203, .external_lex_state = 5}, - [382] = {.lex_state = 147, .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}, - [386] = {.lex_state = 203, .external_lex_state = 5}, - [387] = {.lex_state = 147, .external_lex_state = 8}, - [388] = {.lex_state = 203, .external_lex_state = 5}, - [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}, - [393] = {.lex_state = 203, .external_lex_state = 5}, - [394] = {.lex_state = 203, .external_lex_state = 5}, - [395] = {.lex_state = 203, .external_lex_state = 5}, - [396] = {.lex_state = 203, .external_lex_state = 5}, - [397] = {.lex_state = 203, .external_lex_state = 5}, - [398] = {.lex_state = 203, .external_lex_state = 5}, - [399] = {.lex_state = 203, .external_lex_state = 5}, - [400] = {.lex_state = 203, .external_lex_state = 5}, - [401] = {.lex_state = 203, .external_lex_state = 5}, - [402] = {.lex_state = 203, .external_lex_state = 5}, - [403] = {.lex_state = 203, .external_lex_state = 5}, - [404] = {.lex_state = 203, .external_lex_state = 5}, - [405] = {.lex_state = 203, .external_lex_state = 5}, - [406] = {.lex_state = 203, .external_lex_state = 5}, - [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}, - [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}, - [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}, - [420] = {.lex_state = 150, .external_lex_state = 10}, - [421] = {.lex_state = 150, .external_lex_state = 10}, - [422] = {.lex_state = 150, .external_lex_state = 10}, - [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}, - [428] = {.lex_state = 156, .external_lex_state = 10}, - [429] = {.lex_state = 153, .external_lex_state = 8}, - [430] = {.lex_state = 153, .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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [485] = {.lex_state = 158, .external_lex_state = 10}, - [486] = {.lex_state = 158, .external_lex_state = 10}, - [487] = {.lex_state = 158, .external_lex_state = 10}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [644] = {.lex_state = 170, .external_lex_state = 3}, - [645] = {.lex_state = 170, .external_lex_state = 3}, - [646] = {.lex_state = 431, .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}, - [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}, - [679] = {.lex_state = 172, .external_lex_state = 3}, - [680] = {.lex_state = 194, .external_lex_state = 16}, - [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}, - [709] = {.lex_state = 172, .external_lex_state = 3}, - [710] = {.lex_state = 173, .external_lex_state = 19}, - [711] = {.lex_state = 431, .external_lex_state = 3}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [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}, - [3470] = {.lex_state = 226}, - [3471] = {.lex_state = 226}, - [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}, - [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}, - [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}, - [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}, - [4011] = {.lex_state = 213}, - [4012] = {.lex_state = 247}, - [4013] = {.lex_state = 435}, - [4014] = {.lex_state = 435}, - [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}, + [12] = {.lex_state = 5, .external_lex_state = 3}, + [13] = {.lex_state = 145, .external_lex_state = 3}, + [14] = {.lex_state = 210, .external_lex_state = 4}, + [15] = {.lex_state = 210, .external_lex_state = 4}, + [16] = {.lex_state = 210, .external_lex_state = 4}, + [17] = {.lex_state = 196, .external_lex_state = 5}, + [18] = {.lex_state = 452, .external_lex_state = 2}, + [19] = {.lex_state = 452, .external_lex_state = 2}, + [20] = {.lex_state = 452, .external_lex_state = 2}, + [21] = {.lex_state = 452, .external_lex_state = 2}, + [22] = {.lex_state = 452, .external_lex_state = 2}, + [23] = {.lex_state = 452, .external_lex_state = 2}, + [24] = {.lex_state = 212, .external_lex_state = 2}, + [25] = {.lex_state = 212, .external_lex_state = 2}, + [26] = {.lex_state = 212, .external_lex_state = 2}, + [27] = {.lex_state = 212, .external_lex_state = 2}, + [28] = {.lex_state = 212, .external_lex_state = 2}, + [29] = {.lex_state = 452, .external_lex_state = 2}, + [30] = {.lex_state = 212, .external_lex_state = 2}, + [31] = {.lex_state = 212, .external_lex_state = 2}, + [32] = {.lex_state = 212, .external_lex_state = 2}, + [33] = {.lex_state = 212, .external_lex_state = 2}, + [34] = {.lex_state = 212, .external_lex_state = 2}, + [35] = {.lex_state = 212, .external_lex_state = 2}, + [36] = {.lex_state = 212, .external_lex_state = 2}, + [37] = {.lex_state = 452, .external_lex_state = 2}, + [38] = {.lex_state = 452, .external_lex_state = 2}, + [39] = {.lex_state = 452, .external_lex_state = 2}, + [40] = {.lex_state = 452, .external_lex_state = 2}, + [41] = {.lex_state = 452, .external_lex_state = 2}, + [42] = {.lex_state = 452, .external_lex_state = 2}, + [43] = {.lex_state = 452, .external_lex_state = 2}, + [44] = {.lex_state = 452, .external_lex_state = 2}, + [45] = {.lex_state = 452, .external_lex_state = 2}, + [46] = {.lex_state = 452, .external_lex_state = 2}, + [47] = {.lex_state = 452, .external_lex_state = 2}, + [48] = {.lex_state = 452, .external_lex_state = 2}, + [49] = {.lex_state = 452, .external_lex_state = 2}, + [50] = {.lex_state = 452, .external_lex_state = 2}, + [51] = {.lex_state = 452, .external_lex_state = 2}, + [52] = {.lex_state = 452, .external_lex_state = 2}, + [53] = {.lex_state = 452, .external_lex_state = 2}, + [54] = {.lex_state = 452, .external_lex_state = 2}, + [55] = {.lex_state = 452, .external_lex_state = 2}, + [56] = {.lex_state = 452, .external_lex_state = 2}, + [57] = {.lex_state = 452, .external_lex_state = 2}, + [58] = {.lex_state = 452, .external_lex_state = 2}, + [59] = {.lex_state = 452, .external_lex_state = 2}, + [60] = {.lex_state = 452, .external_lex_state = 2}, + [61] = {.lex_state = 452, .external_lex_state = 2}, + [62] = {.lex_state = 452, .external_lex_state = 2}, + [63] = {.lex_state = 452, .external_lex_state = 2}, + [64] = {.lex_state = 452, .external_lex_state = 2}, + [65] = {.lex_state = 452, .external_lex_state = 2}, + [66] = {.lex_state = 213, .external_lex_state = 2}, + [67] = {.lex_state = 452, .external_lex_state = 2}, + [68] = {.lex_state = 452, .external_lex_state = 2}, + [69] = {.lex_state = 452, .external_lex_state = 2}, + [70] = {.lex_state = 452, .external_lex_state = 2}, + [71] = {.lex_state = 452, .external_lex_state = 2}, + [72] = {.lex_state = 452, .external_lex_state = 2}, + [73] = {.lex_state = 452, .external_lex_state = 2}, + [74] = {.lex_state = 452, .external_lex_state = 2}, + [75] = {.lex_state = 452, .external_lex_state = 2}, + [76] = {.lex_state = 452, .external_lex_state = 2}, + [77] = {.lex_state = 452, .external_lex_state = 2}, + [78] = {.lex_state = 452, .external_lex_state = 2}, + [79] = {.lex_state = 452, .external_lex_state = 2}, + [80] = {.lex_state = 452, .external_lex_state = 2}, + [81] = {.lex_state = 452, .external_lex_state = 2}, + [82] = {.lex_state = 452, .external_lex_state = 2}, + [83] = {.lex_state = 452, .external_lex_state = 2}, + [84] = {.lex_state = 452, .external_lex_state = 2}, + [85] = {.lex_state = 452, .external_lex_state = 2}, + [86] = {.lex_state = 452, .external_lex_state = 2}, + [87] = {.lex_state = 452, .external_lex_state = 2}, + [88] = {.lex_state = 452, .external_lex_state = 2}, + [89] = {.lex_state = 452, .external_lex_state = 2}, + [90] = {.lex_state = 452, .external_lex_state = 2}, + [91] = {.lex_state = 452, .external_lex_state = 2}, + [92] = {.lex_state = 452, .external_lex_state = 2}, + [93] = {.lex_state = 213, .external_lex_state = 2}, + [94] = {.lex_state = 452, .external_lex_state = 2}, + [95] = {.lex_state = 452, .external_lex_state = 2}, + [96] = {.lex_state = 452, .external_lex_state = 2}, + [97] = {.lex_state = 452, .external_lex_state = 2}, + [98] = {.lex_state = 452, .external_lex_state = 2}, + [99] = {.lex_state = 452, .external_lex_state = 2}, + [100] = {.lex_state = 452, .external_lex_state = 2}, + [101] = {.lex_state = 452, .external_lex_state = 2}, + [102] = {.lex_state = 452, .external_lex_state = 2}, + [103] = {.lex_state = 452, .external_lex_state = 2}, + [104] = {.lex_state = 452, .external_lex_state = 2}, + [105] = {.lex_state = 452, .external_lex_state = 2}, + [106] = {.lex_state = 452, .external_lex_state = 2}, + [107] = {.lex_state = 452, .external_lex_state = 2}, + [108] = {.lex_state = 452, .external_lex_state = 2}, + [109] = {.lex_state = 452, .external_lex_state = 2}, + [110] = {.lex_state = 452, .external_lex_state = 2}, + [111] = {.lex_state = 452, .external_lex_state = 2}, + [112] = {.lex_state = 452, .external_lex_state = 2}, + [113] = {.lex_state = 452, .external_lex_state = 2}, + [114] = {.lex_state = 213, .external_lex_state = 2}, + [115] = {.lex_state = 452, .external_lex_state = 2}, + [116] = {.lex_state = 213, .external_lex_state = 2}, + [117] = {.lex_state = 452, .external_lex_state = 2}, + [118] = {.lex_state = 452, .external_lex_state = 2}, + [119] = {.lex_state = 452, .external_lex_state = 2}, + [120] = {.lex_state = 452, .external_lex_state = 2}, + [121] = {.lex_state = 452, .external_lex_state = 2}, + [122] = {.lex_state = 452, .external_lex_state = 2}, + [123] = {.lex_state = 452, .external_lex_state = 2}, + [124] = {.lex_state = 452, .external_lex_state = 2}, + [125] = {.lex_state = 452, .external_lex_state = 2}, + [126] = {.lex_state = 452, .external_lex_state = 2}, + [127] = {.lex_state = 452, .external_lex_state = 2}, + [128] = {.lex_state = 452, .external_lex_state = 2}, + [129] = {.lex_state = 452, .external_lex_state = 2}, + [130] = {.lex_state = 452, .external_lex_state = 2}, + [131] = {.lex_state = 452, .external_lex_state = 2}, + [132] = {.lex_state = 452, .external_lex_state = 2}, + [133] = {.lex_state = 452, .external_lex_state = 2}, + [134] = {.lex_state = 452, .external_lex_state = 2}, + [135] = {.lex_state = 452, .external_lex_state = 2}, + [136] = {.lex_state = 452, .external_lex_state = 2}, + [137] = {.lex_state = 452, .external_lex_state = 2}, + [138] = {.lex_state = 452, .external_lex_state = 2}, + [139] = {.lex_state = 452, .external_lex_state = 2}, + [140] = {.lex_state = 452, .external_lex_state = 2}, + [141] = {.lex_state = 452, .external_lex_state = 2}, + [142] = {.lex_state = 452, .external_lex_state = 2}, + [143] = {.lex_state = 452, .external_lex_state = 2}, + [144] = {.lex_state = 452, .external_lex_state = 2}, + [145] = {.lex_state = 452, .external_lex_state = 2}, + [146] = {.lex_state = 452, .external_lex_state = 2}, + [147] = {.lex_state = 452, .external_lex_state = 2}, + [148] = {.lex_state = 452, .external_lex_state = 2}, + [149] = {.lex_state = 452, .external_lex_state = 2}, + [150] = {.lex_state = 452, .external_lex_state = 2}, + [151] = {.lex_state = 452, .external_lex_state = 2}, + [152] = {.lex_state = 452, .external_lex_state = 2}, + [153] = {.lex_state = 452, .external_lex_state = 2}, + [154] = {.lex_state = 452, .external_lex_state = 2}, + [155] = {.lex_state = 452, .external_lex_state = 2}, + [156] = {.lex_state = 452, .external_lex_state = 2}, + [157] = {.lex_state = 452, .external_lex_state = 2}, + [158] = {.lex_state = 452, .external_lex_state = 2}, + [159] = {.lex_state = 452, .external_lex_state = 2}, + [160] = {.lex_state = 452, .external_lex_state = 2}, + [161] = {.lex_state = 213, .external_lex_state = 2}, + [162] = {.lex_state = 452, .external_lex_state = 2}, + [163] = {.lex_state = 452, .external_lex_state = 2}, + [164] = {.lex_state = 452, .external_lex_state = 2}, + [165] = {.lex_state = 452, .external_lex_state = 2}, + [166] = {.lex_state = 452, .external_lex_state = 2}, + [167] = {.lex_state = 452, .external_lex_state = 2}, + [168] = {.lex_state = 452, .external_lex_state = 2}, + [169] = {.lex_state = 452, .external_lex_state = 2}, + [170] = {.lex_state = 452, .external_lex_state = 2}, + [171] = {.lex_state = 452, .external_lex_state = 2}, + [172] = {.lex_state = 452, .external_lex_state = 2}, + [173] = {.lex_state = 452, .external_lex_state = 2}, + [174] = {.lex_state = 452, .external_lex_state = 2}, + [175] = {.lex_state = 452, .external_lex_state = 2}, + [176] = {.lex_state = 452, .external_lex_state = 2}, + [177] = {.lex_state = 452, .external_lex_state = 2}, + [178] = {.lex_state = 452, .external_lex_state = 2}, + [179] = {.lex_state = 452, .external_lex_state = 2}, + [180] = {.lex_state = 452, .external_lex_state = 2}, + [181] = {.lex_state = 452, .external_lex_state = 2}, + [182] = {.lex_state = 452, .external_lex_state = 2}, + [183] = {.lex_state = 452, .external_lex_state = 2}, + [184] = {.lex_state = 452, .external_lex_state = 2}, + [185] = {.lex_state = 452, .external_lex_state = 2}, + [186] = {.lex_state = 452, .external_lex_state = 2}, + [187] = {.lex_state = 452, .external_lex_state = 2}, + [188] = {.lex_state = 452, .external_lex_state = 2}, + [189] = {.lex_state = 452, .external_lex_state = 2}, + [190] = {.lex_state = 452, .external_lex_state = 2}, + [191] = {.lex_state = 452, .external_lex_state = 2}, + [192] = {.lex_state = 452, .external_lex_state = 2}, + [193] = {.lex_state = 452, .external_lex_state = 2}, + [194] = {.lex_state = 452, .external_lex_state = 2}, + [195] = {.lex_state = 452, .external_lex_state = 2}, + [196] = {.lex_state = 452, .external_lex_state = 2}, + [197] = {.lex_state = 452, .external_lex_state = 2}, + [198] = {.lex_state = 452, .external_lex_state = 2}, + [199] = {.lex_state = 452, .external_lex_state = 2}, + [200] = {.lex_state = 452, .external_lex_state = 2}, + [201] = {.lex_state = 452, .external_lex_state = 2}, + [202] = {.lex_state = 452, .external_lex_state = 2}, + [203] = {.lex_state = 452, .external_lex_state = 2}, + [204] = {.lex_state = 452, .external_lex_state = 2}, + [205] = {.lex_state = 452, .external_lex_state = 2}, + [206] = {.lex_state = 452, .external_lex_state = 2}, + [207] = {.lex_state = 452, .external_lex_state = 2}, + [208] = {.lex_state = 452, .external_lex_state = 2}, + [209] = {.lex_state = 452, .external_lex_state = 2}, + [210] = {.lex_state = 452, .external_lex_state = 2}, + [211] = {.lex_state = 452, .external_lex_state = 2}, + [212] = {.lex_state = 452, .external_lex_state = 2}, + [213] = {.lex_state = 452, .external_lex_state = 2}, + [214] = {.lex_state = 452, .external_lex_state = 2}, + [215] = {.lex_state = 452, .external_lex_state = 2}, + [216] = {.lex_state = 452, .external_lex_state = 2}, + [217] = {.lex_state = 452, .external_lex_state = 2}, + [218] = {.lex_state = 452, .external_lex_state = 2}, + [219] = {.lex_state = 452, .external_lex_state = 2}, + [220] = {.lex_state = 452, .external_lex_state = 2}, + [221] = {.lex_state = 452, .external_lex_state = 2}, + [222] = {.lex_state = 452, .external_lex_state = 2}, + [223] = {.lex_state = 452, .external_lex_state = 2}, + [224] = {.lex_state = 452, .external_lex_state = 2}, + [225] = {.lex_state = 452, .external_lex_state = 2}, + [226] = {.lex_state = 452, .external_lex_state = 2}, + [227] = {.lex_state = 452, .external_lex_state = 2}, + [228] = {.lex_state = 213, .external_lex_state = 2}, + [229] = {.lex_state = 452, .external_lex_state = 2}, + [230] = {.lex_state = 452, .external_lex_state = 2}, + [231] = {.lex_state = 452, .external_lex_state = 2}, + [232] = {.lex_state = 452, .external_lex_state = 2}, + [233] = {.lex_state = 452, .external_lex_state = 2}, + [234] = {.lex_state = 452, .external_lex_state = 2}, + [235] = {.lex_state = 452, .external_lex_state = 2}, + [236] = {.lex_state = 452, .external_lex_state = 2}, + [237] = {.lex_state = 452, .external_lex_state = 2}, + [238] = {.lex_state = 452, .external_lex_state = 2}, + [239] = {.lex_state = 452, .external_lex_state = 2}, + [240] = {.lex_state = 452, .external_lex_state = 2}, + [241] = {.lex_state = 452, .external_lex_state = 2}, + [242] = {.lex_state = 452, .external_lex_state = 2}, + [243] = {.lex_state = 452, .external_lex_state = 2}, + [244] = {.lex_state = 452, .external_lex_state = 2}, + [245] = {.lex_state = 452, .external_lex_state = 2}, + [246] = {.lex_state = 452, .external_lex_state = 2}, + [247] = {.lex_state = 452, .external_lex_state = 2}, + [248] = {.lex_state = 452, .external_lex_state = 2}, + [249] = {.lex_state = 213, .external_lex_state = 2}, + [250] = {.lex_state = 452, .external_lex_state = 2}, + [251] = {.lex_state = 452, .external_lex_state = 2}, + [252] = {.lex_state = 452, .external_lex_state = 2}, + [253] = {.lex_state = 452, .external_lex_state = 2}, + [254] = {.lex_state = 452, .external_lex_state = 2}, + [255] = {.lex_state = 452, .external_lex_state = 2}, + [256] = {.lex_state = 452, .external_lex_state = 2}, + [257] = {.lex_state = 452, .external_lex_state = 2}, + [258] = {.lex_state = 452, .external_lex_state = 2}, + [259] = {.lex_state = 452, .external_lex_state = 2}, + [260] = {.lex_state = 452, .external_lex_state = 2}, + [261] = {.lex_state = 452, .external_lex_state = 2}, + [262] = {.lex_state = 452, .external_lex_state = 2}, + [263] = {.lex_state = 452, .external_lex_state = 2}, + [264] = {.lex_state = 452, .external_lex_state = 2}, + [265] = {.lex_state = 452, .external_lex_state = 2}, + [266] = {.lex_state = 452, .external_lex_state = 2}, + [267] = {.lex_state = 452, .external_lex_state = 2}, + [268] = {.lex_state = 452, .external_lex_state = 2}, + [269] = {.lex_state = 452, .external_lex_state = 2}, + [270] = {.lex_state = 452, .external_lex_state = 2}, + [271] = {.lex_state = 452, .external_lex_state = 2}, + [272] = {.lex_state = 452, .external_lex_state = 2}, + [273] = {.lex_state = 452, .external_lex_state = 2}, + [274] = {.lex_state = 452, .external_lex_state = 2}, + [275] = {.lex_state = 452, .external_lex_state = 2}, + [276] = {.lex_state = 452, .external_lex_state = 2}, + [277] = {.lex_state = 452, .external_lex_state = 2}, + [278] = {.lex_state = 452, .external_lex_state = 2}, + [279] = {.lex_state = 452, .external_lex_state = 2}, + [280] = {.lex_state = 452, .external_lex_state = 2}, + [281] = {.lex_state = 452, .external_lex_state = 2}, + [282] = {.lex_state = 452, .external_lex_state = 2}, + [283] = {.lex_state = 452, .external_lex_state = 2}, + [284] = {.lex_state = 452, .external_lex_state = 2}, + [285] = {.lex_state = 452, .external_lex_state = 2}, + [286] = {.lex_state = 452, .external_lex_state = 2}, + [287] = {.lex_state = 452, .external_lex_state = 2}, + [288] = {.lex_state = 452, .external_lex_state = 2}, + [289] = {.lex_state = 452, .external_lex_state = 2}, + [290] = {.lex_state = 452, .external_lex_state = 2}, + [291] = {.lex_state = 452, .external_lex_state = 2}, + [292] = {.lex_state = 452, .external_lex_state = 2}, + [293] = {.lex_state = 452, .external_lex_state = 2}, + [294] = {.lex_state = 452, .external_lex_state = 2}, + [295] = {.lex_state = 452, .external_lex_state = 2}, + [296] = {.lex_state = 452, .external_lex_state = 2}, + [297] = {.lex_state = 452, .external_lex_state = 2}, + [298] = {.lex_state = 452, .external_lex_state = 2}, + [299] = {.lex_state = 197, .external_lex_state = 6}, + [300] = {.lex_state = 452, .external_lex_state = 2}, + [301] = {.lex_state = 452, .external_lex_state = 2}, + [302] = {.lex_state = 452, .external_lex_state = 2}, + [303] = {.lex_state = 452, .external_lex_state = 2}, + [304] = {.lex_state = 452, .external_lex_state = 2}, + [305] = {.lex_state = 452, .external_lex_state = 2}, + [306] = {.lex_state = 452, .external_lex_state = 2}, + [307] = {.lex_state = 452, .external_lex_state = 2}, + [308] = {.lex_state = 452, .external_lex_state = 2}, + [309] = {.lex_state = 452, .external_lex_state = 2}, + [310] = {.lex_state = 452, .external_lex_state = 2}, + [311] = {.lex_state = 198, .external_lex_state = 6}, + [312] = {.lex_state = 200, .external_lex_state = 7}, + [313] = {.lex_state = 200, .external_lex_state = 7}, + [314] = {.lex_state = 201, .external_lex_state = 6}, + [315] = {.lex_state = 200, .external_lex_state = 7}, + [316] = {.lex_state = 200, .external_lex_state = 7}, + [317] = {.lex_state = 197, .external_lex_state = 6}, + [318] = {.lex_state = 200, .external_lex_state = 7}, + [319] = {.lex_state = 200, .external_lex_state = 7}, + [320] = {.lex_state = 199, .external_lex_state = 6}, + [321] = {.lex_state = 200, .external_lex_state = 7}, + [322] = {.lex_state = 197, .external_lex_state = 6}, + [323] = {.lex_state = 12, .external_lex_state = 8}, + [324] = {.lex_state = 12, .external_lex_state = 8}, + [325] = {.lex_state = 146, .external_lex_state = 8}, + [326] = {.lex_state = 146, .external_lex_state = 8}, + [327] = {.lex_state = 195, .external_lex_state = 9}, + [328] = {.lex_state = 195, .external_lex_state = 9}, + [329] = {.lex_state = 108, .external_lex_state = 3}, + [330] = {.lex_state = 108, .external_lex_state = 3}, + [331] = {.lex_state = 108, .external_lex_state = 3}, + [332] = {.lex_state = 108, .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 = 108, .external_lex_state = 3}, + [337] = {.lex_state = 147, .external_lex_state = 3}, + [338] = {.lex_state = 108, .external_lex_state = 3}, + [339] = {.lex_state = 108, .external_lex_state = 3}, + [340] = {.lex_state = 108, .external_lex_state = 3}, + [341] = {.lex_state = 108, .external_lex_state = 3}, + [342] = {.lex_state = 147, .external_lex_state = 3}, + [343] = {.lex_state = 108, .external_lex_state = 3}, + [344] = {.lex_state = 108, .external_lex_state = 3}, + [345] = {.lex_state = 147, .external_lex_state = 3}, + [346] = {.lex_state = 108, .external_lex_state = 3}, + [347] = {.lex_state = 108, .external_lex_state = 3}, + [348] = {.lex_state = 147, .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 = 147, .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 = 108, .external_lex_state = 3}, + [357] = {.lex_state = 108, .external_lex_state = 3}, + [358] = {.lex_state = 108, .external_lex_state = 3}, + [359] = {.lex_state = 108, .external_lex_state = 3}, + [360] = {.lex_state = 108, .external_lex_state = 3}, + [361] = {.lex_state = 147, .external_lex_state = 3}, + [362] = {.lex_state = 150, .external_lex_state = 8}, + [363] = {.lex_state = 150, .external_lex_state = 8}, + [364] = {.lex_state = 147, .external_lex_state = 3}, + [365] = {.lex_state = 147, .external_lex_state = 3}, + [366] = {.lex_state = 147, .external_lex_state = 3}, + [367] = {.lex_state = 147, .external_lex_state = 3}, + [368] = {.lex_state = 147, .external_lex_state = 3}, + [369] = {.lex_state = 147, .external_lex_state = 3}, + [370] = {.lex_state = 147, .external_lex_state = 3}, + [371] = {.lex_state = 150, .external_lex_state = 8}, + [372] = {.lex_state = 147, .external_lex_state = 3}, + [373] = {.lex_state = 147, .external_lex_state = 3}, + [374] = {.lex_state = 147, .external_lex_state = 3}, + [375] = {.lex_state = 147, .external_lex_state = 3}, + [376] = {.lex_state = 147, .external_lex_state = 3}, + [377] = {.lex_state = 147, .external_lex_state = 3}, + [378] = {.lex_state = 147, .external_lex_state = 3}, + [379] = {.lex_state = 147, .external_lex_state = 3}, + [380] = {.lex_state = 147, .external_lex_state = 3}, + [381] = {.lex_state = 147, .external_lex_state = 3}, + [382] = {.lex_state = 147, .external_lex_state = 3}, + [383] = {.lex_state = 147, .external_lex_state = 3}, + [384] = {.lex_state = 153, .external_lex_state = 8}, + [385] = {.lex_state = 150, .external_lex_state = 8}, + [386] = {.lex_state = 150, .external_lex_state = 8}, + [387] = {.lex_state = 153, .external_lex_state = 8}, + [388] = {.lex_state = 150, .external_lex_state = 8}, + [389] = {.lex_state = 215, .external_lex_state = 5}, + [390] = {.lex_state = 215, .external_lex_state = 5}, + [391] = {.lex_state = 215, .external_lex_state = 5}, + [392] = {.lex_state = 215, .external_lex_state = 5}, + [393] = {.lex_state = 153, .external_lex_state = 8}, + [394] = {.lex_state = 215, .external_lex_state = 5}, + [395] = {.lex_state = 215, .external_lex_state = 5}, + [396] = {.lex_state = 153, .external_lex_state = 8}, + [397] = {.lex_state = 215, .external_lex_state = 5}, + [398] = {.lex_state = 215, .external_lex_state = 5}, + [399] = {.lex_state = 215, .external_lex_state = 5}, + [400] = {.lex_state = 215, .external_lex_state = 5}, + [401] = {.lex_state = 215, .external_lex_state = 5}, + [402] = {.lex_state = 215, .external_lex_state = 5}, + [403] = {.lex_state = 215, .external_lex_state = 5}, + [404] = {.lex_state = 215, .external_lex_state = 5}, + [405] = {.lex_state = 215, .external_lex_state = 5}, + [406] = {.lex_state = 215, .external_lex_state = 5}, + [407] = {.lex_state = 215, .external_lex_state = 5}, + [408] = {.lex_state = 215, .external_lex_state = 5}, + [409] = {.lex_state = 215, .external_lex_state = 5}, + [410] = {.lex_state = 215, .external_lex_state = 5}, + [411] = {.lex_state = 215, .external_lex_state = 5}, + [412] = {.lex_state = 215, .external_lex_state = 5}, + [413] = {.lex_state = 215, .external_lex_state = 5}, + [414] = {.lex_state = 215, .external_lex_state = 5}, + [415] = {.lex_state = 215, .external_lex_state = 5}, + [416] = {.lex_state = 216, .external_lex_state = 9}, + [417] = {.lex_state = 216, .external_lex_state = 9}, + [418] = {.lex_state = 216, .external_lex_state = 9}, + [419] = {.lex_state = 216, .external_lex_state = 9}, + [420] = {.lex_state = 211, .external_lex_state = 2}, + [421] = {.lex_state = 211, .external_lex_state = 2}, + [422] = {.lex_state = 211, .external_lex_state = 2}, + [423] = {.lex_state = 211, .external_lex_state = 2}, + [424] = {.lex_state = 156, .external_lex_state = 8}, + [425] = {.lex_state = 156, .external_lex_state = 8}, + [426] = {.lex_state = 159, .external_lex_state = 10}, + [427] = {.lex_state = 162, .external_lex_state = 8}, + [428] = {.lex_state = 162, .external_lex_state = 8}, + [429] = {.lex_state = 159, .external_lex_state = 10}, + [430] = {.lex_state = 159, .external_lex_state = 10}, + [431] = {.lex_state = 165, .external_lex_state = 10}, + [432] = {.lex_state = 156, .external_lex_state = 8}, + [433] = {.lex_state = 165, .external_lex_state = 10}, + [434] = {.lex_state = 156, .external_lex_state = 8}, + [435] = {.lex_state = 149, .external_lex_state = 8}, + [436] = {.lex_state = 443, .external_lex_state = 8}, + [437] = {.lex_state = 443, .external_lex_state = 8}, + [438] = {.lex_state = 156, .external_lex_state = 8}, + [439] = {.lex_state = 443, .external_lex_state = 8}, + [440] = {.lex_state = 165, .external_lex_state = 10}, + [441] = {.lex_state = 443, .external_lex_state = 8}, + [442] = {.lex_state = 149, .external_lex_state = 8}, + [443] = {.lex_state = 152, .external_lex_state = 8}, + [444] = {.lex_state = 444, .external_lex_state = 10}, + [445] = {.lex_state = 162, .external_lex_state = 8}, + [446] = {.lex_state = 162, .external_lex_state = 8}, + [447] = {.lex_state = 155, .external_lex_state = 8}, + [448] = {.lex_state = 155, .external_lex_state = 8}, + [449] = {.lex_state = 444, .external_lex_state = 10}, + [450] = {.lex_state = 444, .external_lex_state = 10}, + [451] = {.lex_state = 443, .external_lex_state = 8}, + [452] = {.lex_state = 444, .external_lex_state = 10}, + [453] = {.lex_state = 444, .external_lex_state = 10}, + [454] = {.lex_state = 443, .external_lex_state = 8}, + [455] = {.lex_state = 162, .external_lex_state = 8}, + [456] = {.lex_state = 152, .external_lex_state = 8}, + [457] = {.lex_state = 443, .external_lex_state = 8}, + [458] = {.lex_state = 444, .external_lex_state = 10}, + [459] = {.lex_state = 443, .external_lex_state = 8}, + [460] = {.lex_state = 442, .external_lex_state = 8}, + [461] = {.lex_state = 159, .external_lex_state = 11}, + [462] = {.lex_state = 444, .external_lex_state = 10}, + [463] = {.lex_state = 443, .external_lex_state = 8}, + [464] = {.lex_state = 443, .external_lex_state = 8}, + [465] = {.lex_state = 161, .external_lex_state = 8}, + [466] = {.lex_state = 161, .external_lex_state = 8}, + [467] = {.lex_state = 443, .external_lex_state = 8}, + [468] = {.lex_state = 443, .external_lex_state = 8}, + [469] = {.lex_state = 159, .external_lex_state = 11}, + [470] = {.lex_state = 164, .external_lex_state = 8}, + [471] = {.lex_state = 442, .external_lex_state = 8}, + [472] = {.lex_state = 444, .external_lex_state = 10}, + [473] = {.lex_state = 443, .external_lex_state = 8}, + [474] = {.lex_state = 164, .external_lex_state = 8}, + [475] = {.lex_state = 159, .external_lex_state = 11}, + [476] = {.lex_state = 444, .external_lex_state = 10}, + [477] = {.lex_state = 443, .external_lex_state = 8}, + [478] = {.lex_state = 444, .external_lex_state = 10}, + [479] = {.lex_state = 444, .external_lex_state = 10}, + [480] = {.lex_state = 442, .external_lex_state = 8}, + [481] = {.lex_state = 443, .external_lex_state = 8}, + [482] = {.lex_state = 165, .external_lex_state = 11}, + [483] = {.lex_state = 442, .external_lex_state = 8}, + [484] = {.lex_state = 167, .external_lex_state = 8}, + [485] = {.lex_state = 443, .external_lex_state = 8}, + [486] = {.lex_state = 443, .external_lex_state = 8}, + [487] = {.lex_state = 167, .external_lex_state = 8}, + [488] = {.lex_state = 443, .external_lex_state = 8}, + [489] = {.lex_state = 169, .external_lex_state = 10}, + [490] = {.lex_state = 443, .external_lex_state = 8}, + [491] = {.lex_state = 169, .external_lex_state = 10}, + [492] = {.lex_state = 445, .external_lex_state = 8}, + [493] = {.lex_state = 169, .external_lex_state = 10}, + [494] = {.lex_state = 169, .external_lex_state = 10}, + [495] = {.lex_state = 445, .external_lex_state = 8}, + [496] = {.lex_state = 165, .external_lex_state = 11}, + [497] = {.lex_state = 165, .external_lex_state = 11}, + [498] = {.lex_state = 173, .external_lex_state = 10}, + [499] = {.lex_state = 173, .external_lex_state = 10}, + [500] = {.lex_state = 445, .external_lex_state = 8}, + [501] = {.lex_state = 445, .external_lex_state = 8}, + [502] = {.lex_state = 444, .external_lex_state = 11}, + [503] = {.lex_state = 162, .external_lex_state = 8}, + [504] = {.lex_state = 444, .external_lex_state = 11}, + [505] = {.lex_state = 169, .external_lex_state = 11}, + [506] = {.lex_state = 169, .external_lex_state = 11}, + [507] = {.lex_state = 452, .external_lex_state = 2}, + [508] = {.lex_state = 444, .external_lex_state = 11}, + [509] = {.lex_state = 444, .external_lex_state = 11}, + [510] = {.lex_state = 162, .external_lex_state = 8}, + [511] = {.lex_state = 173, .external_lex_state = 10}, + [512] = {.lex_state = 444, .external_lex_state = 11}, + [513] = {.lex_state = 173, .external_lex_state = 10}, + [514] = {.lex_state = 444, .external_lex_state = 11}, + [515] = {.lex_state = 249, .external_lex_state = 12}, + [516] = {.lex_state = 212, .external_lex_state = 2}, + [517] = {.lex_state = 173, .external_lex_state = 11}, + [518] = {.lex_state = 444, .external_lex_state = 11}, + [519] = {.lex_state = 446, .external_lex_state = 10}, + [520] = {.lex_state = 212, .external_lex_state = 2}, + [521] = {.lex_state = 173, .external_lex_state = 11}, + [522] = {.lex_state = 452, .external_lex_state = 2}, + [523] = {.lex_state = 446, .external_lex_state = 10}, + [524] = {.lex_state = 249, .external_lex_state = 12}, + [525] = {.lex_state = 165, .external_lex_state = 10}, + [526] = {.lex_state = 165, .external_lex_state = 10}, + [527] = {.lex_state = 444, .external_lex_state = 11}, + [528] = {.lex_state = 446, .external_lex_state = 10}, + [529] = {.lex_state = 444, .external_lex_state = 11}, + [530] = {.lex_state = 165, .external_lex_state = 10}, + [531] = {.lex_state = 446, .external_lex_state = 10}, + [532] = {.lex_state = 177, .external_lex_state = 10}, + [533] = {.lex_state = 177, .external_lex_state = 10}, + [534] = {.lex_state = 177, .external_lex_state = 10}, + [535] = {.lex_state = 452, .external_lex_state = 2}, + [536] = {.lex_state = 177, .external_lex_state = 10}, + [537] = {.lex_state = 444, .external_lex_state = 11}, + [538] = {.lex_state = 444, .external_lex_state = 11}, + [539] = {.lex_state = 179, .external_lex_state = 8}, + [540] = {.lex_state = 446, .external_lex_state = 10}, + [541] = {.lex_state = 247, .external_lex_state = 2}, + [542] = {.lex_state = 446, .external_lex_state = 10}, + [543] = {.lex_state = 247, .external_lex_state = 2}, + [544] = {.lex_state = 255, .external_lex_state = 13}, + [545] = {.lex_state = 446, .external_lex_state = 11}, + [546] = {.lex_state = 446, .external_lex_state = 10}, + [547] = {.lex_state = 177, .external_lex_state = 11}, + [548] = {.lex_state = 177, .external_lex_state = 11}, + [549] = {.lex_state = 446, .external_lex_state = 10}, + [550] = {.lex_state = 255, .external_lex_state = 13}, + [551] = {.lex_state = 247, .external_lex_state = 2}, + [552] = {.lex_state = 162, .external_lex_state = 8}, + [553] = {.lex_state = 247, .external_lex_state = 2}, + [554] = {.lex_state = 247, .external_lex_state = 2}, + [555] = {.lex_state = 255, .external_lex_state = 13}, + [556] = {.lex_state = 247, .external_lex_state = 2}, + [557] = {.lex_state = 179, .external_lex_state = 8}, + [558] = {.lex_state = 446, .external_lex_state = 11}, + [559] = {.lex_state = 247, .external_lex_state = 2}, + [560] = {.lex_state = 162, .external_lex_state = 8}, + [561] = {.lex_state = 247, .external_lex_state = 2}, + [562] = {.lex_state = 162, .external_lex_state = 8}, + [563] = {.lex_state = 172, .external_lex_state = 10}, + [564] = {.lex_state = 172, .external_lex_state = 10}, + [565] = {.lex_state = 172, .external_lex_state = 10}, + [566] = {.lex_state = 249, .external_lex_state = 12}, + [567] = {.lex_state = 181, .external_lex_state = 8}, + [568] = {.lex_state = 446, .external_lex_state = 11}, + [569] = {.lex_state = 181, .external_lex_state = 8}, + [570] = {.lex_state = 203, .external_lex_state = 12}, + [571] = {.lex_state = 249, .external_lex_state = 12}, + [572] = {.lex_state = 172, .external_lex_state = 10}, + [573] = {.lex_state = 446, .external_lex_state = 11}, + [574] = {.lex_state = 249, .external_lex_state = 12}, + [575] = {.lex_state = 203, .external_lex_state = 12}, + [576] = {.lex_state = 452, .external_lex_state = 2}, + [577] = {.lex_state = 174, .external_lex_state = 10}, + [578] = {.lex_state = 165, .external_lex_state = 11}, + [579] = {.lex_state = 176, .external_lex_state = 3}, + [580] = {.lex_state = 204, .external_lex_state = 12}, + [581] = {.lex_state = 204, .external_lex_state = 12}, + [582] = {.lex_state = 452, .external_lex_state = 2}, + [583] = {.lex_state = 174, .external_lex_state = 10}, + [584] = {.lex_state = 176, .external_lex_state = 3}, + [585] = {.lex_state = 165, .external_lex_state = 11}, + [586] = {.lex_state = 174, .external_lex_state = 10}, + [587] = {.lex_state = 213, .external_lex_state = 2}, + [588] = {.lex_state = 176, .external_lex_state = 3}, + [589] = {.lex_state = 176, .external_lex_state = 3}, + [590] = {.lex_state = 176, .external_lex_state = 3}, + [591] = {.lex_state = 165, .external_lex_state = 11}, + [592] = {.lex_state = 176, .external_lex_state = 3}, + [593] = {.lex_state = 174, .external_lex_state = 10}, + [594] = {.lex_state = 176, .external_lex_state = 3}, + [595] = {.lex_state = 452, .external_lex_state = 2}, + [596] = {.lex_state = 447, .external_lex_state = 10}, + [597] = {.lex_state = 176, .external_lex_state = 3}, + [598] = {.lex_state = 452, .external_lex_state = 2}, + [599] = {.lex_state = 176, .external_lex_state = 3}, + [600] = {.lex_state = 176, .external_lex_state = 3}, + [601] = {.lex_state = 452, .external_lex_state = 2}, + [602] = {.lex_state = 176, .external_lex_state = 3}, + [603] = {.lex_state = 255, .external_lex_state = 14}, + [604] = {.lex_state = 176, .external_lex_state = 3}, + [605] = {.lex_state = 447, .external_lex_state = 10}, + [606] = {.lex_state = 176, .external_lex_state = 3}, + [607] = {.lex_state = 176, .external_lex_state = 3}, + [608] = {.lex_state = 205, .external_lex_state = 15}, + [609] = {.lex_state = 180, .external_lex_state = 3}, + [610] = {.lex_state = 447, .external_lex_state = 10}, + [611] = {.lex_state = 176, .external_lex_state = 3}, + [612] = {.lex_state = 447, .external_lex_state = 10}, + [613] = {.lex_state = 176, .external_lex_state = 3}, + [614] = {.lex_state = 176, .external_lex_state = 3}, + [615] = {.lex_state = 180, .external_lex_state = 3}, + [616] = {.lex_state = 176, .external_lex_state = 3}, + [617] = {.lex_state = 452, .external_lex_state = 2}, + [618] = {.lex_state = 180, .external_lex_state = 3}, + [619] = {.lex_state = 176, .external_lex_state = 3}, + [620] = {.lex_state = 221, .external_lex_state = 16}, + [621] = {.lex_state = 221, .external_lex_state = 16}, + [622] = {.lex_state = 255, .external_lex_state = 14}, + [623] = {.lex_state = 447, .external_lex_state = 10}, + [624] = {.lex_state = 180, .external_lex_state = 3}, + [625] = {.lex_state = 217, .external_lex_state = 17}, + [626] = {.lex_state = 255, .external_lex_state = 14}, + [627] = {.lex_state = 183, .external_lex_state = 10}, + [628] = {.lex_state = 183, .external_lex_state = 10}, + [629] = {.lex_state = 176, .external_lex_state = 3}, + [630] = {.lex_state = 183, .external_lex_state = 10}, + [631] = {.lex_state = 183, .external_lex_state = 10}, + [632] = {.lex_state = 176, .external_lex_state = 3}, + [633] = {.lex_state = 176, .external_lex_state = 3}, + [634] = {.lex_state = 180, .external_lex_state = 3}, + [635] = {.lex_state = 447, .external_lex_state = 10}, + [636] = {.lex_state = 180, .external_lex_state = 3}, + [637] = {.lex_state = 176, .external_lex_state = 3}, + [638] = {.lex_state = 176, .external_lex_state = 3}, + [639] = {.lex_state = 447, .external_lex_state = 10}, + [640] = {.lex_state = 176, .external_lex_state = 3}, + [641] = {.lex_state = 176, .external_lex_state = 3}, + [642] = {.lex_state = 176, .external_lex_state = 3}, + [643] = {.lex_state = 176, .external_lex_state = 3}, + [644] = {.lex_state = 176, .external_lex_state = 3}, + [645] = {.lex_state = 217, .external_lex_state = 17}, + [646] = {.lex_state = 447, .external_lex_state = 10}, + [647] = {.lex_state = 180, .external_lex_state = 3}, + [648] = {.lex_state = 176, .external_lex_state = 3}, + [649] = {.lex_state = 205, .external_lex_state = 15}, + [650] = {.lex_state = 176, .external_lex_state = 3}, + [651] = {.lex_state = 176, .external_lex_state = 3}, + [652] = {.lex_state = 176, .external_lex_state = 3}, + [653] = {.lex_state = 447, .external_lex_state = 10}, + [654] = {.lex_state = 447, .external_lex_state = 10}, + [655] = {.lex_state = 218, .external_lex_state = 17}, + [656] = {.lex_state = 447, .external_lex_state = 10}, + [657] = {.lex_state = 221, .external_lex_state = 18}, + [658] = {.lex_state = 180, .external_lex_state = 3}, + [659] = {.lex_state = 180, .external_lex_state = 3}, + [660] = {.lex_state = 221, .external_lex_state = 18}, + [661] = {.lex_state = 180, .external_lex_state = 3}, + [662] = {.lex_state = 206, .external_lex_state = 13}, + [663] = {.lex_state = 180, .external_lex_state = 3}, + [664] = {.lex_state = 448, .external_lex_state = 3}, + [665] = {.lex_state = 447, .external_lex_state = 10}, + [666] = {.lex_state = 180, .external_lex_state = 3}, + [667] = {.lex_state = 180, .external_lex_state = 3}, + [668] = {.lex_state = 180, .external_lex_state = 3}, + [669] = {.lex_state = 180, .external_lex_state = 3}, + [670] = {.lex_state = 222, .external_lex_state = 17}, + [671] = {.lex_state = 180, .external_lex_state = 3}, + [672] = {.lex_state = 447, .external_lex_state = 10}, + [673] = {.lex_state = 218, .external_lex_state = 17}, + [674] = {.lex_state = 180, .external_lex_state = 3}, + [675] = {.lex_state = 184, .external_lex_state = 19}, + [676] = {.lex_state = 184, .external_lex_state = 19}, + [677] = {.lex_state = 448, .external_lex_state = 3}, + [678] = {.lex_state = 447, .external_lex_state = 10}, + [679] = {.lex_state = 156, .external_lex_state = 8}, + [680] = {.lex_state = 180, .external_lex_state = 3}, + [681] = {.lex_state = 184, .external_lex_state = 19}, + [682] = {.lex_state = 448, .external_lex_state = 3}, + [683] = {.lex_state = 220, .external_lex_state = 17}, + [684] = {.lex_state = 184, .external_lex_state = 19}, + [685] = {.lex_state = 180, .external_lex_state = 3}, + [686] = {.lex_state = 180, .external_lex_state = 3}, + [687] = {.lex_state = 448, .external_lex_state = 3}, + [688] = {.lex_state = 180, .external_lex_state = 3}, + [689] = {.lex_state = 156, .external_lex_state = 8}, + [690] = {.lex_state = 222, .external_lex_state = 17}, + [691] = {.lex_state = 180, .external_lex_state = 3}, + [692] = {.lex_state = 180, .external_lex_state = 3}, + [693] = {.lex_state = 447, .external_lex_state = 10}, + [694] = {.lex_state = 184, .external_lex_state = 19}, + [695] = {.lex_state = 184, .external_lex_state = 19}, + [696] = {.lex_state = 180, .external_lex_state = 3}, + [697] = {.lex_state = 447, .external_lex_state = 10}, + [698] = {.lex_state = 220, .external_lex_state = 17}, + [699] = {.lex_state = 183, .external_lex_state = 11}, + [700] = {.lex_state = 448, .external_lex_state = 3}, + [701] = {.lex_state = 180, .external_lex_state = 3}, + [702] = {.lex_state = 448, .external_lex_state = 3}, + [703] = {.lex_state = 183, .external_lex_state = 11}, + [704] = {.lex_state = 180, .external_lex_state = 3}, + [705] = {.lex_state = 180, .external_lex_state = 3}, + [706] = {.lex_state = 180, .external_lex_state = 3}, + [707] = {.lex_state = 447, .external_lex_state = 10}, + [708] = {.lex_state = 448, .external_lex_state = 3}, + [709] = {.lex_state = 180, .external_lex_state = 3}, + [710] = {.lex_state = 180, .external_lex_state = 3}, + [711] = {.lex_state = 180, .external_lex_state = 3}, + [712] = {.lex_state = 184, .external_lex_state = 19}, + [713] = {.lex_state = 180, .external_lex_state = 3}, + [714] = {.lex_state = 184, .external_lex_state = 19}, + [715] = {.lex_state = 448, .external_lex_state = 3}, + [716] = {.lex_state = 448, .external_lex_state = 3}, + [717] = {.lex_state = 219, .external_lex_state = 17}, + [718] = {.lex_state = 448, .external_lex_state = 3}, + [719] = {.lex_state = 206, .external_lex_state = 13}, + [720] = {.lex_state = 448, .external_lex_state = 3}, + [721] = {.lex_state = 180, .external_lex_state = 3}, + [722] = {.lex_state = 448, .external_lex_state = 3}, + [723] = {.lex_state = 447, .external_lex_state = 10}, + [724] = {.lex_state = 448, .external_lex_state = 3}, + [725] = {.lex_state = 206, .external_lex_state = 13}, + [726] = {.lex_state = 219, .external_lex_state = 17}, + [727] = {.lex_state = 206, .external_lex_state = 13}, + [728] = {.lex_state = 448, .external_lex_state = 3}, + [729] = {.lex_state = 184, .external_lex_state = 19}, + [730] = {.lex_state = 448, .external_lex_state = 3}, + [731] = {.lex_state = 448, .external_lex_state = 3}, + [732] = {.lex_state = 186, .external_lex_state = 19}, + [733] = {.lex_state = 186, .external_lex_state = 19}, + [734] = {.lex_state = 448, .external_lex_state = 3}, + [735] = {.lex_state = 448, .external_lex_state = 3}, + [736] = {.lex_state = 448, .external_lex_state = 3}, + [737] = {.lex_state = 448, .external_lex_state = 3}, + [738] = {.lex_state = 156, .external_lex_state = 8}, + [739] = {.lex_state = 448, .external_lex_state = 3}, + [740] = {.lex_state = 448, .external_lex_state = 3}, + [741] = {.lex_state = 448, .external_lex_state = 3}, + [742] = {.lex_state = 448, .external_lex_state = 3}, + [743] = {.lex_state = 186, .external_lex_state = 19}, + [744] = {.lex_state = 184, .external_lex_state = 20}, + [745] = {.lex_state = 448, .external_lex_state = 3}, + [746] = {.lex_state = 184, .external_lex_state = 19}, + [747] = {.lex_state = 187, .external_lex_state = 19}, + [748] = {.lex_state = 187, .external_lex_state = 19}, + [749] = {.lex_state = 187, .external_lex_state = 19}, + [750] = {.lex_state = 187, .external_lex_state = 19}, + [751] = {.lex_state = 448, .external_lex_state = 3}, + [752] = {.lex_state = 184, .external_lex_state = 19}, + [753] = {.lex_state = 448, .external_lex_state = 3}, + [754] = {.lex_state = 448, .external_lex_state = 3}, + [755] = {.lex_state = 184, .external_lex_state = 19}, + [756] = {.lex_state = 162, .external_lex_state = 8}, + [757] = {.lex_state = 184, .external_lex_state = 19}, + [758] = {.lex_state = 448, .external_lex_state = 3}, + [759] = {.lex_state = 448, .external_lex_state = 3}, + [760] = {.lex_state = 184, .external_lex_state = 19}, + [761] = {.lex_state = 448, .external_lex_state = 3}, + [762] = {.lex_state = 184, .external_lex_state = 19}, + [763] = {.lex_state = 206, .external_lex_state = 14}, + [764] = {.lex_state = 184, .external_lex_state = 19}, + [765] = {.lex_state = 184, .external_lex_state = 19}, + [766] = {.lex_state = 448, .external_lex_state = 3}, + [767] = {.lex_state = 448, .external_lex_state = 3}, + [768] = {.lex_state = 448, .external_lex_state = 3}, + [769] = {.lex_state = 206, .external_lex_state = 14}, + [770] = {.lex_state = 156, .external_lex_state = 8}, + [771] = {.lex_state = 448, .external_lex_state = 3}, + [772] = {.lex_state = 448, .external_lex_state = 3}, + [773] = {.lex_state = 184, .external_lex_state = 19}, + [774] = {.lex_state = 448, .external_lex_state = 3}, + [775] = {.lex_state = 184, .external_lex_state = 19}, + [776] = {.lex_state = 448, .external_lex_state = 3}, + [777] = {.lex_state = 448, .external_lex_state = 3}, + [778] = {.lex_state = 448, .external_lex_state = 3}, + [779] = {.lex_state = 448, .external_lex_state = 3}, + [780] = {.lex_state = 448, .external_lex_state = 3}, + [781] = {.lex_state = 448, .external_lex_state = 3}, + [782] = {.lex_state = 448, .external_lex_state = 3}, + [783] = {.lex_state = 448, .external_lex_state = 3}, + [784] = {.lex_state = 448, .external_lex_state = 3}, + [785] = {.lex_state = 223, .external_lex_state = 17}, + [786] = {.lex_state = 184, .external_lex_state = 20}, + [787] = {.lex_state = 448, .external_lex_state = 3}, + [788] = {.lex_state = 156, .external_lex_state = 8}, + [789] = {.lex_state = 448, .external_lex_state = 3}, + [790] = {.lex_state = 448, .external_lex_state = 3}, + [791] = {.lex_state = 448, .external_lex_state = 3}, + [792] = {.lex_state = 448, .external_lex_state = 3}, + [793] = {.lex_state = 448, .external_lex_state = 3}, + [794] = {.lex_state = 448, .external_lex_state = 3}, + [795] = {.lex_state = 448, .external_lex_state = 3}, + [796] = {.lex_state = 223, .external_lex_state = 17}, + [797] = {.lex_state = 448, .external_lex_state = 3}, + [798] = {.lex_state = 448, .external_lex_state = 3}, + [799] = {.lex_state = 448, .external_lex_state = 3}, + [800] = {.lex_state = 448, .external_lex_state = 3}, + [801] = {.lex_state = 187, .external_lex_state = 19}, + [802] = {.lex_state = 448, .external_lex_state = 3}, + [803] = {.lex_state = 156, .external_lex_state = 8}, + [804] = {.lex_state = 184, .external_lex_state = 19}, + [805] = {.lex_state = 184, .external_lex_state = 19}, + [806] = {.lex_state = 448, .external_lex_state = 3}, + [807] = {.lex_state = 184, .external_lex_state = 19}, + [808] = {.lex_state = 448, .external_lex_state = 3}, + [809] = {.lex_state = 186, .external_lex_state = 19}, + [810] = {.lex_state = 448, .external_lex_state = 3}, + [811] = {.lex_state = 186, .external_lex_state = 19}, + [812] = {.lex_state = 186, .external_lex_state = 19}, + [813] = {.lex_state = 448, .external_lex_state = 3}, + [814] = {.lex_state = 448, .external_lex_state = 3}, + [815] = {.lex_state = 448, .external_lex_state = 3}, + [816] = {.lex_state = 448, .external_lex_state = 3}, + [817] = {.lex_state = 162, .external_lex_state = 8}, + [818] = {.lex_state = 186, .external_lex_state = 19}, + [819] = {.lex_state = 186, .external_lex_state = 19}, + [820] = {.lex_state = 448, .external_lex_state = 3}, + [821] = {.lex_state = 186, .external_lex_state = 19}, + [822] = {.lex_state = 186, .external_lex_state = 19}, + [823] = {.lex_state = 184, .external_lex_state = 19}, + [824] = {.lex_state = 184, .external_lex_state = 19}, + [825] = {.lex_state = 187, .external_lex_state = 19}, + [826] = {.lex_state = 187, .external_lex_state = 19}, + [827] = {.lex_state = 184, .external_lex_state = 20}, + [828] = {.lex_state = 184, .external_lex_state = 19}, + [829] = {.lex_state = 448, .external_lex_state = 3}, + [830] = {.lex_state = 184, .external_lex_state = 20}, + [831] = {.lex_state = 448, .external_lex_state = 3}, + [832] = {.lex_state = 184, .external_lex_state = 20}, + [833] = {.lex_state = 184, .external_lex_state = 20}, + [834] = {.lex_state = 184, .external_lex_state = 19}, + [835] = {.lex_state = 448, .external_lex_state = 3}, + [836] = {.lex_state = 187, .external_lex_state = 19}, + [837] = {.lex_state = 184, .external_lex_state = 19}, + [838] = {.lex_state = 448, .external_lex_state = 3}, + [839] = {.lex_state = 448, .external_lex_state = 3}, + [840] = {.lex_state = 448, .external_lex_state = 3}, + [841] = {.lex_state = 156, .external_lex_state = 8}, + [842] = {.lex_state = 246, .external_lex_state = 2}, + [843] = {.lex_state = 187, .external_lex_state = 19}, + [844] = {.lex_state = 187, .external_lex_state = 19}, + [845] = {.lex_state = 159, .external_lex_state = 10}, + [846] = {.lex_state = 186, .external_lex_state = 19}, + [847] = {.lex_state = 449, .external_lex_state = 19}, + [848] = {.lex_state = 187, .external_lex_state = 19}, + [849] = {.lex_state = 187, .external_lex_state = 20}, + [850] = {.lex_state = 449, .external_lex_state = 19}, + [851] = {.lex_state = 449, .external_lex_state = 19}, + [852] = {.lex_state = 189, .external_lex_state = 19}, + [853] = {.lex_state = 443, .external_lex_state = 8}, + [854] = {.lex_state = 189, .external_lex_state = 19}, + [855] = {.lex_state = 162, .external_lex_state = 8}, + [856] = {.lex_state = 184, .external_lex_state = 20}, + [857] = {.lex_state = 184, .external_lex_state = 20}, + [858] = {.lex_state = 159, .external_lex_state = 10}, + [859] = {.lex_state = 214, .external_lex_state = 21}, + [860] = {.lex_state = 184, .external_lex_state = 20}, + [861] = {.lex_state = 184, .external_lex_state = 20}, + [862] = {.lex_state = 214, .external_lex_state = 21}, + [863] = {.lex_state = 449, .external_lex_state = 19}, + [864] = {.lex_state = 156, .external_lex_state = 8}, + [865] = {.lex_state = 187, .external_lex_state = 19}, + [866] = {.lex_state = 189, .external_lex_state = 19}, + [867] = {.lex_state = 189, .external_lex_state = 19}, + [868] = {.lex_state = 187, .external_lex_state = 19}, + [869] = {.lex_state = 246, .external_lex_state = 2}, + [870] = {.lex_state = 186, .external_lex_state = 19}, + [871] = {.lex_state = 449, .external_lex_state = 19}, + [872] = {.lex_state = 184, .external_lex_state = 20}, + [873] = {.lex_state = 448, .external_lex_state = 3}, + [874] = {.lex_state = 184, .external_lex_state = 20}, + [875] = {.lex_state = 184, .external_lex_state = 20}, + [876] = {.lex_state = 184, .external_lex_state = 20}, + [877] = {.lex_state = 184, .external_lex_state = 20}, + [878] = {.lex_state = 246, .external_lex_state = 2}, + [879] = {.lex_state = 449, .external_lex_state = 19}, + [880] = {.lex_state = 449, .external_lex_state = 19}, + [881] = {.lex_state = 187, .external_lex_state = 19}, + [882] = {.lex_state = 449, .external_lex_state = 19}, + [883] = {.lex_state = 214, .external_lex_state = 21}, + [884] = {.lex_state = 449, .external_lex_state = 19}, + [885] = {.lex_state = 214, .external_lex_state = 21}, + [886] = {.lex_state = 448, .external_lex_state = 3}, + [887] = {.lex_state = 187, .external_lex_state = 19}, + [888] = {.lex_state = 214, .external_lex_state = 21}, + [889] = {.lex_state = 187, .external_lex_state = 19}, + [890] = {.lex_state = 184, .external_lex_state = 20}, + [891] = {.lex_state = 214, .external_lex_state = 21}, + [892] = {.lex_state = 186, .external_lex_state = 19}, + [893] = {.lex_state = 448, .external_lex_state = 3}, + [894] = {.lex_state = 184, .external_lex_state = 20}, + [895] = {.lex_state = 186, .external_lex_state = 19}, + [896] = {.lex_state = 186, .external_lex_state = 19}, + [897] = {.lex_state = 186, .external_lex_state = 19}, + [898] = {.lex_state = 186, .external_lex_state = 19}, + [899] = {.lex_state = 159, .external_lex_state = 10}, + [900] = {.lex_state = 187, .external_lex_state = 19}, + [901] = {.lex_state = 187, .external_lex_state = 19}, + [902] = {.lex_state = 187, .external_lex_state = 19}, + [903] = {.lex_state = 184, .external_lex_state = 20}, + [904] = {.lex_state = 186, .external_lex_state = 19}, + [905] = {.lex_state = 449, .external_lex_state = 19}, + [906] = {.lex_state = 443, .external_lex_state = 8}, + [907] = {.lex_state = 187, .external_lex_state = 20}, + [908] = {.lex_state = 186, .external_lex_state = 19}, + [909] = {.lex_state = 186, .external_lex_state = 19}, + [910] = {.lex_state = 189, .external_lex_state = 19}, + [911] = {.lex_state = 184, .external_lex_state = 20}, + [912] = {.lex_state = 214, .external_lex_state = 21}, + [913] = {.lex_state = 189, .external_lex_state = 19}, + [914] = {.lex_state = 186, .external_lex_state = 19}, + [915] = {.lex_state = 246, .external_lex_state = 2}, + [916] = {.lex_state = 189, .external_lex_state = 19}, + [917] = {.lex_state = 448, .external_lex_state = 3}, + [918] = {.lex_state = 184, .external_lex_state = 20}, + [919] = {.lex_state = 448, .external_lex_state = 3}, + [920] = {.lex_state = 449, .external_lex_state = 19}, + [921] = {.lex_state = 448, .external_lex_state = 3}, + [922] = {.lex_state = 448, .external_lex_state = 3}, + [923] = {.lex_state = 187, .external_lex_state = 19}, + [924] = {.lex_state = 449, .external_lex_state = 19}, + [925] = {.lex_state = 449, .external_lex_state = 19}, + [926] = {.lex_state = 449, .external_lex_state = 19}, + [927] = {.lex_state = 186, .external_lex_state = 19}, + [928] = {.lex_state = 162, .external_lex_state = 8}, + [929] = {.lex_state = 449, .external_lex_state = 19}, + [930] = {.lex_state = 449, .external_lex_state = 19}, + [931] = {.lex_state = 187, .external_lex_state = 19}, + [932] = {.lex_state = 187, .external_lex_state = 19}, + [933] = {.lex_state = 246, .external_lex_state = 2}, + [934] = {.lex_state = 246, .external_lex_state = 2}, + [935] = {.lex_state = 187, .external_lex_state = 20}, + [936] = {.lex_state = 443, .external_lex_state = 8}, + [937] = {.lex_state = 184, .external_lex_state = 20}, + [938] = {.lex_state = 246, .external_lex_state = 2}, + [939] = {.lex_state = 186, .external_lex_state = 19}, + [940] = {.lex_state = 187, .external_lex_state = 19}, + [941] = {.lex_state = 246, .external_lex_state = 2}, + [942] = {.lex_state = 184, .external_lex_state = 20}, + [943] = {.lex_state = 443, .external_lex_state = 8}, + [944] = {.lex_state = 184, .external_lex_state = 20}, + [945] = {.lex_state = 214, .external_lex_state = 21}, + [946] = {.lex_state = 189, .external_lex_state = 19}, + [947] = {.lex_state = 186, .external_lex_state = 19}, + [948] = {.lex_state = 184, .external_lex_state = 20}, + [949] = {.lex_state = 187, .external_lex_state = 19}, + [950] = {.lex_state = 186, .external_lex_state = 19}, + [951] = {.lex_state = 187, .external_lex_state = 19}, + [952] = {.lex_state = 162, .external_lex_state = 8}, + [953] = {.lex_state = 189, .external_lex_state = 19}, + [954] = {.lex_state = 187, .external_lex_state = 19}, + [955] = {.lex_state = 186, .external_lex_state = 19}, + [956] = {.lex_state = 162, .external_lex_state = 8}, + [957] = {.lex_state = 187, .external_lex_state = 20}, + [958] = {.lex_state = 184, .external_lex_state = 20}, + [959] = {.lex_state = 186, .external_lex_state = 19}, + [960] = {.lex_state = 187, .external_lex_state = 20}, + [961] = {.lex_state = 186, .external_lex_state = 19}, + [962] = {.lex_state = 189, .external_lex_state = 19}, + [963] = {.lex_state = 187, .external_lex_state = 20}, + [964] = {.lex_state = 186, .external_lex_state = 19}, + [965] = {.lex_state = 187, .external_lex_state = 19}, + [966] = {.lex_state = 449, .external_lex_state = 19}, + [967] = {.lex_state = 187, .external_lex_state = 20}, + [968] = {.lex_state = 450, .external_lex_state = 19}, + [969] = {.lex_state = 450, .external_lex_state = 19}, + [970] = {.lex_state = 187, .external_lex_state = 20}, + [971] = {.lex_state = 450, .external_lex_state = 19}, + [972] = {.lex_state = 450, .external_lex_state = 19}, + [973] = {.lex_state = 189, .external_lex_state = 19}, + [974] = {.lex_state = 162, .external_lex_state = 8}, + [975] = {.lex_state = 189, .external_lex_state = 19}, + [976] = {.lex_state = 189, .external_lex_state = 19}, + [977] = {.lex_state = 189, .external_lex_state = 19}, + [978] = {.lex_state = 187, .external_lex_state = 20}, + [979] = {.lex_state = 187, .external_lex_state = 20}, + [980] = {.lex_state = 214, .external_lex_state = 22}, + [981] = {.lex_state = 189, .external_lex_state = 19}, + [982] = {.lex_state = 189, .external_lex_state = 19}, + [983] = {.lex_state = 162, .external_lex_state = 8}, + [984] = {.lex_state = 187, .external_lex_state = 20}, + [985] = {.lex_state = 187, .external_lex_state = 20}, + [986] = {.lex_state = 189, .external_lex_state = 19}, + [987] = {.lex_state = 214, .external_lex_state = 22}, + [988] = {.lex_state = 165, .external_lex_state = 10}, + [989] = {.lex_state = 214, .external_lex_state = 22}, + [990] = {.lex_state = 443, .external_lex_state = 8}, + [991] = {.lex_state = 187, .external_lex_state = 20}, + [992] = {.lex_state = 187, .external_lex_state = 20}, + [993] = {.lex_state = 443, .external_lex_state = 8}, + [994] = {.lex_state = 187, .external_lex_state = 20}, + [995] = {.lex_state = 189, .external_lex_state = 19}, + [996] = {.lex_state = 174, .external_lex_state = 10}, + [997] = {.lex_state = 449, .external_lex_state = 19}, + [998] = {.lex_state = 449, .external_lex_state = 19}, + [999] = {.lex_state = 449, .external_lex_state = 19}, + [1000] = {.lex_state = 449, .external_lex_state = 19}, + [1001] = {.lex_state = 449, .external_lex_state = 19}, + [1002] = {.lex_state = 449, .external_lex_state = 19}, + [1003] = {.lex_state = 187, .external_lex_state = 20}, + [1004] = {.lex_state = 449, .external_lex_state = 19}, + [1005] = {.lex_state = 449, .external_lex_state = 19}, + [1006] = {.lex_state = 449, .external_lex_state = 19}, + [1007] = {.lex_state = 187, .external_lex_state = 20}, + [1008] = {.lex_state = 449, .external_lex_state = 19}, + [1009] = {.lex_state = 449, .external_lex_state = 19}, + [1010] = {.lex_state = 449, .external_lex_state = 19}, + [1011] = {.lex_state = 449, .external_lex_state = 20}, + [1012] = {.lex_state = 449, .external_lex_state = 19}, + [1013] = {.lex_state = 449, .external_lex_state = 20}, + [1014] = {.lex_state = 449, .external_lex_state = 19}, + [1015] = {.lex_state = 159, .external_lex_state = 11}, + [1016] = {.lex_state = 187, .external_lex_state = 20}, + [1017] = {.lex_state = 449, .external_lex_state = 19}, + [1018] = {.lex_state = 449, .external_lex_state = 20}, + [1019] = {.lex_state = 449, .external_lex_state = 19}, + [1020] = {.lex_state = 449, .external_lex_state = 19}, + [1021] = {.lex_state = 189, .external_lex_state = 19}, + [1022] = {.lex_state = 189, .external_lex_state = 19}, + [1023] = {.lex_state = 189, .external_lex_state = 19}, + [1024] = {.lex_state = 174, .external_lex_state = 10}, + [1025] = {.lex_state = 449, .external_lex_state = 19}, + [1026] = {.lex_state = 449, .external_lex_state = 19}, + [1027] = {.lex_state = 449, .external_lex_state = 20}, + [1028] = {.lex_state = 214, .external_lex_state = 22}, + [1029] = {.lex_state = 449, .external_lex_state = 19}, + [1030] = {.lex_state = 449, .external_lex_state = 19}, + [1031] = {.lex_state = 214, .external_lex_state = 22}, + [1032] = {.lex_state = 449, .external_lex_state = 19}, + [1033] = {.lex_state = 443, .external_lex_state = 8}, + [1034] = {.lex_state = 449, .external_lex_state = 19}, + [1035] = {.lex_state = 449, .external_lex_state = 19}, + [1036] = {.lex_state = 450, .external_lex_state = 19}, + [1037] = {.lex_state = 189, .external_lex_state = 19}, + [1038] = {.lex_state = 189, .external_lex_state = 19}, + [1039] = {.lex_state = 449, .external_lex_state = 20}, + [1040] = {.lex_state = 449, .external_lex_state = 20}, + [1041] = {.lex_state = 450, .external_lex_state = 19}, + [1042] = {.lex_state = 450, .external_lex_state = 19}, + [1043] = {.lex_state = 172, .external_lex_state = 10}, + [1044] = {.lex_state = 443, .external_lex_state = 8}, + [1045] = {.lex_state = 214, .external_lex_state = 22}, + [1046] = {.lex_state = 189, .external_lex_state = 19}, + [1047] = {.lex_state = 450, .external_lex_state = 19}, + [1048] = {.lex_state = 443, .external_lex_state = 8}, + [1049] = {.lex_state = 172, .external_lex_state = 10}, + [1050] = {.lex_state = 172, .external_lex_state = 10}, + [1051] = {.lex_state = 450, .external_lex_state = 19}, + [1052] = {.lex_state = 189, .external_lex_state = 19}, + [1053] = {.lex_state = 187, .external_lex_state = 20}, + [1054] = {.lex_state = 187, .external_lex_state = 20}, + [1055] = {.lex_state = 449, .external_lex_state = 19}, + [1056] = {.lex_state = 159, .external_lex_state = 11}, + [1057] = {.lex_state = 187, .external_lex_state = 20}, + [1058] = {.lex_state = 189, .external_lex_state = 19}, + [1059] = {.lex_state = 450, .external_lex_state = 19}, + [1060] = {.lex_state = 159, .external_lex_state = 10}, + [1061] = {.lex_state = 450, .external_lex_state = 19}, + [1062] = {.lex_state = 450, .external_lex_state = 19}, + [1063] = {.lex_state = 450, .external_lex_state = 19}, + [1064] = {.lex_state = 450, .external_lex_state = 19}, + [1065] = {.lex_state = 450, .external_lex_state = 19}, + [1066] = {.lex_state = 443, .external_lex_state = 8}, + [1067] = {.lex_state = 449, .external_lex_state = 19}, + [1068] = {.lex_state = 189, .external_lex_state = 19}, + [1069] = {.lex_state = 449, .external_lex_state = 19}, + [1070] = {.lex_state = 449, .external_lex_state = 19}, + [1071] = {.lex_state = 450, .external_lex_state = 19}, + [1072] = {.lex_state = 449, .external_lex_state = 19}, + [1073] = {.lex_state = 449, .external_lex_state = 19}, + [1074] = {.lex_state = 449, .external_lex_state = 19}, + [1075] = {.lex_state = 449, .external_lex_state = 20}, + [1076] = {.lex_state = 449, .external_lex_state = 20}, + [1077] = {.lex_state = 449, .external_lex_state = 19}, + [1078] = {.lex_state = 159, .external_lex_state = 10}, + [1079] = {.lex_state = 449, .external_lex_state = 19}, + [1080] = {.lex_state = 214, .external_lex_state = 22}, + [1081] = {.lex_state = 159, .external_lex_state = 10}, + [1082] = {.lex_state = 449, .external_lex_state = 19}, + [1083] = {.lex_state = 449, .external_lex_state = 19}, + [1084] = {.lex_state = 449, .external_lex_state = 19}, + [1085] = {.lex_state = 159, .external_lex_state = 10}, + [1086] = {.lex_state = 449, .external_lex_state = 20}, + [1087] = {.lex_state = 449, .external_lex_state = 20}, + [1088] = {.lex_state = 187, .external_lex_state = 20}, + [1089] = {.lex_state = 449, .external_lex_state = 19}, + [1090] = {.lex_state = 449, .external_lex_state = 20}, + [1091] = {.lex_state = 450, .external_lex_state = 19}, + [1092] = {.lex_state = 450, .external_lex_state = 19}, + [1093] = {.lex_state = 189, .external_lex_state = 19}, + [1094] = {.lex_state = 214, .external_lex_state = 22}, + [1095] = {.lex_state = 187, .external_lex_state = 20}, + [1096] = {.lex_state = 165, .external_lex_state = 10}, + [1097] = {.lex_state = 187, .external_lex_state = 20}, + [1098] = {.lex_state = 450, .external_lex_state = 19}, + [1099] = {.lex_state = 443, .external_lex_state = 8}, + [1100] = {.lex_state = 449, .external_lex_state = 20}, + [1101] = {.lex_state = 450, .external_lex_state = 19}, + [1102] = {.lex_state = 449, .external_lex_state = 19}, + [1103] = {.lex_state = 449, .external_lex_state = 19}, + [1104] = {.lex_state = 449, .external_lex_state = 19}, + [1105] = {.lex_state = 174, .external_lex_state = 10}, + [1106] = {.lex_state = 174, .external_lex_state = 10}, + [1107] = {.lex_state = 449, .external_lex_state = 19}, + [1108] = {.lex_state = 172, .external_lex_state = 10}, + [1109] = {.lex_state = 443, .external_lex_state = 8}, + [1110] = {.lex_state = 165, .external_lex_state = 10}, + [1111] = {.lex_state = 449, .external_lex_state = 19}, + [1112] = {.lex_state = 449, .external_lex_state = 19}, + [1113] = {.lex_state = 449, .external_lex_state = 19}, + [1114] = {.lex_state = 225, .external_lex_state = 17}, + [1115] = {.lex_state = 187, .external_lex_state = 20}, + [1116] = {.lex_state = 189, .external_lex_state = 19}, + [1117] = {.lex_state = 214, .external_lex_state = 23}, + [1118] = {.lex_state = 172, .external_lex_state = 10}, + [1119] = {.lex_state = 214, .external_lex_state = 23}, + [1120] = {.lex_state = 449, .external_lex_state = 20}, + [1121] = {.lex_state = 449, .external_lex_state = 20}, + [1122] = {.lex_state = 450, .external_lex_state = 19}, + [1123] = {.lex_state = 214, .external_lex_state = 23}, + [1124] = {.lex_state = 449, .external_lex_state = 20}, + [1125] = {.lex_state = 165, .external_lex_state = 10}, + [1126] = {.lex_state = 214, .external_lex_state = 23}, + [1127] = {.lex_state = 214, .external_lex_state = 23}, + [1128] = {.lex_state = 165, .external_lex_state = 10}, + [1129] = {.lex_state = 450, .external_lex_state = 19}, + [1130] = {.lex_state = 449, .external_lex_state = 20}, + [1131] = {.lex_state = 450, .external_lex_state = 19}, + [1132] = {.lex_state = 443, .external_lex_state = 8}, + [1133] = {.lex_state = 450, .external_lex_state = 19}, + [1134] = {.lex_state = 172, .external_lex_state = 10}, + [1135] = {.lex_state = 450, .external_lex_state = 19}, + [1136] = {.lex_state = 214, .external_lex_state = 23}, + [1137] = {.lex_state = 444, .external_lex_state = 10}, + [1138] = {.lex_state = 180, .external_lex_state = 3}, + [1139] = {.lex_state = 214, .external_lex_state = 23}, + [1140] = {.lex_state = 444, .external_lex_state = 10}, + [1141] = {.lex_state = 214, .external_lex_state = 23}, + [1142] = {.lex_state = 214, .external_lex_state = 23}, + [1143] = {.lex_state = 214, .external_lex_state = 23}, + [1144] = {.lex_state = 172, .external_lex_state = 10}, + [1145] = {.lex_state = 449, .external_lex_state = 20}, + [1146] = {.lex_state = 449, .external_lex_state = 20}, + [1147] = {.lex_state = 180, .external_lex_state = 3}, + [1148] = {.lex_state = 450, .external_lex_state = 19}, + [1149] = {.lex_state = 214, .external_lex_state = 23}, + [1150] = {.lex_state = 450, .external_lex_state = 19}, + [1151] = {.lex_state = 449, .external_lex_state = 20}, + [1152] = {.lex_state = 449, .external_lex_state = 20}, + [1153] = {.lex_state = 449, .external_lex_state = 20}, + [1154] = {.lex_state = 180, .external_lex_state = 3}, + [1155] = {.lex_state = 214, .external_lex_state = 23}, + [1156] = {.lex_state = 450, .external_lex_state = 19}, + [1157] = {.lex_state = 449, .external_lex_state = 20}, + [1158] = {.lex_state = 214, .external_lex_state = 23}, + [1159] = {.lex_state = 180, .external_lex_state = 3}, + [1160] = {.lex_state = 165, .external_lex_state = 10}, + [1161] = {.lex_state = 449, .external_lex_state = 20}, + [1162] = {.lex_state = 449, .external_lex_state = 20}, + [1163] = {.lex_state = 449, .external_lex_state = 20}, + [1164] = {.lex_state = 449, .external_lex_state = 20}, + [1165] = {.lex_state = 214, .external_lex_state = 23}, + [1166] = {.lex_state = 214, .external_lex_state = 23}, + [1167] = {.lex_state = 443, .external_lex_state = 8}, + [1168] = {.lex_state = 449, .external_lex_state = 20}, + [1169] = {.lex_state = 165, .external_lex_state = 10}, + [1170] = {.lex_state = 450, .external_lex_state = 19}, + [1171] = {.lex_state = 449, .external_lex_state = 20}, + [1172] = {.lex_state = 449, .external_lex_state = 20}, + [1173] = {.lex_state = 450, .external_lex_state = 19}, + [1174] = {.lex_state = 450, .external_lex_state = 19}, + [1175] = {.lex_state = 449, .external_lex_state = 20}, + [1176] = {.lex_state = 449, .external_lex_state = 20}, + [1177] = {.lex_state = 449, .external_lex_state = 20}, + [1178] = {.lex_state = 449, .external_lex_state = 20}, + [1179] = {.lex_state = 214, .external_lex_state = 23}, + [1180] = {.lex_state = 449, .external_lex_state = 20}, + [1181] = {.lex_state = 254, .external_lex_state = 13}, + [1182] = {.lex_state = 449, .external_lex_state = 20}, + [1183] = {.lex_state = 449, .external_lex_state = 20}, + [1184] = {.lex_state = 449, .external_lex_state = 20}, + [1185] = {.lex_state = 449, .external_lex_state = 20}, + [1186] = {.lex_state = 449, .external_lex_state = 20}, + [1187] = {.lex_state = 214, .external_lex_state = 23}, + [1188] = {.lex_state = 214, .external_lex_state = 23}, + [1189] = {.lex_state = 214, .external_lex_state = 23}, + [1190] = {.lex_state = 254, .external_lex_state = 13}, + [1191] = {.lex_state = 165, .external_lex_state = 11}, + [1192] = {.lex_state = 450, .external_lex_state = 19}, + [1193] = {.lex_state = 450, .external_lex_state = 19}, + [1194] = {.lex_state = 214, .external_lex_state = 23}, + [1195] = {.lex_state = 449, .external_lex_state = 20}, + [1196] = {.lex_state = 449, .external_lex_state = 20}, + [1197] = {.lex_state = 449, .external_lex_state = 20}, + [1198] = {.lex_state = 450, .external_lex_state = 19}, + [1199] = {.lex_state = 450, .external_lex_state = 19}, + [1200] = {.lex_state = 449, .external_lex_state = 20}, + [1201] = {.lex_state = 174, .external_lex_state = 10}, + [1202] = {.lex_state = 214, .external_lex_state = 23}, + [1203] = {.lex_state = 449, .external_lex_state = 20}, + [1204] = {.lex_state = 214, .external_lex_state = 23}, + [1205] = {.lex_state = 449, .external_lex_state = 20}, + [1206] = {.lex_state = 214, .external_lex_state = 23}, + [1207] = {.lex_state = 172, .external_lex_state = 10}, + [1208] = {.lex_state = 449, .external_lex_state = 20}, + [1209] = {.lex_state = 449, .external_lex_state = 20}, + [1210] = {.lex_state = 450, .external_lex_state = 19}, + [1211] = {.lex_state = 449, .external_lex_state = 20}, + [1212] = {.lex_state = 214, .external_lex_state = 23}, + [1213] = {.lex_state = 449, .external_lex_state = 20}, + [1214] = {.lex_state = 174, .external_lex_state = 10}, + [1215] = {.lex_state = 450, .external_lex_state = 19}, + [1216] = {.lex_state = 214, .external_lex_state = 23}, + [1217] = {.lex_state = 450, .external_lex_state = 19}, + [1218] = {.lex_state = 450, .external_lex_state = 19}, + [1219] = {.lex_state = 214, .external_lex_state = 23}, + [1220] = {.lex_state = 214, .external_lex_state = 23}, + [1221] = {.lex_state = 214, .external_lex_state = 23}, + [1222] = {.lex_state = 444, .external_lex_state = 10}, + [1223] = {.lex_state = 444, .external_lex_state = 10}, + [1224] = {.lex_state = 172, .external_lex_state = 10}, + [1225] = {.lex_state = 450, .external_lex_state = 19}, + [1226] = {.lex_state = 450, .external_lex_state = 19}, + [1227] = {.lex_state = 214, .external_lex_state = 23}, + [1228] = {.lex_state = 449, .external_lex_state = 20}, + [1229] = {.lex_state = 450, .external_lex_state = 19}, + [1230] = {.lex_state = 449, .external_lex_state = 20}, + [1231] = {.lex_state = 174, .external_lex_state = 10}, + [1232] = {.lex_state = 450, .external_lex_state = 19}, + [1233] = {.lex_state = 449, .external_lex_state = 20}, + [1234] = {.lex_state = 214, .external_lex_state = 23}, + [1235] = {.lex_state = 214, .external_lex_state = 23}, + [1236] = {.lex_state = 180, .external_lex_state = 3}, + [1237] = {.lex_state = 180, .external_lex_state = 3}, + [1238] = {.lex_state = 450, .external_lex_state = 19}, + [1239] = {.lex_state = 450, .external_lex_state = 19}, + [1240] = {.lex_state = 450, .external_lex_state = 19}, + [1241] = {.lex_state = 214, .external_lex_state = 23}, + [1242] = {.lex_state = 214, .external_lex_state = 23}, + [1243] = {.lex_state = 214, .external_lex_state = 23}, + [1244] = {.lex_state = 443, .external_lex_state = 8}, + [1245] = {.lex_state = 444, .external_lex_state = 10}, + [1246] = {.lex_state = 450, .external_lex_state = 19}, + [1247] = {.lex_state = 172, .external_lex_state = 10}, + [1248] = {.lex_state = 443, .external_lex_state = 8}, + [1249] = {.lex_state = 174, .external_lex_state = 10}, + [1250] = {.lex_state = 214, .external_lex_state = 23}, + [1251] = {.lex_state = 450, .external_lex_state = 19}, + [1252] = {.lex_state = 444, .external_lex_state = 10}, + [1253] = {.lex_state = 214, .external_lex_state = 23}, + [1254] = {.lex_state = 172, .external_lex_state = 10}, + [1255] = {.lex_state = 450, .external_lex_state = 19}, + [1256] = {.lex_state = 450, .external_lex_state = 19}, + [1257] = {.lex_state = 172, .external_lex_state = 10}, + [1258] = {.lex_state = 214, .external_lex_state = 23}, + [1259] = {.lex_state = 214, .external_lex_state = 23}, + [1260] = {.lex_state = 450, .external_lex_state = 19}, + [1261] = {.lex_state = 450, .external_lex_state = 19}, + [1262] = {.lex_state = 450, .external_lex_state = 19}, + [1263] = {.lex_state = 159, .external_lex_state = 11}, + [1264] = {.lex_state = 214, .external_lex_state = 23}, + [1265] = {.lex_state = 214, .external_lex_state = 23}, + [1266] = {.lex_state = 450, .external_lex_state = 19}, + [1267] = {.lex_state = 450, .external_lex_state = 19}, + [1268] = {.lex_state = 450, .external_lex_state = 19}, + [1269] = {.lex_state = 214, .external_lex_state = 23}, + [1270] = {.lex_state = 165, .external_lex_state = 11}, + [1271] = {.lex_state = 450, .external_lex_state = 19}, + [1272] = {.lex_state = 450, .external_lex_state = 19}, + [1273] = {.lex_state = 450, .external_lex_state = 19}, + [1274] = {.lex_state = 449, .external_lex_state = 20}, + [1275] = {.lex_state = 450, .external_lex_state = 19}, + [1276] = {.lex_state = 214, .external_lex_state = 23}, + [1277] = {.lex_state = 214, .external_lex_state = 23}, + [1278] = {.lex_state = 214, .external_lex_state = 23}, + [1279] = {.lex_state = 214, .external_lex_state = 23}, + [1280] = {.lex_state = 214, .external_lex_state = 23}, + [1281] = {.lex_state = 450, .external_lex_state = 19}, + [1282] = {.lex_state = 214, .external_lex_state = 23}, + [1283] = {.lex_state = 450, .external_lex_state = 19}, + [1284] = {.lex_state = 450, .external_lex_state = 19}, + [1285] = {.lex_state = 214, .external_lex_state = 23}, + [1286] = {.lex_state = 449, .external_lex_state = 20}, + [1287] = {.lex_state = 254, .external_lex_state = 13}, + [1288] = {.lex_state = 450, .external_lex_state = 19}, + [1289] = {.lex_state = 449, .external_lex_state = 20}, + [1290] = {.lex_state = 214, .external_lex_state = 23}, + [1291] = {.lex_state = 450, .external_lex_state = 19}, + [1292] = {.lex_state = 214, .external_lex_state = 23}, + [1293] = {.lex_state = 214, .external_lex_state = 23}, + [1294] = {.lex_state = 214, .external_lex_state = 23}, + [1295] = {.lex_state = 450, .external_lex_state = 19}, + [1296] = {.lex_state = 450, .external_lex_state = 19}, + [1297] = {.lex_state = 447, .external_lex_state = 10}, + [1298] = {.lex_state = 180, .external_lex_state = 3}, + [1299] = {.lex_state = 180, .external_lex_state = 3}, + [1300] = {.lex_state = 447, .external_lex_state = 10}, + [1301] = {.lex_state = 224, .external_lex_state = 16}, + [1302] = {.lex_state = 230, .external_lex_state = 24}, + [1303] = {.lex_state = 165, .external_lex_state = 11}, + [1304] = {.lex_state = 174, .external_lex_state = 10}, + [1305] = {.lex_state = 447, .external_lex_state = 10}, + [1306] = {.lex_state = 174, .external_lex_state = 10}, + [1307] = {.lex_state = 180, .external_lex_state = 3}, + [1308] = {.lex_state = 444, .external_lex_state = 10}, + [1309] = {.lex_state = 444, .external_lex_state = 10}, + [1310] = {.lex_state = 447, .external_lex_state = 10}, + [1311] = {.lex_state = 444, .external_lex_state = 10}, + [1312] = {.lex_state = 174, .external_lex_state = 10}, + [1313] = {.lex_state = 174, .external_lex_state = 10}, + [1314] = {.lex_state = 447, .external_lex_state = 10}, + [1315] = {.lex_state = 180, .external_lex_state = 3}, + [1316] = {.lex_state = 447, .external_lex_state = 10}, + [1317] = {.lex_state = 444, .external_lex_state = 10}, + [1318] = {.lex_state = 174, .external_lex_state = 10}, + [1319] = {.lex_state = 444, .external_lex_state = 11}, + [1320] = {.lex_state = 250, .external_lex_state = 25}, + [1321] = {.lex_state = 229, .external_lex_state = 24}, + [1322] = {.lex_state = 444, .external_lex_state = 10}, + [1323] = {.lex_state = 250, .external_lex_state = 25}, + [1324] = {.lex_state = 444, .external_lex_state = 10}, + [1325] = {.lex_state = 250, .external_lex_state = 25}, + [1326] = {.lex_state = 180, .external_lex_state = 3}, + [1327] = {.lex_state = 250, .external_lex_state = 25}, + [1328] = {.lex_state = 447, .external_lex_state = 10}, + [1329] = {.lex_state = 444, .external_lex_state = 10}, + [1330] = {.lex_state = 250, .external_lex_state = 25}, + [1331] = {.lex_state = 250, .external_lex_state = 25}, + [1332] = {.lex_state = 174, .external_lex_state = 10}, + [1333] = {.lex_state = 444, .external_lex_state = 11}, + [1334] = {.lex_state = 180, .external_lex_state = 3}, + [1335] = {.lex_state = 447, .external_lex_state = 10}, + [1336] = {.lex_state = 180, .external_lex_state = 3}, + [1337] = {.lex_state = 444, .external_lex_state = 11}, + [1338] = {.lex_state = 174, .external_lex_state = 10}, + [1339] = {.lex_state = 444, .external_lex_state = 10}, + [1340] = {.lex_state = 444, .external_lex_state = 11}, + [1341] = {.lex_state = 174, .external_lex_state = 10}, + [1342] = {.lex_state = 250, .external_lex_state = 25}, + [1343] = {.lex_state = 191, .external_lex_state = 26}, + [1344] = {.lex_state = 447, .external_lex_state = 10}, + [1345] = {.lex_state = 250, .external_lex_state = 25}, + [1346] = {.lex_state = 250, .external_lex_state = 25}, + [1347] = {.lex_state = 447, .external_lex_state = 10}, + [1348] = {.lex_state = 447, .external_lex_state = 10}, + [1349] = {.lex_state = 447, .external_lex_state = 10}, + [1350] = {.lex_state = 250, .external_lex_state = 25}, + [1351] = {.lex_state = 447, .external_lex_state = 10}, + [1352] = {.lex_state = 250, .external_lex_state = 25}, + [1353] = {.lex_state = 250, .external_lex_state = 25}, + [1354] = {.lex_state = 447, .external_lex_state = 10}, + [1355] = {.lex_state = 447, .external_lex_state = 10}, + [1356] = {.lex_state = 447, .external_lex_state = 10}, + [1357] = {.lex_state = 250, .external_lex_state = 25}, + [1358] = {.lex_state = 187, .external_lex_state = 19}, + [1359] = {.lex_state = 447, .external_lex_state = 10}, + [1360] = {.lex_state = 250, .external_lex_state = 25}, + [1361] = {.lex_state = 250, .external_lex_state = 25}, + [1362] = {.lex_state = 225, .external_lex_state = 24}, + [1363] = {.lex_state = 447, .external_lex_state = 10}, + [1364] = {.lex_state = 447, .external_lex_state = 10}, + [1365] = {.lex_state = 225, .external_lex_state = 27}, + [1366] = {.lex_state = 444, .external_lex_state = 11}, + [1367] = {.lex_state = 187, .external_lex_state = 19}, + [1368] = {.lex_state = 447, .external_lex_state = 10}, + [1369] = {.lex_state = 187, .external_lex_state = 19}, + [1370] = {.lex_state = 191, .external_lex_state = 26}, + [1371] = {.lex_state = 191, .external_lex_state = 26}, + [1372] = {.lex_state = 225, .external_lex_state = 24}, + [1373] = {.lex_state = 447, .external_lex_state = 10}, + [1374] = {.lex_state = 225, .external_lex_state = 27}, + [1375] = {.lex_state = 187, .external_lex_state = 19}, + [1376] = {.lex_state = 447, .external_lex_state = 10}, + [1377] = {.lex_state = 447, .external_lex_state = 10}, + [1378] = {.lex_state = 447, .external_lex_state = 10}, + [1379] = {.lex_state = 191, .external_lex_state = 26}, + [1380] = {.lex_state = 229, .external_lex_state = 24}, + [1381] = {.lex_state = 191, .external_lex_state = 26}, + [1382] = {.lex_state = 447, .external_lex_state = 10}, + [1383] = {.lex_state = 191, .external_lex_state = 26}, + [1384] = {.lex_state = 250, .external_lex_state = 25}, + [1385] = {.lex_state = 187, .external_lex_state = 19}, + [1386] = {.lex_state = 250, .external_lex_state = 25}, + [1387] = {.lex_state = 191, .external_lex_state = 26}, + [1388] = {.lex_state = 447, .external_lex_state = 10}, + [1389] = {.lex_state = 447, .external_lex_state = 10}, + [1390] = {.lex_state = 447, .external_lex_state = 10}, + [1391] = {.lex_state = 447, .external_lex_state = 10}, + [1392] = {.lex_state = 447, .external_lex_state = 10}, + [1393] = {.lex_state = 191, .external_lex_state = 26}, + [1394] = {.lex_state = 447, .external_lex_state = 10}, + [1395] = {.lex_state = 250, .external_lex_state = 25}, + [1396] = {.lex_state = 250, .external_lex_state = 25}, + [1397] = {.lex_state = 447, .external_lex_state = 10}, + [1398] = {.lex_state = 224, .external_lex_state = 16}, + [1399] = {.lex_state = 447, .external_lex_state = 10}, + [1400] = {.lex_state = 250, .external_lex_state = 25}, + [1401] = {.lex_state = 447, .external_lex_state = 10}, + [1402] = {.lex_state = 447, .external_lex_state = 10}, + [1403] = {.lex_state = 225, .external_lex_state = 27}, + [1404] = {.lex_state = 447, .external_lex_state = 10}, + [1405] = {.lex_state = 231, .external_lex_state = 24}, + [1406] = {.lex_state = 447, .external_lex_state = 10}, + [1407] = {.lex_state = 225, .external_lex_state = 27}, + [1408] = {.lex_state = 447, .external_lex_state = 10}, + [1409] = {.lex_state = 250, .external_lex_state = 25}, + [1410] = {.lex_state = 447, .external_lex_state = 10}, + [1411] = {.lex_state = 447, .external_lex_state = 10}, + [1412] = {.lex_state = 250, .external_lex_state = 25}, + [1413] = {.lex_state = 447, .external_lex_state = 10}, + [1414] = {.lex_state = 225, .external_lex_state = 24}, + [1415] = {.lex_state = 447, .external_lex_state = 10}, + [1416] = {.lex_state = 250, .external_lex_state = 25}, + [1417] = {.lex_state = 447, .external_lex_state = 10}, + [1418] = {.lex_state = 447, .external_lex_state = 10}, + [1419] = {.lex_state = 447, .external_lex_state = 10}, + [1420] = {.lex_state = 250, .external_lex_state = 25}, + [1421] = {.lex_state = 250, .external_lex_state = 25}, + [1422] = {.lex_state = 250, .external_lex_state = 25}, + [1423] = {.lex_state = 250, .external_lex_state = 25}, + [1424] = {.lex_state = 447, .external_lex_state = 10}, + [1425] = {.lex_state = 447, .external_lex_state = 10}, + [1426] = {.lex_state = 447, .external_lex_state = 10}, + [1427] = {.lex_state = 444, .external_lex_state = 11}, + [1428] = {.lex_state = 224, .external_lex_state = 17}, + [1429] = {.lex_state = 250, .external_lex_state = 25}, + [1430] = {.lex_state = 447, .external_lex_state = 10}, + [1431] = {.lex_state = 191, .external_lex_state = 26}, + [1432] = {.lex_state = 229, .external_lex_state = 24}, + [1433] = {.lex_state = 225, .external_lex_state = 27}, + [1434] = {.lex_state = 447, .external_lex_state = 10}, + [1435] = {.lex_state = 250, .external_lex_state = 25}, + [1436] = {.lex_state = 447, .external_lex_state = 10}, + [1437] = {.lex_state = 225, .external_lex_state = 27}, + [1438] = {.lex_state = 224, .external_lex_state = 18}, + [1439] = {.lex_state = 250, .external_lex_state = 25}, + [1440] = {.lex_state = 447, .external_lex_state = 10}, + [1441] = {.lex_state = 250, .external_lex_state = 25}, + [1442] = {.lex_state = 191, .external_lex_state = 26}, + [1443] = {.lex_state = 230, .external_lex_state = 24}, + [1444] = {.lex_state = 447, .external_lex_state = 10}, + [1445] = {.lex_state = 225, .external_lex_state = 24}, + [1446] = {.lex_state = 230, .external_lex_state = 24}, + [1447] = {.lex_state = 230, .external_lex_state = 24}, + [1448] = {.lex_state = 191, .external_lex_state = 26}, + [1449] = {.lex_state = 230, .external_lex_state = 24}, + [1450] = {.lex_state = 225, .external_lex_state = 24}, + [1451] = {.lex_state = 250, .external_lex_state = 25}, + [1452] = {.lex_state = 447, .external_lex_state = 10}, + [1453] = {.lex_state = 191, .external_lex_state = 26}, + [1454] = {.lex_state = 447, .external_lex_state = 10}, + [1455] = {.lex_state = 447, .external_lex_state = 10}, + [1456] = {.lex_state = 447, .external_lex_state = 10}, + [1457] = {.lex_state = 447, .external_lex_state = 10}, + [1458] = {.lex_state = 447, .external_lex_state = 10}, + [1459] = {.lex_state = 224, .external_lex_state = 16}, + [1460] = {.lex_state = 230, .external_lex_state = 24}, + [1461] = {.lex_state = 230, .external_lex_state = 24}, + [1462] = {.lex_state = 447, .external_lex_state = 10}, + [1463] = {.lex_state = 447, .external_lex_state = 10}, + [1464] = {.lex_state = 447, .external_lex_state = 10}, + [1465] = {.lex_state = 447, .external_lex_state = 10}, + [1466] = {.lex_state = 250, .external_lex_state = 25}, + [1467] = {.lex_state = 447, .external_lex_state = 10}, + [1468] = {.lex_state = 447, .external_lex_state = 10}, + [1469] = {.lex_state = 230, .external_lex_state = 24}, + [1470] = {.lex_state = 230, .external_lex_state = 24}, + [1471] = {.lex_state = 230, .external_lex_state = 24}, + [1472] = {.lex_state = 230, .external_lex_state = 24}, + [1473] = {.lex_state = 447, .external_lex_state = 10}, + [1474] = {.lex_state = 187, .external_lex_state = 19}, + [1475] = {.lex_state = 447, .external_lex_state = 10}, + [1476] = {.lex_state = 447, .external_lex_state = 10}, + [1477] = {.lex_state = 230, .external_lex_state = 24}, + [1478] = {.lex_state = 447, .external_lex_state = 10}, + [1479] = {.lex_state = 230, .external_lex_state = 24}, + [1480] = {.lex_state = 230, .external_lex_state = 24}, + [1481] = {.lex_state = 447, .external_lex_state = 10}, + [1482] = {.lex_state = 447, .external_lex_state = 10}, + [1483] = {.lex_state = 230, .external_lex_state = 24}, + [1484] = {.lex_state = 230, .external_lex_state = 24}, + [1485] = {.lex_state = 447, .external_lex_state = 10}, + [1486] = {.lex_state = 447, .external_lex_state = 10}, + [1487] = {.lex_state = 230, .external_lex_state = 24}, + [1488] = {.lex_state = 230, .external_lex_state = 24}, + [1489] = {.lex_state = 230, .external_lex_state = 24}, + [1490] = {.lex_state = 230, .external_lex_state = 24}, + [1491] = {.lex_state = 187, .external_lex_state = 19}, + [1492] = {.lex_state = 447, .external_lex_state = 10}, + [1493] = {.lex_state = 225, .external_lex_state = 24}, + [1494] = {.lex_state = 224, .external_lex_state = 16}, + [1495] = {.lex_state = 187, .external_lex_state = 20}, + [1496] = {.lex_state = 225, .external_lex_state = 24}, + [1497] = {.lex_state = 187, .external_lex_state = 20}, + [1498] = {.lex_state = 256, .external_lex_state = 28}, + [1499] = {.lex_state = 189, .external_lex_state = 19}, + [1500] = {.lex_state = 189, .external_lex_state = 19}, + [1501] = {.lex_state = 224, .external_lex_state = 16}, + [1502] = {.lex_state = 252, .external_lex_state = 29}, + [1503] = {.lex_state = 225, .external_lex_state = 24}, + [1504] = {.lex_state = 225, .external_lex_state = 24}, + [1505] = {.lex_state = 256, .external_lex_state = 28}, + [1506] = {.lex_state = 231, .external_lex_state = 17}, + [1507] = {.lex_state = 231, .external_lex_state = 17}, + [1508] = {.lex_state = 225, .external_lex_state = 24}, + [1509] = {.lex_state = 225, .external_lex_state = 24}, + [1510] = {.lex_state = 225, .external_lex_state = 24}, + [1511] = {.lex_state = 224, .external_lex_state = 16}, + [1512] = {.lex_state = 225, .external_lex_state = 24}, + [1513] = {.lex_state = 225, .external_lex_state = 24}, + [1514] = {.lex_state = 225, .external_lex_state = 24}, + [1515] = {.lex_state = 252, .external_lex_state = 29}, + [1516] = {.lex_state = 256, .external_lex_state = 28}, + [1517] = {.lex_state = 187, .external_lex_state = 20}, + [1518] = {.lex_state = 224, .external_lex_state = 16}, + [1519] = {.lex_state = 189, .external_lex_state = 19}, + [1520] = {.lex_state = 229, .external_lex_state = 24}, + [1521] = {.lex_state = 187, .external_lex_state = 20}, + [1522] = {.lex_state = 189, .external_lex_state = 19}, + [1523] = {.lex_state = 224, .external_lex_state = 16}, + [1524] = {.lex_state = 252, .external_lex_state = 29}, + [1525] = {.lex_state = 224, .external_lex_state = 16}, + [1526] = {.lex_state = 189, .external_lex_state = 19}, + [1527] = {.lex_state = 225, .external_lex_state = 24}, + [1528] = {.lex_state = 225, .external_lex_state = 24}, + [1529] = {.lex_state = 252, .external_lex_state = 29}, + [1530] = {.lex_state = 225, .external_lex_state = 24}, + [1531] = {.lex_state = 224, .external_lex_state = 16}, + [1532] = {.lex_state = 229, .external_lex_state = 17}, + [1533] = {.lex_state = 225, .external_lex_state = 17}, + [1534] = {.lex_state = 189, .external_lex_state = 19}, + [1535] = {.lex_state = 249, .external_lex_state = 12}, + [1536] = {.lex_state = 225, .external_lex_state = 24}, + [1537] = {.lex_state = 225, .external_lex_state = 24}, + [1538] = {.lex_state = 225, .external_lex_state = 24}, + [1539] = {.lex_state = 224, .external_lex_state = 16}, + [1540] = {.lex_state = 189, .external_lex_state = 19}, + [1541] = {.lex_state = 189, .external_lex_state = 19}, + [1542] = {.lex_state = 225, .external_lex_state = 17}, + [1543] = {.lex_state = 225, .external_lex_state = 17}, + [1544] = {.lex_state = 189, .external_lex_state = 19}, + [1545] = {.lex_state = 252, .external_lex_state = 29}, + [1546] = {.lex_state = 225, .external_lex_state = 17}, + [1547] = {.lex_state = 256, .external_lex_state = 28}, + [1548] = {.lex_state = 225, .external_lex_state = 17}, + [1549] = {.lex_state = 249, .external_lex_state = 12}, + [1550] = {.lex_state = 229, .external_lex_state = 17}, + [1551] = {.lex_state = 252, .external_lex_state = 29}, + [1552] = {.lex_state = 256, .external_lex_state = 28}, + [1553] = {.lex_state = 225, .external_lex_state = 24}, + [1554] = {.lex_state = 225, .external_lex_state = 24}, + [1555] = {.lex_state = 224, .external_lex_state = 16}, + [1556] = {.lex_state = 224, .external_lex_state = 16}, + [1557] = {.lex_state = 187, .external_lex_state = 20}, + [1558] = {.lex_state = 224, .external_lex_state = 24}, + [1559] = {.lex_state = 225, .external_lex_state = 24}, + [1560] = {.lex_state = 447, .external_lex_state = 10}, + [1561] = {.lex_state = 225, .external_lex_state = 24}, + [1562] = {.lex_state = 224, .external_lex_state = 16}, + [1563] = {.lex_state = 252, .external_lex_state = 29}, + [1564] = {.lex_state = 224, .external_lex_state = 16}, + [1565] = {.lex_state = 224, .external_lex_state = 16}, + [1566] = {.lex_state = 256, .external_lex_state = 28}, + [1567] = {.lex_state = 224, .external_lex_state = 16}, + [1568] = {.lex_state = 252, .external_lex_state = 29}, + [1569] = {.lex_state = 256, .external_lex_state = 28}, + [1570] = {.lex_state = 256, .external_lex_state = 28}, + [1571] = {.lex_state = 447, .external_lex_state = 10}, + [1572] = {.lex_state = 225, .external_lex_state = 24}, + [1573] = {.lex_state = 224, .external_lex_state = 16}, + [1574] = {.lex_state = 225, .external_lex_state = 24}, + [1575] = {.lex_state = 225, .external_lex_state = 17}, + [1576] = {.lex_state = 225, .external_lex_state = 24}, + [1577] = {.lex_state = 224, .external_lex_state = 16}, + [1578] = {.lex_state = 225, .external_lex_state = 24}, + [1579] = {.lex_state = 225, .external_lex_state = 24}, + [1580] = {.lex_state = 224, .external_lex_state = 16}, + [1581] = {.lex_state = 224, .external_lex_state = 16}, + [1582] = {.lex_state = 225, .external_lex_state = 24}, + [1583] = {.lex_state = 202, .external_lex_state = 2}, + [1584] = {.lex_state = 225, .external_lex_state = 24}, + [1585] = {.lex_state = 224, .external_lex_state = 24}, + [1586] = {.lex_state = 224, .external_lex_state = 24}, + [1587] = {.lex_state = 202, .external_lex_state = 2}, + [1588] = {.lex_state = 224, .external_lex_state = 16}, + [1589] = {.lex_state = 225, .external_lex_state = 24}, + [1590] = {.lex_state = 227, .external_lex_state = 30}, + [1591] = {.lex_state = 229, .external_lex_state = 17}, + [1592] = {.lex_state = 251, .external_lex_state = 28}, + [1593] = {.lex_state = 256, .external_lex_state = 28}, + [1594] = {.lex_state = 224, .external_lex_state = 16}, + [1595] = {.lex_state = 256, .external_lex_state = 28}, + [1596] = {.lex_state = 224, .external_lex_state = 16}, + [1597] = {.lex_state = 251, .external_lex_state = 28}, + [1598] = {.lex_state = 224, .external_lex_state = 16}, + [1599] = {.lex_state = 249, .external_lex_state = 12}, + [1600] = {.lex_state = 224, .external_lex_state = 16}, + [1601] = {.lex_state = 224, .external_lex_state = 16}, + [1602] = {.lex_state = 252, .external_lex_state = 29}, + [1603] = {.lex_state = 224, .external_lex_state = 18}, + [1604] = {.lex_state = 224, .external_lex_state = 31}, + [1605] = {.lex_state = 224, .external_lex_state = 16}, + [1606] = {.lex_state = 256, .external_lex_state = 28}, + [1607] = {.lex_state = 224, .external_lex_state = 31}, + [1608] = {.lex_state = 256, .external_lex_state = 28}, + [1609] = {.lex_state = 224, .external_lex_state = 31}, + [1610] = {.lex_state = 256, .external_lex_state = 28}, + [1611] = {.lex_state = 225, .external_lex_state = 32}, + [1612] = {.lex_state = 225, .external_lex_state = 32}, + [1613] = {.lex_state = 252, .external_lex_state = 29}, + [1614] = {.lex_state = 256, .external_lex_state = 28}, + [1615] = {.lex_state = 224, .external_lex_state = 16}, + [1616] = {.lex_state = 224, .external_lex_state = 16}, + [1617] = {.lex_state = 225, .external_lex_state = 24}, + [1618] = {.lex_state = 251, .external_lex_state = 28}, + [1619] = {.lex_state = 251, .external_lex_state = 28}, + [1620] = {.lex_state = 224, .external_lex_state = 16}, + [1621] = {.lex_state = 249, .external_lex_state = 12}, + [1622] = {.lex_state = 251, .external_lex_state = 28}, + [1623] = {.lex_state = 256, .external_lex_state = 28}, + [1624] = {.lex_state = 252, .external_lex_state = 29}, + [1625] = {.lex_state = 251, .external_lex_state = 28}, + [1626] = {.lex_state = 224, .external_lex_state = 16}, + [1627] = {.lex_state = 252, .external_lex_state = 29}, + [1628] = {.lex_state = 256, .external_lex_state = 33}, + [1629] = {.lex_state = 249, .external_lex_state = 12}, + [1630] = {.lex_state = 224, .external_lex_state = 16}, + [1631] = {.lex_state = 256, .external_lex_state = 28}, + [1632] = {.lex_state = 256, .external_lex_state = 28}, + [1633] = {.lex_state = 224, .external_lex_state = 16}, + [1634] = {.lex_state = 252, .external_lex_state = 29}, + [1635] = {.lex_state = 224, .external_lex_state = 16}, + [1636] = {.lex_state = 225, .external_lex_state = 24}, + [1637] = {.lex_state = 256, .external_lex_state = 28}, + [1638] = {.lex_state = 256, .external_lex_state = 28}, + [1639] = {.lex_state = 252, .external_lex_state = 29}, + [1640] = {.lex_state = 256, .external_lex_state = 28}, + [1641] = {.lex_state = 252, .external_lex_state = 29}, + [1642] = {.lex_state = 252, .external_lex_state = 29}, + [1643] = {.lex_state = 224, .external_lex_state = 31}, + [1644] = {.lex_state = 224, .external_lex_state = 16}, + [1645] = {.lex_state = 256, .external_lex_state = 33}, + [1646] = {.lex_state = 224, .external_lex_state = 16}, + [1647] = {.lex_state = 256, .external_lex_state = 33}, + [1648] = {.lex_state = 252, .external_lex_state = 29}, + [1649] = {.lex_state = 252, .external_lex_state = 29}, + [1650] = {.lex_state = 225, .external_lex_state = 32}, + [1651] = {.lex_state = 224, .external_lex_state = 16}, + [1652] = {.lex_state = 224, .external_lex_state = 18}, + [1653] = {.lex_state = 251, .external_lex_state = 28}, + [1654] = {.lex_state = 251, .external_lex_state = 28}, + [1655] = {.lex_state = 252, .external_lex_state = 29}, + [1656] = {.lex_state = 252, .external_lex_state = 29}, + [1657] = {.lex_state = 252, .external_lex_state = 29}, + [1658] = {.lex_state = 252, .external_lex_state = 29}, + [1659] = {.lex_state = 249, .external_lex_state = 12}, + [1660] = {.lex_state = 225, .external_lex_state = 17}, + [1661] = {.lex_state = 224, .external_lex_state = 31}, + [1662] = {.lex_state = 224, .external_lex_state = 16}, + [1663] = {.lex_state = 252, .external_lex_state = 29}, + [1664] = {.lex_state = 225, .external_lex_state = 17}, + [1665] = {.lex_state = 225, .external_lex_state = 32}, + [1666] = {.lex_state = 256, .external_lex_state = 28}, + [1667] = {.lex_state = 252, .external_lex_state = 29}, + [1668] = {.lex_state = 256, .external_lex_state = 28}, + [1669] = {.lex_state = 256, .external_lex_state = 28}, + [1670] = {.lex_state = 224, .external_lex_state = 31}, + [1671] = {.lex_state = 256, .external_lex_state = 33}, + [1672] = {.lex_state = 224, .external_lex_state = 16}, + [1673] = {.lex_state = 252, .external_lex_state = 29}, + [1674] = {.lex_state = 256, .external_lex_state = 28}, + [1675] = {.lex_state = 231, .external_lex_state = 17}, + [1676] = {.lex_state = 251, .external_lex_state = 28}, + [1677] = {.lex_state = 256, .external_lex_state = 28}, + [1678] = {.lex_state = 252, .external_lex_state = 29}, + [1679] = {.lex_state = 251, .external_lex_state = 28}, + [1680] = {.lex_state = 256, .external_lex_state = 28}, + [1681] = {.lex_state = 225, .external_lex_state = 24}, + [1682] = {.lex_state = 252, .external_lex_state = 29}, + [1683] = {.lex_state = 256, .external_lex_state = 28}, + [1684] = {.lex_state = 224, .external_lex_state = 16}, + [1685] = {.lex_state = 224, .external_lex_state = 16}, + [1686] = {.lex_state = 256, .external_lex_state = 33}, + [1687] = {.lex_state = 256, .external_lex_state = 33}, + [1688] = {.lex_state = 225, .external_lex_state = 30}, + [1689] = {.lex_state = 251, .external_lex_state = 28}, + [1690] = {.lex_state = 251, .external_lex_state = 28}, + [1691] = {.lex_state = 224, .external_lex_state = 16}, + [1692] = {.lex_state = 225, .external_lex_state = 30}, + [1693] = {.lex_state = 256, .external_lex_state = 33}, + [1694] = {.lex_state = 224, .external_lex_state = 16}, + [1695] = {.lex_state = 256, .external_lex_state = 33}, + [1696] = {.lex_state = 224, .external_lex_state = 27}, + [1697] = {.lex_state = 225, .external_lex_state = 30}, + [1698] = {.lex_state = 224, .external_lex_state = 27}, + [1699] = {.lex_state = 224, .external_lex_state = 16}, + [1700] = {.lex_state = 225, .external_lex_state = 30}, + [1701] = {.lex_state = 224, .external_lex_state = 16}, + [1702] = {.lex_state = 256, .external_lex_state = 33}, + [1703] = {.lex_state = 256, .external_lex_state = 33}, + [1704] = {.lex_state = 255, .external_lex_state = 13}, + [1705] = {.lex_state = 256, .external_lex_state = 33}, + [1706] = {.lex_state = 224, .external_lex_state = 34}, + [1707] = {.lex_state = 249, .external_lex_state = 12}, + [1708] = {.lex_state = 225, .external_lex_state = 30}, + [1709] = {.lex_state = 256, .external_lex_state = 33}, + [1710] = {.lex_state = 225, .external_lex_state = 17}, + [1711] = {.lex_state = 224, .external_lex_state = 34}, + [1712] = {.lex_state = 225, .external_lex_state = 30}, + [1713] = {.lex_state = 225, .external_lex_state = 17}, + [1714] = {.lex_state = 225, .external_lex_state = 30}, + [1715] = {.lex_state = 225, .external_lex_state = 17}, + [1716] = {.lex_state = 251, .external_lex_state = 28}, + [1717] = {.lex_state = 225, .external_lex_state = 30}, + [1718] = {.lex_state = 225, .external_lex_state = 30}, + [1719] = {.lex_state = 225, .external_lex_state = 30}, + [1720] = {.lex_state = 225, .external_lex_state = 30}, + [1721] = {.lex_state = 225, .external_lex_state = 30}, + [1722] = {.lex_state = 253, .external_lex_state = 15}, + [1723] = {.lex_state = 225, .external_lex_state = 30}, + [1724] = {.lex_state = 225, .external_lex_state = 30}, + [1725] = {.lex_state = 225, .external_lex_state = 30}, + [1726] = {.lex_state = 225, .external_lex_state = 30}, + [1727] = {.lex_state = 225, .external_lex_state = 30}, + [1728] = {.lex_state = 225, .external_lex_state = 30}, + [1729] = {.lex_state = 225, .external_lex_state = 17}, + [1730] = {.lex_state = 225, .external_lex_state = 30}, + [1731] = {.lex_state = 225, .external_lex_state = 30}, + [1732] = {.lex_state = 225, .external_lex_state = 30}, + [1733] = {.lex_state = 253, .external_lex_state = 15}, + [1734] = {.lex_state = 251, .external_lex_state = 28}, + [1735] = {.lex_state = 251, .external_lex_state = 28}, + [1736] = {.lex_state = 225, .external_lex_state = 30}, + [1737] = {.lex_state = 225, .external_lex_state = 30}, + [1738] = {.lex_state = 251, .external_lex_state = 28}, + [1739] = {.lex_state = 225, .external_lex_state = 30}, + [1740] = {.lex_state = 225, .external_lex_state = 30}, + [1741] = {.lex_state = 224, .external_lex_state = 27}, + [1742] = {.lex_state = 225, .external_lex_state = 30}, + [1743] = {.lex_state = 225, .external_lex_state = 30}, + [1744] = {.lex_state = 225, .external_lex_state = 30}, + [1745] = {.lex_state = 224, .external_lex_state = 34}, + [1746] = {.lex_state = 256, .external_lex_state = 33}, + [1747] = {.lex_state = 138, .external_lex_state = 35}, + [1748] = {.lex_state = 251, .external_lex_state = 28}, + [1749] = {.lex_state = 225, .external_lex_state = 30}, + [1750] = {.lex_state = 225, .external_lex_state = 30}, + [1751] = {.lex_state = 225, .external_lex_state = 30}, + [1752] = {.lex_state = 256, .external_lex_state = 33}, + [1753] = {.lex_state = 225, .external_lex_state = 30}, + [1754] = {.lex_state = 225, .external_lex_state = 30}, + [1755] = {.lex_state = 251, .external_lex_state = 28}, + [1756] = {.lex_state = 138, .external_lex_state = 35}, + [1757] = {.lex_state = 225, .external_lex_state = 30}, + [1758] = {.lex_state = 225, .external_lex_state = 30}, + [1759] = {.lex_state = 256, .external_lex_state = 33}, + [1760] = {.lex_state = 256, .external_lex_state = 33}, + [1761] = {.lex_state = 225, .external_lex_state = 30}, + [1762] = {.lex_state = 251, .external_lex_state = 28}, + [1763] = {.lex_state = 225, .external_lex_state = 30}, + [1764] = {.lex_state = 224, .external_lex_state = 34}, + [1765] = {.lex_state = 225, .external_lex_state = 30}, + [1766] = {.lex_state = 225, .external_lex_state = 17}, + [1767] = {.lex_state = 224, .external_lex_state = 27}, + [1768] = {.lex_state = 224, .external_lex_state = 27}, + [1769] = {.lex_state = 224, .external_lex_state = 16}, + [1770] = {.lex_state = 253, .external_lex_state = 15}, + [1771] = {.lex_state = 255, .external_lex_state = 13}, + [1772] = {.lex_state = 225, .external_lex_state = 30}, + [1773] = {.lex_state = 224, .external_lex_state = 16}, + [1774] = {.lex_state = 225, .external_lex_state = 30}, + [1775] = {.lex_state = 224, .external_lex_state = 16}, + [1776] = {.lex_state = 225, .external_lex_state = 30}, + [1777] = {.lex_state = 225, .external_lex_state = 30}, + [1778] = {.lex_state = 225, .external_lex_state = 30}, + [1779] = {.lex_state = 225, .external_lex_state = 30}, + [1780] = {.lex_state = 225, .external_lex_state = 30}, + [1781] = {.lex_state = 256, .external_lex_state = 33}, + [1782] = {.lex_state = 225, .external_lex_state = 30}, + [1783] = {.lex_state = 256, .external_lex_state = 33}, + [1784] = {.lex_state = 225, .external_lex_state = 30}, + [1785] = {.lex_state = 256, .external_lex_state = 33}, + [1786] = {.lex_state = 225, .external_lex_state = 30}, + [1787] = {.lex_state = 225, .external_lex_state = 30}, + [1788] = {.lex_state = 224, .external_lex_state = 16}, + [1789] = {.lex_state = 225, .external_lex_state = 30}, + [1790] = {.lex_state = 225, .external_lex_state = 30}, + [1791] = {.lex_state = 251, .external_lex_state = 28}, + [1792] = {.lex_state = 225, .external_lex_state = 17}, + [1793] = {.lex_state = 225, .external_lex_state = 30}, + [1794] = {.lex_state = 251, .external_lex_state = 28}, + [1795] = {.lex_state = 251, .external_lex_state = 28}, + [1796] = {.lex_state = 224, .external_lex_state = 27}, + [1797] = {.lex_state = 225, .external_lex_state = 30}, + [1798] = {.lex_state = 225, .external_lex_state = 30}, + [1799] = {.lex_state = 256, .external_lex_state = 33}, + [1800] = {.lex_state = 251, .external_lex_state = 28}, + [1801] = {.lex_state = 249, .external_lex_state = 12}, + [1802] = {.lex_state = 225, .external_lex_state = 30}, + [1803] = {.lex_state = 251, .external_lex_state = 28}, + [1804] = {.lex_state = 225, .external_lex_state = 30}, + [1805] = {.lex_state = 251, .external_lex_state = 28}, + [1806] = {.lex_state = 256, .external_lex_state = 33}, + [1807] = {.lex_state = 225, .external_lex_state = 30}, + [1808] = {.lex_state = 225, .external_lex_state = 30}, + [1809] = {.lex_state = 225, .external_lex_state = 30}, + [1810] = {.lex_state = 251, .external_lex_state = 28}, + [1811] = {.lex_state = 224, .external_lex_state = 34}, + [1812] = {.lex_state = 251, .external_lex_state = 28}, + [1813] = {.lex_state = 225, .external_lex_state = 30}, + [1814] = {.lex_state = 225, .external_lex_state = 30}, + [1815] = {.lex_state = 224, .external_lex_state = 16}, + [1816] = {.lex_state = 224, .external_lex_state = 34}, + [1817] = {.lex_state = 224, .external_lex_state = 18}, + [1818] = {.lex_state = 255, .external_lex_state = 13}, + [1819] = {.lex_state = 256, .external_lex_state = 33}, + [1820] = {.lex_state = 225, .external_lex_state = 17}, + [1821] = {.lex_state = 256, .external_lex_state = 33}, + [1822] = {.lex_state = 225, .external_lex_state = 30}, + [1823] = {.lex_state = 251, .external_lex_state = 28}, + [1824] = {.lex_state = 251, .external_lex_state = 28}, + [1825] = {.lex_state = 225, .external_lex_state = 30}, + [1826] = {.lex_state = 225, .external_lex_state = 30}, + [1827] = {.lex_state = 225, .external_lex_state = 30}, + [1828] = {.lex_state = 224, .external_lex_state = 16}, + [1829] = {.lex_state = 224, .external_lex_state = 16}, + [1830] = {.lex_state = 224, .external_lex_state = 16}, + [1831] = {.lex_state = 256, .external_lex_state = 33}, + [1832] = {.lex_state = 256, .external_lex_state = 33}, + [1833] = {.lex_state = 225, .external_lex_state = 30}, + [1834] = {.lex_state = 224, .external_lex_state = 16}, + [1835] = {.lex_state = 225, .external_lex_state = 17}, + [1836] = {.lex_state = 225, .external_lex_state = 17}, + [1837] = {.lex_state = 225, .external_lex_state = 17}, + [1838] = {.lex_state = 225, .external_lex_state = 17}, + [1839] = {.lex_state = 224, .external_lex_state = 18}, + [1840] = {.lex_state = 225, .external_lex_state = 17}, + [1841] = {.lex_state = 253, .external_lex_state = 15}, + [1842] = {.lex_state = 255, .external_lex_state = 14}, + [1843] = {.lex_state = 230, .external_lex_state = 30}, + [1844] = {.lex_state = 254, .external_lex_state = 13}, + [1845] = {.lex_state = 138, .external_lex_state = 36}, + [1846] = {.lex_state = 138, .external_lex_state = 36}, + [1847] = {.lex_state = 254, .external_lex_state = 13}, + [1848] = {.lex_state = 225, .external_lex_state = 17}, + [1849] = {.lex_state = 148, .external_lex_state = 35}, + [1850] = {.lex_state = 148, .external_lex_state = 35}, + [1851] = {.lex_state = 224, .external_lex_state = 18}, + [1852] = {.lex_state = 225, .external_lex_state = 17}, + [1853] = {.lex_state = 225, .external_lex_state = 17}, + [1854] = {.lex_state = 225, .external_lex_state = 17}, + [1855] = {.lex_state = 224, .external_lex_state = 17}, + [1856] = {.lex_state = 225, .external_lex_state = 17}, + [1857] = {.lex_state = 257, .external_lex_state = 21}, + [1858] = {.lex_state = 257, .external_lex_state = 21}, + [1859] = {.lex_state = 225, .external_lex_state = 17}, + [1860] = {.lex_state = 257, .external_lex_state = 21}, + [1861] = {.lex_state = 257, .external_lex_state = 21}, + [1862] = {.lex_state = 253, .external_lex_state = 15}, + [1863] = {.lex_state = 224, .external_lex_state = 17}, + [1864] = {.lex_state = 224, .external_lex_state = 17}, + [1865] = {.lex_state = 224, .external_lex_state = 18}, + [1866] = {.lex_state = 224, .external_lex_state = 17}, + [1867] = {.lex_state = 253, .external_lex_state = 15}, + [1868] = {.lex_state = 225, .external_lex_state = 17}, + [1869] = {.lex_state = 224, .external_lex_state = 17}, + [1870] = {.lex_state = 257, .external_lex_state = 21}, + [1871] = {.lex_state = 257, .external_lex_state = 21}, + [1872] = {.lex_state = 224, .external_lex_state = 32}, + [1873] = {.lex_state = 224, .external_lex_state = 32}, + [1874] = {.lex_state = 253, .external_lex_state = 15}, + [1875] = {.lex_state = 224, .external_lex_state = 18}, + [1876] = {.lex_state = 224, .external_lex_state = 17}, + [1877] = {.lex_state = 224, .external_lex_state = 17}, + [1878] = {.lex_state = 225, .external_lex_state = 17}, + [1879] = {.lex_state = 224, .external_lex_state = 18}, + [1880] = {.lex_state = 224, .external_lex_state = 18}, + [1881] = {.lex_state = 224, .external_lex_state = 18}, + [1882] = {.lex_state = 257, .external_lex_state = 21}, + [1883] = {.lex_state = 225, .external_lex_state = 17}, + [1884] = {.lex_state = 224, .external_lex_state = 32}, + [1885] = {.lex_state = 257, .external_lex_state = 21}, + [1886] = {.lex_state = 225, .external_lex_state = 30}, + [1887] = {.lex_state = 225, .external_lex_state = 17}, + [1888] = {.lex_state = 225, .external_lex_state = 17}, + [1889] = {.lex_state = 225, .external_lex_state = 17}, + [1890] = {.lex_state = 224, .external_lex_state = 17}, + [1891] = {.lex_state = 225, .external_lex_state = 17}, + [1892] = {.lex_state = 224, .external_lex_state = 17}, + [1893] = {.lex_state = 224, .external_lex_state = 18}, + [1894] = {.lex_state = 224, .external_lex_state = 18}, + [1895] = {.lex_state = 224, .external_lex_state = 18}, + [1896] = {.lex_state = 224, .external_lex_state = 18}, + [1897] = {.lex_state = 224, .external_lex_state = 32}, + [1898] = {.lex_state = 224, .external_lex_state = 17}, + [1899] = {.lex_state = 255, .external_lex_state = 13}, + [1900] = {.lex_state = 255, .external_lex_state = 13}, + [1901] = {.lex_state = 255, .external_lex_state = 14}, + [1902] = {.lex_state = 255, .external_lex_state = 13}, + [1903] = {.lex_state = 225, .external_lex_state = 17}, + [1904] = {.lex_state = 254, .external_lex_state = 13}, + [1905] = {.lex_state = 224, .external_lex_state = 18}, + [1906] = {.lex_state = 225, .external_lex_state = 17}, + [1907] = {.lex_state = 254, .external_lex_state = 13}, + [1908] = {.lex_state = 257, .external_lex_state = 21}, + [1909] = {.lex_state = 257, .external_lex_state = 21}, + [1910] = {.lex_state = 225, .external_lex_state = 17}, + [1911] = {.lex_state = 225, .external_lex_state = 17}, + [1912] = {.lex_state = 257, .external_lex_state = 21}, + [1913] = {.lex_state = 257, .external_lex_state = 21}, + [1914] = {.lex_state = 224, .external_lex_state = 17}, + [1915] = {.lex_state = 224, .external_lex_state = 17}, + [1916] = {.lex_state = 255, .external_lex_state = 13}, + [1917] = {.lex_state = 224, .external_lex_state = 17}, + [1918] = {.lex_state = 224, .external_lex_state = 17}, + [1919] = {.lex_state = 225, .external_lex_state = 17}, + [1920] = {.lex_state = 246, .external_lex_state = 21}, + [1921] = {.lex_state = 246, .external_lex_state = 21}, + [1922] = {.lex_state = 224, .external_lex_state = 30}, + [1923] = {.lex_state = 224, .external_lex_state = 30}, + [1924] = {.lex_state = 224, .external_lex_state = 30}, + [1925] = {.lex_state = 224, .external_lex_state = 30}, + [1926] = {.lex_state = 224, .external_lex_state = 30}, + [1927] = {.lex_state = 224, .external_lex_state = 30}, + [1928] = {.lex_state = 246, .external_lex_state = 21}, + [1929] = {.lex_state = 254, .external_lex_state = 13}, + [1930] = {.lex_state = 224, .external_lex_state = 30}, + [1931] = {.lex_state = 224, .external_lex_state = 30}, + [1932] = {.lex_state = 224, .external_lex_state = 30}, + [1933] = {.lex_state = 224, .external_lex_state = 30}, + [1934] = {.lex_state = 225, .external_lex_state = 17}, + [1935] = {.lex_state = 224, .external_lex_state = 30}, + [1936] = {.lex_state = 151, .external_lex_state = 35}, + [1937] = {.lex_state = 151, .external_lex_state = 35}, + [1938] = {.lex_state = 224, .external_lex_state = 30}, + [1939] = {.lex_state = 254, .external_lex_state = 13}, + [1940] = {.lex_state = 224, .external_lex_state = 30}, + [1941] = {.lex_state = 224, .external_lex_state = 30}, + [1942] = {.lex_state = 254, .external_lex_state = 13}, + [1943] = {.lex_state = 254, .external_lex_state = 13}, + [1944] = {.lex_state = 254, .external_lex_state = 13}, + [1945] = {.lex_state = 246, .external_lex_state = 21}, + [1946] = {.lex_state = 254, .external_lex_state = 13}, + [1947] = {.lex_state = 246, .external_lex_state = 21}, + [1948] = {.lex_state = 246, .external_lex_state = 21}, + [1949] = {.lex_state = 246, .external_lex_state = 21}, + [1950] = {.lex_state = 224, .external_lex_state = 30}, + [1951] = {.lex_state = 246, .external_lex_state = 21}, + [1952] = {.lex_state = 246, .external_lex_state = 21}, + [1953] = {.lex_state = 148, .external_lex_state = 36}, + [1954] = {.lex_state = 148, .external_lex_state = 36}, + [1955] = {.lex_state = 254, .external_lex_state = 13}, + [1956] = {.lex_state = 224, .external_lex_state = 30}, + [1957] = {.lex_state = 154, .external_lex_state = 35}, + [1958] = {.lex_state = 224, .external_lex_state = 30}, + [1959] = {.lex_state = 224, .external_lex_state = 30}, + [1960] = {.lex_state = 225, .external_lex_state = 30}, + [1961] = {.lex_state = 254, .external_lex_state = 13}, + [1962] = {.lex_state = 224, .external_lex_state = 30}, + [1963] = {.lex_state = 255, .external_lex_state = 14}, + [1964] = {.lex_state = 246, .external_lex_state = 21}, + [1965] = {.lex_state = 224, .external_lex_state = 30}, + [1966] = {.lex_state = 224, .external_lex_state = 30}, + [1967] = {.lex_state = 246, .external_lex_state = 21}, + [1968] = {.lex_state = 246, .external_lex_state = 21}, + [1969] = {.lex_state = 246, .external_lex_state = 21}, + [1970] = {.lex_state = 224, .external_lex_state = 30}, + [1971] = {.lex_state = 246, .external_lex_state = 21}, + [1972] = {.lex_state = 225, .external_lex_state = 17}, + [1973] = {.lex_state = 225, .external_lex_state = 30}, + [1974] = {.lex_state = 224, .external_lex_state = 30}, + [1975] = {.lex_state = 246, .external_lex_state = 21}, + [1976] = {.lex_state = 224, .external_lex_state = 30}, + [1977] = {.lex_state = 154, .external_lex_state = 35}, + [1978] = {.lex_state = 246, .external_lex_state = 21}, + [1979] = {.lex_state = 441, .external_lex_state = 35}, + [1980] = {.lex_state = 224, .external_lex_state = 30}, + [1981] = {.lex_state = 225, .external_lex_state = 17}, + [1982] = {.lex_state = 225, .external_lex_state = 17}, + [1983] = {.lex_state = 246, .external_lex_state = 21}, + [1984] = {.lex_state = 441, .external_lex_state = 35}, + [1985] = {.lex_state = 246, .external_lex_state = 21}, + [1986] = {.lex_state = 267, .external_lex_state = 37}, + [1987] = {.lex_state = 246, .external_lex_state = 21}, + [1988] = {.lex_state = 441, .external_lex_state = 35}, + [1989] = {.lex_state = 192, .external_lex_state = 38}, + [1990] = {.lex_state = 441, .external_lex_state = 35}, + [1991] = {.lex_state = 192, .external_lex_state = 38}, + [1992] = {.lex_state = 154, .external_lex_state = 36}, + [1993] = {.lex_state = 154, .external_lex_state = 36}, + [1994] = {.lex_state = 192, .external_lex_state = 38}, + [1995] = {.lex_state = 67, .external_lex_state = 39}, + [1996] = {.lex_state = 441, .external_lex_state = 36}, + [1997] = {.lex_state = 151, .external_lex_state = 36}, + [1998] = {.lex_state = 192, .external_lex_state = 38}, + [1999] = {.lex_state = 441, .external_lex_state = 36}, + [2000] = {.lex_state = 151, .external_lex_state = 36}, + [2001] = {.lex_state = 441, .external_lex_state = 36}, + [2002] = {.lex_state = 262, .external_lex_state = 40}, + [2003] = {.lex_state = 185, .external_lex_state = 38}, + [2004] = {.lex_state = 185, .external_lex_state = 38}, + [2005] = {.lex_state = 262, .external_lex_state = 40}, + [2006] = {.lex_state = 267, .external_lex_state = 37}, + [2007] = {.lex_state = 267, .external_lex_state = 37}, + [2008] = {.lex_state = 262, .external_lex_state = 40}, + [2009] = {.lex_state = 67, .external_lex_state = 39}, + [2010] = {.lex_state = 67, .external_lex_state = 39}, + [2011] = {.lex_state = 67, .external_lex_state = 39}, + [2012] = {.lex_state = 67, .external_lex_state = 39}, + [2013] = {.lex_state = 267, .external_lex_state = 37}, + [2014] = {.lex_state = 262, .external_lex_state = 40}, + [2015] = {.lex_state = 67, .external_lex_state = 39}, + [2016] = {.lex_state = 67, .external_lex_state = 39}, + [2017] = {.lex_state = 67, .external_lex_state = 39}, + [2018] = {.lex_state = 67, .external_lex_state = 39}, + [2019] = {.lex_state = 267, .external_lex_state = 37}, + [2020] = {.lex_state = 262, .external_lex_state = 40}, + [2021] = {.lex_state = 67, .external_lex_state = 39}, + [2022] = {.lex_state = 67, .external_lex_state = 39}, + [2023] = {.lex_state = 262, .external_lex_state = 40}, + [2024] = {.lex_state = 262, .external_lex_state = 40}, + [2025] = {.lex_state = 262, .external_lex_state = 40}, + [2026] = {.lex_state = 262, .external_lex_state = 40}, + [2027] = {.lex_state = 262, .external_lex_state = 40}, + [2028] = {.lex_state = 67, .external_lex_state = 39}, + [2029] = {.lex_state = 262, .external_lex_state = 40}, + [2030] = {.lex_state = 67, .external_lex_state = 39}, + [2031] = {.lex_state = 67, .external_lex_state = 39}, + [2032] = {.lex_state = 262, .external_lex_state = 40}, + [2033] = {.lex_state = 262, .external_lex_state = 40}, + [2034] = {.lex_state = 262, .external_lex_state = 40}, + [2035] = {.lex_state = 67, .external_lex_state = 39}, + [2036] = {.lex_state = 67, .external_lex_state = 39}, + [2037] = {.lex_state = 67, .external_lex_state = 39}, + [2038] = {.lex_state = 262, .external_lex_state = 40}, + [2039] = {.lex_state = 262, .external_lex_state = 40}, + [2040] = {.lex_state = 67, .external_lex_state = 39}, + [2041] = {.lex_state = 67, .external_lex_state = 39}, + [2042] = {.lex_state = 262, .external_lex_state = 40}, + [2043] = {.lex_state = 262, .external_lex_state = 40}, + [2044] = {.lex_state = 67, .external_lex_state = 39}, + [2045] = {.lex_state = 262, .external_lex_state = 40}, + [2046] = {.lex_state = 67, .external_lex_state = 39}, + [2047] = {.lex_state = 262, .external_lex_state = 40}, + [2048] = {.lex_state = 67, .external_lex_state = 39}, + [2049] = {.lex_state = 262, .external_lex_state = 40}, + [2050] = {.lex_state = 262, .external_lex_state = 40}, + [2051] = {.lex_state = 262, .external_lex_state = 40}, + [2052] = {.lex_state = 441, .external_lex_state = 36}, + [2053] = {.lex_state = 232, .external_lex_state = 30}, + [2054] = {.lex_state = 246, .external_lex_state = 2}, + [2055] = {.lex_state = 233, .external_lex_state = 30}, + [2056] = {.lex_state = 233, .external_lex_state = 30}, + [2057] = {.lex_state = 246, .external_lex_state = 23}, + [2058] = {.lex_state = 246, .external_lex_state = 23}, + [2059] = {.lex_state = 233, .external_lex_state = 30}, + [2060] = {.lex_state = 232, .external_lex_state = 30}, + [2061] = {.lex_state = 246, .external_lex_state = 23}, + [2062] = {.lex_state = 232, .external_lex_state = 30}, + [2063] = {.lex_state = 232, .external_lex_state = 30}, + [2064] = {.lex_state = 232, .external_lex_state = 30}, + [2065] = {.lex_state = 246, .external_lex_state = 21}, + [2066] = {.lex_state = 233, .external_lex_state = 30}, + [2067] = {.lex_state = 233, .external_lex_state = 30}, + [2068] = {.lex_state = 233, .external_lex_state = 30}, + [2069] = {.lex_state = 248, .external_lex_state = 41}, + [2070] = {.lex_state = 233, .external_lex_state = 30}, + [2071] = {.lex_state = 258, .external_lex_state = 42}, + [2072] = {.lex_state = 233, .external_lex_state = 30}, + [2073] = {.lex_state = 233, .external_lex_state = 30}, + [2074] = {.lex_state = 233, .external_lex_state = 30}, + [2075] = {.lex_state = 232, .external_lex_state = 30}, + [2076] = {.lex_state = 246, .external_lex_state = 21}, + [2077] = {.lex_state = 246, .external_lex_state = 23}, + [2078] = {.lex_state = 246, .external_lex_state = 23}, + [2079] = {.lex_state = 232, .external_lex_state = 30}, + [2080] = {.lex_state = 232, .external_lex_state = 30}, + [2081] = {.lex_state = 233, .external_lex_state = 30}, + [2082] = {.lex_state = 246, .external_lex_state = 23}, + [2083] = {.lex_state = 233, .external_lex_state = 30}, + [2084] = {.lex_state = 246, .external_lex_state = 23}, + [2085] = {.lex_state = 232, .external_lex_state = 30}, + [2086] = {.lex_state = 248, .external_lex_state = 41}, + [2087] = {.lex_state = 248, .external_lex_state = 41}, + [2088] = {.lex_state = 248, .external_lex_state = 41}, + [2089] = {.lex_state = 246, .external_lex_state = 23}, + [2090] = {.lex_state = 232, .external_lex_state = 30}, + [2091] = {.lex_state = 248, .external_lex_state = 41}, + [2092] = {.lex_state = 233, .external_lex_state = 30}, + [2093] = {.lex_state = 232, .external_lex_state = 30}, + [2094] = {.lex_state = 246, .external_lex_state = 23}, + [2095] = {.lex_state = 246, .external_lex_state = 23}, + [2096] = {.lex_state = 248, .external_lex_state = 41}, + [2097] = {.lex_state = 267, .external_lex_state = 43}, + [2098] = {.lex_state = 246, .external_lex_state = 23}, + [2099] = {.lex_state = 233, .external_lex_state = 30}, + [2100] = {.lex_state = 248, .external_lex_state = 41}, + [2101] = {.lex_state = 248, .external_lex_state = 41}, + [2102] = {.lex_state = 246, .external_lex_state = 23}, + [2103] = {.lex_state = 232, .external_lex_state = 30}, + [2104] = {.lex_state = 246, .external_lex_state = 23}, + [2105] = {.lex_state = 246, .external_lex_state = 23}, + [2106] = {.lex_state = 232, .external_lex_state = 30}, + [2107] = {.lex_state = 233, .external_lex_state = 30}, + [2108] = {.lex_state = 233, .external_lex_state = 30}, + [2109] = {.lex_state = 233, .external_lex_state = 30}, + [2110] = {.lex_state = 232, .external_lex_state = 30}, + [2111] = {.lex_state = 246, .external_lex_state = 23}, + [2112] = {.lex_state = 232, .external_lex_state = 30}, + [2113] = {.lex_state = 160, .external_lex_state = 35}, + [2114] = {.lex_state = 160, .external_lex_state = 35}, + [2115] = {.lex_state = 232, .external_lex_state = 30}, + [2116] = {.lex_state = 246, .external_lex_state = 23}, + [2117] = {.lex_state = 246, .external_lex_state = 23}, + [2118] = {.lex_state = 246, .external_lex_state = 23}, + [2119] = {.lex_state = 246, .external_lex_state = 23}, + [2120] = {.lex_state = 248, .external_lex_state = 41}, + [2121] = {.lex_state = 248, .external_lex_state = 41}, + [2122] = {.lex_state = 246, .external_lex_state = 23}, + [2123] = {.lex_state = 246, .external_lex_state = 23}, + [2124] = {.lex_state = 246, .external_lex_state = 23}, + [2125] = {.lex_state = 246, .external_lex_state = 23}, + [2126] = {.lex_state = 233, .external_lex_state = 30}, + [2127] = {.lex_state = 246, .external_lex_state = 23}, + [2128] = {.lex_state = 246, .external_lex_state = 23}, + [2129] = {.lex_state = 246, .external_lex_state = 23}, + [2130] = {.lex_state = 246, .external_lex_state = 23}, + [2131] = {.lex_state = 232, .external_lex_state = 30}, + [2132] = {.lex_state = 233, .external_lex_state = 30}, + [2133] = {.lex_state = 232, .external_lex_state = 30}, + [2134] = {.lex_state = 246, .external_lex_state = 21}, + [2135] = {.lex_state = 232, .external_lex_state = 30}, + [2136] = {.lex_state = 233, .external_lex_state = 30}, + [2137] = {.lex_state = 233, .external_lex_state = 30}, + [2138] = {.lex_state = 232, .external_lex_state = 30}, + [2139] = {.lex_state = 233, .external_lex_state = 30}, + [2140] = {.lex_state = 258, .external_lex_state = 42}, + [2141] = {.lex_state = 232, .external_lex_state = 30}, + [2142] = {.lex_state = 246, .external_lex_state = 23}, + [2143] = {.lex_state = 246, .external_lex_state = 23}, + [2144] = {.lex_state = 246, .external_lex_state = 23}, + [2145] = {.lex_state = 232, .external_lex_state = 30}, + [2146] = {.lex_state = 246, .external_lex_state = 23}, + [2147] = {.lex_state = 234, .external_lex_state = 44}, + [2148] = {.lex_state = 246, .external_lex_state = 23}, + [2149] = {.lex_state = 207, .external_lex_state = 23}, + [2150] = {.lex_state = 207, .external_lex_state = 23}, + [2151] = {.lex_state = 235, .external_lex_state = 45}, + [2152] = {.lex_state = 246, .external_lex_state = 23}, + [2153] = {.lex_state = 248, .external_lex_state = 41}, + [2154] = {.lex_state = 248, .external_lex_state = 41}, + [2155] = {.lex_state = 248, .external_lex_state = 41}, + [2156] = {.lex_state = 246, .external_lex_state = 46}, + [2157] = {.lex_state = 246, .external_lex_state = 46}, + [2158] = {.lex_state = 246, .external_lex_state = 46}, + [2159] = {.lex_state = 246, .external_lex_state = 46}, + [2160] = {.lex_state = 246, .external_lex_state = 46}, + [2161] = {.lex_state = 235, .external_lex_state = 45}, + [2162] = {.lex_state = 248, .external_lex_state = 41}, + [2163] = {.lex_state = 248, .external_lex_state = 41}, + [2164] = {.lex_state = 248, .external_lex_state = 41}, + [2165] = {.lex_state = 248, .external_lex_state = 41}, + [2166] = {.lex_state = 248, .external_lex_state = 41}, + [2167] = {.lex_state = 248, .external_lex_state = 41}, + [2168] = {.lex_state = 246, .external_lex_state = 23}, + [2169] = {.lex_state = 248, .external_lex_state = 41}, + [2170] = {.lex_state = 248, .external_lex_state = 41}, + [2171] = {.lex_state = 234, .external_lex_state = 44}, + [2172] = {.lex_state = 160, .external_lex_state = 36}, + [2173] = {.lex_state = 160, .external_lex_state = 36}, + [2174] = {.lex_state = 248, .external_lex_state = 41}, + [2175] = {.lex_state = 248, .external_lex_state = 41}, + [2176] = {.lex_state = 246, .external_lex_state = 46}, + [2177] = {.lex_state = 248, .external_lex_state = 41}, + [2178] = {.lex_state = 248, .external_lex_state = 41}, + [2179] = {.lex_state = 248, .external_lex_state = 41}, + [2180] = {.lex_state = 248, .external_lex_state = 41}, + [2181] = {.lex_state = 246, .external_lex_state = 46}, + [2182] = {.lex_state = 248, .external_lex_state = 41}, + [2183] = {.lex_state = 248, .external_lex_state = 41}, + [2184] = {.lex_state = 246, .external_lex_state = 23}, + [2185] = {.lex_state = 246, .external_lex_state = 23}, + [2186] = {.lex_state = 246, .external_lex_state = 23}, + [2187] = {.lex_state = 246, .external_lex_state = 23}, + [2188] = {.lex_state = 246, .external_lex_state = 23}, + [2189] = {.lex_state = 246, .external_lex_state = 23}, + [2190] = {.lex_state = 68, .external_lex_state = 47}, + [2191] = {.lex_state = 246, .external_lex_state = 23}, + [2192] = {.lex_state = 246, .external_lex_state = 23}, + [2193] = {.lex_state = 246, .external_lex_state = 23}, + [2194] = {.lex_state = 246, .external_lex_state = 2}, + [2195] = {.lex_state = 246, .external_lex_state = 23}, + [2196] = {.lex_state = 246, .external_lex_state = 23}, + [2197] = {.lex_state = 246, .external_lex_state = 23}, + [2198] = {.lex_state = 246, .external_lex_state = 23}, + [2199] = {.lex_state = 246, .external_lex_state = 23}, + [2200] = {.lex_state = 246, .external_lex_state = 23}, + [2201] = {.lex_state = 263, .external_lex_state = 48}, + [2202] = {.lex_state = 263, .external_lex_state = 48}, + [2203] = {.lex_state = 263, .external_lex_state = 48}, + [2204] = {.lex_state = 246, .external_lex_state = 23}, + [2205] = {.lex_state = 246, .external_lex_state = 23}, + [2206] = {.lex_state = 246, .external_lex_state = 23}, + [2207] = {.lex_state = 246, .external_lex_state = 23}, + [2208] = {.lex_state = 246, .external_lex_state = 23}, + [2209] = {.lex_state = 246, .external_lex_state = 23}, + [2210] = {.lex_state = 263, .external_lex_state = 48}, + [2211] = {.lex_state = 246, .external_lex_state = 23}, + [2212] = {.lex_state = 263, .external_lex_state = 48}, + [2213] = {.lex_state = 246, .external_lex_state = 2}, + [2214] = {.lex_state = 263, .external_lex_state = 48}, + [2215] = {.lex_state = 246, .external_lex_state = 23}, + [2216] = {.lex_state = 246, .external_lex_state = 23}, + [2217] = {.lex_state = 246, .external_lex_state = 23}, + [2218] = {.lex_state = 246, .external_lex_state = 23}, + [2219] = {.lex_state = 246, .external_lex_state = 23}, + [2220] = {.lex_state = 246, .external_lex_state = 23}, + [2221] = {.lex_state = 246, .external_lex_state = 23}, + [2222] = {.lex_state = 246, .external_lex_state = 23}, + [2223] = {.lex_state = 246, .external_lex_state = 23}, + [2224] = {.lex_state = 246, .external_lex_state = 23}, + [2225] = {.lex_state = 246, .external_lex_state = 2}, + [2226] = {.lex_state = 246, .external_lex_state = 23}, + [2227] = {.lex_state = 246, .external_lex_state = 23}, + [2228] = {.lex_state = 246, .external_lex_state = 23}, + [2229] = {.lex_state = 246, .external_lex_state = 23}, + [2230] = {.lex_state = 246, .external_lex_state = 23}, + [2231] = {.lex_state = 246, .external_lex_state = 23}, + [2232] = {.lex_state = 68, .external_lex_state = 47}, + [2233] = {.lex_state = 246, .external_lex_state = 23}, + [2234] = {.lex_state = 246, .external_lex_state = 23}, + [2235] = {.lex_state = 246, .external_lex_state = 23}, + [2236] = {.lex_state = 246, .external_lex_state = 23}, + [2237] = {.lex_state = 263, .external_lex_state = 48}, + [2238] = {.lex_state = 246, .external_lex_state = 2}, + [2239] = {.lex_state = 246, .external_lex_state = 23}, + [2240] = {.lex_state = 246, .external_lex_state = 23}, + [2241] = {.lex_state = 246, .external_lex_state = 23}, + [2242] = {.lex_state = 246, .external_lex_state = 23}, + [2243] = {.lex_state = 246, .external_lex_state = 23}, + [2244] = {.lex_state = 263, .external_lex_state = 48}, + [2245] = {.lex_state = 246, .external_lex_state = 23}, + [2246] = {.lex_state = 246, .external_lex_state = 23}, + [2247] = {.lex_state = 246, .external_lex_state = 23}, + [2248] = {.lex_state = 263, .external_lex_state = 48}, + [2249] = {.lex_state = 267, .external_lex_state = 49}, + [2250] = {.lex_state = 235, .external_lex_state = 50}, + [2251] = {.lex_state = 246, .external_lex_state = 23}, + [2252] = {.lex_state = 235, .external_lex_state = 50}, + [2253] = {.lex_state = 246, .external_lex_state = 23}, + [2254] = {.lex_state = 246, .external_lex_state = 23}, + [2255] = {.lex_state = 246, .external_lex_state = 23}, + [2256] = {.lex_state = 246, .external_lex_state = 23}, + [2257] = {.lex_state = 246, .external_lex_state = 23}, + [2258] = {.lex_state = 263, .external_lex_state = 48}, + [2259] = {.lex_state = 246, .external_lex_state = 23}, + [2260] = {.lex_state = 68, .external_lex_state = 47}, + [2261] = {.lex_state = 246, .external_lex_state = 23}, + [2262] = {.lex_state = 246, .external_lex_state = 23}, + [2263] = {.lex_state = 262, .external_lex_state = 23}, + [2264] = {.lex_state = 244, .external_lex_state = 51}, + [2265] = {.lex_state = 262, .external_lex_state = 23}, + [2266] = {.lex_state = 244, .external_lex_state = 51}, + [2267] = {.lex_state = 262, .external_lex_state = 23}, + [2268] = {.lex_state = 262, .external_lex_state = 23}, + [2269] = {.lex_state = 262, .external_lex_state = 23}, + [2270] = {.lex_state = 262, .external_lex_state = 23}, + [2271] = {.lex_state = 262, .external_lex_state = 23}, + [2272] = {.lex_state = 262, .external_lex_state = 23}, + [2273] = {.lex_state = 262, .external_lex_state = 23}, + [2274] = {.lex_state = 262, .external_lex_state = 23}, + [2275] = {.lex_state = 262, .external_lex_state = 23}, + [2276] = {.lex_state = 262, .external_lex_state = 23}, + [2277] = {.lex_state = 262, .external_lex_state = 23}, + [2278] = {.lex_state = 246, .external_lex_state = 2}, + [2279] = {.lex_state = 262, .external_lex_state = 23}, + [2280] = {.lex_state = 262, .external_lex_state = 23}, + [2281] = {.lex_state = 262, .external_lex_state = 23}, + [2282] = {.lex_state = 262, .external_lex_state = 23}, + [2283] = {.lex_state = 262, .external_lex_state = 23}, + [2284] = {.lex_state = 262, .external_lex_state = 23}, + [2285] = {.lex_state = 262, .external_lex_state = 23}, + [2286] = {.lex_state = 262, .external_lex_state = 23}, + [2287] = {.lex_state = 262, .external_lex_state = 23}, + [2288] = {.lex_state = 262, .external_lex_state = 23}, + [2289] = {.lex_state = 262, .external_lex_state = 23}, + [2290] = {.lex_state = 244, .external_lex_state = 51}, + [2291] = {.lex_state = 262, .external_lex_state = 23}, + [2292] = {.lex_state = 262, .external_lex_state = 23}, + [2293] = {.lex_state = 262, .external_lex_state = 23}, + [2294] = {.lex_state = 262, .external_lex_state = 23}, + [2295] = {.lex_state = 262, .external_lex_state = 23}, + [2296] = {.lex_state = 262, .external_lex_state = 23}, + [2297] = {.lex_state = 262, .external_lex_state = 23}, + [2298] = {.lex_state = 262, .external_lex_state = 23}, + [2299] = {.lex_state = 262, .external_lex_state = 23}, + [2300] = {.lex_state = 262, .external_lex_state = 23}, + [2301] = {.lex_state = 262, .external_lex_state = 23}, + [2302] = {.lex_state = 262, .external_lex_state = 23}, + [2303] = {.lex_state = 262, .external_lex_state = 23}, + [2304] = {.lex_state = 244, .external_lex_state = 51}, + [2305] = {.lex_state = 262, .external_lex_state = 23}, + [2306] = {.lex_state = 262, .external_lex_state = 23}, + [2307] = {.lex_state = 262, .external_lex_state = 23}, + [2308] = {.lex_state = 262, .external_lex_state = 23}, + [2309] = {.lex_state = 262, .external_lex_state = 23}, + [2310] = {.lex_state = 262, .external_lex_state = 23}, + [2311] = {.lex_state = 262, .external_lex_state = 23}, + [2312] = {.lex_state = 244, .external_lex_state = 51}, + [2313] = {.lex_state = 244, .external_lex_state = 51}, + [2314] = {.lex_state = 262, .external_lex_state = 23}, + [2315] = {.lex_state = 262, .external_lex_state = 23}, + [2316] = {.lex_state = 262, .external_lex_state = 23}, + [2317] = {.lex_state = 262, .external_lex_state = 23}, + [2318] = {.lex_state = 262, .external_lex_state = 23}, + [2319] = {.lex_state = 262, .external_lex_state = 23}, + [2320] = {.lex_state = 262, .external_lex_state = 23}, + [2321] = {.lex_state = 244, .external_lex_state = 51}, + [2322] = {.lex_state = 244, .external_lex_state = 51}, + [2323] = {.lex_state = 244, .external_lex_state = 51}, + [2324] = {.lex_state = 262, .external_lex_state = 23}, + [2325] = {.lex_state = 246, .external_lex_state = 2}, + [2326] = {.lex_state = 262, .external_lex_state = 23}, + [2327] = {.lex_state = 262, .external_lex_state = 23}, + [2328] = {.lex_state = 262, .external_lex_state = 23}, + [2329] = {.lex_state = 262, .external_lex_state = 23}, + [2330] = {.lex_state = 262, .external_lex_state = 23}, + [2331] = {.lex_state = 262, .external_lex_state = 23}, + [2332] = {.lex_state = 262, .external_lex_state = 23}, + [2333] = {.lex_state = 262, .external_lex_state = 23}, + [2334] = {.lex_state = 262, .external_lex_state = 23}, + [2335] = {.lex_state = 262, .external_lex_state = 23}, + [2336] = {.lex_state = 262, .external_lex_state = 23}, + [2337] = {.lex_state = 246, .external_lex_state = 2}, + [2338] = {.lex_state = 262, .external_lex_state = 23}, + [2339] = {.lex_state = 262, .external_lex_state = 23}, + [2340] = {.lex_state = 262, .external_lex_state = 23}, + [2341] = {.lex_state = 262, .external_lex_state = 23}, + [2342] = {.lex_state = 262, .external_lex_state = 23}, + [2343] = {.lex_state = 262, .external_lex_state = 23}, + [2344] = {.lex_state = 262, .external_lex_state = 23}, + [2345] = {.lex_state = 262, .external_lex_state = 23}, + [2346] = {.lex_state = 244, .external_lex_state = 51}, + [2347] = {.lex_state = 262, .external_lex_state = 23}, + [2348] = {.lex_state = 262, .external_lex_state = 23}, + [2349] = {.lex_state = 262, .external_lex_state = 23}, + [2350] = {.lex_state = 70, .external_lex_state = 52}, + [2351] = {.lex_state = 262, .external_lex_state = 23}, + [2352] = {.lex_state = 262, .external_lex_state = 23}, + [2353] = {.lex_state = 262, .external_lex_state = 23}, + [2354] = {.lex_state = 262, .external_lex_state = 23}, + [2355] = {.lex_state = 262, .external_lex_state = 23}, + [2356] = {.lex_state = 262, .external_lex_state = 23}, + [2357] = {.lex_state = 262, .external_lex_state = 23}, + [2358] = {.lex_state = 262, .external_lex_state = 23}, + [2359] = {.lex_state = 262, .external_lex_state = 23}, + [2360] = {.lex_state = 262, .external_lex_state = 23}, + [2361] = {.lex_state = 262, .external_lex_state = 23}, + [2362] = {.lex_state = 244, .external_lex_state = 51}, + [2363] = {.lex_state = 262, .external_lex_state = 23}, + [2364] = {.lex_state = 262, .external_lex_state = 23}, + [2365] = {.lex_state = 262, .external_lex_state = 23}, + [2366] = {.lex_state = 262, .external_lex_state = 23}, + [2367] = {.lex_state = 262, .external_lex_state = 23}, + [2368] = {.lex_state = 244, .external_lex_state = 51}, + [2369] = {.lex_state = 262, .external_lex_state = 23}, + [2370] = {.lex_state = 262, .external_lex_state = 23}, + [2371] = {.lex_state = 262, .external_lex_state = 23}, + [2372] = {.lex_state = 262, .external_lex_state = 23}, + [2373] = {.lex_state = 262, .external_lex_state = 23}, + [2374] = {.lex_state = 244, .external_lex_state = 51}, + [2375] = {.lex_state = 262, .external_lex_state = 23}, + [2376] = {.lex_state = 244, .external_lex_state = 51}, + [2377] = {.lex_state = 244, .external_lex_state = 51}, + [2378] = {.lex_state = 244, .external_lex_state = 51}, + [2379] = {.lex_state = 262, .external_lex_state = 23}, + [2380] = {.lex_state = 262, .external_lex_state = 23}, + [2381] = {.lex_state = 262, .external_lex_state = 23}, + [2382] = {.lex_state = 244, .external_lex_state = 51}, + [2383] = {.lex_state = 262, .external_lex_state = 23}, + [2384] = {.lex_state = 244, .external_lex_state = 51}, + [2385] = {.lex_state = 244, .external_lex_state = 51}, + [2386] = {.lex_state = 244, .external_lex_state = 51}, + [2387] = {.lex_state = 244, .external_lex_state = 51}, + [2388] = {.lex_state = 244, .external_lex_state = 51}, + [2389] = {.lex_state = 262, .external_lex_state = 23}, + [2390] = {.lex_state = 244, .external_lex_state = 51}, + [2391] = {.lex_state = 244, .external_lex_state = 51}, + [2392] = {.lex_state = 244, .external_lex_state = 51}, + [2393] = {.lex_state = 262, .external_lex_state = 23}, + [2394] = {.lex_state = 244, .external_lex_state = 51}, + [2395] = {.lex_state = 244, .external_lex_state = 51}, + [2396] = {.lex_state = 244, .external_lex_state = 51}, + [2397] = {.lex_state = 244, .external_lex_state = 51}, + [2398] = {.lex_state = 262, .external_lex_state = 23}, + [2399] = {.lex_state = 262, .external_lex_state = 23}, + [2400] = {.lex_state = 262, .external_lex_state = 23}, + [2401] = {.lex_state = 262, .external_lex_state = 23}, + [2402] = {.lex_state = 262, .external_lex_state = 23}, + [2403] = {.lex_state = 262, .external_lex_state = 23}, + [2404] = {.lex_state = 262, .external_lex_state = 23}, + [2405] = {.lex_state = 244, .external_lex_state = 51}, + [2406] = {.lex_state = 244, .external_lex_state = 51}, + [2407] = {.lex_state = 262, .external_lex_state = 23}, + [2408] = {.lex_state = 262, .external_lex_state = 23}, + [2409] = {.lex_state = 262, .external_lex_state = 23}, + [2410] = {.lex_state = 244, .external_lex_state = 51}, + [2411] = {.lex_state = 244, .external_lex_state = 51}, + [2412] = {.lex_state = 244, .external_lex_state = 51}, + [2413] = {.lex_state = 262, .external_lex_state = 23}, + [2414] = {.lex_state = 68, .external_lex_state = 47}, + [2415] = {.lex_state = 244, .external_lex_state = 51}, + [2416] = {.lex_state = 244, .external_lex_state = 51}, + [2417] = {.lex_state = 262, .external_lex_state = 23}, + [2418] = {.lex_state = 262, .external_lex_state = 23}, + [2419] = {.lex_state = 262, .external_lex_state = 23}, + [2420] = {.lex_state = 262, .external_lex_state = 23}, + [2421] = {.lex_state = 244, .external_lex_state = 51}, + [2422] = {.lex_state = 262, .external_lex_state = 23}, + [2423] = {.lex_state = 244, .external_lex_state = 51}, + [2424] = {.lex_state = 244, .external_lex_state = 51}, + [2425] = {.lex_state = 244, .external_lex_state = 51}, + [2426] = {.lex_state = 244, .external_lex_state = 51}, + [2427] = {.lex_state = 262, .external_lex_state = 23}, + [2428] = {.lex_state = 244, .external_lex_state = 51}, + [2429] = {.lex_state = 244, .external_lex_state = 51}, + [2430] = {.lex_state = 244, .external_lex_state = 51}, + [2431] = {.lex_state = 244, .external_lex_state = 51}, + [2432] = {.lex_state = 262, .external_lex_state = 23}, + [2433] = {.lex_state = 244, .external_lex_state = 51}, + [2434] = {.lex_state = 262, .external_lex_state = 23}, + [2435] = {.lex_state = 244, .external_lex_state = 51}, + [2436] = {.lex_state = 262, .external_lex_state = 23}, + [2437] = {.lex_state = 262, .external_lex_state = 23}, + [2438] = {.lex_state = 244, .external_lex_state = 51}, + [2439] = {.lex_state = 262, .external_lex_state = 23}, + [2440] = {.lex_state = 262, .external_lex_state = 23}, + [2441] = {.lex_state = 262, .external_lex_state = 23}, + [2442] = {.lex_state = 244, .external_lex_state = 51}, + [2443] = {.lex_state = 262, .external_lex_state = 23}, + [2444] = {.lex_state = 262, .external_lex_state = 23}, + [2445] = {.lex_state = 244, .external_lex_state = 51}, + [2446] = {.lex_state = 244, .external_lex_state = 51}, + [2447] = {.lex_state = 262, .external_lex_state = 23}, + [2448] = {.lex_state = 262, .external_lex_state = 23}, + [2449] = {.lex_state = 262, .external_lex_state = 23}, + [2450] = {.lex_state = 262, .external_lex_state = 23}, + [2451] = {.lex_state = 262, .external_lex_state = 23}, + [2452] = {.lex_state = 262, .external_lex_state = 23}, + [2453] = {.lex_state = 68, .external_lex_state = 47}, + [2454] = {.lex_state = 262, .external_lex_state = 23}, + [2455] = {.lex_state = 244, .external_lex_state = 51}, + [2456] = {.lex_state = 262, .external_lex_state = 23}, + [2457] = {.lex_state = 262, .external_lex_state = 23}, + [2458] = {.lex_state = 262, .external_lex_state = 23}, + [2459] = {.lex_state = 262, .external_lex_state = 23}, + [2460] = {.lex_state = 262, .external_lex_state = 23}, + [2461] = {.lex_state = 262, .external_lex_state = 23}, + [2462] = {.lex_state = 262, .external_lex_state = 23}, + [2463] = {.lex_state = 262, .external_lex_state = 23}, + [2464] = {.lex_state = 262, .external_lex_state = 23}, + [2465] = {.lex_state = 262, .external_lex_state = 23}, + [2466] = {.lex_state = 262, .external_lex_state = 23}, + [2467] = {.lex_state = 262, .external_lex_state = 23}, + [2468] = {.lex_state = 262, .external_lex_state = 23}, + [2469] = {.lex_state = 262, .external_lex_state = 23}, + [2470] = {.lex_state = 262, .external_lex_state = 23}, + [2471] = {.lex_state = 262, .external_lex_state = 23}, + [2472] = {.lex_state = 262, .external_lex_state = 23}, + [2473] = {.lex_state = 262, .external_lex_state = 23}, + [2474] = {.lex_state = 262, .external_lex_state = 23}, + [2475] = {.lex_state = 262, .external_lex_state = 23}, + [2476] = {.lex_state = 262, .external_lex_state = 23}, + [2477] = {.lex_state = 262, .external_lex_state = 23}, + [2478] = {.lex_state = 262, .external_lex_state = 23}, + [2479] = {.lex_state = 262, .external_lex_state = 23}, + [2480] = {.lex_state = 262, .external_lex_state = 23}, + [2481] = {.lex_state = 262, .external_lex_state = 23}, + [2482] = {.lex_state = 262, .external_lex_state = 23}, + [2483] = {.lex_state = 244, .external_lex_state = 51}, + [2484] = {.lex_state = 244, .external_lex_state = 51}, + [2485] = {.lex_state = 244, .external_lex_state = 51}, + [2486] = {.lex_state = 246, .external_lex_state = 2}, + [2487] = {.lex_state = 262, .external_lex_state = 23}, + [2488] = {.lex_state = 262, .external_lex_state = 23}, + [2489] = {.lex_state = 68, .external_lex_state = 47}, + [2490] = {.lex_state = 262, .external_lex_state = 23}, + [2491] = {.lex_state = 262, .external_lex_state = 23}, + [2492] = {.lex_state = 262, .external_lex_state = 23}, + [2493] = {.lex_state = 262, .external_lex_state = 23}, + [2494] = {.lex_state = 262, .external_lex_state = 23}, + [2495] = {.lex_state = 262, .external_lex_state = 23}, + [2496] = {.lex_state = 246, .external_lex_state = 2}, + [2497] = {.lex_state = 262, .external_lex_state = 23}, + [2498] = {.lex_state = 262, .external_lex_state = 23}, + [2499] = {.lex_state = 262, .external_lex_state = 23}, + [2500] = {.lex_state = 262, .external_lex_state = 23}, + [2501] = {.lex_state = 262, .external_lex_state = 23}, + [2502] = {.lex_state = 262, .external_lex_state = 23}, + [2503] = {.lex_state = 244, .external_lex_state = 51}, + [2504] = {.lex_state = 262, .external_lex_state = 23}, + [2505] = {.lex_state = 262, .external_lex_state = 23}, + [2506] = {.lex_state = 262, .external_lex_state = 23}, + [2507] = {.lex_state = 262, .external_lex_state = 23}, + [2508] = {.lex_state = 262, .external_lex_state = 23}, + [2509] = {.lex_state = 262, .external_lex_state = 23}, + [2510] = {.lex_state = 262, .external_lex_state = 23}, + [2511] = {.lex_state = 246, .external_lex_state = 2}, + [2512] = {.lex_state = 246, .external_lex_state = 2}, + [2513] = {.lex_state = 70, .external_lex_state = 53}, + [2514] = {.lex_state = 70, .external_lex_state = 36}, + [2515] = {.lex_state = 70, .external_lex_state = 52}, + [2516] = {.lex_state = 70, .external_lex_state = 52}, + [2517] = {.lex_state = 70, .external_lex_state = 52}, + [2518] = {.lex_state = 70, .external_lex_state = 36}, + [2519] = {.lex_state = 70, .external_lex_state = 36}, + [2520] = {.lex_state = 70, .external_lex_state = 36}, + [2521] = {.lex_state = 70, .external_lex_state = 52}, + [2522] = {.lex_state = 70, .external_lex_state = 52}, + [2523] = {.lex_state = 267, .external_lex_state = 54}, + [2524] = {.lex_state = 267, .external_lex_state = 54}, + [2525] = {.lex_state = 437, .external_lex_state = 52}, + [2526] = {.lex_state = 267, .external_lex_state = 54}, + [2527] = {.lex_state = 267, .external_lex_state = 54}, + [2528] = {.lex_state = 70, .external_lex_state = 35}, + [2529] = {.lex_state = 70, .external_lex_state = 52}, + [2530] = {.lex_state = 70, .external_lex_state = 36}, + [2531] = {.lex_state = 70, .external_lex_state = 35}, + [2532] = {.lex_state = 70, .external_lex_state = 36}, + [2533] = {.lex_state = 70, .external_lex_state = 53}, + [2534] = {.lex_state = 70, .external_lex_state = 52}, + [2535] = {.lex_state = 70, .external_lex_state = 52}, + [2536] = {.lex_state = 70, .external_lex_state = 52}, + [2537] = {.lex_state = 70, .external_lex_state = 53}, + [2538] = {.lex_state = 70, .external_lex_state = 36}, + [2539] = {.lex_state = 437, .external_lex_state = 53}, + [2540] = {.lex_state = 70, .external_lex_state = 52}, + [2541] = {.lex_state = 70, .external_lex_state = 36}, + [2542] = {.lex_state = 70, .external_lex_state = 52}, + [2543] = {.lex_state = 437, .external_lex_state = 52}, + [2544] = {.lex_state = 70, .external_lex_state = 35}, + [2545] = {.lex_state = 70, .external_lex_state = 35}, + [2546] = {.lex_state = 70, .external_lex_state = 53}, + [2547] = {.lex_state = 70, .external_lex_state = 53}, + [2548] = {.lex_state = 70, .external_lex_state = 53}, + [2549] = {.lex_state = 70, .external_lex_state = 53}, + [2550] = {.lex_state = 70, .external_lex_state = 36}, + [2551] = {.lex_state = 70, .external_lex_state = 52}, + [2552] = {.lex_state = 437, .external_lex_state = 52}, + [2553] = {.lex_state = 437, .external_lex_state = 52}, + [2554] = {.lex_state = 437, .external_lex_state = 52}, + [2555] = {.lex_state = 438, .external_lex_state = 35}, + [2556] = {.lex_state = 70, .external_lex_state = 52}, + [2557] = {.lex_state = 437, .external_lex_state = 52}, + [2558] = {.lex_state = 437, .external_lex_state = 52}, + [2559] = {.lex_state = 70, .external_lex_state = 36}, + [2560] = {.lex_state = 70, .external_lex_state = 53}, + [2561] = {.lex_state = 70, .external_lex_state = 52}, + [2562] = {.lex_state = 70, .external_lex_state = 53}, + [2563] = {.lex_state = 70, .external_lex_state = 52}, + [2564] = {.lex_state = 70, .external_lex_state = 53}, + [2565] = {.lex_state = 70, .external_lex_state = 52}, + [2566] = {.lex_state = 70, .external_lex_state = 53}, + [2567] = {.lex_state = 437, .external_lex_state = 52}, + [2568] = {.lex_state = 437, .external_lex_state = 52}, + [2569] = {.lex_state = 437, .external_lex_state = 52}, + [2570] = {.lex_state = 438, .external_lex_state = 35}, + [2571] = {.lex_state = 267, .external_lex_state = 37}, + [2572] = {.lex_state = 267, .external_lex_state = 37}, + [2573] = {.lex_state = 70, .external_lex_state = 52}, + [2574] = {.lex_state = 70, .external_lex_state = 52}, + [2575] = {.lex_state = 267, .external_lex_state = 37}, + [2576] = {.lex_state = 267, .external_lex_state = 37}, + [2577] = {.lex_state = 437, .external_lex_state = 52}, + [2578] = {.lex_state = 437, .external_lex_state = 52}, + [2579] = {.lex_state = 437, .external_lex_state = 52}, + [2580] = {.lex_state = 437, .external_lex_state = 52}, + [2581] = {.lex_state = 70, .external_lex_state = 53}, + [2582] = {.lex_state = 437, .external_lex_state = 52}, + [2583] = {.lex_state = 437, .external_lex_state = 52}, + [2584] = {.lex_state = 70, .external_lex_state = 52}, + [2585] = {.lex_state = 70, .external_lex_state = 52}, + [2586] = {.lex_state = 70, .external_lex_state = 53}, + [2587] = {.lex_state = 70, .external_lex_state = 52}, + [2588] = {.lex_state = 70, .external_lex_state = 35}, + [2589] = {.lex_state = 70, .external_lex_state = 52}, + [2590] = {.lex_state = 437, .external_lex_state = 52}, + [2591] = {.lex_state = 70, .external_lex_state = 52}, + [2592] = {.lex_state = 70, .external_lex_state = 36}, + [2593] = {.lex_state = 70, .external_lex_state = 52}, + [2594] = {.lex_state = 70, .external_lex_state = 52}, + [2595] = {.lex_state = 437, .external_lex_state = 52}, + [2596] = {.lex_state = 437, .external_lex_state = 52}, + [2597] = {.lex_state = 437, .external_lex_state = 52}, + [2598] = {.lex_state = 437, .external_lex_state = 52}, + [2599] = {.lex_state = 437, .external_lex_state = 52}, + [2600] = {.lex_state = 70, .external_lex_state = 52}, + [2601] = {.lex_state = 70, .external_lex_state = 52}, + [2602] = {.lex_state = 70, .external_lex_state = 52}, + [2603] = {.lex_state = 437, .external_lex_state = 52}, + [2604] = {.lex_state = 70, .external_lex_state = 36}, + [2605] = {.lex_state = 70, .external_lex_state = 52}, + [2606] = {.lex_state = 70, .external_lex_state = 35}, + [2607] = {.lex_state = 437, .external_lex_state = 36}, + [2608] = {.lex_state = 437, .external_lex_state = 52}, + [2609] = {.lex_state = 245, .external_lex_state = 55}, + [2610] = {.lex_state = 437, .external_lex_state = 35}, + [2611] = {.lex_state = 70, .external_lex_state = 53}, + [2612] = {.lex_state = 70, .external_lex_state = 53}, + [2613] = {.lex_state = 437, .external_lex_state = 53}, + [2614] = {.lex_state = 437, .external_lex_state = 53}, + [2615] = {.lex_state = 437, .external_lex_state = 36}, + [2616] = {.lex_state = 245, .external_lex_state = 55}, + [2617] = {.lex_state = 245, .external_lex_state = 55}, + [2618] = {.lex_state = 70, .external_lex_state = 53}, + [2619] = {.lex_state = 70, .external_lex_state = 53}, + [2620] = {.lex_state = 437, .external_lex_state = 53}, + [2621] = {.lex_state = 245, .external_lex_state = 55}, + [2622] = {.lex_state = 245, .external_lex_state = 55}, + [2623] = {.lex_state = 438, .external_lex_state = 36}, + [2624] = {.lex_state = 245, .external_lex_state = 55}, + [2625] = {.lex_state = 245, .external_lex_state = 55}, + [2626] = {.lex_state = 70, .external_lex_state = 53}, + [2627] = {.lex_state = 259}, + [2628] = {.lex_state = 245, .external_lex_state = 55}, + [2629] = {.lex_state = 70, .external_lex_state = 53}, + [2630] = {.lex_state = 245, .external_lex_state = 55}, + [2631] = {.lex_state = 70, .external_lex_state = 53}, + [2632] = {.lex_state = 70, .external_lex_state = 53}, + [2633] = {.lex_state = 70, .external_lex_state = 53}, + [2634] = {.lex_state = 70, .external_lex_state = 53}, + [2635] = {.lex_state = 245, .external_lex_state = 55}, + [2636] = {.lex_state = 70, .external_lex_state = 53}, + [2637] = {.lex_state = 245, .external_lex_state = 55}, + [2638] = {.lex_state = 437, .external_lex_state = 53}, + [2639] = {.lex_state = 437, .external_lex_state = 53}, + [2640] = {.lex_state = 193, .external_lex_state = 56}, + [2641] = {.lex_state = 259}, + [2642] = {.lex_state = 70, .external_lex_state = 53}, + [2643] = {.lex_state = 70, .external_lex_state = 53}, + [2644] = {.lex_state = 70, .external_lex_state = 53}, + [2645] = {.lex_state = 245, .external_lex_state = 55}, + [2646] = {.lex_state = 437, .external_lex_state = 36}, + [2647] = {.lex_state = 437, .external_lex_state = 52}, + [2648] = {.lex_state = 437, .external_lex_state = 52}, + [2649] = {.lex_state = 70, .external_lex_state = 53}, + [2650] = {.lex_state = 70, .external_lex_state = 53}, + [2651] = {.lex_state = 245, .external_lex_state = 55}, + [2652] = {.lex_state = 70, .external_lex_state = 53}, + [2653] = {.lex_state = 245, .external_lex_state = 55}, + [2654] = {.lex_state = 70, .external_lex_state = 53}, + [2655] = {.lex_state = 245, .external_lex_state = 55}, + [2656] = {.lex_state = 259}, + [2657] = {.lex_state = 245, .external_lex_state = 55}, + [2658] = {.lex_state = 438, .external_lex_state = 36}, + [2659] = {.lex_state = 245, .external_lex_state = 55}, + [2660] = {.lex_state = 245, .external_lex_state = 55}, + [2661] = {.lex_state = 259}, + [2662] = {.lex_state = 259}, + [2663] = {.lex_state = 245, .external_lex_state = 55}, + [2664] = {.lex_state = 437, .external_lex_state = 36}, + [2665] = {.lex_state = 437, .external_lex_state = 53}, + [2666] = {.lex_state = 245, .external_lex_state = 55}, + [2667] = {.lex_state = 193, .external_lex_state = 56}, + [2668] = {.lex_state = 245, .external_lex_state = 55}, + [2669] = {.lex_state = 438, .external_lex_state = 36}, + [2670] = {.lex_state = 193, .external_lex_state = 56}, + [2671] = {.lex_state = 437, .external_lex_state = 53}, + [2672] = {.lex_state = 70, .external_lex_state = 53}, + [2673] = {.lex_state = 70, .external_lex_state = 53}, + [2674] = {.lex_state = 70, .external_lex_state = 53}, + [2675] = {.lex_state = 70, .external_lex_state = 53}, + [2676] = {.lex_state = 437, .external_lex_state = 53}, + [2677] = {.lex_state = 437, .external_lex_state = 52}, + [2678] = {.lex_state = 245, .external_lex_state = 55}, + [2679] = {.lex_state = 163, .external_lex_state = 57}, + [2680] = {.lex_state = 70, .external_lex_state = 53}, + [2681] = {.lex_state = 163, .external_lex_state = 57}, + [2682] = {.lex_state = 437, .external_lex_state = 52}, + [2683] = {.lex_state = 193, .external_lex_state = 56}, + [2684] = {.lex_state = 245, .external_lex_state = 55}, + [2685] = {.lex_state = 438, .external_lex_state = 36}, + [2686] = {.lex_state = 437, .external_lex_state = 53}, + [2687] = {.lex_state = 70, .external_lex_state = 53}, + [2688] = {.lex_state = 437, .external_lex_state = 53}, + [2689] = {.lex_state = 245, .external_lex_state = 55}, + [2690] = {.lex_state = 437, .external_lex_state = 53}, + [2691] = {.lex_state = 437, .external_lex_state = 36}, + [2692] = {.lex_state = 245, .external_lex_state = 55}, + [2693] = {.lex_state = 437, .external_lex_state = 53}, + [2694] = {.lex_state = 437, .external_lex_state = 53}, + [2695] = {.lex_state = 437, .external_lex_state = 36}, + [2696] = {.lex_state = 437, .external_lex_state = 36}, + [2697] = {.lex_state = 437, .external_lex_state = 35}, + [2698] = {.lex_state = 437, .external_lex_state = 35}, + [2699] = {.lex_state = 245, .external_lex_state = 55}, + [2700] = {.lex_state = 437, .external_lex_state = 53}, + [2701] = {.lex_state = 245, .external_lex_state = 55}, + [2702] = {.lex_state = 437, .external_lex_state = 36}, + [2703] = {.lex_state = 245, .external_lex_state = 55}, + [2704] = {.lex_state = 245, .external_lex_state = 55}, + [2705] = {.lex_state = 245, .external_lex_state = 55}, + [2706] = {.lex_state = 245, .external_lex_state = 55}, + [2707] = {.lex_state = 438, .external_lex_state = 35}, + [2708] = {.lex_state = 245, .external_lex_state = 55}, + [2709] = {.lex_state = 245, .external_lex_state = 55}, + [2710] = {.lex_state = 245, .external_lex_state = 55}, + [2711] = {.lex_state = 437, .external_lex_state = 53}, + [2712] = {.lex_state = 70, .external_lex_state = 36}, + [2713] = {.lex_state = 245, .external_lex_state = 55}, + [2714] = {.lex_state = 437, .external_lex_state = 36}, + [2715] = {.lex_state = 245, .external_lex_state = 55}, + [2716] = {.lex_state = 245, .external_lex_state = 55}, + [2717] = {.lex_state = 70, .external_lex_state = 53}, + [2718] = {.lex_state = 245, .external_lex_state = 55}, + [2719] = {.lex_state = 437, .external_lex_state = 52}, + [2720] = {.lex_state = 259}, + [2721] = {.lex_state = 437, .external_lex_state = 53}, + [2722] = {.lex_state = 245, .external_lex_state = 55}, + [2723] = {.lex_state = 438, .external_lex_state = 36}, + [2724] = {.lex_state = 437, .external_lex_state = 53}, + [2725] = {.lex_state = 437, .external_lex_state = 52}, + [2726] = {.lex_state = 193, .external_lex_state = 56}, + [2727] = {.lex_state = 70, .external_lex_state = 36}, + [2728] = {.lex_state = 245, .external_lex_state = 55}, + [2729] = {.lex_state = 438, .external_lex_state = 36}, + [2730] = {.lex_state = 438, .external_lex_state = 36}, + [2731] = {.lex_state = 438, .external_lex_state = 35}, + [2732] = {.lex_state = 437, .external_lex_state = 36}, + [2733] = {.lex_state = 70, .external_lex_state = 53}, + [2734] = {.lex_state = 70, .external_lex_state = 36}, + [2735] = {.lex_state = 245, .external_lex_state = 55}, + [2736] = {.lex_state = 70, .external_lex_state = 53}, + [2737] = {.lex_state = 70, .external_lex_state = 35}, + [2738] = {.lex_state = 438, .external_lex_state = 36}, + [2739] = {.lex_state = 437, .external_lex_state = 53}, + [2740] = {.lex_state = 437, .external_lex_state = 53}, + [2741] = {.lex_state = 245, .external_lex_state = 55}, + [2742] = {.lex_state = 70, .external_lex_state = 36}, + [2743] = {.lex_state = 70, .external_lex_state = 36}, + [2744] = {.lex_state = 70, .external_lex_state = 36}, + [2745] = {.lex_state = 438, .external_lex_state = 36}, + [2746] = {.lex_state = 438, .external_lex_state = 35}, + [2747] = {.lex_state = 193, .external_lex_state = 56}, + [2748] = {.lex_state = 259}, + [2749] = {.lex_state = 259}, + [2750] = {.lex_state = 438, .external_lex_state = 36}, + [2751] = {.lex_state = 245, .external_lex_state = 55}, + [2752] = {.lex_state = 245, .external_lex_state = 55}, + [2753] = {.lex_state = 259}, + [2754] = {.lex_state = 437, .external_lex_state = 53}, + [2755] = {.lex_state = 70, .external_lex_state = 53}, + [2756] = {.lex_state = 70, .external_lex_state = 36}, + [2757] = {.lex_state = 437, .external_lex_state = 36}, + [2758] = {.lex_state = 437, .external_lex_state = 53}, + [2759] = {.lex_state = 437, .external_lex_state = 35}, + [2760] = {.lex_state = 437, .external_lex_state = 53}, + [2761] = {.lex_state = 438, .external_lex_state = 36}, + [2762] = {.lex_state = 245, .external_lex_state = 55}, + [2763] = {.lex_state = 437, .external_lex_state = 52}, + [2764] = {.lex_state = 437, .external_lex_state = 52}, + [2765] = {.lex_state = 245, .external_lex_state = 55}, + [2766] = {.lex_state = 245, .external_lex_state = 55}, + [2767] = {.lex_state = 437, .external_lex_state = 36}, + [2768] = {.lex_state = 245, .external_lex_state = 55}, + [2769] = {.lex_state = 70, .external_lex_state = 53}, + [2770] = {.lex_state = 437, .external_lex_state = 52}, + [2771] = {.lex_state = 245, .external_lex_state = 55}, + [2772] = {.lex_state = 245, .external_lex_state = 55}, + [2773] = {.lex_state = 437, .external_lex_state = 52}, + [2774] = {.lex_state = 245, .external_lex_state = 55}, + [2775] = {.lex_state = 245, .external_lex_state = 55}, + [2776] = {.lex_state = 437, .external_lex_state = 52}, + [2777] = {.lex_state = 245, .external_lex_state = 55}, + [2778] = {.lex_state = 437, .external_lex_state = 52}, + [2779] = {.lex_state = 245, .external_lex_state = 55}, + [2780] = {.lex_state = 437, .external_lex_state = 53}, + [2781] = {.lex_state = 437, .external_lex_state = 53}, + [2782] = {.lex_state = 193, .external_lex_state = 56}, + [2783] = {.lex_state = 437, .external_lex_state = 53}, + [2784] = {.lex_state = 437, .external_lex_state = 53}, + [2785] = {.lex_state = 437, .external_lex_state = 53}, + [2786] = {.lex_state = 437, .external_lex_state = 53}, + [2787] = {.lex_state = 437, .external_lex_state = 53}, + [2788] = {.lex_state = 259}, + [2789] = {.lex_state = 193, .external_lex_state = 56}, + [2790] = {.lex_state = 437, .external_lex_state = 36}, + [2791] = {.lex_state = 438, .external_lex_state = 35}, + [2792] = {.lex_state = 438, .external_lex_state = 35}, + [2793] = {.lex_state = 438, .external_lex_state = 35}, + [2794] = {.lex_state = 437, .external_lex_state = 53}, + [2795] = {.lex_state = 437, .external_lex_state = 53}, + [2796] = {.lex_state = 193, .external_lex_state = 56}, + [2797] = {.lex_state = 193, .external_lex_state = 56}, + [2798] = {.lex_state = 259}, + [2799] = {.lex_state = 437, .external_lex_state = 53}, + [2800] = {.lex_state = 193, .external_lex_state = 56}, + [2801] = {.lex_state = 259}, + [2802] = {.lex_state = 193, .external_lex_state = 56}, + [2803] = {.lex_state = 437, .external_lex_state = 52}, + [2804] = {.lex_state = 70, .external_lex_state = 36}, + [2805] = {.lex_state = 437, .external_lex_state = 53}, + [2806] = {.lex_state = 193, .external_lex_state = 56}, + [2807] = {.lex_state = 70, .external_lex_state = 35}, + [2808] = {.lex_state = 437, .external_lex_state = 53}, + [2809] = {.lex_state = 70, .external_lex_state = 35}, + [2810] = {.lex_state = 437, .external_lex_state = 53}, + [2811] = {.lex_state = 70, .external_lex_state = 35}, + [2812] = {.lex_state = 193, .external_lex_state = 56}, + [2813] = {.lex_state = 437, .external_lex_state = 36}, + [2814] = {.lex_state = 437, .external_lex_state = 52}, + [2815] = {.lex_state = 437, .external_lex_state = 53}, + [2816] = {.lex_state = 259}, + [2817] = {.lex_state = 193, .external_lex_state = 56}, + [2818] = {.lex_state = 437, .external_lex_state = 36}, + [2819] = {.lex_state = 437, .external_lex_state = 53}, + [2820] = {.lex_state = 70, .external_lex_state = 36}, + [2821] = {.lex_state = 437, .external_lex_state = 53}, + [2822] = {.lex_state = 437, .external_lex_state = 53}, + [2823] = {.lex_state = 437, .external_lex_state = 36}, + [2824] = {.lex_state = 437, .external_lex_state = 53}, + [2825] = {.lex_state = 193, .external_lex_state = 56}, + [2826] = {.lex_state = 437, .external_lex_state = 52}, + [2827] = {.lex_state = 437, .external_lex_state = 52}, + [2828] = {.lex_state = 193, .external_lex_state = 56}, + [2829] = {.lex_state = 259}, + [2830] = {.lex_state = 437, .external_lex_state = 53}, + [2831] = {.lex_state = 437, .external_lex_state = 53}, + [2832] = {.lex_state = 70, .external_lex_state = 36}, + [2833] = {.lex_state = 437, .external_lex_state = 35}, + [2834] = {.lex_state = 193, .external_lex_state = 56}, + [2835] = {.lex_state = 437, .external_lex_state = 36}, + [2836] = {.lex_state = 437, .external_lex_state = 53}, + [2837] = {.lex_state = 259}, + [2838] = {.lex_state = 193, .external_lex_state = 56}, + [2839] = {.lex_state = 193, .external_lex_state = 56}, + [2840] = {.lex_state = 259}, + [2841] = {.lex_state = 193, .external_lex_state = 56}, + [2842] = {.lex_state = 437, .external_lex_state = 36}, + [2843] = {.lex_state = 193, .external_lex_state = 56}, + [2844] = {.lex_state = 193, .external_lex_state = 56}, + [2845] = {.lex_state = 259}, + [2846] = {.lex_state = 438, .external_lex_state = 36}, + [2847] = {.lex_state = 437, .external_lex_state = 35}, + [2848] = {.lex_state = 437, .external_lex_state = 53}, + [2849] = {.lex_state = 193, .external_lex_state = 56}, + [2850] = {.lex_state = 437, .external_lex_state = 36}, + [2851] = {.lex_state = 193, .external_lex_state = 56}, + [2852] = {.lex_state = 70, .external_lex_state = 36}, + [2853] = {.lex_state = 437, .external_lex_state = 53}, + [2854] = {.lex_state = 437, .external_lex_state = 53}, + [2855] = {.lex_state = 70, .external_lex_state = 36}, + [2856] = {.lex_state = 437, .external_lex_state = 53}, + [2857] = {.lex_state = 437, .external_lex_state = 53}, + [2858] = {.lex_state = 70, .external_lex_state = 36}, + [2859] = {.lex_state = 437, .external_lex_state = 36}, + [2860] = {.lex_state = 437, .external_lex_state = 53}, + [2861] = {.lex_state = 259}, + [2862] = {.lex_state = 437, .external_lex_state = 53}, + [2863] = {.lex_state = 437, .external_lex_state = 53}, + [2864] = {.lex_state = 437, .external_lex_state = 53}, + [2865] = {.lex_state = 437, .external_lex_state = 53}, + [2866] = {.lex_state = 70, .external_lex_state = 36}, + [2867] = {.lex_state = 70, .external_lex_state = 36}, + [2868] = {.lex_state = 192, .external_lex_state = 38}, + [2869] = {.lex_state = 70, .external_lex_state = 36}, + [2870] = {.lex_state = 438, .external_lex_state = 36}, + [2871] = {.lex_state = 438, .external_lex_state = 36}, + [2872] = {.lex_state = 438, .external_lex_state = 36}, + [2873] = {.lex_state = 70, .external_lex_state = 36}, + [2874] = {.lex_state = 70, .external_lex_state = 36}, + [2875] = {.lex_state = 70, .external_lex_state = 36}, + [2876] = {.lex_state = 438, .external_lex_state = 36}, + [2877] = {.lex_state = 70, .external_lex_state = 36}, + [2878] = {.lex_state = 70, .external_lex_state = 36}, + [2879] = {.lex_state = 438, .external_lex_state = 36}, + [2880] = {.lex_state = 70, .external_lex_state = 36}, + [2881] = {.lex_state = 438, .external_lex_state = 36}, + [2882] = {.lex_state = 437, .external_lex_state = 53}, + [2883] = {.lex_state = 438, .external_lex_state = 36}, + [2884] = {.lex_state = 438, .external_lex_state = 36}, + [2885] = {.lex_state = 438, .external_lex_state = 36}, + [2886] = {.lex_state = 70, .external_lex_state = 36}, + [2887] = {.lex_state = 70, .external_lex_state = 36}, + [2888] = {.lex_state = 70, .external_lex_state = 36}, + [2889] = {.lex_state = 437, .external_lex_state = 53}, + [2890] = {.lex_state = 438, .external_lex_state = 36}, + [2891] = {.lex_state = 437, .external_lex_state = 36}, + [2892] = {.lex_state = 70, .external_lex_state = 36}, + [2893] = {.lex_state = 438, .external_lex_state = 36}, + [2894] = {.lex_state = 70, .external_lex_state = 36}, + [2895] = {.lex_state = 438, .external_lex_state = 36}, + [2896] = {.lex_state = 70, .external_lex_state = 36}, + [2897] = {.lex_state = 70, .external_lex_state = 36}, + [2898] = {.lex_state = 438, .external_lex_state = 36}, + [2899] = {.lex_state = 70, .external_lex_state = 36}, + [2900] = {.lex_state = 70, .external_lex_state = 36}, + [2901] = {.lex_state = 438, .external_lex_state = 36}, + [2902] = {.lex_state = 70, .external_lex_state = 36}, + [2903] = {.lex_state = 192, .external_lex_state = 38}, + [2904] = {.lex_state = 70, .external_lex_state = 36}, + [2905] = {.lex_state = 70, .external_lex_state = 36}, + [2906] = {.lex_state = 438, .external_lex_state = 36}, + [2907] = {.lex_state = 438, .external_lex_state = 36}, + [2908] = {.lex_state = 438, .external_lex_state = 36}, + [2909] = {.lex_state = 70, .external_lex_state = 36}, + [2910] = {.lex_state = 438, .external_lex_state = 36}, + [2911] = {.lex_state = 438, .external_lex_state = 36}, + [2912] = {.lex_state = 70, .external_lex_state = 36}, + [2913] = {.lex_state = 438, .external_lex_state = 36}, + [2914] = {.lex_state = 70, .external_lex_state = 36}, + [2915] = {.lex_state = 70, .external_lex_state = 36}, + [2916] = {.lex_state = 438, .external_lex_state = 36}, + [2917] = {.lex_state = 438, .external_lex_state = 36}, + [2918] = {.lex_state = 438, .external_lex_state = 36}, + [2919] = {.lex_state = 438, .external_lex_state = 36}, + [2920] = {.lex_state = 438, .external_lex_state = 36}, + [2921] = {.lex_state = 70, .external_lex_state = 36}, + [2922] = {.lex_state = 438, .external_lex_state = 36}, + [2923] = {.lex_state = 70, .external_lex_state = 36}, + [2924] = {.lex_state = 437, .external_lex_state = 53}, + [2925] = {.lex_state = 438, .external_lex_state = 36}, + [2926] = {.lex_state = 437, .external_lex_state = 36}, + [2927] = {.lex_state = 438, .external_lex_state = 36}, + [2928] = {.lex_state = 437, .external_lex_state = 53}, + [2929] = {.lex_state = 70, .external_lex_state = 36}, + [2930] = {.lex_state = 438, .external_lex_state = 36}, + [2931] = {.lex_state = 70, .external_lex_state = 36}, + [2932] = {.lex_state = 438, .external_lex_state = 36}, + [2933] = {.lex_state = 437, .external_lex_state = 53}, + [2934] = {.lex_state = 70, .external_lex_state = 36}, + [2935] = {.lex_state = 70, .external_lex_state = 36}, + [2936] = {.lex_state = 437, .external_lex_state = 36}, + [2937] = {.lex_state = 70, .external_lex_state = 36}, + [2938] = {.lex_state = 70, .external_lex_state = 36}, + [2939] = {.lex_state = 438, .external_lex_state = 36}, + [2940] = {.lex_state = 70, .external_lex_state = 36}, + [2941] = {.lex_state = 70, .external_lex_state = 36}, + [2942] = {.lex_state = 438, .external_lex_state = 36}, + [2943] = {.lex_state = 438, .external_lex_state = 36}, + [2944] = {.lex_state = 438, .external_lex_state = 36}, + [2945] = {.lex_state = 437, .external_lex_state = 53}, + [2946] = {.lex_state = 70, .external_lex_state = 36}, + [2947] = {.lex_state = 70, .external_lex_state = 36}, + [2948] = {.lex_state = 437, .external_lex_state = 53}, + [2949] = {.lex_state = 438, .external_lex_state = 36}, + [2950] = {.lex_state = 438, .external_lex_state = 36}, + [2951] = {.lex_state = 438, .external_lex_state = 36}, + [2952] = {.lex_state = 438, .external_lex_state = 36}, + [2953] = {.lex_state = 438, .external_lex_state = 36}, + [2954] = {.lex_state = 438, .external_lex_state = 36}, + [2955] = {.lex_state = 438, .external_lex_state = 36}, + [2956] = {.lex_state = 438, .external_lex_state = 36}, + [2957] = {.lex_state = 438, .external_lex_state = 36}, + [2958] = {.lex_state = 438, .external_lex_state = 36}, + [2959] = {.lex_state = 70, .external_lex_state = 36}, + [2960] = {.lex_state = 437, .external_lex_state = 36}, + [2961] = {.lex_state = 70, .external_lex_state = 36}, + [2962] = {.lex_state = 438, .external_lex_state = 36}, + [2963] = {.lex_state = 438, .external_lex_state = 36}, + [2964] = {.lex_state = 438, .external_lex_state = 36}, + [2965] = {.lex_state = 70, .external_lex_state = 36}, + [2966] = {.lex_state = 438, .external_lex_state = 36}, + [2967] = {.lex_state = 70, .external_lex_state = 36}, + [2968] = {.lex_state = 438, .external_lex_state = 36}, + [2969] = {.lex_state = 438, .external_lex_state = 36}, + [2970] = {.lex_state = 70, .external_lex_state = 36}, + [2971] = {.lex_state = 70, .external_lex_state = 36}, + [2972] = {.lex_state = 70, .external_lex_state = 36}, + [2973] = {.lex_state = 438, .external_lex_state = 36}, + [2974] = {.lex_state = 438, .external_lex_state = 36}, + [2975] = {.lex_state = 70, .external_lex_state = 36}, + [2976] = {.lex_state = 437, .external_lex_state = 53}, + [2977] = {.lex_state = 438, .external_lex_state = 36}, + [2978] = {.lex_state = 438, .external_lex_state = 36}, + [2979] = {.lex_state = 70, .external_lex_state = 36}, + [2980] = {.lex_state = 70, .external_lex_state = 36}, + [2981] = {.lex_state = 70, .external_lex_state = 36}, + [2982] = {.lex_state = 438, .external_lex_state = 36}, + [2983] = {.lex_state = 70, .external_lex_state = 36}, + [2984] = {.lex_state = 70, .external_lex_state = 36}, + [2985] = {.lex_state = 70, .external_lex_state = 36}, + [2986] = {.lex_state = 70, .external_lex_state = 36}, + [2987] = {.lex_state = 70, .external_lex_state = 36}, + [2988] = {.lex_state = 70, .external_lex_state = 36}, + [2989] = {.lex_state = 70, .external_lex_state = 36}, + [2990] = {.lex_state = 70, .external_lex_state = 36}, + [2991] = {.lex_state = 70, .external_lex_state = 36}, + [2992] = {.lex_state = 438, .external_lex_state = 36}, + [2993] = {.lex_state = 70, .external_lex_state = 36}, + [2994] = {.lex_state = 438, .external_lex_state = 36}, + [2995] = {.lex_state = 438, .external_lex_state = 36}, + [2996] = {.lex_state = 437, .external_lex_state = 53}, + [2997] = {.lex_state = 437, .external_lex_state = 53}, + [2998] = {.lex_state = 70, .external_lex_state = 36}, + [2999] = {.lex_state = 437, .external_lex_state = 36}, + [3000] = {.lex_state = 259}, + [3001] = {.lex_state = 192, .external_lex_state = 38}, + [3002] = {.lex_state = 70, .external_lex_state = 52}, + [3003] = {.lex_state = 259}, + [3004] = {.lex_state = 437, .external_lex_state = 36}, + [3005] = {.lex_state = 437, .external_lex_state = 36}, + [3006] = {.lex_state = 259}, + [3007] = {.lex_state = 437, .external_lex_state = 36}, + [3008] = {.lex_state = 251, .external_lex_state = 58}, + [3009] = {.lex_state = 251, .external_lex_state = 58}, + [3010] = {.lex_state = 251, .external_lex_state = 58}, + [3011] = {.lex_state = 438, .external_lex_state = 36}, + [3012] = {.lex_state = 438, .external_lex_state = 36}, + [3013] = {.lex_state = 438, .external_lex_state = 36}, + [3014] = {.lex_state = 251, .external_lex_state = 58}, + [3015] = {.lex_state = 251, .external_lex_state = 58}, + [3016] = {.lex_state = 251, .external_lex_state = 58}, + [3017] = {.lex_state = 437, .external_lex_state = 36}, + [3018] = {.lex_state = 259}, + [3019] = {.lex_state = 437, .external_lex_state = 36}, + [3020] = {.lex_state = 259}, + [3021] = {.lex_state = 437, .external_lex_state = 36}, + [3022] = {.lex_state = 259}, + [3023] = {.lex_state = 437, .external_lex_state = 36}, + [3024] = {.lex_state = 270, .external_lex_state = 59}, + [3025] = {.lex_state = 251, .external_lex_state = 58}, + [3026] = {.lex_state = 257, .external_lex_state = 21}, + [3027] = {.lex_state = 271, .external_lex_state = 60}, + [3028] = {.lex_state = 257, .external_lex_state = 21}, + [3029] = {.lex_state = 70, .external_lex_state = 52}, + [3030] = {.lex_state = 437, .external_lex_state = 36}, + [3031] = {.lex_state = 257, .external_lex_state = 21}, + [3032] = {.lex_state = 437, .external_lex_state = 36}, + [3033] = {.lex_state = 251, .external_lex_state = 58}, + [3034] = {.lex_state = 257, .external_lex_state = 21}, + [3035] = {.lex_state = 257, .external_lex_state = 21}, + [3036] = {.lex_state = 70, .external_lex_state = 53}, + [3037] = {.lex_state = 251, .external_lex_state = 58}, + [3038] = {.lex_state = 257, .external_lex_state = 21}, + [3039] = {.lex_state = 244, .external_lex_state = 44}, + [3040] = {.lex_state = 257, .external_lex_state = 21}, + [3041] = {.lex_state = 251, .external_lex_state = 58}, + [3042] = {.lex_state = 437, .external_lex_state = 36}, + [3043] = {.lex_state = 257, .external_lex_state = 21}, + [3044] = {.lex_state = 70, .external_lex_state = 36}, + [3045] = {.lex_state = 70, .external_lex_state = 52}, + [3046] = {.lex_state = 257, .external_lex_state = 21}, + [3047] = {.lex_state = 257, .external_lex_state = 21}, + [3048] = {.lex_state = 251, .external_lex_state = 58}, + [3049] = {.lex_state = 70, .external_lex_state = 52}, + [3050] = {.lex_state = 251, .external_lex_state = 58}, + [3051] = {.lex_state = 244, .external_lex_state = 44}, + [3052] = {.lex_state = 257, .external_lex_state = 21}, + [3053] = {.lex_state = 251, .external_lex_state = 58}, + [3054] = {.lex_state = 70, .external_lex_state = 35}, + [3055] = {.lex_state = 251, .external_lex_state = 58}, + [3056] = {.lex_state = 251, .external_lex_state = 58}, + [3057] = {.lex_state = 251, .external_lex_state = 58}, + [3058] = {.lex_state = 70, .external_lex_state = 36}, + [3059] = {.lex_state = 251, .external_lex_state = 58}, + [3060] = {.lex_state = 251, .external_lex_state = 58}, + [3061] = {.lex_state = 244, .external_lex_state = 44}, + [3062] = {.lex_state = 251, .external_lex_state = 58}, + [3063] = {.lex_state = 257, .external_lex_state = 21}, + [3064] = {.lex_state = 70, .external_lex_state = 35}, + [3065] = {.lex_state = 70, .external_lex_state = 36}, + [3066] = {.lex_state = 257, .external_lex_state = 21}, + [3067] = {.lex_state = 257, .external_lex_state = 21}, + [3068] = {.lex_state = 244, .external_lex_state = 44}, + [3069] = {.lex_state = 70, .external_lex_state = 52}, + [3070] = {.lex_state = 257, .external_lex_state = 21}, + [3071] = {.lex_state = 257, .external_lex_state = 21}, + [3072] = {.lex_state = 257, .external_lex_state = 21}, + [3073] = {.lex_state = 257, .external_lex_state = 21}, + [3074] = {.lex_state = 244, .external_lex_state = 44}, + [3075] = {.lex_state = 257, .external_lex_state = 21}, + [3076] = {.lex_state = 70, .external_lex_state = 36}, + [3077] = {.lex_state = 251, .external_lex_state = 58}, + [3078] = {.lex_state = 257, .external_lex_state = 21}, + [3079] = {.lex_state = 251, .external_lex_state = 58}, + [3080] = {.lex_state = 251, .external_lex_state = 58}, + [3081] = {.lex_state = 251, .external_lex_state = 58}, + [3082] = {.lex_state = 257, .external_lex_state = 21}, + [3083] = {.lex_state = 70, .external_lex_state = 36}, + [3084] = {.lex_state = 70, .external_lex_state = 36}, + [3085] = {.lex_state = 257, .external_lex_state = 21}, + [3086] = {.lex_state = 257, .external_lex_state = 21}, + [3087] = {.lex_state = 251, .external_lex_state = 58}, + [3088] = {.lex_state = 251, .external_lex_state = 58}, + [3089] = {.lex_state = 257, .external_lex_state = 21}, + [3090] = {.lex_state = 246, .external_lex_state = 21}, + [3091] = {.lex_state = 246, .external_lex_state = 21}, + [3092] = {.lex_state = 70, .external_lex_state = 53}, + [3093] = {.lex_state = 70, .external_lex_state = 53}, + [3094] = {.lex_state = 70, .external_lex_state = 53}, + [3095] = {.lex_state = 246, .external_lex_state = 21}, + [3096] = {.lex_state = 246, .external_lex_state = 21}, + [3097] = {.lex_state = 246, .external_lex_state = 21}, + [3098] = {.lex_state = 246, .external_lex_state = 21}, + [3099] = {.lex_state = 246, .external_lex_state = 21}, + [3100] = {.lex_state = 246, .external_lex_state = 23}, + [3101] = {.lex_state = 244, .external_lex_state = 45}, + [3102] = {.lex_state = 246, .external_lex_state = 21}, + [3103] = {.lex_state = 70, .external_lex_state = 53}, + [3104] = {.lex_state = 70, .external_lex_state = 53}, + [3105] = {.lex_state = 246, .external_lex_state = 21}, + [3106] = {.lex_state = 270, .external_lex_state = 59}, + [3107] = {.lex_state = 246, .external_lex_state = 21}, + [3108] = {.lex_state = 246, .external_lex_state = 21}, + [3109] = {.lex_state = 246, .external_lex_state = 21}, + [3110] = {.lex_state = 246, .external_lex_state = 21}, + [3111] = {.lex_state = 246, .external_lex_state = 21}, + [3112] = {.lex_state = 270, .external_lex_state = 60}, + [3113] = {.lex_state = 246, .external_lex_state = 21}, + [3114] = {.lex_state = 246, .external_lex_state = 21}, + [3115] = {.lex_state = 246, .external_lex_state = 21}, + [3116] = {.lex_state = 270, .external_lex_state = 60}, + [3117] = {.lex_state = 70, .external_lex_state = 53}, + [3118] = {.lex_state = 70, .external_lex_state = 53}, + [3119] = {.lex_state = 246, .external_lex_state = 21}, + [3120] = {.lex_state = 246, .external_lex_state = 21}, + [3121] = {.lex_state = 246, .external_lex_state = 21}, + [3122] = {.lex_state = 246, .external_lex_state = 21}, + [3123] = {.lex_state = 270, .external_lex_state = 60}, + [3124] = {.lex_state = 270, .external_lex_state = 60}, + [3125] = {.lex_state = 246, .external_lex_state = 21}, + [3126] = {.lex_state = 246, .external_lex_state = 21}, + [3127] = {.lex_state = 244, .external_lex_state = 50}, + [3128] = {.lex_state = 246, .external_lex_state = 21}, + [3129] = {.lex_state = 70, .external_lex_state = 53}, + [3130] = {.lex_state = 246, .external_lex_state = 21}, + [3131] = {.lex_state = 246, .external_lex_state = 21}, + [3132] = {.lex_state = 246, .external_lex_state = 21}, + [3133] = {.lex_state = 246, .external_lex_state = 21}, + [3134] = {.lex_state = 246, .external_lex_state = 21}, + [3135] = {.lex_state = 246, .external_lex_state = 21}, + [3136] = {.lex_state = 246, .external_lex_state = 21}, + [3137] = {.lex_state = 246, .external_lex_state = 21}, + [3138] = {.lex_state = 246, .external_lex_state = 21}, + [3139] = {.lex_state = 246, .external_lex_state = 21}, + [3140] = {.lex_state = 246, .external_lex_state = 21}, + [3141] = {.lex_state = 246, .external_lex_state = 21}, + [3142] = {.lex_state = 246, .external_lex_state = 21}, + [3143] = {.lex_state = 270, .external_lex_state = 60}, + [3144] = {.lex_state = 70, .external_lex_state = 53}, + [3145] = {.lex_state = 246, .external_lex_state = 21}, + [3146] = {.lex_state = 270, .external_lex_state = 59}, + [3147] = {.lex_state = 270, .external_lex_state = 59}, + [3148] = {.lex_state = 244, .external_lex_state = 50}, + [3149] = {.lex_state = 70, .external_lex_state = 53}, + [3150] = {.lex_state = 246, .external_lex_state = 21}, + [3151] = {.lex_state = 246, .external_lex_state = 21}, + [3152] = {.lex_state = 270, .external_lex_state = 59}, + [3153] = {.lex_state = 246, .external_lex_state = 21}, + [3154] = {.lex_state = 246, .external_lex_state = 21}, + [3155] = {.lex_state = 246, .external_lex_state = 21}, + [3156] = {.lex_state = 246, .external_lex_state = 21}, + [3157] = {.lex_state = 246, .external_lex_state = 21}, + [3158] = {.lex_state = 270, .external_lex_state = 59}, + [3159] = {.lex_state = 244, .external_lex_state = 50}, + [3160] = {.lex_state = 246, .external_lex_state = 21}, + [3161] = {.lex_state = 246, .external_lex_state = 21}, + [3162] = {.lex_state = 244, .external_lex_state = 50}, + [3163] = {.lex_state = 246, .external_lex_state = 21}, + [3164] = {.lex_state = 246, .external_lex_state = 21}, + [3165] = {.lex_state = 246, .external_lex_state = 21}, + [3166] = {.lex_state = 265, .external_lex_state = 61}, + [3167] = {.lex_state = 246, .external_lex_state = 21}, + [3168] = {.lex_state = 271, .external_lex_state = 62}, + [3169] = {.lex_state = 270, .external_lex_state = 59}, + [3170] = {.lex_state = 246, .external_lex_state = 21}, + [3171] = {.lex_state = 246, .external_lex_state = 21}, + [3172] = {.lex_state = 244, .external_lex_state = 50}, + [3173] = {.lex_state = 246, .external_lex_state = 21}, + [3174] = {.lex_state = 246, .external_lex_state = 21}, + [3175] = {.lex_state = 270, .external_lex_state = 59}, + [3176] = {.lex_state = 270, .external_lex_state = 59}, + [3177] = {.lex_state = 270, .external_lex_state = 59}, + [3178] = {.lex_state = 246, .external_lex_state = 21}, + [3179] = {.lex_state = 246, .external_lex_state = 21}, + [3180] = {.lex_state = 246, .external_lex_state = 21}, + [3181] = {.lex_state = 246, .external_lex_state = 21}, + [3182] = {.lex_state = 246, .external_lex_state = 23}, + [3183] = {.lex_state = 246, .external_lex_state = 21}, + [3184] = {.lex_state = 244, .external_lex_state = 45}, + [3185] = {.lex_state = 246, .external_lex_state = 21}, + [3186] = {.lex_state = 246, .external_lex_state = 21}, + [3187] = {.lex_state = 246, .external_lex_state = 21}, + [3188] = {.lex_state = 270, .external_lex_state = 59}, + [3189] = {.lex_state = 246, .external_lex_state = 21}, + [3190] = {.lex_state = 270, .external_lex_state = 59}, + [3191] = {.lex_state = 244, .external_lex_state = 44}, + [3192] = {.lex_state = 270, .external_lex_state = 59}, + [3193] = {.lex_state = 259, .external_lex_state = 45}, + [3194] = {.lex_state = 270, .external_lex_state = 59}, + [3195] = {.lex_state = 244, .external_lex_state = 44}, + [3196] = {.lex_state = 270, .external_lex_state = 59}, + [3197] = {.lex_state = 270, .external_lex_state = 60}, + [3198] = {.lex_state = 270, .external_lex_state = 59}, + [3199] = {.lex_state = 244, .external_lex_state = 44}, + [3200] = {.lex_state = 270, .external_lex_state = 59}, + [3201] = {.lex_state = 270, .external_lex_state = 59}, + [3202] = {.lex_state = 270, .external_lex_state = 59}, + [3203] = {.lex_state = 270, .external_lex_state = 60}, + [3204] = {.lex_state = 270, .external_lex_state = 59}, + [3205] = {.lex_state = 270, .external_lex_state = 60}, + [3206] = {.lex_state = 270, .external_lex_state = 59}, + [3207] = {.lex_state = 270, .external_lex_state = 59}, + [3208] = {.lex_state = 246, .external_lex_state = 23}, + [3209] = {.lex_state = 270, .external_lex_state = 59}, + [3210] = {.lex_state = 270, .external_lex_state = 59}, + [3211] = {.lex_state = 270, .external_lex_state = 62}, + [3212] = {.lex_state = 270, .external_lex_state = 60}, + [3213] = {.lex_state = 270, .external_lex_state = 60}, + [3214] = {.lex_state = 270, .external_lex_state = 62}, + [3215] = {.lex_state = 270, .external_lex_state = 62}, + [3216] = {.lex_state = 270, .external_lex_state = 60}, + [3217] = {.lex_state = 270, .external_lex_state = 59}, + [3218] = {.lex_state = 270, .external_lex_state = 60}, + [3219] = {.lex_state = 244, .external_lex_state = 44}, + [3220] = {.lex_state = 270, .external_lex_state = 60}, + [3221] = {.lex_state = 270, .external_lex_state = 60}, + [3222] = {.lex_state = 270, .external_lex_state = 62}, + [3223] = {.lex_state = 70, .external_lex_state = 36}, + [3224] = {.lex_state = 270, .external_lex_state = 62}, + [3225] = {.lex_state = 270, .external_lex_state = 59}, + [3226] = {.lex_state = 270, .external_lex_state = 60}, + [3227] = {.lex_state = 270, .external_lex_state = 60}, + [3228] = {.lex_state = 259, .external_lex_state = 45}, + [3229] = {.lex_state = 270, .external_lex_state = 60}, + [3230] = {.lex_state = 270, .external_lex_state = 59}, + [3231] = {.lex_state = 270, .external_lex_state = 59}, + [3232] = {.lex_state = 270, .external_lex_state = 62}, + [3233] = {.lex_state = 270, .external_lex_state = 59}, + [3234] = {.lex_state = 270, .external_lex_state = 60}, + [3235] = {.lex_state = 270, .external_lex_state = 60}, + [3236] = {.lex_state = 244, .external_lex_state = 44}, + [3237] = {.lex_state = 270, .external_lex_state = 62}, + [3238] = {.lex_state = 270, .external_lex_state = 60}, + [3239] = {.lex_state = 244, .external_lex_state = 44}, + [3240] = {.lex_state = 270, .external_lex_state = 62}, + [3241] = {.lex_state = 70, .external_lex_state = 36}, + [3242] = {.lex_state = 270, .external_lex_state = 59}, + [3243] = {.lex_state = 270, .external_lex_state = 62}, + [3244] = {.lex_state = 270, .external_lex_state = 60}, + [3245] = {.lex_state = 270, .external_lex_state = 60}, + [3246] = {.lex_state = 270, .external_lex_state = 59}, + [3247] = {.lex_state = 270, .external_lex_state = 62}, + [3248] = {.lex_state = 270, .external_lex_state = 62}, + [3249] = {.lex_state = 270, .external_lex_state = 60}, + [3250] = {.lex_state = 270, .external_lex_state = 60}, + [3251] = {.lex_state = 244, .external_lex_state = 44}, + [3252] = {.lex_state = 70, .external_lex_state = 36}, + [3253] = {.lex_state = 270, .external_lex_state = 62}, + [3254] = {.lex_state = 244, .external_lex_state = 44}, + [3255] = {.lex_state = 259, .external_lex_state = 50}, + [3256] = {.lex_state = 69, .external_lex_state = 57}, + [3257] = {.lex_state = 270, .external_lex_state = 62}, + [3258] = {.lex_state = 166, .external_lex_state = 47}, + [3259] = {.lex_state = 69, .external_lex_state = 57}, + [3260] = {.lex_state = 69, .external_lex_state = 57}, + [3261] = {.lex_state = 270, .external_lex_state = 62}, + [3262] = {.lex_state = 244, .external_lex_state = 50}, + [3263] = {.lex_state = 69, .external_lex_state = 57}, + [3264] = {.lex_state = 270, .external_lex_state = 62}, + [3265] = {.lex_state = 70, .external_lex_state = 36}, + [3266] = {.lex_state = 69, .external_lex_state = 57}, + [3267] = {.lex_state = 270, .external_lex_state = 62}, + [3268] = {.lex_state = 259, .external_lex_state = 50}, + [3269] = {.lex_state = 270, .external_lex_state = 62}, + [3270] = {.lex_state = 270, .external_lex_state = 62}, + [3271] = {.lex_state = 259, .external_lex_state = 50}, + [3272] = {.lex_state = 270, .external_lex_state = 62}, + [3273] = {.lex_state = 270, .external_lex_state = 62}, + [3274] = {.lex_state = 70, .external_lex_state = 36}, + [3275] = {.lex_state = 270, .external_lex_state = 62}, + [3276] = {.lex_state = 259, .external_lex_state = 45}, + [3277] = {.lex_state = 270, .external_lex_state = 62}, + [3278] = {.lex_state = 166, .external_lex_state = 47}, + [3279] = {.lex_state = 69, .external_lex_state = 63}, + [3280] = {.lex_state = 69, .external_lex_state = 57}, + [3281] = {.lex_state = 270, .external_lex_state = 62}, + [3282] = {.lex_state = 69, .external_lex_state = 57}, + [3283] = {.lex_state = 270, .external_lex_state = 62}, + [3284] = {.lex_state = 69, .external_lex_state = 57}, + [3285] = {.lex_state = 270, .external_lex_state = 62}, + [3286] = {.lex_state = 270, .external_lex_state = 62}, + [3287] = {.lex_state = 270, .external_lex_state = 62}, + [3288] = {.lex_state = 259, .external_lex_state = 50}, + [3289] = {.lex_state = 244, .external_lex_state = 50}, + [3290] = {.lex_state = 270, .external_lex_state = 62}, + [3291] = {.lex_state = 270, .external_lex_state = 62}, + [3292] = {.lex_state = 270, .external_lex_state = 62}, + [3293] = {.lex_state = 259, .external_lex_state = 50}, + [3294] = {.lex_state = 259, .external_lex_state = 50}, + [3295] = {.lex_state = 244, .external_lex_state = 44}, + [3296] = {.lex_state = 244, .external_lex_state = 44}, + [3297] = {.lex_state = 244, .external_lex_state = 44}, + [3298] = {.lex_state = 244, .external_lex_state = 50}, + [3299] = {.lex_state = 244, .external_lex_state = 50}, + [3300] = {.lex_state = 244, .external_lex_state = 44}, + [3301] = {.lex_state = 244, .external_lex_state = 45}, + [3302] = {.lex_state = 244, .external_lex_state = 44}, + [3303] = {.lex_state = 244, .external_lex_state = 45}, + [3304] = {.lex_state = 244, .external_lex_state = 44}, + [3305] = {.lex_state = 244, .external_lex_state = 44}, + [3306] = {.lex_state = 244, .external_lex_state = 44}, + [3307] = {.lex_state = 244, .external_lex_state = 44}, + [3308] = {.lex_state = 244, .external_lex_state = 44}, + [3309] = {.lex_state = 244, .external_lex_state = 50}, + [3310] = {.lex_state = 244, .external_lex_state = 44}, + [3311] = {.lex_state = 244, .external_lex_state = 44}, + [3312] = {.lex_state = 244, .external_lex_state = 44}, + [3313] = {.lex_state = 244, .external_lex_state = 44}, + [3314] = {.lex_state = 244, .external_lex_state = 44}, + [3315] = {.lex_state = 244, .external_lex_state = 45}, + [3316] = {.lex_state = 244, .external_lex_state = 44}, + [3317] = {.lex_state = 244, .external_lex_state = 44}, + [3318] = {.lex_state = 244, .external_lex_state = 44}, + [3319] = {.lex_state = 244, .external_lex_state = 44}, + [3320] = {.lex_state = 244, .external_lex_state = 44}, + [3321] = {.lex_state = 244, .external_lex_state = 50}, + [3322] = {.lex_state = 244, .external_lex_state = 50}, + [3323] = {.lex_state = 244, .external_lex_state = 50}, + [3324] = {.lex_state = 244, .external_lex_state = 50}, + [3325] = {.lex_state = 244, .external_lex_state = 50}, + [3326] = {.lex_state = 244, .external_lex_state = 50}, + [3327] = {.lex_state = 244, .external_lex_state = 50}, + [3328] = {.lex_state = 244, .external_lex_state = 50}, + [3329] = {.lex_state = 244, .external_lex_state = 50}, + [3330] = {.lex_state = 244, .external_lex_state = 50}, + [3331] = {.lex_state = 244, .external_lex_state = 50}, + [3332] = {.lex_state = 244, .external_lex_state = 50}, + [3333] = {.lex_state = 243, .external_lex_state = 51}, + [3334] = {.lex_state = 243, .external_lex_state = 51}, + [3335] = {.lex_state = 244, .external_lex_state = 50}, + [3336] = {.lex_state = 244, .external_lex_state = 50}, + [3337] = {.lex_state = 244, .external_lex_state = 50}, + [3338] = {.lex_state = 244, .external_lex_state = 50}, + [3339] = {.lex_state = 244, .external_lex_state = 50}, + [3340] = {.lex_state = 244, .external_lex_state = 50}, + [3341] = {.lex_state = 244, .external_lex_state = 50}, + [3342] = {.lex_state = 244, .external_lex_state = 50}, + [3343] = {.lex_state = 244, .external_lex_state = 50}, + [3344] = {.lex_state = 244, .external_lex_state = 50}, + [3345] = {.lex_state = 244, .external_lex_state = 50}, + [3346] = {.lex_state = 244, .external_lex_state = 50}, + [3347] = {.lex_state = 244, .external_lex_state = 50}, + [3348] = {.lex_state = 244, .external_lex_state = 50}, + [3349] = {.lex_state = 244, .external_lex_state = 50}, + [3350] = {.lex_state = 244, .external_lex_state = 50}, + [3351] = {.lex_state = 244, .external_lex_state = 50}, + [3352] = {.lex_state = 244, .external_lex_state = 50}, + [3353] = {.lex_state = 244, .external_lex_state = 50}, + [3354] = {.lex_state = 244, .external_lex_state = 50}, + [3355] = {.lex_state = 244, .external_lex_state = 50}, + [3356] = {.lex_state = 244, .external_lex_state = 50}, + [3357] = {.lex_state = 244, .external_lex_state = 50}, + [3358] = {.lex_state = 244, .external_lex_state = 50}, + [3359] = {.lex_state = 244, .external_lex_state = 50}, + [3360] = {.lex_state = 244, .external_lex_state = 50}, + [3361] = {.lex_state = 244, .external_lex_state = 50}, + [3362] = {.lex_state = 244, .external_lex_state = 50}, + [3363] = {.lex_state = 244, .external_lex_state = 50}, + [3364] = {.lex_state = 71, .external_lex_state = 64}, + [3365] = {.lex_state = 244, .external_lex_state = 50}, + [3366] = {.lex_state = 244, .external_lex_state = 50}, + [3367] = {.lex_state = 244, .external_lex_state = 50}, + [3368] = {.lex_state = 244, .external_lex_state = 50}, + [3369] = {.lex_state = 244, .external_lex_state = 50}, + [3370] = {.lex_state = 244, .external_lex_state = 50}, + [3371] = {.lex_state = 244, .external_lex_state = 50}, + [3372] = {.lex_state = 244, .external_lex_state = 50}, + [3373] = {.lex_state = 244, .external_lex_state = 50}, + [3374] = {.lex_state = 244, .external_lex_state = 50}, + [3375] = {.lex_state = 244, .external_lex_state = 50}, + [3376] = {.lex_state = 244, .external_lex_state = 50}, + [3377] = {.lex_state = 244, .external_lex_state = 50}, + [3378] = {.lex_state = 244, .external_lex_state = 50}, + [3379] = {.lex_state = 244, .external_lex_state = 50}, + [3380] = {.lex_state = 236}, + [3381] = {.lex_state = 236}, + [3382] = {.lex_state = 69, .external_lex_state = 57}, + [3383] = {.lex_state = 264, .external_lex_state = 65}, + [3384] = {.lex_state = 71, .external_lex_state = 64}, + [3385] = {.lex_state = 71, .external_lex_state = 64}, + [3386] = {.lex_state = 69, .external_lex_state = 57}, + [3387] = {.lex_state = 71, .external_lex_state = 64}, + [3388] = {.lex_state = 71, .external_lex_state = 64}, + [3389] = {.lex_state = 71, .external_lex_state = 64}, + [3390] = {.lex_state = 69, .external_lex_state = 57}, + [3391] = {.lex_state = 237, .external_lex_state = 66}, + [3392] = {.lex_state = 69, .external_lex_state = 57}, + [3393] = {.lex_state = 69, .external_lex_state = 57}, + [3394] = {.lex_state = 71, .external_lex_state = 64}, + [3395] = {.lex_state = 237, .external_lex_state = 66}, + [3396] = {.lex_state = 69, .external_lex_state = 57}, + [3397] = {.lex_state = 69, .external_lex_state = 57}, + [3398] = {.lex_state = 69, .external_lex_state = 57}, + [3399] = {.lex_state = 71, .external_lex_state = 64}, + [3400] = {.lex_state = 266}, + [3401] = {.lex_state = 71, .external_lex_state = 64}, + [3402] = {.lex_state = 266}, + [3403] = {.lex_state = 266}, + [3404] = {.lex_state = 266}, + [3405] = {.lex_state = 266}, + [3406] = {.lex_state = 266}, + [3407] = {.lex_state = 266}, + [3408] = {.lex_state = 266}, + [3409] = {.lex_state = 266}, + [3410] = {.lex_state = 266}, + [3411] = {.lex_state = 71, .external_lex_state = 64}, + [3412] = {.lex_state = 266}, + [3413] = {.lex_state = 266}, + [3414] = {.lex_state = 266}, + [3415] = {.lex_state = 71, .external_lex_state = 57}, + [3416] = {.lex_state = 266}, + [3417] = {.lex_state = 71, .external_lex_state = 64}, + [3418] = {.lex_state = 266}, + [3419] = {.lex_state = 71, .external_lex_state = 57}, + [3420] = {.lex_state = 266}, + [3421] = {.lex_state = 266}, + [3422] = {.lex_state = 266}, + [3423] = {.lex_state = 266}, + [3424] = {.lex_state = 266}, + [3425] = {.lex_state = 266}, + [3426] = {.lex_state = 266}, + [3427] = {.lex_state = 266}, + [3428] = {.lex_state = 266}, + [3429] = {.lex_state = 266}, + [3430] = {.lex_state = 266}, + [3431] = {.lex_state = 266}, + [3432] = {.lex_state = 71, .external_lex_state = 64}, + [3433] = {.lex_state = 266}, + [3434] = {.lex_state = 71, .external_lex_state = 64}, + [3435] = {.lex_state = 266}, + [3436] = {.lex_state = 266}, + [3437] = {.lex_state = 266}, + [3438] = {.lex_state = 266}, + [3439] = {.lex_state = 266}, + [3440] = {.lex_state = 266}, + [3441] = {.lex_state = 266}, + [3442] = {.lex_state = 266}, + [3443] = {.lex_state = 71, .external_lex_state = 57}, + [3444] = {.lex_state = 266}, + [3445] = {.lex_state = 71, .external_lex_state = 64}, + [3446] = {.lex_state = 266}, + [3447] = {.lex_state = 266}, + [3448] = {.lex_state = 71, .external_lex_state = 64}, + [3449] = {.lex_state = 266}, + [3450] = {.lex_state = 266}, + [3451] = {.lex_state = 266}, + [3452] = {.lex_state = 266}, + [3453] = {.lex_state = 266}, + [3454] = {.lex_state = 266}, + [3455] = {.lex_state = 71, .external_lex_state = 64}, + [3456] = {.lex_state = 266}, + [3457] = {.lex_state = 266}, + [3458] = {.lex_state = 266}, + [3459] = {.lex_state = 71, .external_lex_state = 64}, + [3460] = {.lex_state = 266}, + [3461] = {.lex_state = 266}, + [3462] = {.lex_state = 266}, + [3463] = {.lex_state = 266}, + [3464] = {.lex_state = 71, .external_lex_state = 64}, + [3465] = {.lex_state = 266}, + [3466] = {.lex_state = 266}, + [3467] = {.lex_state = 266}, + [3468] = {.lex_state = 266}, + [3469] = {.lex_state = 71, .external_lex_state = 64}, + [3470] = {.lex_state = 266}, + [3471] = {.lex_state = 266}, + [3472] = {.lex_state = 266}, + [3473] = {.lex_state = 266}, + [3474] = {.lex_state = 71, .external_lex_state = 64}, + [3475] = {.lex_state = 266}, + [3476] = {.lex_state = 266}, + [3477] = {.lex_state = 71, .external_lex_state = 64}, + [3478] = {.lex_state = 266}, + [3479] = {.lex_state = 266}, + [3480] = {.lex_state = 266}, + [3481] = {.lex_state = 266}, + [3482] = {.lex_state = 266}, + [3483] = {.lex_state = 71, .external_lex_state = 64}, + [3484] = {.lex_state = 266}, + [3485] = {.lex_state = 266}, + [3486] = {.lex_state = 266}, + [3487] = {.lex_state = 266}, + [3488] = {.lex_state = 266}, + [3489] = {.lex_state = 266}, + [3490] = {.lex_state = 266}, + [3491] = {.lex_state = 266}, + [3492] = {.lex_state = 71, .external_lex_state = 64}, + [3493] = {.lex_state = 71, .external_lex_state = 64}, + [3494] = {.lex_state = 266}, + [3495] = {.lex_state = 266}, + [3496] = {.lex_state = 71, .external_lex_state = 64}, + [3497] = {.lex_state = 266}, + [3498] = {.lex_state = 266}, + [3499] = {.lex_state = 266}, + [3500] = {.lex_state = 266}, + [3501] = {.lex_state = 266}, + [3502] = {.lex_state = 266}, + [3503] = {.lex_state = 266}, + [3504] = {.lex_state = 71, .external_lex_state = 64}, + [3505] = {.lex_state = 266}, + [3506] = {.lex_state = 266}, + [3507] = {.lex_state = 69, .external_lex_state = 57}, + [3508] = {.lex_state = 266}, + [3509] = {.lex_state = 266}, + [3510] = {.lex_state = 266}, + [3511] = {.lex_state = 266}, + [3512] = {.lex_state = 266}, + [3513] = {.lex_state = 266}, + [3514] = {.lex_state = 266}, + [3515] = {.lex_state = 266}, + [3516] = {.lex_state = 266}, + [3517] = {.lex_state = 266}, + [3518] = {.lex_state = 266}, + [3519] = {.lex_state = 266}, + [3520] = {.lex_state = 71, .external_lex_state = 64}, + [3521] = {.lex_state = 266}, + [3522] = {.lex_state = 266}, + [3523] = {.lex_state = 266}, + [3524] = {.lex_state = 238}, + [3525] = {.lex_state = 238}, + [3526] = {.lex_state = 238}, + [3527] = {.lex_state = 238}, + [3528] = {.lex_state = 239}, + [3529] = {.lex_state = 238}, + [3530] = {.lex_state = 238}, + [3531] = {.lex_state = 238}, + [3532] = {.lex_state = 238}, + [3533] = {.lex_state = 239}, + [3534] = {.lex_state = 238}, + [3535] = {.lex_state = 239}, + [3536] = {.lex_state = 238}, + [3537] = {.lex_state = 239}, + [3538] = {.lex_state = 238}, + [3539] = {.lex_state = 239}, + [3540] = {.lex_state = 238}, + [3541] = {.lex_state = 238}, + [3542] = {.lex_state = 239}, + [3543] = {.lex_state = 239}, + [3544] = {.lex_state = 238}, + [3545] = {.lex_state = 238}, + [3546] = {.lex_state = 238}, + [3547] = {.lex_state = 238}, + [3548] = {.lex_state = 238}, + [3549] = {.lex_state = 238}, + [3550] = {.lex_state = 238}, + [3551] = {.lex_state = 238}, + [3552] = {.lex_state = 238}, + [3553] = {.lex_state = 238}, + [3554] = {.lex_state = 239}, + [3555] = {.lex_state = 238}, + [3556] = {.lex_state = 239}, + [3557] = {.lex_state = 238}, + [3558] = {.lex_state = 238}, + [3559] = {.lex_state = 238}, + [3560] = {.lex_state = 239}, + [3561] = {.lex_state = 238}, + [3562] = {.lex_state = 238}, + [3563] = {.lex_state = 239}, + [3564] = {.lex_state = 238}, + [3565] = {.lex_state = 239}, + [3566] = {.lex_state = 239}, + [3567] = {.lex_state = 238}, + [3568] = {.lex_state = 238}, + [3569] = {.lex_state = 238}, + [3570] = {.lex_state = 239}, + [3571] = {.lex_state = 238}, + [3572] = {.lex_state = 238}, + [3573] = {.lex_state = 239}, + [3574] = {.lex_state = 238}, + [3575] = {.lex_state = 238}, + [3576] = {.lex_state = 238}, + [3577] = {.lex_state = 239}, + [3578] = {.lex_state = 238}, + [3579] = {.lex_state = 239}, + [3580] = {.lex_state = 238}, + [3581] = {.lex_state = 238}, + [3582] = {.lex_state = 238}, + [3583] = {.lex_state = 238}, + [3584] = {.lex_state = 238}, + [3585] = {.lex_state = 238}, + [3586] = {.lex_state = 238}, + [3587] = {.lex_state = 238}, + [3588] = {.lex_state = 238}, + [3589] = {.lex_state = 238}, + [3590] = {.lex_state = 239}, + [3591] = {.lex_state = 238}, + [3592] = {.lex_state = 238}, + [3593] = {.lex_state = 238}, + [3594] = {.lex_state = 239}, + [3595] = {.lex_state = 238}, + [3596] = {.lex_state = 239}, + [3597] = {.lex_state = 238}, + [3598] = {.lex_state = 238}, + [3599] = {.lex_state = 238}, + [3600] = {.lex_state = 238}, + [3601] = {.lex_state = 238}, + [3602] = {.lex_state = 239}, + [3603] = {.lex_state = 239}, + [3604] = {.lex_state = 238}, + [3605] = {.lex_state = 238}, + [3606] = {.lex_state = 238}, + [3607] = {.lex_state = 238}, + [3608] = {.lex_state = 238}, + [3609] = {.lex_state = 238}, + [3610] = {.lex_state = 238}, + [3611] = {.lex_state = 238}, + [3612] = {.lex_state = 238}, + [3613] = {.lex_state = 238}, + [3614] = {.lex_state = 238}, + [3615] = {.lex_state = 239}, + [3616] = {.lex_state = 239}, + [3617] = {.lex_state = 238}, + [3618] = {.lex_state = 238}, + [3619] = {.lex_state = 239}, + [3620] = {.lex_state = 239}, + [3621] = {.lex_state = 238}, + [3622] = {.lex_state = 239}, + [3623] = {.lex_state = 238}, + [3624] = {.lex_state = 239}, + [3625] = {.lex_state = 238}, + [3626] = {.lex_state = 238}, + [3627] = {.lex_state = 238}, + [3628] = {.lex_state = 239}, + [3629] = {.lex_state = 238}, + [3630] = {.lex_state = 239}, + [3631] = {.lex_state = 238}, + [3632] = {.lex_state = 238}, + [3633] = {.lex_state = 238}, + [3634] = {.lex_state = 238}, + [3635] = {.lex_state = 238}, + [3636] = {.lex_state = 238}, + [3637] = {.lex_state = 238}, + [3638] = {.lex_state = 238}, + [3639] = {.lex_state = 239}, + [3640] = {.lex_state = 238}, + [3641] = {.lex_state = 239}, + [3642] = {.lex_state = 71, .external_lex_state = 57}, + [3643] = {.lex_state = 239}, + [3644] = {.lex_state = 238}, + [3645] = {.lex_state = 238}, + [3646] = {.lex_state = 238}, + [3647] = {.lex_state = 239}, + [3648] = {.lex_state = 239}, + [3649] = {.lex_state = 238}, + [3650] = {.lex_state = 238}, + [3651] = {.lex_state = 238}, + [3652] = {.lex_state = 238}, + [3653] = {.lex_state = 238}, + [3654] = {.lex_state = 239}, + [3655] = {.lex_state = 238}, + [3656] = {.lex_state = 238}, + [3657] = {.lex_state = 238}, + [3658] = {.lex_state = 239}, + [3659] = {.lex_state = 239}, + [3660] = {.lex_state = 239}, + [3661] = {.lex_state = 239}, + [3662] = {.lex_state = 238}, + [3663] = {.lex_state = 238}, + [3664] = {.lex_state = 238}, + [3665] = {.lex_state = 239}, + [3666] = {.lex_state = 69, .external_lex_state = 57}, + [3667] = {.lex_state = 240}, + [3668] = {.lex_state = 69, .external_lex_state = 57}, + [3669] = {.lex_state = 244, .external_lex_state = 67}, + [3670] = {.lex_state = 241}, + [3671] = {.lex_state = 241}, + [3672] = {.lex_state = 244, .external_lex_state = 67}, + [3673] = {.lex_state = 241}, + [3674] = {.lex_state = 244, .external_lex_state = 67}, + [3675] = {.lex_state = 244, .external_lex_state = 67}, + [3676] = {.lex_state = 227, .external_lex_state = 68}, + [3677] = {.lex_state = 244, .external_lex_state = 67}, + [3678] = {.lex_state = 241}, + [3679] = {.lex_state = 244, .external_lex_state = 67}, + [3680] = {.lex_state = 244, .external_lex_state = 67}, + [3681] = {.lex_state = 269, .external_lex_state = 66}, + [3682] = {.lex_state = 244, .external_lex_state = 67}, + [3683] = {.lex_state = 241}, + [3684] = {.lex_state = 244, .external_lex_state = 67}, + [3685] = {.lex_state = 227, .external_lex_state = 68}, + [3686] = {.lex_state = 227, .external_lex_state = 68}, + [3687] = {.lex_state = 241}, + [3688] = {.lex_state = 241}, + [3689] = {.lex_state = 266, .external_lex_state = 69}, + [3690] = {.lex_state = 266, .external_lex_state = 69}, + [3691] = {.lex_state = 266, .external_lex_state = 69}, + [3692] = {.lex_state = 266, .external_lex_state = 69}, + [3693] = {.lex_state = 270}, + [3694] = {.lex_state = 266, .external_lex_state = 69}, + [3695] = {.lex_state = 266, .external_lex_state = 69}, + [3696] = {.lex_state = 266, .external_lex_state = 69}, + [3697] = {.lex_state = 266, .external_lex_state = 69}, + [3698] = {.lex_state = 266, .external_lex_state = 69}, + [3699] = {.lex_state = 266, .external_lex_state = 69}, + [3700] = {.lex_state = 266, .external_lex_state = 69}, + [3701] = {.lex_state = 266}, + [3702] = {.lex_state = 69, .external_lex_state = 63}, + [3703] = {.lex_state = 69, .external_lex_state = 63}, + [3704] = {.lex_state = 72, .external_lex_state = 70}, + [3705] = {.lex_state = 266}, + [3706] = {.lex_state = 72, .external_lex_state = 70}, + [3707] = {.lex_state = 72, .external_lex_state = 70}, + [3708] = {.lex_state = 269}, + [3709] = {.lex_state = 269}, + [3710] = {.lex_state = 269}, + [3711] = {.lex_state = 269}, + [3712] = {.lex_state = 269}, + [3713] = {.lex_state = 269}, + [3714] = {.lex_state = 269}, + [3715] = {.lex_state = 72, .external_lex_state = 70}, + [3716] = {.lex_state = 269}, + [3717] = {.lex_state = 269}, + [3718] = {.lex_state = 269}, + [3719] = {.lex_state = 72, .external_lex_state = 70}, + [3720] = {.lex_state = 269}, + [3721] = {.lex_state = 269}, + [3722] = {.lex_state = 72, .external_lex_state = 70}, + [3723] = {.lex_state = 269}, + [3724] = {.lex_state = 269}, + [3725] = {.lex_state = 269}, + [3726] = {.lex_state = 72, .external_lex_state = 70}, + [3727] = {.lex_state = 72, .external_lex_state = 70}, + [3728] = {.lex_state = 269}, + [3729] = {.lex_state = 269}, + [3730] = {.lex_state = 269}, + [3731] = {.lex_state = 72, .external_lex_state = 70}, + [3732] = {.lex_state = 269}, + [3733] = {.lex_state = 72, .external_lex_state = 70}, + [3734] = {.lex_state = 72, .external_lex_state = 70}, + [3735] = {.lex_state = 72, .external_lex_state = 70}, + [3736] = {.lex_state = 232}, + [3737] = {.lex_state = 232}, + [3738] = {.lex_state = 232}, + [3739] = {.lex_state = 72, .external_lex_state = 47}, + [3740] = {.lex_state = 232}, + [3741] = {.lex_state = 227, .external_lex_state = 68}, + [3742] = {.lex_state = 232}, + [3743] = {.lex_state = 232}, + [3744] = {.lex_state = 232}, + [3745] = {.lex_state = 232}, + [3746] = {.lex_state = 227, .external_lex_state = 68}, + [3747] = {.lex_state = 232}, + [3748] = {.lex_state = 232}, + [3749] = {.lex_state = 232}, + [3750] = {.lex_state = 232}, + [3751] = {.lex_state = 232}, + [3752] = {.lex_state = 72, .external_lex_state = 70}, + [3753] = {.lex_state = 232}, + [3754] = {.lex_state = 72, .external_lex_state = 70}, + [3755] = {.lex_state = 227, .external_lex_state = 68}, + [3756] = {.lex_state = 227, .external_lex_state = 68}, + [3757] = {.lex_state = 72, .external_lex_state = 47}, + [3758] = {.lex_state = 72, .external_lex_state = 47}, + [3759] = {.lex_state = 232}, + [3760] = {.lex_state = 232}, + [3761] = {.lex_state = 227, .external_lex_state = 68}, + [3762] = {.lex_state = 227, .external_lex_state = 68}, + [3763] = {.lex_state = 232}, + [3764] = {.lex_state = 72, .external_lex_state = 70}, + [3765] = {.lex_state = 72, .external_lex_state = 70}, + [3766] = {.lex_state = 72, .external_lex_state = 70}, + [3767] = {.lex_state = 72, .external_lex_state = 47}, + [3768] = {.lex_state = 232}, + [3769] = {.lex_state = 232}, + [3770] = {.lex_state = 72, .external_lex_state = 70}, + [3771] = {.lex_state = 232}, + [3772] = {.lex_state = 232}, + [3773] = {.lex_state = 72, .external_lex_state = 70}, + [3774] = {.lex_state = 72, .external_lex_state = 70}, + [3775] = {.lex_state = 72, .external_lex_state = 70}, + [3776] = {.lex_state = 72, .external_lex_state = 70}, + [3777] = {.lex_state = 72, .external_lex_state = 70}, + [3778] = {.lex_state = 72, .external_lex_state = 70}, + [3779] = {.lex_state = 72, .external_lex_state = 70}, + [3780] = {.lex_state = 72, .external_lex_state = 70}, + [3781] = {.lex_state = 72, .external_lex_state = 70}, + [3782] = {.lex_state = 227, .external_lex_state = 68}, + [3783] = {.lex_state = 232}, + [3784] = {.lex_state = 72, .external_lex_state = 70}, + [3785] = {.lex_state = 72, .external_lex_state = 70}, + [3786] = {.lex_state = 232}, + [3787] = {.lex_state = 232}, + [3788] = {.lex_state = 248, .external_lex_state = 69}, + [3789] = {.lex_state = 248, .external_lex_state = 69}, + [3790] = {.lex_state = 248, .external_lex_state = 69}, + [3791] = {.lex_state = 270}, + [3792] = {.lex_state = 248, .external_lex_state = 69}, + [3793] = {.lex_state = 68, .external_lex_state = 47}, + [3794] = {.lex_state = 248, .external_lex_state = 69}, + [3795] = {.lex_state = 260, .external_lex_state = 71}, + [3796] = {.lex_state = 261, .external_lex_state = 72}, + [3797] = {.lex_state = 68, .external_lex_state = 47}, + [3798] = {.lex_state = 68, .external_lex_state = 47}, + [3799] = {.lex_state = 72, .external_lex_state = 47}, + [3800] = {.lex_state = 68, .external_lex_state = 47}, + [3801] = {.lex_state = 248, .external_lex_state = 69}, + [3802] = {.lex_state = 270}, + [3803] = {.lex_state = 270}, + [3804] = {.lex_state = 68, .external_lex_state = 47}, + [3805] = {.lex_state = 452}, + [3806] = {.lex_state = 248, .external_lex_state = 69}, + [3807] = {.lex_state = 248, .external_lex_state = 69}, + [3808] = {.lex_state = 68, .external_lex_state = 47}, + [3809] = {.lex_state = 270}, + [3810] = {.lex_state = 270}, + [3811] = {.lex_state = 68, .external_lex_state = 47}, + [3812] = {.lex_state = 68, .external_lex_state = 47}, + [3813] = {.lex_state = 248, .external_lex_state = 69}, + [3814] = {.lex_state = 270}, + [3815] = {.lex_state = 248, .external_lex_state = 69}, + [3816] = {.lex_state = 452, .external_lex_state = 73}, + [3817] = {.lex_state = 246}, + [3818] = {.lex_state = 246}, + [3819] = {.lex_state = 261, .external_lex_state = 72}, + [3820] = {.lex_state = 261, .external_lex_state = 72}, + [3821] = {.lex_state = 270}, + [3822] = {.lex_state = 269}, + [3823] = {.lex_state = 452, .external_lex_state = 73}, + [3824] = {.lex_state = 452, .external_lex_state = 73}, + [3825] = {.lex_state = 452, .external_lex_state = 73}, + [3826] = {.lex_state = 452, .external_lex_state = 73}, + [3827] = {.lex_state = 261, .external_lex_state = 72}, + [3828] = {.lex_state = 261, .external_lex_state = 72}, + [3829] = {.lex_state = 261, .external_lex_state = 72}, + [3830] = {.lex_state = 230, .external_lex_state = 74}, + [3831] = {.lex_state = 246}, + [3832] = {.lex_state = 230, .external_lex_state = 74}, + [3833] = {.lex_state = 248, .external_lex_state = 69}, + [3834] = {.lex_state = 452, .external_lex_state = 73}, + [3835] = {.lex_state = 230, .external_lex_state = 74}, + [3836] = {.lex_state = 230, .external_lex_state = 74}, + [3837] = {.lex_state = 246}, + [3838] = {.lex_state = 72, .external_lex_state = 47}, + [3839] = {.lex_state = 230, .external_lex_state = 74}, + [3840] = {.lex_state = 72, .external_lex_state = 47}, + [3841] = {.lex_state = 230, .external_lex_state = 74}, + [3842] = {.lex_state = 269}, + [3843] = {.lex_state = 452, .external_lex_state = 73}, + [3844] = {.lex_state = 230, .external_lex_state = 74}, + [3845] = {.lex_state = 248, .external_lex_state = 69}, + [3846] = {.lex_state = 452, .external_lex_state = 73}, + [3847] = {.lex_state = 452, .external_lex_state = 73}, + [3848] = {.lex_state = 452, .external_lex_state = 73}, + [3849] = {.lex_state = 452, .external_lex_state = 73}, + [3850] = {.lex_state = 452, .external_lex_state = 73}, + [3851] = {.lex_state = 230, .external_lex_state = 74}, + [3852] = {.lex_state = 452, .external_lex_state = 73}, + [3853] = {.lex_state = 452, .external_lex_state = 73}, + [3854] = {.lex_state = 452, .external_lex_state = 73}, + [3855] = {.lex_state = 452, .external_lex_state = 73}, + [3856] = {.lex_state = 248, .external_lex_state = 69}, + [3857] = {.lex_state = 248, .external_lex_state = 69}, + [3858] = {.lex_state = 230, .external_lex_state = 74}, + [3859] = {.lex_state = 261, .external_lex_state = 72}, + [3860] = {.lex_state = 230, .external_lex_state = 74}, + [3861] = {.lex_state = 230, .external_lex_state = 74}, + [3862] = {.lex_state = 230, .external_lex_state = 74}, + [3863] = {.lex_state = 452, .external_lex_state = 73}, + [3864] = {.lex_state = 261, .external_lex_state = 75}, + [3865] = {.lex_state = 269}, + [3866] = {.lex_state = 452, .external_lex_state = 73}, + [3867] = {.lex_state = 72, .external_lex_state = 47}, + [3868] = {.lex_state = 68, .external_lex_state = 47}, + [3869] = {.lex_state = 261, .external_lex_state = 72}, + [3870] = {.lex_state = 452, .external_lex_state = 73}, + [3871] = {.lex_state = 452, .external_lex_state = 73}, + [3872] = {.lex_state = 452, .external_lex_state = 73}, + [3873] = {.lex_state = 452, .external_lex_state = 73}, + [3874] = {.lex_state = 452, .external_lex_state = 73}, + [3875] = {.lex_state = 452, .external_lex_state = 73}, + [3876] = {.lex_state = 452, .external_lex_state = 73}, + [3877] = {.lex_state = 72, .external_lex_state = 47}, + [3878] = {.lex_state = 452, .external_lex_state = 73}, + [3879] = {.lex_state = 72, .external_lex_state = 47}, + [3880] = {.lex_state = 72, .external_lex_state = 47}, + [3881] = {.lex_state = 230, .external_lex_state = 76}, + [3882] = {.lex_state = 230, .external_lex_state = 76}, + [3883] = {.lex_state = 230, .external_lex_state = 76}, + [3884] = {.lex_state = 230, .external_lex_state = 76}, + [3885] = {.lex_state = 452, .external_lex_state = 73}, + [3886] = {.lex_state = 452, .external_lex_state = 73}, + [3887] = {.lex_state = 452, .external_lex_state = 73}, + [3888] = {.lex_state = 452, .external_lex_state = 73}, + [3889] = {.lex_state = 452, .external_lex_state = 73}, + [3890] = {.lex_state = 452, .external_lex_state = 73}, + [3891] = {.lex_state = 452, .external_lex_state = 73}, + [3892] = {.lex_state = 452, .external_lex_state = 73}, + [3893] = {.lex_state = 452, .external_lex_state = 73}, + [3894] = {.lex_state = 452, .external_lex_state = 73}, + [3895] = {.lex_state = 452, .external_lex_state = 73}, + [3896] = {.lex_state = 452, .external_lex_state = 73}, + [3897] = {.lex_state = 452, .external_lex_state = 73}, + [3898] = {.lex_state = 452, .external_lex_state = 73}, + [3899] = {.lex_state = 230, .external_lex_state = 74}, + [3900] = {.lex_state = 230, .external_lex_state = 74}, + [3901] = {.lex_state = 225}, + [3902] = {.lex_state = 261, .external_lex_state = 66}, + [3903] = {.lex_state = 230, .external_lex_state = 72}, + [3904] = {.lex_state = 261, .external_lex_state = 72}, + [3905] = {.lex_state = 261, .external_lex_state = 72}, + [3906] = {.lex_state = 261, .external_lex_state = 72}, + [3907] = {.lex_state = 269}, + [3908] = {.lex_state = 261, .external_lex_state = 72}, + [3909] = {.lex_state = 261, .external_lex_state = 72}, + [3910] = {.lex_state = 261, .external_lex_state = 72}, + [3911] = {.lex_state = 261, .external_lex_state = 72}, + [3912] = {.lex_state = 261, .external_lex_state = 66}, + [3913] = {.lex_state = 261, .external_lex_state = 72}, + [3914] = {.lex_state = 261, .external_lex_state = 72}, + [3915] = {.lex_state = 225}, + [3916] = {.lex_state = 68, .external_lex_state = 47}, + [3917] = {.lex_state = 261, .external_lex_state = 72}, + [3918] = {.lex_state = 261, .external_lex_state = 72}, + [3919] = {.lex_state = 248, .external_lex_state = 69}, + [3920] = {.lex_state = 248, .external_lex_state = 69}, + [3921] = {.lex_state = 248, .external_lex_state = 69}, + [3922] = {.lex_state = 261, .external_lex_state = 72}, + [3923] = {.lex_state = 225}, + [3924] = {.lex_state = 261, .external_lex_state = 72}, + [3925] = {.lex_state = 261, .external_lex_state = 72}, + [3926] = {.lex_state = 68, .external_lex_state = 47}, + [3927] = {.lex_state = 230, .external_lex_state = 72}, + [3928] = {.lex_state = 261, .external_lex_state = 72}, + [3929] = {.lex_state = 248, .external_lex_state = 69}, + [3930] = {.lex_state = 230, .external_lex_state = 72}, + [3931] = {.lex_state = 261, .external_lex_state = 72}, + [3932] = {.lex_state = 225}, + [3933] = {.lex_state = 230, .external_lex_state = 74}, + [3934] = {.lex_state = 261, .external_lex_state = 72}, + [3935] = {.lex_state = 248, .external_lex_state = 69}, + [3936] = {.lex_state = 261, .external_lex_state = 72}, + [3937] = {.lex_state = 225}, + [3938] = {.lex_state = 248, .external_lex_state = 69}, + [3939] = {.lex_state = 248, .external_lex_state = 69}, + [3940] = {.lex_state = 225}, + [3941] = {.lex_state = 230, .external_lex_state = 74}, + [3942] = {.lex_state = 248, .external_lex_state = 69}, + [3943] = {.lex_state = 230, .external_lex_state = 74}, + [3944] = {.lex_state = 248, .external_lex_state = 69}, + [3945] = {.lex_state = 230, .external_lex_state = 74}, + [3946] = {.lex_state = 246}, + [3947] = {.lex_state = 225}, + [3948] = {.lex_state = 261, .external_lex_state = 72}, + [3949] = {.lex_state = 246}, + [3950] = {.lex_state = 68, .external_lex_state = 47}, + [3951] = {.lex_state = 225}, + [3952] = {.lex_state = 248, .external_lex_state = 69}, + [3953] = {.lex_state = 248, .external_lex_state = 69}, + [3954] = {.lex_state = 248, .external_lex_state = 69}, + [3955] = {.lex_state = 248, .external_lex_state = 69}, + [3956] = {.lex_state = 248, .external_lex_state = 69}, + [3957] = {.lex_state = 269}, + [3958] = {.lex_state = 225}, + [3959] = {.lex_state = 248, .external_lex_state = 69}, + [3960] = {.lex_state = 225}, + [3961] = {.lex_state = 269}, + [3962] = {.lex_state = 248, .external_lex_state = 69}, + [3963] = {.lex_state = 230, .external_lex_state = 74}, + [3964] = {.lex_state = 230, .external_lex_state = 74}, + [3965] = {.lex_state = 225}, + [3966] = {.lex_state = 248, .external_lex_state = 69}, + [3967] = {.lex_state = 225}, + [3968] = {.lex_state = 230, .external_lex_state = 74}, + [3969] = {.lex_state = 248, .external_lex_state = 69}, + [3970] = {.lex_state = 261, .external_lex_state = 66}, + [3971] = {.lex_state = 248, .external_lex_state = 69}, + [3972] = {.lex_state = 225}, + [3973] = {.lex_state = 225}, + [3974] = {.lex_state = 225}, + [3975] = {.lex_state = 452}, + [3976] = {.lex_state = 225}, + [3977] = {.lex_state = 272}, + [3978] = {.lex_state = 452}, + [3979] = {.lex_state = 452}, + [3980] = {.lex_state = 225}, + [3981] = {.lex_state = 225}, + [3982] = {.lex_state = 272}, + [3983] = {.lex_state = 272}, + [3984] = {.lex_state = 225}, + [3985] = {.lex_state = 224}, + [3986] = {.lex_state = 225}, + [3987] = {.lex_state = 225}, + [3988] = {.lex_state = 452}, + [3989] = {.lex_state = 225}, + [3990] = {.lex_state = 272}, + [3991] = {.lex_state = 225}, + [3992] = {.lex_state = 224}, + [3993] = {.lex_state = 225}, + [3994] = {.lex_state = 225}, + [3995] = {.lex_state = 225}, + [3996] = {.lex_state = 225}, + [3997] = {.lex_state = 225}, + [3998] = {.lex_state = 225}, + [3999] = {.lex_state = 225}, + [4000] = {.lex_state = 225}, + [4001] = {.lex_state = 225}, + [4002] = {.lex_state = 452}, + [4003] = {.lex_state = 272}, + [4004] = {.lex_state = 272}, + [4005] = {.lex_state = 225}, + [4006] = {.lex_state = 225}, + [4007] = {.lex_state = 230, .external_lex_state = 72}, + [4008] = {.lex_state = 452}, + [4009] = {.lex_state = 452}, + [4010] = {.lex_state = 452}, + [4011] = {.lex_state = 452}, + [4012] = {.lex_state = 452}, + [4013] = {.lex_state = 452}, + [4014] = {.lex_state = 272}, + [4015] = {.lex_state = 225}, + [4016] = {.lex_state = 272}, + [4017] = {.lex_state = 225}, + [4018] = {.lex_state = 225}, + [4019] = {.lex_state = 452}, + [4020] = {.lex_state = 452, .external_lex_state = 77}, + [4021] = {.lex_state = 225}, + [4022] = {.lex_state = 272}, + [4023] = {.lex_state = 452, .external_lex_state = 77}, + [4024] = {.lex_state = 225}, + [4025] = {.lex_state = 452, .external_lex_state = 77}, + [4026] = {.lex_state = 224}, + [4027] = {.lex_state = 452}, + [4028] = {.lex_state = 452}, + [4029] = {.lex_state = 452}, + [4030] = {.lex_state = 452}, + [4031] = {.lex_state = 225}, + [4032] = {.lex_state = 225}, + [4033] = {.lex_state = 259, .external_lex_state = 69}, + [4034] = {.lex_state = 225}, + [4035] = {.lex_state = 225}, + [4036] = {.lex_state = 272}, + [4037] = {.lex_state = 225}, + [4038] = {.lex_state = 225}, + [4039] = {.lex_state = 224}, + [4040] = {.lex_state = 452, .external_lex_state = 77}, + [4041] = {.lex_state = 224}, + [4042] = {.lex_state = 225}, + [4043] = {.lex_state = 225}, + [4044] = {.lex_state = 272}, + [4045] = {.lex_state = 452, .external_lex_state = 77}, + [4046] = {.lex_state = 452}, + [4047] = {.lex_state = 225}, + [4048] = {.lex_state = 225}, + [4049] = {.lex_state = 225}, + [4050] = {.lex_state = 225}, + [4051] = {.lex_state = 225}, + [4052] = {.lex_state = 452, .external_lex_state = 77}, + [4053] = {.lex_state = 452}, + [4054] = {.lex_state = 225}, + [4055] = {.lex_state = 225}, + [4056] = {.lex_state = 225}, + [4057] = {.lex_state = 225}, + [4058] = {.lex_state = 225}, + [4059] = {.lex_state = 225}, + [4060] = {.lex_state = 225}, + [4061] = {.lex_state = 452}, + [4062] = {.lex_state = 224}, + [4063] = {.lex_state = 452}, + [4064] = {.lex_state = 225}, + [4065] = {.lex_state = 272}, + [4066] = {.lex_state = 225}, + [4067] = {.lex_state = 225}, + [4068] = {.lex_state = 272}, + [4069] = {.lex_state = 261, .external_lex_state = 66}, + [4070] = {.lex_state = 272}, + [4071] = {.lex_state = 259, .external_lex_state = 69}, + [4072] = {.lex_state = 225}, + [4073] = {.lex_state = 225}, + [4074] = {.lex_state = 196, .external_lex_state = 69}, + [4075] = {.lex_state = 259, .external_lex_state = 69}, + [4076] = {.lex_state = 225}, + [4077] = {.lex_state = 225}, + [4078] = {.lex_state = 259, .external_lex_state = 69}, + [4079] = {.lex_state = 225}, + [4080] = {.lex_state = 272}, + [4081] = {.lex_state = 452}, + [4082] = {.lex_state = 452}, + [4083] = {.lex_state = 272}, + [4084] = {.lex_state = 452}, + [4085] = {.lex_state = 225}, + [4086] = {.lex_state = 272}, + [4087] = {.lex_state = 225}, + [4088] = {.lex_state = 225}, + [4089] = {.lex_state = 272}, + [4090] = {.lex_state = 272}, + [4091] = {.lex_state = 452}, + [4092] = {.lex_state = 452}, + [4093] = {.lex_state = 225}, + [4094] = {.lex_state = 246}, + [4095] = {.lex_state = 272}, + [4096] = {.lex_state = 452}, + [4097] = {.lex_state = 452}, + [4098] = {.lex_state = 452}, + [4099] = {.lex_state = 272}, + [4100] = {.lex_state = 452}, + [4101] = {.lex_state = 225}, + [4102] = {.lex_state = 225}, + [4103] = {.lex_state = 452}, + [4104] = {.lex_state = 224}, + [4105] = {.lex_state = 272}, + [4106] = {.lex_state = 225}, + [4107] = {.lex_state = 452}, + [4108] = {.lex_state = 272}, + [4109] = {.lex_state = 452}, + [4110] = {.lex_state = 452}, + [4111] = {.lex_state = 225}, + [4112] = {.lex_state = 224}, + [4113] = {.lex_state = 452}, + [4114] = {.lex_state = 452}, + [4115] = {.lex_state = 230, .external_lex_state = 66}, + [4116] = {.lex_state = 259}, + [4117] = {.lex_state = 259}, + [4118] = {.lex_state = 261, .external_lex_state = 66}, + [4119] = {.lex_state = 452}, + [4120] = {.lex_state = 452}, + [4121] = {.lex_state = 259}, + [4122] = {.lex_state = 452}, + [4123] = {.lex_state = 261, .external_lex_state = 66}, + [4124] = {.lex_state = 452}, + [4125] = {.lex_state = 230, .external_lex_state = 66}, + [4126] = {.lex_state = 452}, + [4127] = {.lex_state = 261, .external_lex_state = 66}, + [4128] = {.lex_state = 452}, + [4129] = {.lex_state = 452}, + [4130] = {.lex_state = 259}, + [4131] = {.lex_state = 452}, + [4132] = {.lex_state = 261, .external_lex_state = 66}, + [4133] = {.lex_state = 259}, + [4134] = {.lex_state = 452}, + [4135] = {.lex_state = 259}, + [4136] = {.lex_state = 224}, + [4137] = {.lex_state = 224}, + [4138] = {.lex_state = 259}, + [4139] = {.lex_state = 452}, + [4140] = {.lex_state = 259}, + [4141] = {.lex_state = 452}, + [4142] = {.lex_state = 452}, + [4143] = {.lex_state = 452}, + [4144] = {.lex_state = 230, .external_lex_state = 66}, + [4145] = {.lex_state = 230, .external_lex_state = 66}, + [4146] = {.lex_state = 452}, + [4147] = {.lex_state = 452}, + [4148] = {.lex_state = 452}, + [4149] = {.lex_state = 270}, + [4150] = {.lex_state = 452}, + [4151] = {.lex_state = 452}, + [4152] = {.lex_state = 259}, + [4153] = {.lex_state = 230, .external_lex_state = 66}, + [4154] = {.lex_state = 230, .external_lex_state = 66}, + [4155] = {.lex_state = 224}, + [4156] = {.lex_state = 259}, + [4157] = {.lex_state = 452}, + [4158] = {.lex_state = 259}, + [4159] = {.lex_state = 259}, + [4160] = {.lex_state = 259}, + [4161] = {.lex_state = 230, .external_lex_state = 66}, + [4162] = {.lex_state = 452}, + [4163] = {.lex_state = 452}, + [4164] = {.lex_state = 452}, + [4165] = {.lex_state = 452}, + [4166] = {.lex_state = 230, .external_lex_state = 66}, + [4167] = {.lex_state = 259}, + [4168] = {.lex_state = 452}, + [4169] = {.lex_state = 230, .external_lex_state = 66}, + [4170] = {.lex_state = 259}, + [4171] = {.lex_state = 270}, + [4172] = {.lex_state = 452}, + [4173] = {.lex_state = 452}, + [4174] = {.lex_state = 452}, + [4175] = {.lex_state = 224}, + [4176] = {.lex_state = 452}, + [4177] = {.lex_state = 452}, + [4178] = {.lex_state = 452}, + [4179] = {.lex_state = 452}, + [4180] = {.lex_state = 259}, + [4181] = {.lex_state = 259}, + [4182] = {.lex_state = 259}, + [4183] = {.lex_state = 452}, + [4184] = {.lex_state = 270}, + [4185] = {.lex_state = 452}, + [4186] = {.lex_state = 452}, + [4187] = {.lex_state = 225}, + [4188] = {.lex_state = 452}, + [4189] = {.lex_state = 259}, + [4190] = {.lex_state = 230, .external_lex_state = 66}, + [4191] = {.lex_state = 259}, + [4192] = {.lex_state = 452}, + [4193] = {.lex_state = 452}, + [4194] = {.lex_state = 270}, + [4195] = {.lex_state = 270}, + [4196] = {.lex_state = 259}, + [4197] = {.lex_state = 230, .external_lex_state = 66}, + [4198] = {.lex_state = 261, .external_lex_state = 66}, + [4199] = {.lex_state = 259}, + [4200] = {.lex_state = 225}, + [4201] = {.lex_state = 261, .external_lex_state = 66}, + [4202] = {.lex_state = 452}, + [4203] = {.lex_state = 259}, + [4204] = {.lex_state = 259}, + [4205] = {.lex_state = 452}, + [4206] = {.lex_state = 452}, + [4207] = {.lex_state = 452}, + [4208] = {.lex_state = 452}, + [4209] = {.lex_state = 259}, + [4210] = {.lex_state = 452}, + [4211] = {.lex_state = 259}, + [4212] = {.lex_state = 452}, + [4213] = {.lex_state = 270}, + [4214] = {.lex_state = 452}, + [4215] = {.lex_state = 452}, + [4216] = {.lex_state = 452}, + [4217] = {.lex_state = 230, .external_lex_state = 78}, + [4218] = {.lex_state = 225}, + [4219] = {.lex_state = 259}, + [4220] = {.lex_state = 224}, + [4221] = {.lex_state = 452}, + [4222] = {.lex_state = 225}, + [4223] = {.lex_state = 108, .external_lex_state = 47}, + [4224] = {.lex_state = 230, .external_lex_state = 66}, + [4225] = {.lex_state = 225}, + [4226] = {.lex_state = 230, .external_lex_state = 66}, + [4227] = {.lex_state = 230, .external_lex_state = 66}, + [4228] = {.lex_state = 225}, + [4229] = {.lex_state = 225}, + [4230] = {.lex_state = 225}, + [4231] = {.lex_state = 225}, + [4232] = {.lex_state = 225}, + [4233] = {.lex_state = 452}, + [4234] = {.lex_state = 225}, + [4235] = {.lex_state = 108, .external_lex_state = 47}, + [4236] = {.lex_state = 225}, + [4237] = {.lex_state = 108, .external_lex_state = 47}, + [4238] = {.lex_state = 108, .external_lex_state = 47}, + [4239] = {.lex_state = 225}, + [4240] = {.lex_state = 108, .external_lex_state = 47}, + [4241] = {.lex_state = 108, .external_lex_state = 47}, + [4242] = {.lex_state = 108, .external_lex_state = 47}, + [4243] = {.lex_state = 225}, + [4244] = {.lex_state = 225}, + [4245] = {.lex_state = 225}, + [4246] = {.lex_state = 108, .external_lex_state = 47}, + [4247] = {.lex_state = 230, .external_lex_state = 66}, + [4248] = {.lex_state = 225}, + [4249] = {.lex_state = 230, .external_lex_state = 66}, + [4250] = {.lex_state = 108, .external_lex_state = 47}, + [4251] = {.lex_state = 108, .external_lex_state = 47}, + [4252] = {.lex_state = 108, .external_lex_state = 47}, + [4253] = {.lex_state = 108, .external_lex_state = 47}, + [4254] = {.lex_state = 108, .external_lex_state = 47}, + [4255] = {.lex_state = 270}, + [4256] = {.lex_state = 225}, + [4257] = {.lex_state = 225}, + [4258] = {.lex_state = 225}, + [4259] = {.lex_state = 209}, + [4260] = {.lex_state = 225}, + [4261] = {.lex_state = 452}, + [4262] = {.lex_state = 270}, + [4263] = {.lex_state = 108, .external_lex_state = 47}, + [4264] = {.lex_state = 108, .external_lex_state = 47}, + [4265] = {.lex_state = 108, .external_lex_state = 47}, + [4266] = {.lex_state = 225}, + [4267] = {.lex_state = 108, .external_lex_state = 47}, + [4268] = {.lex_state = 108, .external_lex_state = 47}, + [4269] = {.lex_state = 108, .external_lex_state = 47}, + [4270] = {.lex_state = 225}, + [4271] = {.lex_state = 225}, + [4272] = {.lex_state = 209}, + [4273] = {.lex_state = 225}, + [4274] = {.lex_state = 452}, + [4275] = {.lex_state = 225}, + [4276] = {.lex_state = 270}, + [4277] = {.lex_state = 230, .external_lex_state = 66}, + [4278] = {.lex_state = 230, .external_lex_state = 66}, + [4279] = {.lex_state = 230, .external_lex_state = 66}, + [4280] = {.lex_state = 230, .external_lex_state = 66}, + [4281] = {.lex_state = 230, .external_lex_state = 66}, + [4282] = {.lex_state = 108, .external_lex_state = 47}, + [4283] = {.lex_state = 452}, + [4284] = {.lex_state = 225}, + [4285] = {.lex_state = 452}, + [4286] = {.lex_state = 230, .external_lex_state = 66}, + [4287] = {.lex_state = 452}, + [4288] = {.lex_state = 452}, + [4289] = {.lex_state = 452, .external_lex_state = 79}, + [4290] = {.lex_state = 452}, + [4291] = {.lex_state = 230, .external_lex_state = 66}, + [4292] = {.lex_state = 225}, + [4293] = {.lex_state = 452}, + [4294] = {.lex_state = 230, .external_lex_state = 66}, + [4295] = {.lex_state = 452, .external_lex_state = 79}, + [4296] = {.lex_state = 452}, + [4297] = {.lex_state = 452}, + [4298] = {.lex_state = 230, .external_lex_state = 66}, + [4299] = {.lex_state = 452}, + [4300] = {.lex_state = 225}, + [4301] = {.lex_state = 452}, + [4302] = {.lex_state = 108, .external_lex_state = 47}, + [4303] = {.lex_state = 108, .external_lex_state = 47}, + [4304] = {.lex_state = 452}, + [4305] = {.lex_state = 230, .external_lex_state = 66}, + [4306] = {.lex_state = 452}, + [4307] = {.lex_state = 452}, + [4308] = {.lex_state = 225}, + [4309] = {.lex_state = 452}, + [4310] = {.lex_state = 230, .external_lex_state = 66}, + [4311] = {.lex_state = 230, .external_lex_state = 66}, + [4312] = {.lex_state = 452}, + [4313] = {.lex_state = 452}, + [4314] = {.lex_state = 452}, + [4315] = {.lex_state = 230, .external_lex_state = 66}, + [4316] = {.lex_state = 225}, + [4317] = {.lex_state = 452}, + [4318] = {.lex_state = 452}, + [4319] = {.lex_state = 452}, + [4320] = {.lex_state = 225}, + [4321] = {.lex_state = 230, .external_lex_state = 66}, + [4322] = {.lex_state = 225}, + [4323] = {.lex_state = 452}, + [4324] = {.lex_state = 452}, + [4325] = {.lex_state = 452}, + [4326] = {.lex_state = 230, .external_lex_state = 66}, + [4327] = {.lex_state = 452}, + [4328] = {.lex_state = 225}, + [4329] = {.lex_state = 452}, + [4330] = {.lex_state = 452}, + [4331] = {.lex_state = 225}, + [4332] = {.lex_state = 230, .external_lex_state = 66}, + [4333] = {.lex_state = 227}, + [4334] = {.lex_state = 225}, + [4335] = {.lex_state = 452}, + [4336] = {.lex_state = 452}, + [4337] = {.lex_state = 452}, + [4338] = {.lex_state = 270}, + [4339] = {.lex_state = 452}, + [4340] = {.lex_state = 225}, + [4341] = {.lex_state = 230, .external_lex_state = 66}, + [4342] = {.lex_state = 227}, + [4343] = {.lex_state = 452}, + [4344] = {.lex_state = 452}, + [4345] = {.lex_state = 452}, + [4346] = {.lex_state = 225}, + [4347] = {.lex_state = 452}, + [4348] = {.lex_state = 227}, + [4349] = {.lex_state = 227}, + [4350] = {.lex_state = 452}, + [4351] = {.lex_state = 452}, + [4352] = {.lex_state = 225}, + [4353] = {.lex_state = 452}, + [4354] = {.lex_state = 452}, + [4355] = {.lex_state = 230, .external_lex_state = 66}, + [4356] = {.lex_state = 227}, + [4357] = {.lex_state = 452}, + [4358] = {.lex_state = 225}, + [4359] = {.lex_state = 452}, + [4360] = {.lex_state = 452}, + [4361] = {.lex_state = 452}, + [4362] = {.lex_state = 230, .external_lex_state = 66}, + [4363] = {.lex_state = 108, .external_lex_state = 47}, + [4364] = {.lex_state = 225}, + [4365] = {.lex_state = 108, .external_lex_state = 47}, + [4366] = {.lex_state = 227}, + [4367] = {.lex_state = 452}, + [4368] = {.lex_state = 452}, + [4369] = {.lex_state = 452}, + [4370] = {.lex_state = 225}, + [4371] = {.lex_state = 452}, + [4372] = {.lex_state = 230, .external_lex_state = 66}, + [4373] = {.lex_state = 227}, + [4374] = {.lex_state = 452}, + [4375] = {.lex_state = 452}, + [4376] = {.lex_state = 225}, + [4377] = {.lex_state = 452}, + [4378] = {.lex_state = 230, .external_lex_state = 66}, + [4379] = {.lex_state = 230, .external_lex_state = 66}, + [4380] = {.lex_state = 230, .external_lex_state = 66}, + [4381] = {.lex_state = 230, .external_lex_state = 66}, + [4382] = {.lex_state = 225}, + [4383] = {.lex_state = 230, .external_lex_state = 66}, + [4384] = {.lex_state = 230, .external_lex_state = 66}, + [4385] = {.lex_state = 452}, + [4386] = {.lex_state = 230, .external_lex_state = 66}, + [4387] = {.lex_state = 230, .external_lex_state = 66}, + [4388] = {.lex_state = 225}, + [4389] = {.lex_state = 230, .external_lex_state = 66}, + [4390] = {.lex_state = 230, .external_lex_state = 66}, + [4391] = {.lex_state = 230, .external_lex_state = 66}, + [4392] = {.lex_state = 230, .external_lex_state = 66}, + [4393] = {.lex_state = 230, .external_lex_state = 66}, + [4394] = {.lex_state = 225}, + [4395] = {.lex_state = 230, .external_lex_state = 66}, + [4396] = {.lex_state = 230, .external_lex_state = 66}, + [4397] = {.lex_state = 230, .external_lex_state = 66}, + [4398] = {.lex_state = 230, .external_lex_state = 66}, + [4399] = {.lex_state = 227}, + [4400] = {.lex_state = 225}, + [4401] = {.lex_state = 230, .external_lex_state = 66}, + [4402] = {.lex_state = 230, .external_lex_state = 66}, + [4403] = {.lex_state = 230, .external_lex_state = 66}, + [4404] = {.lex_state = 230, .external_lex_state = 66}, + [4405] = {.lex_state = 230, .external_lex_state = 66}, + [4406] = {.lex_state = 225}, + [4407] = {.lex_state = 230, .external_lex_state = 66}, + [4408] = {.lex_state = 230, .external_lex_state = 66}, + [4409] = {.lex_state = 230, .external_lex_state = 66}, + [4410] = {.lex_state = 452}, + [4411] = {.lex_state = 230, .external_lex_state = 66}, + [4412] = {.lex_state = 225}, + [4413] = {.lex_state = 452}, + [4414] = {.lex_state = 452}, + [4415] = {.lex_state = 230, .external_lex_state = 66}, + [4416] = {.lex_state = 452}, + [4417] = {.lex_state = 230, .external_lex_state = 66}, + [4418] = {.lex_state = 225}, + [4419] = {.lex_state = 230}, + [4420] = {.lex_state = 230, .external_lex_state = 66}, + [4421] = {.lex_state = 230, .external_lex_state = 66}, + [4422] = {.lex_state = 230, .external_lex_state = 66}, + [4423] = {.lex_state = 452}, + [4424] = {.lex_state = 225}, + [4425] = {.lex_state = 452}, + [4426] = {.lex_state = 452}, + [4427] = {.lex_state = 452}, + [4428] = {.lex_state = 225}, + [4429] = {.lex_state = 452}, + [4430] = {.lex_state = 225}, + [4431] = {.lex_state = 230, .external_lex_state = 66}, + [4432] = {.lex_state = 227}, + [4433] = {.lex_state = 225}, + [4434] = {.lex_state = 452}, + [4435] = {.lex_state = 452}, + [4436] = {.lex_state = 225}, + [4437] = {.lex_state = 452}, + [4438] = {.lex_state = 452}, + [4439] = {.lex_state = 230, .external_lex_state = 66}, + [4440] = {.lex_state = 270}, + [4441] = {.lex_state = 227}, + [4442] = {.lex_state = 452}, + [4443] = {.lex_state = 230, .external_lex_state = 66}, + [4444] = {.lex_state = 452}, + [4445] = {.lex_state = 452}, + [4446] = {.lex_state = 230, .external_lex_state = 66}, + [4447] = {.lex_state = 227}, + [4448] = {.lex_state = 452}, + [4449] = {.lex_state = 452}, + [4450] = {.lex_state = 452}, + [4451] = {.lex_state = 452}, + [4452] = {.lex_state = 230, .external_lex_state = 66}, + [4453] = {.lex_state = 227}, + [4454] = {.lex_state = 227}, + [4455] = {.lex_state = 210, .external_lex_state = 80}, + [4456] = {.lex_state = 210, .external_lex_state = 80}, + [4457] = {.lex_state = 452}, + [4458] = {.lex_state = 452}, + [4459] = {.lex_state = 452}, + [4460] = {.lex_state = 452}, + [4461] = {.lex_state = 230, .external_lex_state = 66}, + [4462] = {.lex_state = 227}, + [4463] = {.lex_state = 452}, + [4464] = {.lex_state = 452}, + [4465] = {.lex_state = 452}, + [4466] = {.lex_state = 452}, + [4467] = {.lex_state = 224}, + [4468] = {.lex_state = 230, .external_lex_state = 66}, + [4469] = {.lex_state = 227}, + [4470] = {.lex_state = 452}, + [4471] = {.lex_state = 452}, + [4472] = {.lex_state = 225}, + [4473] = {.lex_state = 452}, + [4474] = {.lex_state = 452}, + [4475] = {.lex_state = 230, .external_lex_state = 66}, + [4476] = {.lex_state = 452, .external_lex_state = 81}, + [4477] = {.lex_state = 227}, + [4478] = {.lex_state = 452}, + [4479] = {.lex_state = 452}, + [4480] = {.lex_state = 452}, + [4481] = {.lex_state = 452}, + [4482] = {.lex_state = 230, .external_lex_state = 66}, + [4483] = {.lex_state = 452, .external_lex_state = 81}, + [4484] = {.lex_state = 452, .external_lex_state = 81}, + [4485] = {.lex_state = 227}, + [4486] = {.lex_state = 452}, + [4487] = {.lex_state = 452}, + [4488] = {.lex_state = 452}, + [4489] = {.lex_state = 452}, + [4490] = {.lex_state = 230, .external_lex_state = 66}, + [4491] = {.lex_state = 227}, + [4492] = {.lex_state = 452}, + [4493] = {.lex_state = 452}, + [4494] = {.lex_state = 452}, + [4495] = {.lex_state = 452}, + [4496] = {.lex_state = 452}, + [4497] = {.lex_state = 227}, + [4498] = {.lex_state = 230, .external_lex_state = 66}, + [4499] = {.lex_state = 230, .external_lex_state = 66}, + [4500] = {.lex_state = 230, .external_lex_state = 66}, + [4501] = {.lex_state = 230, .external_lex_state = 66}, + [4502] = {.lex_state = 230, .external_lex_state = 66}, + [4503] = {.lex_state = 230, .external_lex_state = 66}, + [4504] = {.lex_state = 452}, + [4505] = {.lex_state = 452}, + [4506] = {.lex_state = 452}, + [4507] = {.lex_state = 452}, + [4508] = {.lex_state = 230, .external_lex_state = 66}, + [4509] = {.lex_state = 230, .external_lex_state = 66}, + [4510] = {.lex_state = 230, .external_lex_state = 66}, + [4511] = {.lex_state = 230, .external_lex_state = 66}, + [4512] = {.lex_state = 230, .external_lex_state = 66}, + [4513] = {.lex_state = 230, .external_lex_state = 66}, + [4514] = {.lex_state = 230, .external_lex_state = 66}, + [4515] = {.lex_state = 230, .external_lex_state = 66}, + [4516] = {.lex_state = 230, .external_lex_state = 66}, + [4517] = {.lex_state = 230, .external_lex_state = 66}, + [4518] = {.lex_state = 230, .external_lex_state = 66}, + [4519] = {.lex_state = 230, .external_lex_state = 66}, + [4520] = {.lex_state = 230, .external_lex_state = 66}, + [4521] = {.lex_state = 227}, + [4522] = {.lex_state = 452}, + [4523] = {.lex_state = 452}, + [4524] = {.lex_state = 452}, + [4525] = {.lex_state = 452}, + [4526] = {.lex_state = 230, .external_lex_state = 66}, + [4527] = {.lex_state = 227}, + [4528] = {.lex_state = 452}, + [4529] = {.lex_state = 452}, + [4530] = {.lex_state = 452}, + [4531] = {.lex_state = 452}, + [4532] = {.lex_state = 230, .external_lex_state = 66}, + [4533] = {.lex_state = 227}, + [4534] = {.lex_state = 452}, + [4535] = {.lex_state = 452}, + [4536] = {.lex_state = 452}, + [4537] = {.lex_state = 452}, + [4538] = {.lex_state = 230, .external_lex_state = 66}, + [4539] = {.lex_state = 227}, + [4540] = {.lex_state = 452}, + [4541] = {.lex_state = 452}, + [4542] = {.lex_state = 452}, + [4543] = {.lex_state = 452}, + [4544] = {.lex_state = 230, .external_lex_state = 66}, + [4545] = {.lex_state = 227}, + [4546] = {.lex_state = 452}, + [4547] = {.lex_state = 452}, + [4548] = {.lex_state = 452}, + [4549] = {.lex_state = 452}, + [4550] = {.lex_state = 230, .external_lex_state = 66}, + [4551] = {.lex_state = 227}, + [4552] = {.lex_state = 452}, + [4553] = {.lex_state = 230, .external_lex_state = 66}, + [4554] = {.lex_state = 452}, + [4555] = {.lex_state = 452}, + [4556] = {.lex_state = 230, .external_lex_state = 66}, + [4557] = {.lex_state = 227}, + [4558] = {.lex_state = 225}, + [4559] = {.lex_state = 452}, + [4560] = {.lex_state = 452}, + [4561] = {.lex_state = 452}, + [4562] = {.lex_state = 452}, + [4563] = {.lex_state = 230, .external_lex_state = 66}, + [4564] = {.lex_state = 227}, + [4565] = {.lex_state = 270}, + [4566] = {.lex_state = 452}, + [4567] = {.lex_state = 452}, + [4568] = {.lex_state = 224}, + [4569] = {.lex_state = 225}, + [4570] = {.lex_state = 452}, + [4571] = {.lex_state = 452}, + [4572] = {.lex_state = 225}, + [4573] = {.lex_state = 452}, + [4574] = {.lex_state = 230, .external_lex_state = 66}, + [4575] = {.lex_state = 227}, + [4576] = {.lex_state = 452, .external_lex_state = 81}, + [4577] = {.lex_state = 452}, + [4578] = {.lex_state = 452}, + [4579] = {.lex_state = 452}, + [4580] = {.lex_state = 452}, + [4581] = {.lex_state = 230, .external_lex_state = 66}, + [4582] = {.lex_state = 227}, + [4583] = {.lex_state = 452, .external_lex_state = 81}, + [4584] = {.lex_state = 452}, + [4585] = {.lex_state = 452}, + [4586] = {.lex_state = 452}, + [4587] = {.lex_state = 452}, + [4588] = {.lex_state = 230, .external_lex_state = 66}, + [4589] = {.lex_state = 227}, + [4590] = {.lex_state = 452}, + [4591] = {.lex_state = 452}, + [4592] = {.lex_state = 452}, + [4593] = {.lex_state = 452}, + [4594] = {.lex_state = 230, .external_lex_state = 66}, + [4595] = {.lex_state = 209}, + [4596] = {.lex_state = 227}, + [4597] = {.lex_state = 452}, + [4598] = {.lex_state = 225}, + [4599] = {.lex_state = 452}, + [4600] = {.lex_state = 452}, + [4601] = {.lex_state = 452}, + [4602] = {.lex_state = 230, .external_lex_state = 66}, + [4603] = {.lex_state = 227}, + [4604] = {.lex_state = 452, .external_lex_state = 81}, + [4605] = {.lex_state = 452}, + [4606] = {.lex_state = 452}, + [4607] = {.lex_state = 452}, + [4608] = {.lex_state = 452}, + [4609] = {.lex_state = 452}, + [4610] = {.lex_state = 452}, + [4611] = {.lex_state = 225}, + [4612] = {.lex_state = 452}, + [4613] = {.lex_state = 230, .external_lex_state = 66}, + [4614] = {.lex_state = 452}, + [4615] = {.lex_state = 452}, + [4616] = {.lex_state = 230, .external_lex_state = 66}, + [4617] = {.lex_state = 227}, + [4618] = {.lex_state = 452}, + [4619] = {.lex_state = 452}, + [4620] = {.lex_state = 452}, + [4621] = {.lex_state = 452}, + [4622] = {.lex_state = 230, .external_lex_state = 66}, + [4623] = {.lex_state = 227}, + [4624] = {.lex_state = 452}, + [4625] = {.lex_state = 452}, + [4626] = {.lex_state = 452}, + [4627] = {.lex_state = 452}, + [4628] = {.lex_state = 230, .external_lex_state = 66}, + [4629] = {.lex_state = 227}, + [4630] = {.lex_state = 452}, + [4631] = {.lex_state = 452}, + [4632] = {.lex_state = 452}, + [4633] = {.lex_state = 452}, + [4634] = {.lex_state = 230, .external_lex_state = 66}, + [4635] = {.lex_state = 227}, + [4636] = {.lex_state = 452}, + [4637] = {.lex_state = 452}, + [4638] = {.lex_state = 452}, + [4639] = {.lex_state = 452}, + [4640] = {.lex_state = 225}, + [4641] = {.lex_state = 230, .external_lex_state = 66}, + [4642] = {.lex_state = 227}, + [4643] = {.lex_state = 452, .external_lex_state = 81}, + [4644] = {.lex_state = 452}, + [4645] = {.lex_state = 452}, + [4646] = {.lex_state = 452}, + [4647] = {.lex_state = 452}, + [4648] = {.lex_state = 230, .external_lex_state = 66}, + [4649] = {.lex_state = 227}, + [4650] = {.lex_state = 452, .external_lex_state = 81}, + [4651] = {.lex_state = 452}, + [4652] = {.lex_state = 210, .external_lex_state = 80}, + [4653] = {.lex_state = 210, .external_lex_state = 80}, + [4654] = {.lex_state = 452}, + [4655] = {.lex_state = 452}, + [4656] = {.lex_state = 452}, + [4657] = {.lex_state = 230, .external_lex_state = 66}, + [4658] = {.lex_state = 452, .external_lex_state = 79}, + [4659] = {.lex_state = 452, .external_lex_state = 79}, + [4660] = {.lex_state = 227}, + [4661] = {.lex_state = 210, .external_lex_state = 80}, + [4662] = {.lex_state = 210, .external_lex_state = 80}, + [4663] = {.lex_state = 230, .external_lex_state = 66}, + [4664] = {.lex_state = 230, .external_lex_state = 66}, + [4665] = {.lex_state = 452}, + [4666] = {.lex_state = 452}, + [4667] = {.lex_state = 452}, + [4668] = {.lex_state = 452}, + [4669] = {.lex_state = 225}, + [4670] = {.lex_state = 270}, + [4671] = {.lex_state = 225}, + [4672] = {.lex_state = 225}, + [4673] = {.lex_state = 225}, + [4674] = {.lex_state = 225}, + [4675] = {.lex_state = 452}, + [4676] = {.lex_state = 452, .external_lex_state = 79}, + [4677] = {.lex_state = 452, .external_lex_state = 79}, + [4678] = {.lex_state = 225}, + [4679] = {.lex_state = 225}, + [4680] = {.lex_state = 270}, + [4681] = {.lex_state = 225}, + [4682] = {.lex_state = 225}, + [4683] = {.lex_state = 270}, + [4684] = {.lex_state = 227}, + [4685] = {.lex_state = 210, .external_lex_state = 80}, + [4686] = {.lex_state = 210, .external_lex_state = 80}, + [4687] = {.lex_state = 452}, + [4688] = {.lex_state = 452}, + [4689] = {.lex_state = 452}, + [4690] = {.lex_state = 452}, + [4691] = {.lex_state = 230, .external_lex_state = 66}, + [4692] = {.lex_state = 452}, + [4693] = {.lex_state = 225}, + [4694] = {.lex_state = 225}, + [4695] = {.lex_state = 225}, + [4696] = {.lex_state = 225}, + [4697] = {.lex_state = 225}, + [4698] = {.lex_state = 225}, + [4699] = {.lex_state = 225}, + [4700] = {.lex_state = 225}, + [4701] = {.lex_state = 225}, + [4702] = {.lex_state = 225}, + [4703] = {.lex_state = 225}, + [4704] = {.lex_state = 225}, + [4705] = {.lex_state = 225}, + [4706] = {.lex_state = 225}, + [4707] = {.lex_state = 225}, + [4708] = {.lex_state = 225}, + [4709] = {.lex_state = 225}, + [4710] = {.lex_state = 225}, + [4711] = {.lex_state = 225}, + [4712] = {.lex_state = 225}, + [4713] = {.lex_state = 225}, + [4714] = {.lex_state = 225}, + [4715] = {.lex_state = 225}, + [4716] = {.lex_state = 225}, + [4717] = {.lex_state = 225}, + [4718] = {.lex_state = 225}, + [4719] = {.lex_state = 225}, + [4720] = {.lex_state = 225}, + [4721] = {.lex_state = 225}, + [4722] = {.lex_state = 225}, + [4723] = {.lex_state = 225}, + [4724] = {.lex_state = 225}, + [4725] = {.lex_state = 225}, + [4726] = {.lex_state = 225}, + [4727] = {.lex_state = 225}, + [4728] = {.lex_state = 225}, + [4729] = {.lex_state = 225}, + [4730] = {.lex_state = 225}, + [4731] = {.lex_state = 225}, + [4732] = {.lex_state = 225}, + [4733] = {.lex_state = 225}, + [4734] = {.lex_state = 270}, + [4735] = {.lex_state = 452}, + [4736] = {.lex_state = 452}, + [4737] = {.lex_state = 452, .external_lex_state = 79}, + [4738] = {.lex_state = 452, .external_lex_state = 79}, + [4739] = {.lex_state = 225}, + [4740] = {.lex_state = 225}, + [4741] = {.lex_state = 225}, + [4742] = {.lex_state = 270}, + [4743] = {.lex_state = 225}, + [4744] = {.lex_state = 225}, + [4745] = {.lex_state = 270}, + [4746] = {.lex_state = 225}, + [4747] = {.lex_state = 227}, + [4748] = {.lex_state = 210, .external_lex_state = 80}, + [4749] = {.lex_state = 210, .external_lex_state = 80}, + [4750] = {.lex_state = 225}, + [4751] = {.lex_state = 452}, + [4752] = {.lex_state = 452}, + [4753] = {.lex_state = 452}, + [4754] = {.lex_state = 225}, + [4755] = {.lex_state = 225}, + [4756] = {.lex_state = 225}, + [4757] = {.lex_state = 225}, + [4758] = {.lex_state = 225}, + [4759] = {.lex_state = 225}, + [4760] = {.lex_state = 225}, + [4761] = {.lex_state = 225}, + [4762] = {.lex_state = 225}, + [4763] = {.lex_state = 225}, + [4764] = {.lex_state = 225}, + [4765] = {.lex_state = 225}, + [4766] = {.lex_state = 225}, + [4767] = {.lex_state = 225}, + [4768] = {.lex_state = 225}, + [4769] = {.lex_state = 225}, + [4770] = {.lex_state = 225}, + [4771] = {.lex_state = 225}, + [4772] = {.lex_state = 225}, + [4773] = {.lex_state = 225}, + [4774] = {.lex_state = 225}, + [4775] = {.lex_state = 225}, + [4776] = {.lex_state = 225}, + [4777] = {.lex_state = 225}, + [4778] = {.lex_state = 225}, + [4779] = {.lex_state = 225}, + [4780] = {.lex_state = 225}, + [4781] = {.lex_state = 225}, + [4782] = {.lex_state = 225}, + [4783] = {.lex_state = 225}, + [4784] = {.lex_state = 225}, + [4785] = {.lex_state = 225}, + [4786] = {.lex_state = 225}, + [4787] = {.lex_state = 225}, + [4788] = {.lex_state = 225}, + [4789] = {.lex_state = 225}, + [4790] = {.lex_state = 270}, + [4791] = {.lex_state = 452}, + [4792] = {.lex_state = 270}, + [4793] = {.lex_state = 270}, + [4794] = {.lex_state = 452}, + [4795] = {.lex_state = 224}, + [4796] = {.lex_state = 270}, + [4797] = {.lex_state = 452}, + [4798] = {.lex_state = 452}, + [4799] = {.lex_state = 270}, + [4800] = {.lex_state = 452}, + [4801] = {.lex_state = 225}, + [4802] = {.lex_state = 230, .external_lex_state = 66}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -20399,6 +21446,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,32 +21456,32 @@ 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_program] = STATE(4736), + [sym__statements] = STATE(4735), + [sym_redirected_statement] = STATE(2646), + [sym_for_statement] = STATE(2646), + [sym_c_style_for_statement] = STATE(2646), + [sym_while_statement] = STATE(2646), + [sym_if_statement] = STATE(2646), + [sym_case_statement] = STATE(2646), + [sym_function_definition] = STATE(2646), + [sym_compound_statement] = STATE(2646), + [sym_subshell] = STATE(2646), + [sym_pipeline] = STATE(2646), + [sym_list] = STATE(2646), + [sym_negated_command] = STATE(2646), + [sym_test_command] = STATE(2646), + [sym_declaration_command] = STATE(2646), + [sym_unset_command] = STATE(2646), + [sym_command] = STATE(2646), + [sym_command_name] = STATE(439), + [sym_variable_assignment] = STATE(610), + [sym_variable_assignments] = STATE(2646), + [sym_subscript] = STATE(4189), + [sym_file_redirect] = STATE(1406), [sym_arithmetic_expansion] = STATE(720), [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), + [sym_concatenation] = STATE(1109), [sym_string] = STATE(720), [sym_translated_string] = STATE(720), [sym_number] = STATE(720), @@ -20441,10 +21489,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym__statements_repeat1] = STATE(280), + [aux_sym_redirected_statement_repeat2] = STATE(2936), + [aux_sym_command_repeat1] = STATE(938), + [aux_sym__literal_repeat1] = STATE(936), [ts_builtin_sym_end] = ACTIONS(5), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), @@ -20496,48 +21544,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(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1766), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(332), + [sym_brace_expression] = STATE(332), + [sym_concatenation] = STATE(386), + [sym_string] = STATE(332), + [sym_translated_string] = STATE(332), + [sym_number] = STATE(332), + [sym_simple_expansion] = STATE(332), + [sym_expansion] = STATE(332), + [sym_command_substitution] = STATE(332), + [sym_process_substitution] = STATE(332), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(362), [sym_word] = ACTIONS(73), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -20594,53 +21642,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__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), [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_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(332), + [sym_brace_expression] = STATE(332), + [sym_concatenation] = STATE(386), + [sym_string] = STATE(332), + [sym_translated_string] = STATE(332), + [sym_number] = STATE(332), + [sym_simple_expansion] = STATE(332), + [sym_expansion] = STATE(332), + [sym_command_substitution] = STATE(332), + [sym_process_substitution] = STATE(332), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(362), + [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 +21699,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 +21714,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 +21736,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_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__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1906), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(331), + [sym_brace_expression] = STATE(331), + [sym_concatenation] = STATE(385), + [sym_string] = STATE(331), + [sym_translated_string] = STATE(331), + [sym_number] = STATE(331), + [sym_simple_expansion] = STATE(331), + [sym_expansion] = STATE(331), + [sym_command_substitution] = STATE(331), + [sym_process_substitution] = STATE(331), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(371), + [sym_word] = ACTIONS(129), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(75), @@ -20749,7 +21797,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 +21812,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 +21834,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), + [sym__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1854), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(331), + [sym_brace_expression] = STATE(331), + [sym_concatenation] = STATE(385), + [sym_string] = STATE(331), + [sym_translated_string] = STATE(331), + [sym_number] = STATE(331), + [sym_simple_expansion] = STATE(331), + [sym_expansion] = STATE(331), + [sym_command_substitution] = STATE(331), + [sym_process_substitution] = STATE(331), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), [aux_sym__literal_repeat1] = STATE(371), - [sym_word] = ACTIONS(127), + [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,53 +21936,53 @@ 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(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1729), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(332), + [sym_brace_expression] = STATE(332), + [sym_concatenation] = STATE(386), + [sym_string] = STATE(332), + [sym_translated_string] = STATE(332), + [sym_number] = STATE(332), + [sym_simple_expansion] = STATE(332), + [sym_expansion] = STATE(332), + [sym_command_substitution] = STATE(332), + [sym_process_substitution] = STATE(332), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(362), + [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), @@ -20945,7 +21993,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), @@ -20960,17 +22008,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), @@ -20982,53 +22030,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), }, [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_word] = ACTIONS(73), + [sym__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1889), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(331), + [sym_brace_expression] = STATE(331), + [sym_concatenation] = STATE(385), + [sym_string] = STATE(331), + [sym_translated_string] = STATE(331), + [sym_number] = STATE(331), + [sym_simple_expansion] = STATE(331), + [sym_expansion] = STATE(331), + [sym_command_substitution] = STATE(331), + [sym_process_substitution] = STATE(331), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(371), + [sym_word] = ACTIONS(129), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(75), @@ -21043,7 +22091,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), @@ -21058,17 +22106,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), @@ -21080,52 +22128,52 @@ 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), }, [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(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1914), + [sym_binary_expression] = STATE(1863), + [sym_ternary_expression] = STATE(1863), + [sym_unary_expression] = STATE(1863), + [sym_postfix_expression] = STATE(1863), + [sym_parenthesized_expression] = STATE(1863), + [sym_arithmetic_expansion] = STATE(361), + [sym_brace_expression] = STATE(361), + [sym_concatenation] = STATE(396), + [sym_string] = STATE(361), + [sym_translated_string] = STATE(361), + [sym_number] = STATE(361), + [sym_simple_expansion] = STATE(361), + [sym_expansion] = STATE(361), + [sym_command_substitution] = STATE(361), + [sym_process_substitution] = STATE(361), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(384), [sym_word] = ACTIONS(143), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -21181,145 +22229,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(4692), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1898), + [sym_binary_expression] = STATE(1863), + [sym_ternary_expression] = STATE(1863), + [sym_unary_expression] = STATE(1863), + [sym_postfix_expression] = STATE(1863), + [sym_parenthesized_expression] = STATE(1863), + [sym_arithmetic_expansion] = STATE(361), + [sym_brace_expression] = STATE(361), + [sym_concatenation] = STATE(396), + [sym_string] = STATE(361), + [sym_translated_string] = STATE(361), + [sym_number] = STATE(361), + [sym_simple_expansion] = STATE(361), + [sym_expansion] = STATE(361), + [sym_command_substitution] = STATE(361), + [sym_process_substitution] = STATE(361), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(384), [sym_word] = ACTIONS(143), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -21327,7 +22278,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 +22325,49 @@ 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), - [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), - }, - [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), + [10] = { + [sym__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym__expression] = STATE(1855), + [sym_binary_expression] = STATE(1863), + [sym_ternary_expression] = STATE(1863), + [sym_unary_expression] = STATE(1863), + [sym_postfix_expression] = STATE(1863), + [sym_parenthesized_expression] = STATE(1863), + [sym_arithmetic_expansion] = STATE(361), + [sym_brace_expression] = STATE(361), + [sym_concatenation] = STATE(396), + [sym_string] = STATE(361), + [sym_translated_string] = STATE(361), + [sym_number] = STATE(361), + [sym_simple_expansion] = STATE(361), + [sym_expansion] = STATE(361), + [sym_command_substitution] = STATE(361), + [sym_process_substitution] = STATE(361), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(384), [sym_word] = ACTIONS(143), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -21521,7 +22375,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,461 +22422,655 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(177), [sym__brace_start] = ACTIONS(179), }, - [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_word] = ACTIONS(236), - [anon_sym_for] = ACTIONS(238), - [anon_sym_select] = ACTIONS(240), - [anon_sym_LPAREN_LPAREN] = ACTIONS(242), - [anon_sym_GT_GT] = ACTIONS(244), - [anon_sym_LT] = ACTIONS(246), - [anon_sym_GT] = ACTIONS(246), - [anon_sym_LPAREN] = ACTIONS(248), - [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(260), - [anon_sym_LBRACK] = ACTIONS(262), - [anon_sym_RBRACK] = ACTIONS(264), - [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(246), - [anon_sym_AMP_GT_GT] = ACTIONS(244), - [anon_sym_LT_AMP] = ACTIONS(244), - [anon_sym_GT_AMP] = ACTIONS(244), - [anon_sym_GT_PIPE] = ACTIONS(244), - [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(242), - [anon_sym_DOLLAR] = ACTIONS(276), - [sym__special_character] = ACTIONS(278), - [anon_sym_DQUOTE] = ACTIONS(280), - [sym_raw_string] = ACTIONS(282), - [sym_ansi_c_string] = ACTIONS(282), - [aux_sym_number_token1] = ACTIONS(284), - [aux_sym_number_token2] = ACTIONS(286), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(288), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(290), - [anon_sym_BQUOTE] = ACTIONS(292), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(294), - [anon_sym_LT_LPAREN] = ACTIONS(296), - [anon_sym_GT_LPAREN] = ACTIONS(296), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(298), - [sym_variable_name] = ACTIONS(300), - [sym_test_operator] = ACTIONS(302), - [sym__brace_start] = ACTIONS(304), + [11] = { + [sym__expression] = STATE(1868), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(1576), + [sym_brace_expression] = STATE(1576), + [sym_concatenation] = STATE(1575), + [sym_string] = STATE(1576), + [sym_translated_string] = STATE(1576), + [sym_number] = STATE(1576), + [sym_simple_expansion] = STATE(1576), + [sym_expansion] = STATE(1576), + [sym_command_substitution] = STATE(1576), + [sym_process_substitution] = STATE(1576), + [aux_sym__literal_repeat1] = STATE(1550), + [aux_sym_concatenation_repeat1] = STATE(329), + [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(189), + [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(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(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(220), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(224), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(226), }, - [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_word] = ACTIONS(236), - [anon_sym_for] = ACTIONS(238), - [anon_sym_select] = ACTIONS(240), - [anon_sym_LPAREN_LPAREN] = ACTIONS(242), - [anon_sym_GT_GT] = ACTIONS(244), - [anon_sym_LT] = ACTIONS(246), - [anon_sym_GT] = ACTIONS(246), - [anon_sym_LPAREN] = ACTIONS(248), - [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(260), - [anon_sym_LBRACK] = ACTIONS(262), - [anon_sym_RBRACK] = ACTIONS(306), - [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(246), - [anon_sym_AMP_GT_GT] = ACTIONS(244), - [anon_sym_LT_AMP] = ACTIONS(244), - [anon_sym_GT_AMP] = ACTIONS(244), - [anon_sym_GT_PIPE] = ACTIONS(244), - [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(242), - [anon_sym_DOLLAR] = ACTIONS(276), - [sym__special_character] = ACTIONS(278), - [anon_sym_DQUOTE] = ACTIONS(280), - [sym_raw_string] = ACTIONS(282), - [sym_ansi_c_string] = ACTIONS(282), - [aux_sym_number_token1] = ACTIONS(284), - [aux_sym_number_token2] = ACTIONS(286), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(288), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(290), - [anon_sym_BQUOTE] = ACTIONS(292), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(294), - [anon_sym_LT_LPAREN] = ACTIONS(296), - [anon_sym_GT_LPAREN] = ACTIONS(296), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(298), - [sym_variable_name] = ACTIONS(300), - [sym_test_operator] = ACTIONS(302), - [sym__brace_start] = ACTIONS(304), + [12] = { + [sym__expression] = STATE(1710), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(1362), + [sym_brace_expression] = STATE(1362), + [sym_concatenation] = STATE(1575), + [sym_string] = STATE(1362), + [sym_translated_string] = STATE(1362), + [sym_number] = STATE(1362), + [sym_simple_expansion] = STATE(1362), + [sym_expansion] = STATE(1362), + [sym_command_substitution] = STATE(1362), + [sym_process_substitution] = STATE(1362), + [aux_sym__literal_repeat1] = STATE(1550), + [aux_sym_concatenation_repeat1] = STATE(329), + [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(191), + [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(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(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), }, - [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_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_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_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), + [13] = { + [sym__expression] = STATE(1864), + [sym_binary_expression] = STATE(1863), + [sym_ternary_expression] = STATE(1863), + [sym_unary_expression] = STATE(1863), + [sym_postfix_expression] = STATE(1863), + [sym_parenthesized_expression] = STATE(1863), + [sym_arithmetic_expansion] = STATE(1558), + [sym_brace_expression] = STATE(1558), + [sym_concatenation] = STATE(1863), + [sym_string] = STATE(1558), + [sym_translated_string] = STATE(1558), + [sym_number] = STATE(1558), + [sym_simple_expansion] = STATE(1558), + [sym_expansion] = STATE(1558), + [sym_command_substitution] = STATE(1558), + [sym_process_substitution] = STATE(1558), + [aux_sym__literal_repeat1] = STATE(1506), + [aux_sym_concatenation_repeat1] = STATE(352), + [sym_word] = ACTIONS(236), + [anon_sym_LPAREN_LPAREN] = ACTIONS(238), + [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(240), + [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(242), + [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), [anon_sym_PLUS_PLUS2] = ACTIONS(151), [anon_sym_DASH_DASH2] = ACTIONS(151), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(310), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(318), - [sym__special_character] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(322), - [sym_raw_string] = ACTIONS(308), - [sym_ansi_c_string] = ACTIONS(308), - [aux_sym_number_token1] = ACTIONS(324), - [aux_sym_number_token2] = ACTIONS(326), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(328), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(334), - [anon_sym_LT_LPAREN] = ACTIONS(336), - [anon_sym_GT_LPAREN] = ACTIONS(336), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(238), + [aux_sym_concatenation_token1] = ACTIONS(244), + [anon_sym_DOLLAR] = ACTIONS(246), + [sym__special_character] = ACTIONS(248), + [anon_sym_DQUOTE] = ACTIONS(250), + [sym_raw_string] = ACTIONS(236), + [sym_ansi_c_string] = ACTIONS(236), + [aux_sym_number_token1] = ACTIONS(252), + [aux_sym_number_token2] = ACTIONS(254), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(256), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(258), + [anon_sym_BQUOTE] = ACTIONS(260), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym__concat] = ACTIONS(338), - [sym_test_operator] = ACTIONS(340), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(342), + [sym_file_descriptor] = ACTIONS(220), + [sym__concat] = ACTIONS(266), + [sym_test_operator] = ACTIONS(268), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(270), + }, + [14] = { + [sym_redirected_statement] = STATE(3039), + [sym_for_statement] = STATE(3162), + [sym_c_style_for_statement] = STATE(3162), + [sym_while_statement] = STATE(3162), + [sym_if_statement] = STATE(3162), + [sym_case_statement] = STATE(3162), + [sym_function_definition] = STATE(3162), + [sym_compound_statement] = STATE(3162), + [sym_subshell] = STATE(3162), + [sym_pipeline] = STATE(3162), + [sym_list] = STATE(3162), + [sym_negated_command] = STATE(3162), + [sym_test_command] = STATE(3162), + [sym_declaration_command] = STATE(3162), + [sym_unset_command] = STATE(3162), + [sym_command] = STATE(3162), + [sym_command_name] = STATE(515), + [sym_variable_assignment] = STATE(1287), + [sym_variable_assignments] = STATE(3162), + [sym_subscript] = STATE(4159), + [sym_file_redirect] = STATE(1841), + [sym__expression] = STATE(1875), + [sym_binary_expression] = STATE(1896), + [sym_ternary_expression] = STATE(1896), + [sym_unary_expression] = STATE(1896), + [sym_postfix_expression] = STATE(1896), + [sym_parenthesized_expression] = STATE(1896), + [sym_arithmetic_expansion] = STATE(395), + [sym_brace_expression] = STATE(395), + [sym_concatenation] = STATE(418), + [sym_string] = STATE(395), + [sym_translated_string] = STATE(395), + [sym_number] = STATE(395), + [sym_simple_expansion] = STATE(395), + [sym_expansion] = STATE(395), + [sym_command_substitution] = STATE(395), + [sym_process_substitution] = STATE(395), + [aux_sym_redirected_statement_repeat2] = STATE(3236), + [aux_sym_command_repeat1] = STATE(933), + [aux_sym__literal_repeat1] = STATE(416), + [sym_word] = ACTIONS(272), + [anon_sym_for] = ACTIONS(274), + [anon_sym_select] = ACTIONS(276), + [anon_sym_LPAREN_LPAREN] = ACTIONS(278), + [anon_sym_GT_GT] = ACTIONS(280), + [anon_sym_LT] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(282), + [anon_sym_LPAREN] = ACTIONS(284), + [anon_sym_while] = ACTIONS(286), + [anon_sym_until] = ACTIONS(286), + [anon_sym_if] = ACTIONS(288), + [anon_sym_case] = ACTIONS(290), + [anon_sym_function] = ACTIONS(292), + [anon_sym_LBRACE] = ACTIONS(294), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_LBRACK] = ACTIONS(298), + [anon_sym_RBRACK] = ACTIONS(300), + [anon_sym_LBRACK_LBRACK] = ACTIONS(302), + [anon_sym_declare] = ACTIONS(304), + [anon_sym_typeset] = ACTIONS(304), + [anon_sym_export] = ACTIONS(304), + [anon_sym_readonly] = ACTIONS(304), + [anon_sym_local] = ACTIONS(304), + [anon_sym_unset] = ACTIONS(306), + [anon_sym_unsetenv] = ACTIONS(306), + [anon_sym_AMP_GT] = ACTIONS(282), + [anon_sym_AMP_GT_GT] = ACTIONS(280), + [anon_sym_LT_AMP] = ACTIONS(280), + [anon_sym_GT_AMP] = ACTIONS(280), + [anon_sym_GT_PIPE] = ACTIONS(280), + [anon_sym_DASH2] = ACTIONS(308), + [anon_sym_PLUS2] = ACTIONS(308), + [anon_sym_TILDE] = ACTIONS(310), + [anon_sym_PLUS_PLUS2] = ACTIONS(310), + [anon_sym_DASH_DASH2] = ACTIONS(310), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(278), + [anon_sym_DOLLAR] = ACTIONS(312), + [sym__special_character] = ACTIONS(314), + [anon_sym_DQUOTE] = ACTIONS(316), + [sym_raw_string] = ACTIONS(318), + [sym_ansi_c_string] = ACTIONS(318), + [aux_sym_number_token1] = ACTIONS(320), + [aux_sym_number_token2] = ACTIONS(322), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(324), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(328), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(330), + [anon_sym_LT_LPAREN] = ACTIONS(332), + [anon_sym_GT_LPAREN] = ACTIONS(332), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(334), + [sym_variable_name] = ACTIONS(336), + [sym_test_operator] = ACTIONS(338), + [sym__brace_start] = ACTIONS(340), + }, + [15] = { + [sym_redirected_statement] = STATE(3051), + [sym_for_statement] = STATE(3162), + [sym_c_style_for_statement] = STATE(3162), + [sym_while_statement] = STATE(3162), + [sym_if_statement] = STATE(3162), + [sym_case_statement] = STATE(3162), + [sym_function_definition] = STATE(3162), + [sym_compound_statement] = STATE(3162), + [sym_subshell] = STATE(3162), + [sym_pipeline] = STATE(3162), + [sym_list] = STATE(3162), + [sym_negated_command] = STATE(3162), + [sym_test_command] = STATE(3162), + [sym_declaration_command] = STATE(3162), + [sym_unset_command] = STATE(3162), + [sym_command] = STATE(3162), + [sym_command_name] = STATE(515), + [sym_variable_assignment] = STATE(1287), + [sym_variable_assignments] = STATE(3162), + [sym_subscript] = STATE(4159), + [sym_file_redirect] = STATE(1841), + [sym__expression] = STATE(1851), + [sym_binary_expression] = STATE(1896), + [sym_ternary_expression] = STATE(1896), + [sym_unary_expression] = STATE(1896), + [sym_postfix_expression] = STATE(1896), + [sym_parenthesized_expression] = STATE(1896), + [sym_arithmetic_expansion] = STATE(395), + [sym_brace_expression] = STATE(395), + [sym_concatenation] = STATE(418), + [sym_string] = STATE(395), + [sym_translated_string] = STATE(395), + [sym_number] = STATE(395), + [sym_simple_expansion] = STATE(395), + [sym_expansion] = STATE(395), + [sym_command_substitution] = STATE(395), + [sym_process_substitution] = STATE(395), + [aux_sym_redirected_statement_repeat2] = STATE(3236), + [aux_sym_command_repeat1] = STATE(933), + [aux_sym__literal_repeat1] = STATE(416), + [sym_word] = ACTIONS(272), + [anon_sym_for] = ACTIONS(274), + [anon_sym_select] = ACTIONS(276), + [anon_sym_LPAREN_LPAREN] = ACTIONS(278), + [anon_sym_GT_GT] = ACTIONS(280), + [anon_sym_LT] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(282), + [anon_sym_LPAREN] = ACTIONS(284), + [anon_sym_while] = ACTIONS(286), + [anon_sym_until] = ACTIONS(286), + [anon_sym_if] = ACTIONS(288), + [anon_sym_case] = ACTIONS(290), + [anon_sym_function] = ACTIONS(292), + [anon_sym_LBRACE] = ACTIONS(294), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_LBRACK] = ACTIONS(298), + [anon_sym_RBRACK] = ACTIONS(342), + [anon_sym_LBRACK_LBRACK] = ACTIONS(302), + [anon_sym_declare] = ACTIONS(304), + [anon_sym_typeset] = ACTIONS(304), + [anon_sym_export] = ACTIONS(304), + [anon_sym_readonly] = ACTIONS(304), + [anon_sym_local] = ACTIONS(304), + [anon_sym_unset] = ACTIONS(306), + [anon_sym_unsetenv] = ACTIONS(306), + [anon_sym_AMP_GT] = ACTIONS(282), + [anon_sym_AMP_GT_GT] = ACTIONS(280), + [anon_sym_LT_AMP] = ACTIONS(280), + [anon_sym_GT_AMP] = ACTIONS(280), + [anon_sym_GT_PIPE] = ACTIONS(280), + [anon_sym_DASH2] = ACTIONS(308), + [anon_sym_PLUS2] = ACTIONS(308), + [anon_sym_TILDE] = ACTIONS(310), + [anon_sym_PLUS_PLUS2] = ACTIONS(310), + [anon_sym_DASH_DASH2] = ACTIONS(310), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(278), + [anon_sym_DOLLAR] = ACTIONS(312), + [sym__special_character] = ACTIONS(314), + [anon_sym_DQUOTE] = ACTIONS(316), + [sym_raw_string] = ACTIONS(318), + [sym_ansi_c_string] = ACTIONS(318), + [aux_sym_number_token1] = ACTIONS(320), + [aux_sym_number_token2] = ACTIONS(322), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(324), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(328), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(330), + [anon_sym_LT_LPAREN] = ACTIONS(332), + [anon_sym_GT_LPAREN] = ACTIONS(332), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(334), + [sym_variable_name] = ACTIONS(336), + [sym_test_operator] = ACTIONS(338), + [sym__brace_start] = ACTIONS(340), }, [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_word] = ACTIONS(236), - [anon_sym_for] = ACTIONS(238), - [anon_sym_select] = ACTIONS(240), - [anon_sym_LPAREN_LPAREN] = ACTIONS(242), - [anon_sym_GT_GT] = ACTIONS(244), - [anon_sym_LT] = ACTIONS(246), - [anon_sym_GT] = ACTIONS(246), - [anon_sym_LPAREN] = ACTIONS(248), - [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(260), - [anon_sym_LBRACK] = ACTIONS(262), + [sym_redirected_statement] = STATE(3068), + [sym_for_statement] = STATE(3162), + [sym_c_style_for_statement] = STATE(3162), + [sym_while_statement] = STATE(3162), + [sym_if_statement] = STATE(3162), + [sym_case_statement] = STATE(3162), + [sym_function_definition] = STATE(3162), + [sym_compound_statement] = STATE(3162), + [sym_subshell] = STATE(3162), + [sym_pipeline] = STATE(3162), + [sym_list] = STATE(3162), + [sym_negated_command] = STATE(3162), + [sym_test_command] = STATE(3162), + [sym_declaration_command] = STATE(3162), + [sym_unset_command] = STATE(3162), + [sym_command] = STATE(3162), + [sym_command_name] = STATE(515), + [sym_variable_assignment] = STATE(1287), + [sym_variable_assignments] = STATE(3162), + [sym_subscript] = STATE(4159), + [sym_file_redirect] = STATE(1841), + [sym__expression] = STATE(1893), + [sym_binary_expression] = STATE(1896), + [sym_ternary_expression] = STATE(1896), + [sym_unary_expression] = STATE(1896), + [sym_postfix_expression] = STATE(1896), + [sym_parenthesized_expression] = STATE(1896), + [sym_arithmetic_expansion] = STATE(395), + [sym_brace_expression] = STATE(395), + [sym_concatenation] = STATE(418), + [sym_string] = STATE(395), + [sym_translated_string] = STATE(395), + [sym_number] = STATE(395), + [sym_simple_expansion] = STATE(395), + [sym_expansion] = STATE(395), + [sym_command_substitution] = STATE(395), + [sym_process_substitution] = STATE(395), + [aux_sym_redirected_statement_repeat2] = STATE(3236), + [aux_sym_command_repeat1] = STATE(933), + [aux_sym__literal_repeat1] = STATE(416), + [sym_word] = ACTIONS(272), + [anon_sym_for] = ACTIONS(274), + [anon_sym_select] = ACTIONS(276), + [anon_sym_LPAREN_LPAREN] = ACTIONS(278), + [anon_sym_GT_GT] = ACTIONS(280), + [anon_sym_LT] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(282), + [anon_sym_LPAREN] = ACTIONS(284), + [anon_sym_while] = ACTIONS(286), + [anon_sym_until] = ACTIONS(286), + [anon_sym_if] = ACTIONS(288), + [anon_sym_case] = ACTIONS(290), + [anon_sym_function] = ACTIONS(292), + [anon_sym_LBRACE] = ACTIONS(294), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_LBRACK] = ACTIONS(298), [anon_sym_RBRACK] = ACTIONS(344), - [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(246), - [anon_sym_AMP_GT_GT] = ACTIONS(244), - [anon_sym_LT_AMP] = ACTIONS(244), - [anon_sym_GT_AMP] = ACTIONS(244), - [anon_sym_GT_PIPE] = ACTIONS(244), - [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(242), - [anon_sym_DOLLAR] = ACTIONS(276), - [sym__special_character] = ACTIONS(278), - [anon_sym_DQUOTE] = ACTIONS(280), - [sym_raw_string] = ACTIONS(282), - [sym_ansi_c_string] = ACTIONS(282), - [aux_sym_number_token1] = ACTIONS(284), - [aux_sym_number_token2] = ACTIONS(286), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(288), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(290), - [anon_sym_BQUOTE] = ACTIONS(292), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(294), - [anon_sym_LT_LPAREN] = ACTIONS(296), - [anon_sym_GT_LPAREN] = ACTIONS(296), + [anon_sym_LBRACK_LBRACK] = ACTIONS(302), + [anon_sym_declare] = ACTIONS(304), + [anon_sym_typeset] = ACTIONS(304), + [anon_sym_export] = ACTIONS(304), + [anon_sym_readonly] = ACTIONS(304), + [anon_sym_local] = ACTIONS(304), + [anon_sym_unset] = ACTIONS(306), + [anon_sym_unsetenv] = ACTIONS(306), + [anon_sym_AMP_GT] = ACTIONS(282), + [anon_sym_AMP_GT_GT] = ACTIONS(280), + [anon_sym_LT_AMP] = ACTIONS(280), + [anon_sym_GT_AMP] = ACTIONS(280), + [anon_sym_GT_PIPE] = ACTIONS(280), + [anon_sym_DASH2] = ACTIONS(308), + [anon_sym_PLUS2] = ACTIONS(308), + [anon_sym_TILDE] = ACTIONS(310), + [anon_sym_PLUS_PLUS2] = ACTIONS(310), + [anon_sym_DASH_DASH2] = ACTIONS(310), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(278), + [anon_sym_DOLLAR] = ACTIONS(312), + [sym__special_character] = ACTIONS(314), + [anon_sym_DQUOTE] = ACTIONS(316), + [sym_raw_string] = ACTIONS(318), + [sym_ansi_c_string] = ACTIONS(318), + [aux_sym_number_token1] = ACTIONS(320), + [aux_sym_number_token2] = ACTIONS(322), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(324), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(328), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(330), + [anon_sym_LT_LPAREN] = ACTIONS(332), + [anon_sym_GT_LPAREN] = ACTIONS(332), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(298), - [sym_variable_name] = ACTIONS(300), - [sym_test_operator] = ACTIONS(302), - [sym__brace_start] = ACTIONS(304), + [sym_file_descriptor] = ACTIONS(334), + [sym_variable_name] = ACTIONS(336), + [sym_test_operator] = ACTIONS(338), + [sym__brace_start] = ACTIONS(340), }, [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(1905), + [sym_binary_expression] = STATE(1896), + [sym_ternary_expression] = STATE(1896), + [sym_unary_expression] = STATE(1896), + [sym_postfix_expression] = STATE(1896), + [sym_parenthesized_expression] = STATE(1896), + [sym_arithmetic_expansion] = STATE(1577), + [sym_brace_expression] = STATE(1577), + [sym_concatenation] = STATE(1896), + [sym_string] = STATE(1577), + [sym_translated_string] = STATE(1577), + [sym_number] = STATE(1577), + [sym_simple_expansion] = STATE(1577), + [sym_expansion] = STATE(1577), + [sym_command_substitution] = STATE(1577), + [sym_process_substitution] = STATE(1577), + [aux_sym__literal_repeat1] = STATE(1603), + [aux_sym_concatenation_repeat1] = STATE(390), [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_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_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(308), + [anon_sym_PLUS2] = ACTIONS(308), + [anon_sym_TILDE] = ACTIONS(310), + [anon_sym_PLUS_PLUS2] = ACTIONS(310), + [anon_sym_DASH_DASH2] = ACTIONS(310), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), [aux_sym_concatenation_token1] = ACTIONS(359), [anon_sym_DOLLAR] = ACTIONS(361), @@ -22039,51 +23087,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(19), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_elif_clause] = STATE(3803), + [sym_else_clause] = STATE(4440), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_if_statement_repeat1] = STATE(3803), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22137,44 +23185,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(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_elif_clause] = STATE(3814), + [sym_else_clause] = STATE(4338), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_if_statement_repeat1] = STATE(3814), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22228,44 +23276,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(23), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_elif_clause] = STATE(3791), + [sym_else_clause] = STATE(4683), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_if_statement_repeat1] = STATE(3791), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22319,44 +23367,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(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_elif_clause] = STATE(3809), + [sym_else_clause] = STATE(4742), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_if_statement_repeat1] = STATE(3809), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22410,44 +23458,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(21), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_elif_clause] = STATE(3810), + [sym_else_clause] = STATE(4745), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_if_statement_repeat1] = STATE(3810), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22501,44 +23549,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(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_elif_clause] = STATE(3802), + [sym_else_clause] = STATE(4680), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_if_statement_repeat1] = STATE(3802), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22592,42 +23640,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(3958), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22682,42 +23730,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(3940), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22772,42 +23820,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(3951), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22820,9 +23868,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(469), - [anon_sym_SEMI_SEMI] = ACTIONS(529), - [anon_sym_SEMI_AMP] = ACTIONS(531), + [anon_sym_esac] = ACTIONS(529), + [anon_sym_SEMI_SEMI] = ACTIONS(531), + [anon_sym_SEMI_AMP] = ACTIONS(533), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(533), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), @@ -22862,42 +23910,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(3923), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22913,7 +23961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_esac] = ACTIONS(535), [anon_sym_SEMI_SEMI] = ACTIONS(537), [anon_sym_SEMI_AMP] = ACTIONS(539), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(541), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(539), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -22952,42 +24000,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(3901), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23000,10 +24048,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(521), + [anon_sym_esac] = ACTIONS(541), [anon_sym_SEMI_SEMI] = ACTIONS(543), [anon_sym_SEMI_AMP] = ACTIONS(545), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(547), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(545), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23042,42 +24090,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(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(547), + [anon_sym_for] = ACTIONS(550), + [anon_sym_select] = ACTIONS(553), + [anon_sym_LPAREN_LPAREN] = ACTIONS(556), + [anon_sym_GT_GT] = ACTIONS(559), + [anon_sym_LT] = ACTIONS(562), + [anon_sym_GT] = ACTIONS(562), + [anon_sym_LPAREN] = ACTIONS(565), + [anon_sym_while] = ACTIONS(568), + [anon_sym_until] = ACTIONS(568), + [anon_sym_do] = ACTIONS(571), + [anon_sym_if] = ACTIONS(573), + [anon_sym_then] = ACTIONS(571), + [anon_sym_fi] = ACTIONS(571), + [anon_sym_elif] = ACTIONS(571), + [anon_sym_else] = ACTIONS(571), + [anon_sym_case] = ACTIONS(576), + [anon_sym_function] = ACTIONS(579), + [anon_sym_LBRACE] = ACTIONS(582), + [anon_sym_BANG] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(591), + [anon_sym_declare] = ACTIONS(594), + [anon_sym_typeset] = ACTIONS(594), + [anon_sym_export] = ACTIONS(594), + [anon_sym_readonly] = ACTIONS(594), + [anon_sym_local] = ACTIONS(594), + [anon_sym_unset] = ACTIONS(597), + [anon_sym_unsetenv] = ACTIONS(597), + [anon_sym_AMP_GT] = ACTIONS(562), + [anon_sym_AMP_GT_GT] = ACTIONS(559), + [anon_sym_LT_AMP] = ACTIONS(559), + [anon_sym_GT_AMP] = ACTIONS(559), + [anon_sym_GT_PIPE] = ACTIONS(559), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(556), + [anon_sym_DOLLAR] = ACTIONS(600), + [sym__special_character] = ACTIONS(603), + [anon_sym_DQUOTE] = ACTIONS(606), + [sym_raw_string] = ACTIONS(609), + [sym_ansi_c_string] = ACTIONS(609), + [aux_sym_number_token1] = ACTIONS(612), + [aux_sym_number_token2] = ACTIONS(615), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(618), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(621), + [anon_sym_BQUOTE] = ACTIONS(624), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(627), + [anon_sym_LT_LPAREN] = ACTIONS(630), + [anon_sym_GT_LPAREN] = ACTIONS(630), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(633), + [sym_variable_name] = ACTIONS(636), + [sym_test_operator] = ACTIONS(639), + [sym__brace_start] = ACTIONS(642), + }, + [30] = { + [sym__statements] = STATE(3937), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23090,10 +24228,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(521), + [anon_sym_SEMI_SEMI] = ACTIONS(645), + [anon_sym_SEMI_AMP] = ACTIONS(647), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(649), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23131,43 +24269,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(3915), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23180,10 +24318,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(651), + [anon_sym_SEMI_SEMI] = ACTIONS(653), + [anon_sym_SEMI_AMP] = ACTIONS(655), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(657), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23221,133 +24359,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(3960), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23363,7 +24411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_esac] = ACTIONS(659), [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 +24450,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(3965), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23450,10 +24498,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(659), + [anon_sym_SEMI_SEMI] = ACTIONS(667), + [anon_sym_SEMI_AMP] = ACTIONS(669), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(671), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23492,42 +24540,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(3967), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23540,7 +24588,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(469), [anon_sym_SEMI_SEMI] = ACTIONS(673), [anon_sym_SEMI_AMP] = ACTIONS(675), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(677), @@ -23582,42 +24630,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(3932), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23672,42 +24720,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(3947), + [sym_redirected_statement] = STATE(2532), + [sym_for_statement] = STATE(2532), + [sym_c_style_for_statement] = STATE(2532), + [sym_while_statement] = STATE(2532), + [sym_if_statement] = STATE(2532), + [sym_case_statement] = STATE(2532), + [sym_function_definition] = STATE(2532), + [sym_compound_statement] = STATE(2532), + [sym_subshell] = STATE(2532), + [sym_pipeline] = STATE(2532), + [sym_list] = STATE(2532), + [sym_negated_command] = STATE(2532), + [sym_test_command] = STATE(2532), + [sym_declaration_command] = STATE(2532), + [sym_unset_command] = STATE(2532), + [sym_command] = STATE(2532), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(572), + [sym_variable_assignments] = STATE(2532), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(289), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23720,7 +24768,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(651), [anon_sym_SEMI_SEMI] = ACTIONS(685), [anon_sym_SEMI_AMP] = ACTIONS(687), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(689), @@ -23762,42 +24810,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), + [sym__statements] = STATE(4082), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23812,7 +24860,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_SEMI_AMP] = ACTIONS(539), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -23851,42 +24899,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), + [sym__statements] = STATE(4002), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23900,8 +24948,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(473), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(475), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -23940,42 +24988,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), + [sym__statements] = STATE(4013), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23989,8 +25037,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(533), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(533), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24029,42 +25077,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), + [sym__statements] = STATE(4008), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24078,8 +25126,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(545), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(545), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24118,42 +25166,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), + [sym__statements] = STATE(4107), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24167,8 +25215,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(647), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(649), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24207,42 +25255,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), + [sym__statements] = STATE(3979), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24256,8 +25304,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(663), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(665), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24296,42 +25344,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), + [sym__statements] = STATE(4092), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24345,6 +25393,95 @@ 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(683), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(683), + [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), + }, + [44] = { + [sym__statements] = STATE(4063), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), + [aux_sym__statements_repeat1] = STATE(279), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), + [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_SEMI_SEMI] = ACTIONS(751), [anon_sym_SEMI_AMP] = ACTIONS(675), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(677), [anon_sym_function] = ACTIONS(701), @@ -24384,132 +25521,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(735), [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_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_SEMI_SEMI] = ACTIONS(751), - [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), - [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), - }, [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), + [sym__statements] = STATE(4110), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24523,8 +25571,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(525), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(527), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24563,42 +25611,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), + [sym__statements] = STATE(4046), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24612,8 +25660,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(655), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(657), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24652,42 +25700,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), + [sym__statements] = STATE(4109), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24701,8 +25749,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(687), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(689), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24741,42 +25789,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), + [sym__statements] = STATE(4028), + [sym_redirected_statement] = STATE(2541), + [sym_for_statement] = STATE(2541), + [sym_c_style_for_statement] = STATE(2541), + [sym_while_statement] = STATE(2541), + [sym_if_statement] = STATE(2541), + [sym_case_statement] = STATE(2541), + [sym_function_definition] = STATE(2541), + [sym_compound_statement] = STATE(2541), + [sym_subshell] = STATE(2541), + [sym_pipeline] = STATE(2541), + [sym_list] = STATE(2541), + [sym_negated_command] = STATE(2541), + [sym_test_command] = STATE(2541), + [sym_declaration_command] = STATE(2541), + [sym_unset_command] = STATE(2541), + [sym_command] = STATE(2541), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(586), + [sym_variable_assignments] = STATE(2541), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), [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), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24790,8 +25838,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(669), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(671), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24831,40 +25879,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(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -24918,41 +25966,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(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -25006,42 +26054,42 @@ 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), - [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(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_do_group] = STATE(2900), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -25093,78 +26141,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_do_group] = STATE(3351), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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(769), - [anon_sym_RPAREN] = ACTIONS(771), + [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(767), [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), @@ -25174,64 +26222,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(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), }, [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(4675), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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_RPAREN] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(771), + [anon_sym_RPAREN] = ACTIONS(773), [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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25248,10 +26296,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25263,82 +26311,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(781), [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), - [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(4692), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(783), + [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25348,84 +26396,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(781), [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), - [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(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25435,56 +26483,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(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(781), [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_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(787), [anon_sym_RPAREN] = ACTIONS(791), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25492,7 +26540,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25509,10 +26557,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25524,82 +26572,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(781), [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), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_do_group] = STATE(2890), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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(793), + [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(793), [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), @@ -25609,56 +26657,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), }, [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(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(787), [anon_sym_RPAREN] = ACTIONS(795), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25666,7 +26714,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25683,10 +26731,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25698,54 +26746,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(781), [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(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(787), [anon_sym_RPAREN] = ACTIONS(797), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25753,7 +26801,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25770,10 +26818,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25785,54 +26833,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(781), [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_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4675), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(771), [anon_sym_RPAREN] = ACTIONS(799), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25840,7 +26888,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25857,10 +26905,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25872,54 +26920,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(781), [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), + [sym__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(787), [anon_sym_RPAREN] = ACTIONS(801), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25927,7 +26975,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25944,10 +26992,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25959,46 +27007,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(781), [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), - [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(4464), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26049,128 +27097,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [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), - }, - [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), + [sym__statements] = STATE(4554), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26220,78 +27182,78 @@ 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), - [sym_word] = ACTIONS(803), + [64] = { + [sym__statements] = STATE(4692), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -26301,221 +27263,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(781), [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), - [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), + [65] = { + [sym__statements] = STATE(4489), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1457), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26529,7 +27319,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -26546,10 +27336,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -26561,45 +27351,45 @@ 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(781), [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), + [66] = { + [aux_sym__terminated_statement] = STATE(116), + [sym_redirected_statement] = STATE(2823), + [sym_for_statement] = STATE(2823), + [sym_c_style_for_statement] = STATE(2823), + [sym_while_statement] = STATE(2823), + [sym_if_statement] = STATE(2823), + [sym_case_statement] = STATE(2823), + [sym_function_definition] = STATE(2823), + [sym_compound_statement] = STATE(2823), + [sym_subshell] = STATE(2823), + [sym_pipeline] = STATE(2823), + [sym_list] = STATE(2823), + [sym_negated_command] = STATE(2823), + [sym_test_command] = STATE(2823), + [sym_declaration_command] = STATE(2823), + [sym_unset_command] = STATE(2823), + [sym_command] = STATE(2823), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(723), + [sym_variable_assignments] = STATE(2823), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26611,10 +27401,10 @@ 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_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(813), [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -26650,43 +27440,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(4488), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26736,43 +27526,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(4487), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26822,42 +27612,128 @@ 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), + [69] = { + [sym__statements] = STATE(4486), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [70] = { + [aux_sym__terminated_statement] = STATE(77), + [sym_redirected_statement] = STATE(2813), + [sym_for_statement] = STATE(2813), + [sym_c_style_for_statement] = STATE(2813), + [sym_while_statement] = STATE(2813), + [sym_if_statement] = STATE(2813), + [sym_case_statement] = STATE(2813), + [sym_function_definition] = STATE(2813), + [sym_compound_statement] = STATE(2813), + [sym_subshell] = STATE(2813), + [sym_pipeline] = STATE(2813), + [sym_list] = STATE(2813), + [sym_negated_command] = STATE(2813), + [sym_test_command] = STATE(2813), + [sym_declaration_command] = STATE(2813), + [sym_unset_command] = STATE(2813), + [sym_command] = STATE(2813), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(707), + [sym_variable_assignments] = STATE(2813), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26868,8 +27744,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(815), [anon_sym_if] = ACTIONS(23), - [anon_sym_then] = ACTIONS(817), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), @@ -26908,44 +27784,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), + [71] = { + [sym__statements] = STATE(4481), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1440), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26959,7 +27835,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -26976,10 +27852,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -26991,46 +27867,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(781), [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), + [72] = { + [sym__statements] = STATE(4480), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -27080,43 +27956,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(4479), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -27166,130 +28042,44 @@ 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), - [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(819), - [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), - }, - [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), + [74] = { + [sym__statements] = STATE(4478), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27303,7 +28093,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27320,10 +28110,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27335,47 +28125,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(781), [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), + [75] = { + [sym__statements] = STATE(4474), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1436), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27389,7 +28179,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27406,10 +28196,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27421,46 +28211,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(781), [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), + [76] = { + [sym__statements] = STATE(4473), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -27510,78 +28300,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), - [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), + [77] = { + [aux_sym__terminated_statement] = STATE(250), + [sym_redirected_statement] = STATE(2813), + [sym_for_statement] = STATE(2813), + [sym_c_style_for_statement] = STATE(2813), + [sym_while_statement] = STATE(2813), + [sym_if_statement] = STATE(2813), + [sym_case_statement] = STATE(2813), + [sym_function_definition] = STATE(2813), + [sym_compound_statement] = STATE(2813), + [sym_subshell] = STATE(2813), + [sym_pipeline] = STATE(2813), + [sym_list] = STATE(2813), + [sym_negated_command] = STATE(2813), + [sym_test_command] = STATE(2813), + [sym_declaration_command] = STATE(2813), + [sym_unset_command] = STATE(2813), + [sym_command] = STATE(2813), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(707), + [sym_variable_assignments] = STATE(2813), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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(817), [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), @@ -27591,49 +28381,135 @@ 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), }, - [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), + [78] = { + [sym__statements] = STATE(4471), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [79] = { + [sym__statements] = STATE(4470), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27647,7 +28523,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27664,10 +28540,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27679,81 +28555,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(781), [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(4528), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(821), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27763,49 +28639,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(781), [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), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [81] = { + [sym__statements] = STATE(4466), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1425), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27819,7 +28695,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27836,10 +28712,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27851,81 +28727,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(781), [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), - [sym_word] = ACTIONS(803), + [82] = { + [sym__statements] = STATE(4525), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1430), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27935,48 +28811,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(781), [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), + [83] = { + [sym__statements] = STATE(4465), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28026,44 +28902,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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(4587), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1481), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28077,7 +28953,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28094,10 +28970,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28109,47 +28985,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(781), [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(4463), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28163,7 +29039,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28180,10 +29056,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28195,133 +29071,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(781), [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), - [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), - }, - [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), - [sym_word] = ACTIONS(803), + [86] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28332,19 +29121,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(819), [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), @@ -28370,44 +29160,44 @@ 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), + [87] = { + [sym__statements] = STATE(4675), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28421,7 +29211,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28438,10 +29228,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28453,47 +29243,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(781), [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), + [88] = { + [sym__statements] = STATE(4460), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1419), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28507,7 +29297,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28524,10 +29314,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28539,46 +29329,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(781), [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), + [89] = { + [sym__statements] = STATE(4459), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28628,43 +29418,43 @@ 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), + [90] = { + [sym__statements] = STATE(4458), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28714,44 +29504,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [91] = { + [sym__statements] = STATE(4457), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28765,7 +29555,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28782,10 +29572,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28797,46 +29587,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(781), [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), + [92] = { + [sym__statements] = STATE(4524), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28886,44 +29676,130 @@ 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), + [93] = { + [aux_sym__terminated_statement] = STATE(116), + [sym_redirected_statement] = STATE(2823), + [sym_for_statement] = STATE(2823), + [sym_c_style_for_statement] = STATE(2823), + [sym_while_statement] = STATE(2823), + [sym_if_statement] = STATE(2823), + [sym_case_statement] = STATE(2823), + [sym_function_definition] = STATE(2823), + [sym_compound_statement] = STATE(2823), + [sym_subshell] = STATE(2823), + [sym_pipeline] = STATE(2823), + [sym_list] = STATE(2823), + [sym_negated_command] = STATE(2823), + [sym_test_command] = STATE(2823), + [sym_declaration_command] = STATE(2823), + [sym_unset_command] = STATE(2823), + [sym_command] = STATE(2823), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(723), + [sym_variable_assignments] = STATE(2823), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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_RBRACE] = ACTIONS(821), + [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), + }, + [94] = { + [sym__statements] = STATE(4451), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1411), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28937,7 +29813,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28954,10 +29830,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28969,46 +29845,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(781), [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), + [95] = { + [sym__statements] = STATE(4450), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29058,43 +29934,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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(4449), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29144,44 +30020,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), - [sym_word] = ACTIONS(803), + [97] = { + [aux_sym__terminated_statement] = STATE(113), + [sym_redirected_statement] = STATE(2813), + [sym_for_statement] = STATE(2813), + [sym_c_style_for_statement] = STATE(2813), + [sym_while_statement] = STATE(2813), + [sym_if_statement] = STATE(2813), + [sym_case_statement] = STATE(2813), + [sym_function_definition] = STATE(2813), + [sym_compound_statement] = STATE(2813), + [sym_subshell] = STATE(2813), + [sym_pipeline] = STATE(2813), + [sym_list] = STATE(2813), + [sym_negated_command] = STATE(2813), + [sym_test_command] = STATE(2813), + [sym_declaration_command] = STATE(2813), + [sym_unset_command] = STATE(2813), + [sym_command] = STATE(2813), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(707), + [sym_variable_assignments] = STATE(2813), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29191,20 +30066,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(823), [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), @@ -29230,44 +30106,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(4448), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29281,7 +30157,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -29298,10 +30174,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29313,47 +30189,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(781), [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(4523), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [100] = { + [sym__statements] = STATE(4445), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1401), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29367,7 +30329,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -29384,10 +30346,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29399,46 +30361,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(781), [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), + [101] = { + [sym__statements] = STATE(4444), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29488,78 +30450,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [102] = { + [sym__statements] = STATE(4423), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -29569,83 +30531,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), }, - [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_word] = ACTIONS(803), + [103] = { + [sym__statements] = STATE(4442), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29655,49 +30617,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(781), [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), + [104] = { + [sym__statements] = STATE(4531), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1417), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29711,7 +30673,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -29728,10 +30690,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29743,47 +30705,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(781), [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), + [105] = { + [sym__statements] = STATE(4438), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1377), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29797,7 +30759,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -29814,10 +30776,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29829,46 +30791,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(781), [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), + [106] = { + [sym__statements] = STATE(4437), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29918,43 +30880,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), + [107] = { + [sym__statements] = STATE(4435), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30004,44 +30966,130 @@ 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(4434), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [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), + [sym__statements] = STATE(4429), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1348), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30055,7 +31103,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30072,10 +31120,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30087,46 +31135,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(781), [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__statements] = STATE(4427), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30177,42 +31225,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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__statements] = STATE(4426), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30263,43 +31311,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [sym__statements] = STATE(4425), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30313,7 +31361,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30330,10 +31378,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30345,47 +31393,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(781), [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), + [aux_sym__terminated_statement] = STATE(250), + [sym_redirected_statement] = STATE(2813), + [sym_for_statement] = STATE(2813), + [sym_c_style_for_statement] = STATE(2813), + [sym_while_statement] = STATE(2813), + [sym_if_statement] = STATE(2813), + [sym_case_statement] = STATE(2813), + [sym_function_definition] = STATE(2813), + [sym_compound_statement] = STATE(2813), + [sym_subshell] = STATE(2813), + [sym_pipeline] = STATE(2813), + [sym_list] = STATE(2813), + [sym_negated_command] = STATE(2813), + [sym_test_command] = STATE(2813), + [sym_declaration_command] = STATE(2813), + [sym_unset_command] = STATE(2813), + [sym_command] = STATE(2813), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(707), + [sym_variable_assignments] = STATE(2813), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30395,20 +31442,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(825), [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), @@ -30435,42 +31483,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym__terminated_statement] = STATE(161), + [sym_redirected_statement] = STATE(2823), + [sym_for_statement] = STATE(2823), + [sym_c_style_for_statement] = STATE(2823), + [sym_while_statement] = STATE(2823), + [sym_if_statement] = STATE(2823), + [sym_case_statement] = STATE(2823), + [sym_function_definition] = STATE(2823), + [sym_compound_statement] = STATE(2823), + [sym_subshell] = STATE(2823), + [sym_pipeline] = STATE(2823), + [sym_list] = STATE(2823), + [sym_negated_command] = STATE(2823), + [sym_test_command] = STATE(2823), + [sym_declaration_command] = STATE(2823), + [sym_unset_command] = STATE(2823), + [sym_command] = STATE(2823), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(723), + [sym_variable_assignments] = STATE(2823), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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_RBRACE] = ACTIONS(827), + [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), + }, + [115] = { + [sym__statements] = STATE(4416), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1455), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [116] = { + [aux_sym__terminated_statement] = STATE(116), + [sym_redirected_statement] = STATE(2823), + [sym_for_statement] = STATE(2823), + [sym_c_style_for_statement] = STATE(2823), + [sym_while_statement] = STATE(2823), + [sym_if_statement] = STATE(2823), + [sym_case_statement] = STATE(2823), + [sym_function_definition] = STATE(2823), + [sym_compound_statement] = STATE(2823), + [sym_subshell] = STATE(2823), + [sym_pipeline] = STATE(2823), + [sym_list] = STATE(2823), + [sym_negated_command] = STATE(2823), + [sym_test_command] = STATE(2823), + [sym_declaration_command] = STATE(2823), + [sym_unset_command] = STATE(2823), + [sym_command] = STATE(2823), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(723), + [sym_variable_assignments] = STATE(2823), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(547), + [anon_sym_for] = ACTIONS(550), + [anon_sym_select] = ACTIONS(553), + [anon_sym_LPAREN_LPAREN] = ACTIONS(556), + [anon_sym_GT_GT] = ACTIONS(559), + [anon_sym_LT] = ACTIONS(562), + [anon_sym_GT] = ACTIONS(562), + [anon_sym_LPAREN] = ACTIONS(565), + [anon_sym_while] = ACTIONS(568), + [anon_sym_until] = ACTIONS(568), + [anon_sym_if] = ACTIONS(573), + [anon_sym_case] = ACTIONS(576), + [anon_sym_function] = ACTIONS(579), + [anon_sym_LBRACE] = ACTIONS(582), + [anon_sym_RBRACE] = ACTIONS(829), + [anon_sym_BANG] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(591), + [anon_sym_declare] = ACTIONS(594), + [anon_sym_typeset] = ACTIONS(594), + [anon_sym_export] = ACTIONS(594), + [anon_sym_readonly] = ACTIONS(594), + [anon_sym_local] = ACTIONS(594), + [anon_sym_unset] = ACTIONS(597), + [anon_sym_unsetenv] = ACTIONS(597), + [anon_sym_AMP_GT] = ACTIONS(562), + [anon_sym_AMP_GT_GT] = ACTIONS(559), + [anon_sym_LT_AMP] = ACTIONS(559), + [anon_sym_GT_AMP] = ACTIONS(559), + [anon_sym_GT_PIPE] = ACTIONS(559), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(556), + [anon_sym_DOLLAR] = ACTIONS(600), + [sym__special_character] = ACTIONS(603), + [anon_sym_DQUOTE] = ACTIONS(606), + [sym_raw_string] = ACTIONS(609), + [sym_ansi_c_string] = ACTIONS(609), + [aux_sym_number_token1] = ACTIONS(612), + [aux_sym_number_token2] = ACTIONS(615), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(618), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(621), + [anon_sym_BQUOTE] = ACTIONS(624), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(627), + [anon_sym_LT_LPAREN] = ACTIONS(630), + [anon_sym_GT_LPAREN] = ACTIONS(630), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(633), + [sym_variable_name] = ACTIONS(636), + [sym_test_operator] = ACTIONS(639), + [sym__brace_start] = ACTIONS(642), + }, + [117] = { + [sym__statements] = STATE(4414), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30520,43 +31826,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), + [118] = { + [sym__statements] = STATE(4413), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30606,58 +31912,58 @@ 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), + [119] = { + [sym__statements] = STATE(4675), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(771), [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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30674,10 +31980,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30689,47 +31995,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(781), [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), + [120] = { + [sym__statements] = STATE(4410), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30743,7 +32049,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30760,10 +32066,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30775,47 +32081,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(781), [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), + [121] = { + [sym__statements] = STATE(4534), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30829,7 +32135,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30846,10 +32152,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30861,81 +32167,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(781), [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), - [sym_word] = ACTIONS(803), + [122] = { + [sym__statements] = STATE(4690), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1444), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30945,48 +32251,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(781), [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), + [123] = { + [sym__statements] = STATE(4689), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31036,129 +32342,43 @@ 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), - [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), - }, - [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), + [124] = { + [sym__statements] = STATE(4688), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31208,130 +32428,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), - [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), - }, - [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), + [125] = { + [sym__statements] = STATE(4687), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31345,7 +32479,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31362,10 +32496,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31377,47 +32511,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(781), [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), + [126] = { + [sym__statements] = STATE(4385), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1468), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31431,7 +32565,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31448,10 +32582,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31463,81 +32597,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(781), [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), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [127] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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(831), [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), @@ -31547,48 +32681,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), }, - [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), + [128] = { + [sym__statements] = STATE(4377), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31638,129 +32772,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), - [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), - }, [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(4375), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31811,43 +32859,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(4374), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31861,7 +32909,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31878,10 +32926,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31893,46 +32941,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(781), [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__statements] = STATE(4535), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31983,42 +33031,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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__statements] = STATE(4493), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32069,43 +33117,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(4371), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1356), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32119,7 +33167,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -32136,10 +33184,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32151,46 +33199,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(781), [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), - [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(4369), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32241,47 +33289,133 @@ 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), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), + [sym__statements] = STATE(4368), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [136] = { + [sym__statements] = STATE(4367), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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), @@ -32291,7 +33425,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -32308,10 +33442,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32323,47 +33457,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(781), [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_word] = ACTIONS(803), + [137] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32374,19 +33507,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(833), [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), @@ -32412,44 +33546,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), - [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), + [138] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32460,19 +33593,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(835), [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), @@ -32498,129 +33632,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), - [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), - }, [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(4536), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32671,77 +33719,77 @@ 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), - [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(4361), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1364), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32751,48 +33799,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(781), [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__statements] = STATE(4360), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32843,42 +33891,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(4359), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32929,43 +33977,43 @@ 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(4537), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1404), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32979,7 +34027,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -32996,10 +34044,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33011,81 +34059,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(781), [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_word] = ACTIONS(803), + [sym__statements] = STATE(4357), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33095,83 +34143,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(781), [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(4540), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(823), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33181,135 +34229,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(781), [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_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), - }, - [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), + [sym__statements] = STATE(4668), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1434), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -33323,7 +34285,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -33340,10 +34302,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33355,61 +34317,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(781), [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), + [147] = { + [sym__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -33426,10 +34388,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33441,47 +34403,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(781), [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), + [148] = { + [sym__statements] = STATE(4354), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1388), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -33495,7 +34457,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -33512,10 +34474,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33527,11 +34489,11 @@ 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(781), [sym__brace_start] = ACTIONS(437), }, - [150] = { - [aux_sym__terminated_statement] = STATE(164), + [149] = { + [sym__statements] = STATE(4353), [sym_redirected_statement] = STATE(2685), [sym_for_statement] = STATE(2685), [sym_c_style_for_statement] = STATE(2685), @@ -33548,25 +34510,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_command_name] = STATE(457), + [sym_variable_assignment] = STATE(697), [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), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -33578,19 +34541,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 +34578,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), + [150] = { + [sym__statements] = STATE(4667), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -33702,78 +34664,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), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [151] = { + [sym__statements] = STATE(4351), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -33783,48 +34745,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), + [152] = { + [sym__statements] = STATE(4541), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -33874,78 +34836,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), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [153] = { + [sym__statements] = STATE(4350), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33955,48 +34917,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(781), [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), + [154] = { + [sym__statements] = STATE(4666), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34046,43 +35008,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [155] = { + [sym__statements] = STATE(4542), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34132,44 +35094,44 @@ 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), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [156] = { + [sym__statements] = STATE(4543), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1392), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34183,7 +35145,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34200,10 +35162,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34215,47 +35177,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(781), [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), + [157] = { + [sym__statements] = STATE(4546), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34269,7 +35231,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34286,10 +35248,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34301,47 +35263,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(781), [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), + [158] = { + [sym__statements] = STATE(4665), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34355,7 +35317,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34372,10 +35334,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34387,46 +35349,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(781), [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), + [159] = { + [sym__statements] = STATE(4496), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34476,42 +35438,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, + [160] = { + [sym__statements] = STATE(4347), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1390), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [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), + [aux_sym__terminated_statement] = STATE(116), + [sym_redirected_statement] = STATE(2823), + [sym_for_statement] = STATE(2823), + [sym_c_style_for_statement] = STATE(2823), + [sym_while_statement] = STATE(2823), + [sym_if_statement] = STATE(2823), + [sym_case_statement] = STATE(2823), + [sym_function_definition] = STATE(2823), + [sym_compound_statement] = STATE(2823), + [sym_subshell] = STATE(2823), + [sym_pipeline] = STATE(2823), + [sym_list] = STATE(2823), + [sym_negated_command] = STATE(2823), + [sym_test_command] = STATE(2823), + [sym_declaration_command] = STATE(2823), + [sym_unset_command] = STATE(2823), + [sym_command] = STATE(2823), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(723), + [sym_variable_assignments] = STATE(2823), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34522,11 +35570,11 @@ 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_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(837), [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -34563,43 +35611,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [sym__statements] = STATE(4548), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [163] = { + [sym__statements] = STATE(4549), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1389), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34613,7 +35747,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34630,10 +35764,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34645,46 +35779,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(781), [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), + [164] = { + [sym__statements] = STATE(4345), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34734,8 +35868,8 @@ 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), + [165] = { + [sym__statements] = STATE(4344), [sym_redirected_statement] = STATE(2685), [sym_for_statement] = STATE(2685), [sym_c_style_for_statement] = STATE(2685), @@ -34752,25 +35886,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_command_name] = STATE(457), + [sym_variable_assignment] = STATE(697), [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), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34782,19 +35917,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,43 +35954,130 @@ 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), - [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(4552), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [167] = { + [sym__statements] = STATE(4494), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34867,20 +36088,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(833), [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), @@ -34906,44 +36126,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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(4495), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1486), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34957,7 +36177,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34974,10 +36194,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34989,47 +36209,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(781), [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), + [169] = { + [sym__statements] = STATE(4343), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), [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), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35043,7 +36263,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35060,10 +36280,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35075,81 +36295,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(781), [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), + [170] = { + [sym__statements] = STATE(4547), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -35159,49 +36379,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), }, - [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), + [171] = { + [sym__statements] = STATE(4492), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35215,7 +36435,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35232,10 +36452,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35247,47 +36467,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(781), [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), + [172] = { + [sym__statements] = STATE(4339), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1397), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35301,7 +36521,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35318,10 +36538,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35333,46 +36553,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(781), [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), + [173] = { + [sym__statements] = STATE(4337), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -35422,129 +36642,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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_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), - }, - [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), - [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), + [174] = { + [sym__statements] = STATE(4336), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -35594,78 +36728,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [175] = { + [sym__statements] = STATE(4555), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1382), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35675,49 +36809,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(781), [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), + [176] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35728,19 +36861,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(839), [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), @@ -35766,44 +36900,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [177] = { + [sym__statements] = STATE(4335), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35817,7 +36951,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35834,10 +36968,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35849,47 +36983,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(781), [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), + [178] = { + [sym__statements] = STATE(4330), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1402), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35903,7 +37037,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35920,10 +37054,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35935,46 +37069,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(781), [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), + [179] = { + [sym__statements] = STATE(4329), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36024,43 +37158,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [180] = { + [sym__statements] = STATE(4607), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [181] = { + [sym__statements] = STATE(4608), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36110,42 +37330,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [182] = { + [aux_sym__terminated_statement] = STATE(138), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36156,8 +37376,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(841), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), @@ -36196,43 +37416,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [183] = { + [sym__statements] = STATE(4327), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36282,130 +37502,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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_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_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), - }, - [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), - [sym_word] = ACTIONS(803), + [184] = { + [aux_sym__terminated_statement] = STATE(250), + [sym_redirected_statement] = STATE(2813), + [sym_for_statement] = STATE(2813), + [sym_c_style_for_statement] = STATE(2813), + [sym_while_statement] = STATE(2813), + [sym_if_statement] = STATE(2813), + [sym_case_statement] = STATE(2813), + [sym_function_definition] = STATE(2813), + [sym_compound_statement] = STATE(2813), + [sym_subshell] = STATE(2813), + [sym_pipeline] = STATE(2813), + [sym_list] = STATE(2813), + [sym_negated_command] = STATE(2813), + [sym_test_command] = STATE(2813), + [sym_declaration_command] = STATE(2813), + [sym_unset_command] = STATE(2813), + [sym_command] = STATE(2813), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(707), + [sym_variable_assignments] = STATE(2813), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -36415,20 +37548,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), @@ -36454,44 +37588,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(4656), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1359), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -36505,7 +37639,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -36522,10 +37656,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -36537,132 +37671,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(781), [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), - [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), - }, - [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), + [186] = { + [sym__statements] = STATE(4655), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36713,473 +37761,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [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), - }, - [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), - [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), - }, - [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), - [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(769), - [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), - }, - [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), - [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), - }, - [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), - [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), - }, - [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), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1408), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37193,7 +37811,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -37210,10 +37828,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37225,46 +37843,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(781), [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), + [188] = { + [sym__statements] = STATE(4324), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37314,43 +37932,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), + [189] = { + [sym__statements] = STATE(4609), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37400,216 +38018,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), - [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), - }, - [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), - [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), - }, - [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), + [190] = { + [sym__statements] = STATE(4559), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37623,7 +38069,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -37640,10 +38086,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37655,46 +38101,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(781), [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), - [sym_word] = ACTIONS(387), + [191] = { + [sym__statements] = STATE(4560), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37705,20 +38152,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(839), [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), @@ -37744,43 +38190,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), - [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), + [192] = { + [sym__statements] = STATE(4221), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37830,43 +38276,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), + [193] = { + [sym__statements] = STATE(4323), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37916,8 +38362,8 @@ 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), + [194] = { + [sym__statements] = STATE(4561), [sym_redirected_statement] = STATE(2685), [sym_for_statement] = STATE(2685), [sym_c_style_for_statement] = STATE(2685), @@ -37934,25 +38380,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_command_name] = STATE(457), + [sym_variable_assignment] = STATE(697), [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), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37964,19 +38411,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(841), - [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), @@ -38002,44 +38448,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [195] = { + [sym__statements] = STATE(4319), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1413), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38053,7 +38499,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38070,10 +38516,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38085,46 +38531,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(781), [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), + [196] = { + [sym__statements] = STATE(4610), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1452), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [197] = { + [sym__statements] = STATE(4318), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -38174,43 +38706,44 @@ 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), + [198] = { + [sym__statements] = STATE(4317), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38220,21 +38753,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(843), [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), @@ -38260,44 +38792,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [199] = { + [sym__statements] = STATE(4562), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1475), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38311,7 +38843,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38328,10 +38860,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38343,133 +38875,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__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), - [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_test_operator] = ACTIONS(781), [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), + [200] = { + [sym__statements] = STATE(4314), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1415), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38483,7 +38929,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38500,10 +38946,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38515,81 +38961,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(781), [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), - [sym_word] = ACTIONS(803), + [201] = { + [sym__statements] = STATE(4567), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38599,48 +39045,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(781), [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), - [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), + [202] = { + [sym__statements] = STATE(4529), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -38690,44 +39136,44 @@ 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), + [203] = { + [sym__statements] = STATE(4751), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38741,7 +39187,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38758,10 +39204,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38773,47 +39219,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(781), [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), + [204] = { + [sym__statements] = STATE(4654), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38827,7 +39273,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38844,10 +39290,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38859,47 +39305,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(781), [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), + [205] = { + [sym__statements] = STATE(4647), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1492), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38913,7 +39359,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38930,10 +39376,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38945,45 +39391,45 @@ 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(781), [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), + [206] = { + [aux_sym__terminated_statement] = STATE(184), + [sym_redirected_statement] = STATE(2813), + [sym_for_statement] = STATE(2813), + [sym_c_style_for_statement] = STATE(2813), + [sym_while_statement] = STATE(2813), + [sym_if_statement] = STATE(2813), + [sym_case_statement] = STATE(2813), + [sym_function_definition] = STATE(2813), + [sym_compound_statement] = STATE(2813), + [sym_subshell] = STATE(2813), + [sym_pipeline] = STATE(2813), + [sym_list] = STATE(2813), + [sym_negated_command] = STATE(2813), + [sym_test_command] = STATE(2813), + [sym_declaration_command] = STATE(2813), + [sym_unset_command] = STATE(2813), + [sym_command] = STATE(2813), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(707), + [sym_variable_assignments] = STATE(2813), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -38994,11 +39440,11 @@ 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(845), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(845), [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -39034,129 +39480,44 @@ 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), - [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), - }, - [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), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [207] = { + [sym__statements] = STATE(4752), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -39166,21 +39527,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(847), [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), @@ -39206,43 +39566,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [208] = { + [sym__statements] = STATE(4313), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39292,43 +39652,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [209] = { + [sym__statements] = STATE(4646), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39378,78 +39738,78 @@ 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), + [210] = { + [sym__statements] = STATE(4530), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -39459,48 +39819,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), }, - [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), + [211] = { + [sym__statements] = STATE(4312), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39550,43 +39910,43 @@ 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), - [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(4645), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39636,44 +39996,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), + [213] = { + [sym__statements] = STATE(4644), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -39687,7 +40047,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -39704,10 +40064,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39719,147 +40079,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(781), [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), - [sym_word] = ACTIONS(803), + [214] = { + [sym__statements] = STATE(4309), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1462), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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_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), - }, - [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), - [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_BANG] = ACTIONS(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -39876,10 +40150,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39891,46 +40165,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(781), [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), + [215] = { + [sym__statements] = STATE(4753), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39980,129 +40254,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [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), - }, - [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), + [216] = { + [sym__statements] = STATE(4307), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40152,43 +40340,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), + [217] = { + [sym__statements] = STATE(4570), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40238,164 +40426,78 @@ 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), - [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), - }, - [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), + [218] = { + [sym__statements] = STATE(4306), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -40405,48 +40507,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), }, - [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), + [219] = { + [sym__statements] = STATE(4571), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40496,44 +40598,44 @@ 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), + [220] = { + [sym__statements] = STATE(4304), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1464), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -40547,7 +40649,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -40564,10 +40666,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -40579,46 +40681,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(781), [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), + [221] = { + [sym__statements] = STATE(4301), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40668,43 +40770,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), + [222] = { + [sym__statements] = STATE(4299), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40754,44 +40856,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), + [223] = { + [sym__statements] = STATE(4639), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1482), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -40805,7 +40907,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -40822,10 +40924,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -40837,81 +40939,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(781), [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), - [sym_word] = ACTIONS(803), + [224] = { + [sym__statements] = STATE(4573), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1355), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -40921,83 +41023,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(781), [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), - [sym_word] = ACTIONS(803), + [225] = { + [sym__statements] = STATE(4297), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1467), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41007,49 +41109,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(781), [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), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [226] = { + [sym__statements] = STATE(4577), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41063,7 +41165,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41080,10 +41182,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41095,11 +41197,11 @@ 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(781), [sym__brace_start] = ACTIONS(437), }, - [238] = { - [aux_sym__terminated_statement] = STATE(82), + [227] = { + [sym__statements] = STATE(4638), [sym_redirected_statement] = STATE(2685), [sym_for_statement] = STATE(2685), [sym_c_style_for_statement] = STATE(2685), @@ -41116,25 +41218,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_command_name] = STATE(457), + [sym_variable_assignment] = STATE(697), [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), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41146,19 +41249,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(849), - [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), @@ -41184,44 +41286,43 @@ 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), + [228] = { + [aux_sym__terminated_statement] = STATE(93), + [sym_redirected_statement] = STATE(2823), + [sym_for_statement] = STATE(2823), + [sym_c_style_for_statement] = STATE(2823), + [sym_while_statement] = STATE(2823), + [sym_if_statement] = STATE(2823), + [sym_case_statement] = STATE(2823), + [sym_function_definition] = STATE(2823), + [sym_compound_statement] = STATE(2823), + [sym_subshell] = STATE(2823), + [sym_pipeline] = STATE(2823), + [sym_list] = STATE(2823), + [sym_negated_command] = STATE(2823), + [sym_test_command] = STATE(2823), + [sym_declaration_command] = STATE(2823), + [sym_unset_command] = STATE(2823), + [sym_command] = STATE(2823), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(723), + [sym_variable_assignments] = STATE(2823), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41233,18 +41334,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(847), + [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), @@ -41270,129 +41372,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), - [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), - }, - [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), + [229] = { + [sym__statements] = STATE(4296), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41442,44 +41458,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [230] = { + [sym__statements] = STATE(4522), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41493,7 +41509,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41510,10 +41526,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41525,46 +41541,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(781), [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), + [231] = { + [sym__statements] = STATE(4637), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41614,43 +41630,43 @@ 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), + [232] = { + [sym__statements] = STATE(4578), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41700,44 +41716,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), + [233] = { + [sym__statements] = STATE(4636), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41751,7 +41767,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41768,10 +41784,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41783,47 +41799,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(781), [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), + [234] = { + [sym__statements] = STATE(4633), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1378), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41837,7 +41853,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41854,10 +41870,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41869,46 +41885,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(781), [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), + [235] = { + [sym__statements] = STATE(4293), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41958,43 +41974,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), + [236] = { + [sym__statements] = STATE(4632), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42044,44 +42060,130 @@ 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), + [237] = { + [sym__statements] = STATE(4631), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [238] = { + [sym__statements] = STATE(4630), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42095,7 +42197,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42112,10 +42214,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42127,47 +42229,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(781), [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), + [239] = { + [sym__statements] = STATE(4290), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1473), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42181,7 +42283,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42198,10 +42300,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42213,46 +42315,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(781), [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), + [240] = { + [sym__statements] = STATE(4627), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1399), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [241] = { + [sym__statements] = STATE(4626), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42302,43 +42490,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), + [242] = { + [sym__statements] = STATE(4579), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42388,78 +42576,78 @@ 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), + [243] = { + [sym__statements] = STATE(4625), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -42469,49 +42657,135 @@ 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), }, - [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), + [244] = { + [sym__statements] = STATE(4288), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [245] = { + [sym__statements] = STATE(4580), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1373), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42525,7 +42799,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42542,10 +42816,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42557,46 +42831,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(781), [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), + [246] = { + [sym__statements] = STATE(4287), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42646,44 +42920,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), + [247] = { + [sym__statements] = STATE(4504), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42697,7 +42971,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42714,10 +42988,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42729,47 +43003,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(781), [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), + [248] = { + [sym__statements] = STATE(4624), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42783,7 +43057,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42800,10 +43074,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42815,47 +43089,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(781), [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), - [sym_word] = ACTIONS(803), + [249] = { + [aux_sym__terminated_statement] = STATE(66), + [sym_redirected_statement] = STATE(2823), + [sym_for_statement] = STATE(2823), + [sym_c_style_for_statement] = STATE(2823), + [sym_while_statement] = STATE(2823), + [sym_if_statement] = STATE(2823), + [sym_case_statement] = STATE(2823), + [sym_function_definition] = STATE(2823), + [sym_compound_statement] = STATE(2823), + [sym_subshell] = STATE(2823), + [sym_pipeline] = STATE(2823), + [sym_list] = STATE(2823), + [sym_negated_command] = STATE(2823), + [sym_test_command] = STATE(2823), + [sym_declaration_command] = STATE(2823), + [sym_unset_command] = STATE(2823), + [sym_command] = STATE(2823), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(723), + [sym_variable_assignments] = STATE(2823), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42867,18 +43140,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(849), + [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), @@ -42904,44 +43178,130 @@ 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), + [250] = { + [aux_sym__terminated_statement] = STATE(250), + [sym_redirected_statement] = STATE(2813), + [sym_for_statement] = STATE(2813), + [sym_c_style_for_statement] = STATE(2813), + [sym_while_statement] = STATE(2813), + [sym_if_statement] = STATE(2813), + [sym_case_statement] = STATE(2813), + [sym_function_definition] = STATE(2813), + [sym_compound_statement] = STATE(2813), + [sym_subshell] = STATE(2813), + [sym_pipeline] = STATE(2813), + [sym_list] = STATE(2813), + [sym_negated_command] = STATE(2813), + [sym_test_command] = STATE(2813), + [sym_declaration_command] = STATE(2813), + [sym_unset_command] = STATE(2813), + [sym_command] = STATE(2813), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(707), + [sym_variable_assignments] = STATE(2813), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(547), + [anon_sym_for] = ACTIONS(550), + [anon_sym_select] = ACTIONS(553), + [anon_sym_LPAREN_LPAREN] = ACTIONS(556), + [anon_sym_GT_GT] = ACTIONS(559), + [anon_sym_LT] = ACTIONS(562), + [anon_sym_GT] = ACTIONS(562), + [anon_sym_LPAREN] = ACTIONS(565), + [anon_sym_while] = ACTIONS(568), + [anon_sym_until] = ACTIONS(568), + [anon_sym_done] = ACTIONS(571), + [anon_sym_if] = ACTIONS(573), + [anon_sym_case] = ACTIONS(576), + [anon_sym_function] = ACTIONS(579), + [anon_sym_LBRACE] = ACTIONS(582), + [anon_sym_BANG] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(591), + [anon_sym_declare] = ACTIONS(594), + [anon_sym_typeset] = ACTIONS(594), + [anon_sym_export] = ACTIONS(594), + [anon_sym_readonly] = ACTIONS(594), + [anon_sym_local] = ACTIONS(594), + [anon_sym_unset] = ACTIONS(597), + [anon_sym_unsetenv] = ACTIONS(597), + [anon_sym_AMP_GT] = ACTIONS(562), + [anon_sym_AMP_GT_GT] = ACTIONS(559), + [anon_sym_LT_AMP] = ACTIONS(559), + [anon_sym_GT_AMP] = ACTIONS(559), + [anon_sym_GT_PIPE] = ACTIONS(559), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(556), + [anon_sym_DOLLAR] = ACTIONS(600), + [sym__special_character] = ACTIONS(603), + [anon_sym_DQUOTE] = ACTIONS(606), + [sym_raw_string] = ACTIONS(609), + [sym_ansi_c_string] = ACTIONS(609), + [aux_sym_number_token1] = ACTIONS(612), + [aux_sym_number_token2] = ACTIONS(615), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(618), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(621), + [anon_sym_BQUOTE] = ACTIONS(624), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(627), + [anon_sym_LT_LPAREN] = ACTIONS(630), + [anon_sym_GT_LPAREN] = ACTIONS(630), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(633), + [sym_variable_name] = ACTIONS(636), + [sym_test_operator] = ACTIONS(639), + [sym__brace_start] = ACTIONS(642), + }, + [251] = { + [sym__statements] = STATE(4285), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1476), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42955,7 +43315,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42972,10 +43332,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42987,47 +43347,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(781), [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), + [252] = { + [sym__statements] = STATE(4584), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43041,7 +43401,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -43058,10 +43418,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43073,46 +43433,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(781), [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), + [253] = { + [sym__statements] = STATE(4505), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43162,43 +43522,129 @@ 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), + [254] = { + [sym__statements] = STATE(4621), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1410), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [255] = { + [sym__statements] = STATE(4585), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43248,78 +43694,78 @@ 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), + [256] = { + [sym__statements] = STATE(4586), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -43329,48 +43775,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), }, - [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), + [257] = { + [sym__statements] = STATE(4620), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43420,43 +43866,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), + [258] = { + [sym__statements] = STATE(4619), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43506,43 +43952,129 @@ 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), + [259] = { + [sym__statements] = STATE(4618), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [260] = { + [sym__statements] = STATE(4506), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43592,44 +44124,44 @@ 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), + [261] = { + [sym__statements] = STATE(4507), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1465), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43643,7 +44175,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -43660,10 +44192,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43675,47 +44207,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(781), [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), + [262] = { + [sym__statements] = STATE(4615), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1424), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43729,7 +44261,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -43746,10 +44278,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43761,81 +44293,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(781), [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), + [263] = { + [sym__statements] = STATE(4614), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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 +44377,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), + [264] = { + [sym__statements] = STATE(4612), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43936,44 +44468,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), + [265] = { + [sym__statements] = STATE(4605), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43987,7 +44519,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -44004,10 +44536,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -44019,81 +44551,167 @@ 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(781), [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), + [266] = { + [sym__statements] = STATE(4651), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [267] = { + [sym__statements] = STATE(4601), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1463), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -44103,48 +44721,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(781), [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), - [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), + [268] = { + [sym__statements] = STATE(4798), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1478), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [269] = { + [sym__statements] = STATE(4600), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -44194,43 +44898,43 @@ 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), + [270] = { + [sym__statements] = STATE(4599), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -44280,44 +44984,44 @@ 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), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [271] = { + [sym__statements] = STATE(4597), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -44331,7 +45035,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(775), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -44348,10 +45052,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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -44363,80 +45067,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(781), [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), - [sym_word] = ACTIONS(387), + [272] = { + [sym__statements] = STATE(4692), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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(783), [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_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(775), [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(777), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -44446,139 +45151,485 @@ 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(781), [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), + [273] = { + [sym__statements] = STATE(4593), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1485), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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_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(27), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), + [anon_sym_BANG] = ACTIONS(775), [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), - [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), - [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_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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [274] = { + [sym__statements] = STATE(4592), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [275] = { + [sym__statements] = STATE(4591), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [276] = { + [sym__statements] = STATE(4590), + [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(441), + [sym_variable_assignment] = STATE(612), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(291), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), + }, + [277] = { + [sym__statements] = STATE(4261), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [278] = { + [sym__statements] = STATE(4283), + [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(457), + [sym_variable_assignment] = STATE(697), + [sym_variable_assignments] = STATE(2685), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(290), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -44622,41 +45673,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_redirected_statement] = STATE(2559), + [sym_for_statement] = STATE(2559), + [sym_c_style_for_statement] = STATE(2559), + [sym_while_statement] = STATE(2559), + [sym_if_statement] = STATE(2559), + [sym_case_statement] = STATE(2559), + [sym_function_definition] = STATE(2559), + [sym_compound_statement] = STATE(2559), + [sym_subshell] = STATE(2559), + [sym_pipeline] = STATE(2559), + [sym_list] = STATE(2559), + [sym_negated_command] = STATE(2559), + [sym_test_command] = STATE(2559), + [sym_declaration_command] = STATE(2559), + [sym_unset_command] = STATE(2559), + [sym_command] = STATE(2559), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(583), + [sym_variable_assignments] = STATE(2559), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), + [aux_sym__statements_repeat1] = STATE(283), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -44707,41 +45758,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [sym_redirected_statement] = STATE(2696), + [sym_for_statement] = STATE(2696), + [sym_c_style_for_statement] = STATE(2696), + [sym_while_statement] = STATE(2696), + [sym_if_statement] = STATE(2696), + [sym_case_statement] = STATE(2696), + [sym_function_definition] = STATE(2696), + [sym_compound_statement] = STATE(2696), + [sym_subshell] = STATE(2696), + [sym_pipeline] = STATE(2696), + [sym_list] = STATE(2696), + [sym_negated_command] = STATE(2696), + [sym_test_command] = STATE(2696), + [sym_declaration_command] = STATE(2696), + [sym_unset_command] = STATE(2696), + [sym_command] = STATE(2696), + [sym_command_name] = STATE(439), + [sym_variable_assignment] = STATE(605), + [sym_variable_assignments] = STATE(2696), + [sym_subscript] = STATE(4189), + [sym_file_redirect] = STATE(1406), + [sym_arithmetic_expansion] = STATE(720), + [sym_brace_expression] = STATE(720), + [sym_concatenation] = STATE(1109), + [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(283), + [aux_sym_redirected_statement_repeat2] = STATE(2936), + [aux_sym_command_repeat1] = STATE(938), + [aux_sym__literal_repeat1] = STATE(936), + [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), + }, + [281] = { + [aux_sym__terminated_statement] = STATE(52), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -44791,42 +45927,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), + [282] = { + [aux_sym__terminated_statement] = STATE(137), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [283] = { + [sym_redirected_statement] = STATE(2790), + [sym_for_statement] = STATE(2790), + [sym_c_style_for_statement] = STATE(2790), + [sym_while_statement] = STATE(2790), + [sym_if_statement] = STATE(2790), + [sym_case_statement] = STATE(2790), + [sym_function_definition] = STATE(2790), + [sym_compound_statement] = STATE(2790), + [sym_subshell] = STATE(2790), + [sym_pipeline] = STATE(2790), + [sym_list] = STATE(2790), + [sym_negated_command] = STATE(2790), + [sym_test_command] = STATE(2790), + [sym_declaration_command] = STATE(2790), + [sym_unset_command] = STATE(2790), + [sym_command] = STATE(2790), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(678), + [sym_variable_assignments] = STATE(2790), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(283), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(851), [anon_sym_for] = ACTIONS(854), [anon_sym_select] = ACTIONS(857), @@ -44876,77 +46097,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [284] = { + [aux_sym__terminated_statement] = STATE(176), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [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_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), @@ -44956,47 +46177,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), }, - [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), + [285] = { + [aux_sym__terminated_statement] = STATE(57), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45046,42 +46267,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [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), + [286] = { + [aux_sym__terminated_statement] = STATE(86), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45131,42 +46352,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), + [287] = { + [aux_sym__terminated_statement] = STATE(127), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45216,42 +46437,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), + [288] = { + [aux_sym__terminated_statement] = STATE(51), + [sym_redirected_statement] = STATE(2818), + [sym_for_statement] = STATE(2818), + [sym_c_style_for_statement] = STATE(2818), + [sym_while_statement] = STATE(2818), + [sym_if_statement] = STATE(2818), + [sym_case_statement] = STATE(2818), + [sym_function_definition] = STATE(2818), + [sym_compound_statement] = STATE(2818), + [sym_subshell] = STATE(2818), + [sym_pipeline] = STATE(2818), + [sym_list] = STATE(2818), + [sym_negated_command] = STATE(2818), + [sym_test_command] = STATE(2818), + [sym_declaration_command] = STATE(2818), + [sym_unset_command] = STATE(2818), + [sym_command] = STATE(2818), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(693), + [sym_variable_assignments] = STATE(2818), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45301,42 +46522,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), + [289] = { + [sym_redirected_statement] = STATE(2519), + [sym_for_statement] = STATE(2519), + [sym_c_style_for_statement] = STATE(2519), + [sym_while_statement] = STATE(2519), + [sym_if_statement] = STATE(2519), + [sym_case_statement] = STATE(2519), + [sym_function_definition] = STATE(2519), + [sym_compound_statement] = STATE(2519), + [sym_subshell] = STATE(2519), + [sym_pipeline] = STATE(2519), + [sym_list] = STATE(2519), + [sym_negated_command] = STATE(2519), + [sym_test_command] = STATE(2519), + [sym_declaration_command] = STATE(2519), + [sym_unset_command] = STATE(2519), + [sym_command] = STATE(2519), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(565), + [sym_variable_assignments] = STATE(2519), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym__statements_repeat1] = STATE(283), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -45386,43 +46607,43 @@ 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), + [290] = { + [sym_redirected_statement] = STATE(2658), + [sym_for_statement] = STATE(2658), + [sym_c_style_for_statement] = STATE(2658), + [sym_while_statement] = STATE(2658), + [sym_if_statement] = STATE(2658), + [sym_case_statement] = STATE(2658), + [sym_function_definition] = STATE(2658), + [sym_compound_statement] = STATE(2658), + [sym_subshell] = STATE(2658), + [sym_pipeline] = STATE(2658), + [sym_list] = STATE(2658), + [sym_negated_command] = STATE(2658), + [sym_test_command] = STATE(2658), + [sym_declaration_command] = STATE(2658), + [sym_unset_command] = STATE(2658), + [sym_command] = STATE(2658), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(654), + [sym_variable_assignments] = STATE(2658), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym__statements_repeat1] = STATE(283), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -45434,18 +46655,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_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), @@ -45471,125 +46692,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [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), + [291] = { + [sym_redirected_statement] = STATE(2615), + [sym_for_statement] = STATE(2615), + [sym_c_style_for_statement] = STATE(2615), + [sym_while_statement] = STATE(2615), + [sym_if_statement] = STATE(2615), + [sym_case_statement] = STATE(2615), + [sym_function_definition] = STATE(2615), + [sym_compound_statement] = STATE(2615), + [sym_subshell] = STATE(2615), + [sym_pipeline] = STATE(2615), + [sym_list] = STATE(2615), + [sym_negated_command] = STATE(2615), + [sym_test_command] = STATE(2615), + [sym_declaration_command] = STATE(2615), + [sym_unset_command] = STATE(2615), + [sym_command] = STATE(2615), + [sym_command_name] = STATE(441), + [sym_variable_assignment] = STATE(623), + [sym_variable_assignments] = STATE(2615), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym__statements_repeat1] = STATE(283), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(731), - [sym_variable_name] = ACTIONS(733), - [sym_test_operator] = ACTIONS(735), - [sym__brace_start] = ACTIONS(737), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(781), + [sym__brace_start] = ACTIONS(437), }, - [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), + [292] = { + [sym_redirected_statement] = STATE(2859), + [sym_for_statement] = STATE(2859), + [sym_c_style_for_statement] = STATE(2859), + [sym_while_statement] = STATE(2859), + [sym_if_statement] = STATE(2859), + [sym_case_statement] = STATE(2859), + [sym_function_definition] = STATE(2859), + [sym_compound_statement] = STATE(2859), + [sym_subshell] = STATE(2859), + [sym_pipeline] = STATE(2859), + [sym_list] = STATE(2859), + [sym_negated_command] = STATE(2859), + [sym_test_command] = STATE(2859), + [sym_declaration_command] = STATE(2859), + [sym_unset_command] = STATE(2859), + [sym_command] = STATE(2859), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(656), + [sym_variable_assignments] = STATE(2859), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45639,209 +46861,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [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), - [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_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), - }, - [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_redirected_statement] = STATE(2538), + [sym_for_statement] = STATE(2538), + [sym_c_style_for_statement] = STATE(2538), + [sym_while_statement] = STATE(2538), + [sym_if_statement] = STATE(2538), + [sym_case_statement] = STATE(2538), + [sym_function_definition] = STATE(2538), + [sym_compound_statement] = STATE(2538), + [sym_subshell] = STATE(2538), + [sym_pipeline] = STATE(2538), + [sym_list] = STATE(2538), + [sym_negated_command] = STATE(2538), + [sym_test_command] = STATE(2538), + [sym_declaration_command] = STATE(2538), + [sym_unset_command] = STATE(2538), + [sym_command] = STATE(2538), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(593), + [sym_variable_assignments] = STATE(2538), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -45892,159 +46946,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [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), - [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), - }, - [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), - [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_redirected_statement] = STATE(3084), + [sym_for_statement] = STATE(3084), + [sym_c_style_for_statement] = STATE(3084), + [sym_while_statement] = STATE(3084), + [sym_if_statement] = STATE(3084), + [sym_case_statement] = STATE(3084), + [sym_function_definition] = STATE(3084), + [sym_compound_statement] = STATE(3084), + [sym_subshell] = STATE(3084), + [sym_pipeline] = STATE(3084), + [sym_list] = STATE(3084), + [sym_negated_command] = STATE(3084), + [sym_test_command] = STATE(3084), + [sym_declaration_command] = STATE(3084), + [sym_unset_command] = STATE(3084), + [sym_command] = STATE(3084), + [sym_command_name] = STATE(503), + [sym_variable_assignment] = STATE(1106), + [sym_variable_assignments] = STATE(3084), + [sym_subscript] = STATE(4160), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(1154), + [sym_brace_expression] = STATE(1154), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(1154), + [sym_translated_string] = STATE(1154), + [sym_number] = STATE(1154), + [sym_simple_expansion] = STATE(1154), + [sym_expansion] = STATE(1154), + [sym_command_substitution] = STATE(1154), + [sym_process_substitution] = STATE(1154), + [aux_sym_redirected_statement_repeat2] = STATE(3241), + [aux_sym_command_repeat1] = STATE(941), + [aux_sym__literal_repeat1] = STATE(906), + [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(805), + [anon_sym_function] = ACTIONS(953), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(955), [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(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), @@ -46054,47 +47024,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(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), }, - [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), - [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), + [295] = { + [sym_redirected_statement] = STATE(2842), + [sym_for_statement] = STATE(2842), + [sym_c_style_for_statement] = STATE(2842), + [sym_while_statement] = STATE(2842), + [sym_if_statement] = STATE(2842), + [sym_case_statement] = STATE(2842), + [sym_function_definition] = STATE(2842), + [sym_compound_statement] = STATE(2842), + [sym_subshell] = STATE(2842), + [sym_pipeline] = STATE(2842), + [sym_list] = STATE(2842), + [sym_negated_command] = STATE(2842), + [sym_test_command] = STATE(2842), + [sym_declaration_command] = STATE(2842), + [sym_unset_command] = STATE(2842), + [sym_command] = STATE(2842), + [sym_command_name] = STATE(451), + [sym_variable_assignment] = STATE(672), + [sym_variable_assignments] = STATE(2842), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(3007), + [aux_sym_command_repeat1] = STATE(915), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -46106,18 +47076,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,244 +47113,160 @@ 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), - [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), + [296] = { + [sym_redirected_statement] = STATE(2695), + [sym_for_statement] = STATE(2695), + [sym_c_style_for_statement] = STATE(2695), + [sym_while_statement] = STATE(2695), + [sym_if_statement] = STATE(2695), + [sym_case_statement] = STATE(2695), + [sym_function_definition] = STATE(2695), + [sym_compound_statement] = STATE(2695), + [sym_subshell] = STATE(2695), + [sym_pipeline] = STATE(2695), + [sym_list] = STATE(2695), + [sym_negated_command] = STATE(2695), + [sym_test_command] = STATE(2695), + [sym_declaration_command] = STATE(2695), + [sym_unset_command] = STATE(2695), + [sym_command] = STATE(2695), + [sym_command_name] = STATE(439), + [sym_variable_assignment] = STATE(639), + [sym_variable_assignments] = STATE(2695), + [sym_subscript] = STATE(4189), + [sym_file_redirect] = STATE(1406), + [sym_arithmetic_expansion] = STATE(720), + [sym_brace_expression] = STATE(720), + [sym_concatenation] = STATE(1109), + [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(2936), + [aux_sym_command_repeat1] = STATE(938), + [aux_sym__literal_repeat1] = STATE(936), + [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(1005), - [anon_sym_LT] = ACTIONS(1007), - [anon_sym_GT] = ACTIONS(1007), + [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(1009), + [anon_sym_function] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(31), [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_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(1017), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(1019), - [sym_ansi_c_string] = ACTIONS(1019), - [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(1021), - [sym_variable_name] = ACTIONS(1023), - [sym_test_operator] = ACTIONS(1025), - [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), + [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(997), - [sym_variable_name] = ACTIONS(300), - [sym_test_operator] = ACTIONS(999), - [sym__brace_start] = ACTIONS(1001), + [sym_file_descriptor] = ACTIONS(65), + [sym_variable_name] = ACTIONS(67), + [sym_test_operator] = ACTIONS(69), + [sym__brace_start] = ACTIONS(71), }, - [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), + [297] = { + [sym_redirected_statement] = STATE(3083), + [sym_for_statement] = STATE(3083), + [sym_c_style_for_statement] = STATE(3083), + [sym_while_statement] = STATE(3083), + [sym_if_statement] = STATE(3083), + [sym_case_statement] = STATE(3083), + [sym_function_definition] = STATE(3083), + [sym_compound_statement] = STATE(3083), + [sym_subshell] = STATE(3083), + [sym_pipeline] = STATE(3083), + [sym_list] = STATE(3083), + [sym_negated_command] = STATE(3083), + [sym_test_command] = STATE(3083), + [sym_declaration_command] = STATE(3083), + [sym_unset_command] = STATE(3083), + [sym_command] = STATE(3083), + [sym_command_name] = STATE(503), + [sym_variable_assignment] = STATE(1105), + [sym_variable_assignments] = STATE(3083), + [sym_subscript] = STATE(4160), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(1154), + [sym_brace_expression] = STATE(1154), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(1154), + [sym_translated_string] = STATE(1154), + [sym_number] = STATE(1154), + [sym_simple_expansion] = STATE(1154), + [sym_expansion] = STATE(1154), + [sym_command_substitution] = STATE(1154), + [sym_process_substitution] = STATE(1154), + [aux_sym_redirected_statement_repeat2] = STATE(3241), + [aux_sym_command_repeat1] = STATE(941), + [aux_sym__literal_repeat1] = STATE(906), + [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), @@ -46390,81 +47276,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), }, - [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), - [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), + [298] = { + [sym_redirected_statement] = STATE(3065), + [sym_for_statement] = STATE(3065), + [sym_c_style_for_statement] = STATE(3065), + [sym_while_statement] = STATE(3065), + [sym_if_statement] = STATE(3065), + [sym_case_statement] = STATE(3065), + [sym_function_definition] = STATE(3065), + [sym_compound_statement] = STATE(3065), + [sym_subshell] = STATE(3065), + [sym_pipeline] = STATE(3065), + [sym_list] = STATE(3065), + [sym_negated_command] = STATE(3065), + [sym_test_command] = STATE(3065), + [sym_declaration_command] = STATE(3065), + [sym_unset_command] = STATE(3065), + [sym_command] = STATE(3065), + [sym_command_name] = STATE(503), + [sym_variable_assignment] = STATE(1024), + [sym_variable_assignments] = STATE(3065), + [sym_subscript] = STATE(4160), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(1154), + [sym_brace_expression] = STATE(1154), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(1154), + [sym_translated_string] = STATE(1154), + [sym_number] = STATE(1154), + [sym_simple_expansion] = STATE(1154), + [sym_expansion] = STATE(1154), + [sym_command_substitution] = STATE(1154), + [sym_process_substitution] = STATE(1154), + [aux_sym_redirected_statement_repeat2] = STATE(3241), + [aux_sym_command_repeat1] = STATE(941), + [aux_sym__literal_repeat1] = STATE(906), + [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 +47360,165 @@ 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), + [299] = { + [sym__expression] = STATE(1710), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(1362), + [sym_brace_expression] = STATE(1362), + [sym_concatenation] = STATE(1575), + [sym_string] = STATE(1362), + [sym_translated_string] = STATE(1362), + [sym_number] = STATE(1362), + [sym_simple_expansion] = STATE(1362), + [sym_expansion] = STATE(1362), + [sym_command_substitution] = STATE(1362), + [sym_process_substitution] = STATE(1362), + [aux_sym__literal_repeat1] = STATE(1550), + [aux_sym_concatenation_repeat1] = STATE(1450), + [sym_word] = ACTIONS(228), + [anon_sym_LPAREN_LPAREN] = ACTIONS(971), + [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(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(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(971), + [aux_sym_concatenation_token1] = ACTIONS(973), + [anon_sym_DOLLAR] = ACTIONS(200), + [sym__special_character] = ACTIONS(975), + [anon_sym_DQUOTE] = ACTIONS(977), + [sym_raw_string] = ACTIONS(979), + [sym_ansi_c_string] = ACTIONS(979), + [aux_sym_number_token1] = ACTIONS(206), + [aux_sym_number_token2] = ACTIONS(208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(981), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(212), + [anon_sym_BQUOTE] = ACTIONS(214), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(983), + [anon_sym_LT_LPAREN] = ACTIONS(985), + [anon_sym_GT_LPAREN] = ACTIONS(985), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(513), - [sym_variable_name] = ACTIONS(515), - [sym_test_operator] = ACTIONS(517), - [sym__brace_start] = ACTIONS(519), + [sym__concat] = ACTIONS(973), + [sym_test_operator] = ACTIONS(234), + [sym__brace_start] = ACTIONS(226), }, - [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), + [300] = { + [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(665), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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,81 +47528,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(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] = { - [sym_redirected_statement] = STATE(2626), - [sym_for_statement] = STATE(2626), - [sym_c_style_for_statement] = STATE(2626), - [sym_while_statement] = STATE(2626), - [sym_if_statement] = STATE(2626), - [sym_case_statement] = STATE(2626), - [sym_function_definition] = STATE(2626), - [sym_compound_statement] = STATE(2626), - [sym_subshell] = STATE(2626), - [sym_pipeline] = STATE(2626), - [sym_list] = STATE(2626), - [sym_negated_command] = STATE(2626), - [sym_test_command] = STATE(2626), - [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_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), + [301] = { + [sym_redirected_statement] = STATE(3076), + [sym_for_statement] = STATE(3076), + [sym_c_style_for_statement] = STATE(3076), + [sym_while_statement] = STATE(3076), + [sym_if_statement] = STATE(3076), + [sym_case_statement] = STATE(3076), + [sym_function_definition] = STATE(3076), + [sym_compound_statement] = STATE(3076), + [sym_subshell] = STATE(3076), + [sym_pipeline] = STATE(3076), + [sym_list] = STATE(3076), + [sym_negated_command] = STATE(3076), + [sym_test_command] = STATE(3076), + [sym_declaration_command] = STATE(3076), + [sym_unset_command] = STATE(3076), + [sym_command] = STATE(3076), + [sym_command_name] = STATE(503), + [sym_variable_assignment] = STATE(996), + [sym_variable_assignments] = STATE(3076), + [sym_subscript] = STATE(4160), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(1154), + [sym_brace_expression] = STATE(1154), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(1154), + [sym_translated_string] = STATE(1154), + [sym_number] = STATE(1154), + [sym_simple_expansion] = STATE(1154), + [sym_expansion] = STATE(1154), + [sym_command_substitution] = STATE(1154), + [sym_process_substitution] = STATE(1154), + [aux_sym_redirected_statement_repeat2] = STATE(3241), + [aux_sym_command_repeat1] = STATE(941), + [aux_sym__literal_repeat1] = STATE(906), + [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(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [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(85), + [anon_sym_function] = ACTIONS(953), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(955), [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(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(775), + [sym__special_character] = ACTIONS(961), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [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), @@ -46726,120 +47612,204 @@ 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(965), + [sym_variable_name] = ACTIONS(967), + [sym_test_operator] = ACTIONS(969), [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), - [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), + [302] = { + [sym_redirected_statement] = STATE(3148), + [sym_for_statement] = STATE(3148), + [sym_c_style_for_statement] = STATE(3148), + [sym_while_statement] = STATE(3148), + [sym_if_statement] = STATE(3148), + [sym_case_statement] = STATE(3148), + [sym_function_definition] = STATE(3148), + [sym_compound_statement] = STATE(3148), + [sym_subshell] = STATE(3148), + [sym_pipeline] = STATE(3148), + [sym_list] = STATE(3148), + [sym_negated_command] = STATE(3148), + [sym_test_command] = STATE(3148), + [sym_declaration_command] = STATE(3148), + [sym_unset_command] = STATE(3148), + [sym_command] = STATE(3148), + [sym_command_name] = STATE(515), + [sym_variable_assignment] = STATE(1181), + [sym_variable_assignments] = STATE(3148), + [sym_subscript] = STATE(4159), + [sym_file_redirect] = STATE(1929), + [sym_arithmetic_expansion] = STATE(1342), + [sym_brace_expression] = STATE(1342), + [sym_concatenation] = STATE(1659), + [sym_string] = STATE(1342), + [sym_translated_string] = STATE(1342), + [sym_number] = STATE(1342), + [sym_simple_expansion] = STATE(1342), + [sym_expansion] = STATE(1342), + [sym_command_substitution] = STATE(1342), + [sym_process_substitution] = STATE(1342), + [aux_sym_redirected_statement_repeat2] = STATE(3262), + [aux_sym_command_repeat1] = STATE(933), + [aux_sym__literal_repeat1] = STATE(1535), + [sym_word] = ACTIONS(987), + [anon_sym_for] = ACTIONS(274), + [anon_sym_select] = ACTIONS(276), + [anon_sym_LPAREN_LPAREN] = ACTIONS(989), + [anon_sym_GT_GT] = ACTIONS(991), + [anon_sym_LT] = ACTIONS(993), + [anon_sym_GT] = ACTIONS(993), + [anon_sym_LPAREN] = ACTIONS(995), + [anon_sym_while] = ACTIONS(286), + [anon_sym_until] = ACTIONS(286), + [anon_sym_if] = ACTIONS(288), + [anon_sym_case] = ACTIONS(290), + [anon_sym_function] = ACTIONS(292), + [anon_sym_LBRACE] = ACTIONS(294), + [anon_sym_BANG] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(298), + [anon_sym_LBRACK_LBRACK] = ACTIONS(302), + [anon_sym_declare] = ACTIONS(304), + [anon_sym_typeset] = ACTIONS(304), + [anon_sym_export] = ACTIONS(304), + [anon_sym_readonly] = ACTIONS(304), + [anon_sym_local] = ACTIONS(304), + [anon_sym_unset] = ACTIONS(306), + [anon_sym_unsetenv] = ACTIONS(306), + [anon_sym_AMP_GT] = ACTIONS(993), + [anon_sym_AMP_GT_GT] = ACTIONS(991), + [anon_sym_LT_AMP] = ACTIONS(991), + [anon_sym_GT_AMP] = ACTIONS(991), + [anon_sym_GT_PIPE] = ACTIONS(991), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(989), + [anon_sym_DOLLAR] = ACTIONS(999), + [sym__special_character] = ACTIONS(1001), + [anon_sym_DQUOTE] = ACTIONS(1003), + [sym_raw_string] = ACTIONS(1005), + [sym_ansi_c_string] = ACTIONS(1005), + [aux_sym_number_token1] = ACTIONS(1007), + [aux_sym_number_token2] = ACTIONS(1009), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1011), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1013), + [anon_sym_BQUOTE] = ACTIONS(1015), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1017), + [anon_sym_LT_LPAREN] = ACTIONS(1019), + [anon_sym_GT_LPAREN] = ACTIONS(1019), [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(1021), + [sym_variable_name] = ACTIONS(336), + [sym_test_operator] = ACTIONS(1023), + [sym__brace_start] = ACTIONS(1025), }, - [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), + [303] = { + [sym_redirected_statement] = STATE(3172), + [sym_for_statement] = STATE(3172), + [sym_c_style_for_statement] = STATE(3172), + [sym_while_statement] = STATE(3172), + [sym_if_statement] = STATE(3172), + [sym_case_statement] = STATE(3172), + [sym_function_definition] = STATE(3172), + [sym_compound_statement] = STATE(3172), + [sym_subshell] = STATE(3172), + [sym_pipeline] = STATE(3172), + [sym_list] = STATE(3172), + [sym_negated_command] = STATE(3172), + [sym_test_command] = STATE(3172), + [sym_declaration_command] = STATE(3172), + [sym_unset_command] = STATE(3172), + [sym_command] = STATE(3172), + [sym_command_name] = STATE(515), + [sym_variable_assignment] = STATE(1190), + [sym_variable_assignments] = STATE(3172), + [sym_subscript] = STATE(4159), + [sym_file_redirect] = STATE(1929), + [sym_arithmetic_expansion] = STATE(1342), + [sym_brace_expression] = STATE(1342), + [sym_concatenation] = STATE(1659), + [sym_string] = STATE(1342), + [sym_translated_string] = STATE(1342), + [sym_number] = STATE(1342), + [sym_simple_expansion] = STATE(1342), + [sym_expansion] = STATE(1342), + [sym_command_substitution] = STATE(1342), + [sym_process_substitution] = STATE(1342), + [aux_sym_redirected_statement_repeat2] = STATE(3262), + [aux_sym_command_repeat1] = STATE(933), + [aux_sym__literal_repeat1] = STATE(1535), + [sym_word] = ACTIONS(987), + [anon_sym_for] = ACTIONS(274), + [anon_sym_select] = ACTIONS(276), + [anon_sym_LPAREN_LPAREN] = ACTIONS(989), + [anon_sym_GT_GT] = ACTIONS(991), + [anon_sym_LT] = ACTIONS(993), + [anon_sym_GT] = ACTIONS(993), + [anon_sym_LPAREN] = ACTIONS(995), + [anon_sym_while] = ACTIONS(286), + [anon_sym_until] = ACTIONS(286), + [anon_sym_if] = ACTIONS(288), + [anon_sym_case] = ACTIONS(290), + [anon_sym_function] = ACTIONS(292), + [anon_sym_LBRACE] = ACTIONS(294), + [anon_sym_BANG] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(298), + [anon_sym_LBRACK_LBRACK] = ACTIONS(302), + [anon_sym_declare] = ACTIONS(304), + [anon_sym_typeset] = ACTIONS(304), + [anon_sym_export] = ACTIONS(304), + [anon_sym_readonly] = ACTIONS(304), + [anon_sym_local] = ACTIONS(304), + [anon_sym_unset] = ACTIONS(306), + [anon_sym_unsetenv] = ACTIONS(306), + [anon_sym_AMP_GT] = ACTIONS(993), + [anon_sym_AMP_GT_GT] = ACTIONS(991), + [anon_sym_LT_AMP] = ACTIONS(991), + [anon_sym_GT_AMP] = ACTIONS(991), + [anon_sym_GT_PIPE] = ACTIONS(991), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(989), + [anon_sym_DOLLAR] = ACTIONS(999), + [sym__special_character] = ACTIONS(1001), + [anon_sym_DQUOTE] = ACTIONS(1003), + [sym_raw_string] = ACTIONS(1005), + [sym_ansi_c_string] = ACTIONS(1005), + [aux_sym_number_token1] = ACTIONS(1007), + [aux_sym_number_token2] = ACTIONS(1009), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1011), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1013), + [anon_sym_BQUOTE] = ACTIONS(1015), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1017), + [anon_sym_LT_LPAREN] = ACTIONS(1019), + [anon_sym_GT_LPAREN] = ACTIONS(1019), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1021), + [sym_variable_name] = ACTIONS(336), + [sym_test_operator] = ACTIONS(1023), + [sym__brace_start] = ACTIONS(1025), + }, + [304] = { + [sym_redirected_statement] = STATE(2714), + [sym_for_statement] = STATE(2714), + [sym_c_style_for_statement] = STATE(2714), + [sym_while_statement] = STATE(2714), + [sym_if_statement] = STATE(2714), + [sym_case_statement] = STATE(2714), + [sym_function_definition] = STATE(2714), + [sym_compound_statement] = STATE(2714), + [sym_subshell] = STATE(2714), + [sym_pipeline] = STATE(2714), + [sym_list] = STATE(2714), + [sym_negated_command] = STATE(2714), + [sym_test_command] = STATE(2714), + [sym_declaration_command] = STATE(2714), + [sym_unset_command] = STATE(2714), + [sym_command] = STATE(2714), + [sym_command_name] = STATE(439), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2714), + [sym_subscript] = STATE(4189), + [sym_file_redirect] = STATE(1406), [sym_arithmetic_expansion] = STATE(720), [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), + [sym_concatenation] = STATE(1109), [sym_string] = STATE(720), [sym_translated_string] = STATE(720), [sym_number] = STATE(720), @@ -46847,9 +47817,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym_redirected_statement_repeat2] = STATE(2936), + [aux_sym_command_repeat1] = STATE(938), + [aux_sym__literal_repeat1] = STATE(936), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -46899,148 +47869,568 @@ 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), - [sym_word] = ACTIONS(7), + [305] = { + [sym_redirected_statement] = STATE(2732), + [sym_for_statement] = STATE(2732), + [sym_c_style_for_statement] = STATE(2732), + [sym_while_statement] = STATE(2732), + [sym_if_statement] = STATE(2732), + [sym_case_statement] = STATE(2732), + [sym_function_definition] = STATE(2732), + [sym_compound_statement] = STATE(2732), + [sym_subshell] = STATE(2732), + [sym_pipeline] = STATE(2732), + [sym_list] = STATE(2732), + [sym_negated_command] = STATE(2732), + [sym_test_command] = STATE(2732), + [sym_declaration_command] = STATE(2732), + [sym_unset_command] = STATE(2732), + [sym_command] = STATE(2732), + [sym_command_name] = STATE(441), + [sym_variable_assignment] = STATE(646), + [sym_variable_assignments] = STATE(2732), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), [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_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(27), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), + [anon_sym_BANG] = ACTIONS(775), [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), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(65), - [sym_variable_name] = ACTIONS(67), - [sym_test_operator] = ACTIONS(69), - [sym__brace_start] = ACTIONS(71), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(781), + [sym__brace_start] = ACTIONS(437), + }, + [306] = { + [sym_redirected_statement] = STATE(2691), + [sym_for_statement] = STATE(2691), + [sym_c_style_for_statement] = STATE(2691), + [sym_while_statement] = STATE(2691), + [sym_if_statement] = STATE(2691), + [sym_case_statement] = STATE(2691), + [sym_function_definition] = STATE(2691), + [sym_compound_statement] = STATE(2691), + [sym_subshell] = STATE(2691), + [sym_pipeline] = STATE(2691), + [sym_list] = STATE(2691), + [sym_negated_command] = STATE(2691), + [sym_test_command] = STATE(2691), + [sym_declaration_command] = STATE(2691), + [sym_unset_command] = STATE(2691), + [sym_command] = STATE(2691), + [sym_command_name] = STATE(441), + [sym_variable_assignment] = STATE(596), + [sym_variable_assignments] = STATE(2691), + [sym_subscript] = STATE(4116), + [sym_file_redirect] = STATE(1376), + [sym_arithmetic_expansion] = STATE(715), + [sym_brace_expression] = STATE(715), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(715), + [sym_translated_string] = STATE(715), + [sym_number] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [aux_sym_redirected_statement_repeat2] = STATE(2891), + [aux_sym_command_repeat1] = STATE(842), + [aux_sym__literal_repeat1] = STATE(906), + [sym_word] = ACTIONS(769), + [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(775), + [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(777), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(779), + [sym_ansi_c_string] = ACTIONS(779), + [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(781), + [sym__brace_start] = ACTIONS(437), }, [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), + [sym_redirected_statement] = STATE(2550), + [sym_for_statement] = STATE(2550), + [sym_c_style_for_statement] = STATE(2550), + [sym_while_statement] = STATE(2550), + [sym_if_statement] = STATE(2550), + [sym_case_statement] = STATE(2550), + [sym_function_definition] = STATE(2550), + [sym_compound_statement] = STATE(2550), + [sym_subshell] = STATE(2550), + [sym_pipeline] = STATE(2550), + [sym_list] = STATE(2550), + [sym_negated_command] = STATE(2550), + [sym_test_command] = STATE(2550), + [sym_declaration_command] = STATE(2550), + [sym_unset_command] = STATE(2550), + [sym_command] = STATE(2550), + [sym_command_name] = STATE(427), + [sym_variable_assignment] = STATE(577), + [sym_variable_assignments] = STATE(2550), + [sym_subscript] = STATE(4203), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(636), + [sym_brace_expression] = STATE(636), + [sym_concatenation] = STATE(928), + [sym_string] = STATE(636), + [sym_translated_string] = STATE(636), + [sym_number] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), + [aux_sym_redirected_statement_repeat2] = STATE(2858), + [aux_sym_command_repeat1] = STATE(934), + [aux_sym__literal_repeat1] = STATE(756), + [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), + }, + [308] = { + [sym_redirected_statement] = STATE(2738), + [sym_for_statement] = STATE(2738), + [sym_c_style_for_statement] = STATE(2738), + [sym_while_statement] = STATE(2738), + [sym_if_statement] = STATE(2738), + [sym_case_statement] = STATE(2738), + [sym_function_definition] = STATE(2738), + [sym_compound_statement] = STATE(2738), + [sym_subshell] = STATE(2738), + [sym_pipeline] = STATE(2738), + [sym_list] = STATE(2738), + [sym_negated_command] = STATE(2738), + [sym_test_command] = STATE(2738), + [sym_declaration_command] = STATE(2738), + [sym_unset_command] = STATE(2738), + [sym_command] = STATE(2738), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(653), + [sym_variable_assignments] = STATE(2738), + [sym_subscript] = STATE(4170), + [sym_file_redirect] = STATE(1560), + [sym_arithmetic_expansion] = STATE(766), + [sym_brace_expression] = STATE(766), + [sym_concatenation] = STATE(1099), + [sym_string] = STATE(766), + [sym_translated_string] = STATE(766), + [sym_number] = STATE(766), + [sym_simple_expansion] = STATE(766), + [sym_expansion] = STATE(766), + [sym_command_substitution] = STATE(766), + [sym_process_substitution] = STATE(766), + [aux_sym_redirected_statement_repeat2] = STATE(2943), + [aux_sym_command_repeat1] = STATE(869), + [aux_sym__literal_repeat1] = STATE(906), + [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), + }, + [309] = { + [sym_redirected_statement] = STATE(2530), + [sym_for_statement] = STATE(2530), + [sym_c_style_for_statement] = STATE(2530), + [sym_while_statement] = STATE(2530), + [sym_if_statement] = STATE(2530), + [sym_case_statement] = STATE(2530), + [sym_function_definition] = STATE(2530), + [sym_compound_statement] = STATE(2530), + [sym_subshell] = STATE(2530), + [sym_pipeline] = STATE(2530), + [sym_list] = STATE(2530), + [sym_negated_command] = STATE(2530), + [sym_test_command] = STATE(2530), + [sym_declaration_command] = STATE(2530), + [sym_unset_command] = STATE(2530), + [sym_command] = STATE(2530), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(564), + [sym_variable_assignments] = STATE(2530), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), + [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), + }, + [310] = { + [sym_redirected_statement] = STATE(2514), + [sym_for_statement] = STATE(2514), + [sym_c_style_for_statement] = STATE(2514), + [sym_while_statement] = STATE(2514), + [sym_if_statement] = STATE(2514), + [sym_case_statement] = STATE(2514), + [sym_function_definition] = STATE(2514), + [sym_compound_statement] = STATE(2514), + [sym_subshell] = STATE(2514), + [sym_pipeline] = STATE(2514), + [sym_list] = STATE(2514), + [sym_negated_command] = STATE(2514), + [sym_test_command] = STATE(2514), + [sym_declaration_command] = STATE(2514), + [sym_unset_command] = STATE(2514), + [sym_command] = STATE(2514), + [sym_command_name] = STATE(425), + [sym_variable_assignment] = STATE(563), + [sym_variable_assignments] = STATE(2514), + [sym_subscript] = STATE(4156), + [sym_file_redirect] = STATE(1144), + [sym_arithmetic_expansion] = STATE(584), + [sym_brace_expression] = STATE(584), + [sym_concatenation] = STATE(788), + [sym_string] = STATE(584), + [sym_translated_string] = STATE(584), + [sym_number] = STATE(584), + [sym_simple_expansion] = STATE(584), + [sym_expansion] = STATE(584), + [sym_command_substitution] = STATE(584), + [sym_process_substitution] = STATE(584), + [aux_sym_redirected_statement_repeat2] = STATE(2712), + [aux_sym_command_repeat1] = STATE(878), + [aux_sym__literal_repeat1] = STATE(689), + [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), + }, + [311] = { + [sym__expression] = STATE(1864), + [sym_binary_expression] = STATE(1863), + [sym_ternary_expression] = STATE(1863), + [sym_unary_expression] = STATE(1863), + [sym_postfix_expression] = STATE(1863), + [sym_parenthesized_expression] = STATE(1863), + [sym_arithmetic_expansion] = STATE(1558), + [sym_brace_expression] = STATE(1558), + [sym_concatenation] = STATE(1863), + [sym_string] = STATE(1558), + [sym_translated_string] = STATE(1558), + [sym_number] = STATE(1558), + [sym_simple_expansion] = STATE(1558), + [sym_expansion] = STATE(1558), + [sym_command_substitution] = STATE(1558), + [sym_process_substitution] = STATE(1558), + [aux_sym__literal_repeat1] = STATE(1506), + [aux_sym_concatenation_repeat1] = STATE(1585), + [sym_word] = ACTIONS(236), [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_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_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(240), [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_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(242), + [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), @@ -47048,94 +48438,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH2] = ACTIONS(153), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), + [anon_sym_DOLLAR] = ACTIONS(246), [sym__special_character] = ACTIONS(1031), [anon_sym_DQUOTE] = ACTIONS(1033), [sym_raw_string] = ACTIONS(1035), [sym_ansi_c_string] = ACTIONS(1035), - [aux_sym_number_token1] = ACTIONS(324), - [aux_sym_number_token2] = ACTIONS(326), + [aux_sym_number_token1] = ACTIONS(252), + [aux_sym_number_token2] = ACTIONS(254), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(258), + [anon_sym_BQUOTE] = ACTIONS(260), [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(340), - [sym__brace_start] = ACTIONS(342), + [sym_test_operator] = ACTIONS(268), + [sym__brace_start] = ACTIONS(270), }, - [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), + [312] = { + [sym__expression] = STATE(1773), + [sym_binary_expression] = STATE(1701), + [sym_ternary_expression] = STATE(1701), + [sym_unary_expression] = STATE(1701), + [sym_postfix_expression] = STATE(1701), + [sym_parenthesized_expression] = STATE(1701), + [sym_arithmetic_expansion] = STATE(1494), + [sym_brace_expression] = STATE(1494), + [sym_concatenation] = STATE(1701), + [sym_string] = STATE(1494), + [sym_translated_string] = STATE(1494), + [sym_number] = STATE(1494), + [sym_simple_expansion] = STATE(1494), + [sym_expansion] = STATE(1494), + [sym_command_substitution] = STATE(1494), + [sym_process_substitution] = STATE(1494), + [aux_sym__literal_repeat1] = STATE(1580), + [aux_sym_concatenation_repeat1] = STATE(1588), [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), + [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(1045), - [anon_sym_PIPE] = ACTIONS(185), + [anon_sym_PIPE] = ACTIONS(187), [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_RBRACK] = ACTIONS(1049), + [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(1051), + [anon_sym_PLUS2] = ACTIONS(1051), + [anon_sym_TILDE] = ACTIONS(1053), + [anon_sym_PLUS_PLUS2] = ACTIONS(1053), + [anon_sym_DASH_DASH2] = ACTIONS(1053), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1055), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1057), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1059), + [sym_ansi_c_string] = ACTIONS(1059), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47145,163 +48535,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(350), - [sym_test_operator] = ACTIONS(1059), + [sym__concat] = ACTIONS(1061), + [sym_test_operator] = ACTIONS(1063), [sym__brace_start] = ACTIONS(385), }, - [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), - [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(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_DOLLAR] = ACTIONS(318), - [sym__special_character] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1033), - [sym_raw_string] = ACTIONS(1071), - [sym_ansi_c_string] = ACTIONS(1071), - [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(1073), - [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), + [313] = { + [sym__expression] = STATE(1773), + [sym_binary_expression] = STATE(1701), + [sym_ternary_expression] = STATE(1701), + [sym_unary_expression] = STATE(1701), + [sym_postfix_expression] = STATE(1701), + [sym_parenthesized_expression] = STATE(1701), + [sym_arithmetic_expansion] = STATE(1494), + [sym_brace_expression] = STATE(1494), + [sym_concatenation] = STATE(1701), + [sym_string] = STATE(1494), + [sym_translated_string] = STATE(1494), + [sym_number] = STATE(1494), + [sym_simple_expansion] = STATE(1494), + [sym_expansion] = STATE(1494), + [sym_command_substitution] = STATE(1494), + [sym_process_substitution] = STATE(1494), + [aux_sym__literal_repeat1] = STATE(1580), + [aux_sym_concatenation_repeat1] = STATE(1588), [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), + [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(1045), - [anon_sym_PIPE] = ACTIONS(185), + [anon_sym_PIPE] = ACTIONS(187), [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_RBRACK] = ACTIONS(1065), + [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(1051), + [anon_sym_PLUS2] = ACTIONS(1051), + [anon_sym_TILDE] = ACTIONS(1053), + [anon_sym_PLUS_PLUS2] = ACTIONS(1053), + [anon_sym_DASH_DASH2] = ACTIONS(1053), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1055), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1057), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1059), + [sym_ansi_c_string] = ACTIONS(1059), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47311,163 +48618,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(1077), - [sym_test_operator] = ACTIONS(1059), + [sym__concat] = ACTIONS(1067), + [sym_test_operator] = ACTIONS(1063), [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), - [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), + [314] = { + [sym__expression] = STATE(1838), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(1510), + [sym_brace_expression] = STATE(1510), + [sym_concatenation] = STATE(1575), + [sym_string] = STATE(1510), + [sym_translated_string] = STATE(1510), + [sym_number] = STATE(1510), + [sym_simple_expansion] = STATE(1510), + [sym_expansion] = STATE(1510), + [sym_command_substitution] = STATE(1510), + [sym_process_substitution] = STATE(1510), + [aux_sym__literal_repeat1] = STATE(1664), + [aux_sym_concatenation_repeat1] = STATE(1536), + [sym_word] = ACTIONS(1069), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), + [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_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(1071), + [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(1073), + [anon_sym_PLUS2] = ACTIONS(1073), + [anon_sym_TILDE] = ACTIONS(1075), + [anon_sym_PLUS_PLUS2] = ACTIONS(1075), + [anon_sym_DASH_DASH2] = ACTIONS(1075), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), + [aux_sym_concatenation_token1] = ACTIONS(1029), + [anon_sym_DOLLAR] = ACTIONS(246), + [sym__special_character] = ACTIONS(1077), + [anon_sym_DQUOTE] = ACTIONS(1033), + [sym_raw_string] = ACTIONS(1079), + [sym_ansi_c_string] = ACTIONS(1079), + [aux_sym_number_token1] = ACTIONS(252), + [aux_sym_number_token2] = ACTIONS(254), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(258), + [anon_sym_BQUOTE] = ACTIONS(260), + [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(1081), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [sym__concat] = ACTIONS(1029), + [sym_test_operator] = ACTIONS(1081), + [sym__brace_start] = ACTIONS(270), }, - [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), + [315] = { + [sym__expression] = STATE(1773), + [sym_binary_expression] = STATE(1701), + [sym_ternary_expression] = STATE(1701), + [sym_unary_expression] = STATE(1701), + [sym_postfix_expression] = STATE(1701), + [sym_parenthesized_expression] = STATE(1701), + [sym_arithmetic_expansion] = STATE(1494), + [sym_brace_expression] = STATE(1494), + [sym_concatenation] = STATE(1701), + [sym_string] = STATE(1494), + [sym_translated_string] = STATE(1494), + [sym_number] = STATE(1494), + [sym_simple_expansion] = STATE(1494), + [sym_expansion] = STATE(1494), + [sym_command_substitution] = STATE(1494), + [sym_process_substitution] = STATE(1494), + [aux_sym__literal_repeat1] = STATE(1580), + [aux_sym_concatenation_repeat1] = STATE(1588), [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), + [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(1045), - [anon_sym_PIPE] = ACTIONS(185), + [anon_sym_PIPE] = ACTIONS(187), [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_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1051), + [anon_sym_PLUS2] = ACTIONS(1051), + [anon_sym_TILDE] = ACTIONS(1053), + [anon_sym_PLUS_PLUS2] = ACTIONS(1053), + [anon_sym_DASH_DASH2] = ACTIONS(1053), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1055), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1057), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1059), + [sym_ansi_c_string] = ACTIONS(1059), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47478,79 +48785,79 @@ 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(1085), - [sym_test_operator] = ACTIONS(1059), + [sym_test_operator] = ACTIONS(1063), [sym__brace_start] = ACTIONS(385), }, - [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), + [316] = { + [sym__expression] = STATE(1773), + [sym_binary_expression] = STATE(1701), + [sym_ternary_expression] = STATE(1701), + [sym_unary_expression] = STATE(1701), + [sym_postfix_expression] = STATE(1701), + [sym_parenthesized_expression] = STATE(1701), + [sym_arithmetic_expansion] = STATE(1494), + [sym_brace_expression] = STATE(1494), + [sym_concatenation] = STATE(1701), + [sym_string] = STATE(1494), + [sym_translated_string] = STATE(1494), + [sym_number] = STATE(1494), + [sym_simple_expansion] = STATE(1494), + [sym_expansion] = STATE(1494), + [sym_command_substitution] = STATE(1494), + [sym_process_substitution] = STATE(1494), + [aux_sym__literal_repeat1] = STATE(1580), + [aux_sym_concatenation_repeat1] = STATE(1588), [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), + [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(1045), - [anon_sym_PIPE] = ACTIONS(185), + [anon_sym_PIPE] = ACTIONS(187), [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_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1051), + [anon_sym_PLUS2] = ACTIONS(1051), + [anon_sym_TILDE] = ACTIONS(1053), + [anon_sym_PLUS_PLUS2] = ACTIONS(1053), + [anon_sym_DASH_DASH2] = ACTIONS(1053), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1055), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1057), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1059), + [sym_ansi_c_string] = ACTIONS(1059), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47561,157 +48868,240 @@ 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(1089), - [sym_test_operator] = ACTIONS(1059), + [sym_test_operator] = ACTIONS(1063), [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), + [317] = { + [sym__expression] = STATE(1868), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(1576), + [sym_brace_expression] = STATE(1576), + [sym_concatenation] = STATE(1575), + [sym_string] = STATE(1576), + [sym_translated_string] = STATE(1576), + [sym_number] = STATE(1576), + [sym_simple_expansion] = STATE(1576), + [sym_expansion] = STATE(1576), + [sym_command_substitution] = STATE(1576), + [sym_process_substitution] = STATE(1576), + [aux_sym__literal_repeat1] = STATE(1550), + [aux_sym_concatenation_repeat1] = STATE(1537), + [sym_word] = ACTIONS(183), + [anon_sym_LPAREN_LPAREN] = ACTIONS(971), [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_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(230), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = 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(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(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), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(971), + [aux_sym_concatenation_token1] = ACTIONS(973), + [anon_sym_DOLLAR] = ACTIONS(200), [sym__special_character] = ACTIONS(1091), - [anon_sym_DQUOTE] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(977), [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), + [aux_sym_number_token1] = ACTIONS(206), + [aux_sym_number_token2] = ACTIONS(208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(981), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(212), + [anon_sym_BQUOTE] = ACTIONS(214), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(983), + [anon_sym_LT_LPAREN] = ACTIONS(985), + [anon_sym_GT_LPAREN] = ACTIONS(985), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(949), - [sym_test_operator] = ACTIONS(234), - [sym__brace_start] = ACTIONS(224), + [sym__concat] = ACTIONS(973), + [sym_test_operator] = ACTIONS(224), + [sym__brace_start] = ACTIONS(226), }, - [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), + [318] = { + [sym__expression] = STATE(1773), + [sym_binary_expression] = STATE(1701), + [sym_ternary_expression] = STATE(1701), + [sym_unary_expression] = STATE(1701), + [sym_postfix_expression] = STATE(1701), + [sym_parenthesized_expression] = STATE(1701), + [sym_arithmetic_expansion] = STATE(1494), + [sym_brace_expression] = STATE(1494), + [sym_concatenation] = STATE(1701), + [sym_string] = STATE(1494), + [sym_translated_string] = STATE(1494), + [sym_number] = STATE(1494), + [sym_simple_expansion] = STATE(1494), + [sym_expansion] = STATE(1494), + [sym_command_substitution] = STATE(1494), + [sym_process_substitution] = STATE(1494), + [aux_sym__literal_repeat1] = STATE(1580), + [aux_sym_concatenation_repeat1] = STATE(1588), + [sym_word] = ACTIONS(1043), + [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(1045), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1047), + [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(1051), + [anon_sym_PLUS2] = ACTIONS(1051), + [anon_sym_TILDE] = ACTIONS(1053), + [anon_sym_PLUS_PLUS2] = ACTIONS(1053), + [anon_sym_DASH_DASH2] = ACTIONS(1053), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), + [aux_sym_concatenation_token1] = ACTIONS(1055), + [anon_sym_DOLLAR] = ACTIONS(361), + [sym__special_character] = ACTIONS(1057), + [anon_sym_DQUOTE] = ACTIONS(365), + [sym_raw_string] = ACTIONS(1059), + [sym_ansi_c_string] = ACTIONS(1059), + [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(350), + [sym_test_operator] = ACTIONS(1063), + [sym__brace_start] = ACTIONS(385), + }, + [319] = { + [sym__expression] = STATE(1905), + [sym_binary_expression] = STATE(1896), + [sym_ternary_expression] = STATE(1896), + [sym_unary_expression] = STATE(1896), + [sym_postfix_expression] = STATE(1896), + [sym_parenthesized_expression] = STATE(1896), + [sym_arithmetic_expansion] = STATE(1577), + [sym_brace_expression] = STATE(1577), + [sym_concatenation] = STATE(1896), + [sym_string] = STATE(1577), + [sym_translated_string] = STATE(1577), + [sym_number] = STATE(1577), + [sym_simple_expansion] = STATE(1577), + [sym_expansion] = STATE(1577), + [sym_command_substitution] = STATE(1577), + [sym_process_substitution] = STATE(1577), + [aux_sym__literal_repeat1] = STATE(1603), + [aux_sym_concatenation_repeat1] = STATE(1565), [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_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_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(308), + [anon_sym_PLUS2] = ACTIONS(308), + [anon_sym_TILDE] = ACTIONS(310), + [anon_sym_PLUS_PLUS2] = ACTIONS(310), + [anon_sym_DASH_DASH2] = ACTIONS(310), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1055), [anon_sym_DOLLAR] = ACTIONS(361), [sym__special_character] = ACTIONS(363), [anon_sym_DQUOTE] = ACTIONS(365), @@ -47726,68 +49116,68 @@ 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(1055), [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), + [320] = { + [sym__expression] = STATE(1919), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(1579), + [sym_brace_expression] = STATE(1579), + [sym_concatenation] = STATE(1575), + [sym_string] = STATE(1579), + [sym_translated_string] = STATE(1579), + [sym_number] = STATE(1579), + [sym_simple_expansion] = STATE(1579), + [sym_expansion] = STATE(1579), + [sym_command_substitution] = STATE(1579), + [sym_process_substitution] = STATE(1579), + [aux_sym__literal_repeat1] = STATE(1506), + [aux_sym_concatenation_repeat1] = STATE(1554), [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_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(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_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), @@ -47795,94 +49185,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH2] = ACTIONS(1101), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), + [anon_sym_DOLLAR] = ACTIONS(246), [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), + [aux_sym_number_token1] = ACTIONS(252), + [aux_sym_number_token2] = ACTIONS(254), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(258), + [anon_sym_BQUOTE] = ACTIONS(260), [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), + [sym__brace_start] = ACTIONS(270), }, - [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), + [321] = { + [sym__expression] = STATE(1773), + [sym_binary_expression] = STATE(1701), + [sym_ternary_expression] = STATE(1701), + [sym_unary_expression] = STATE(1701), + [sym_postfix_expression] = STATE(1701), + [sym_parenthesized_expression] = STATE(1701), + [sym_arithmetic_expansion] = STATE(1494), + [sym_brace_expression] = STATE(1494), + [sym_concatenation] = STATE(1701), + [sym_string] = STATE(1494), + [sym_translated_string] = STATE(1494), + [sym_number] = STATE(1494), + [sym_simple_expansion] = STATE(1494), + [sym_expansion] = STATE(1494), + [sym_command_substitution] = STATE(1494), + [sym_process_substitution] = STATE(1494), + [aux_sym__literal_repeat1] = STATE(1580), + [aux_sym_concatenation_repeat1] = STATE(1588), [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), + [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(1045), - [anon_sym_PIPE] = ACTIONS(185), + [anon_sym_PIPE] = ACTIONS(187), [anon_sym_BANG] = ACTIONS(1047), [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(1051), + [anon_sym_PLUS2] = ACTIONS(1051), + [anon_sym_TILDE] = ACTIONS(1053), + [anon_sym_PLUS_PLUS2] = ACTIONS(1053), + [anon_sym_DASH_DASH2] = ACTIONS(1053), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1055), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1057), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1059), + [sym_ansi_c_string] = ACTIONS(1059), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47893,66 +49283,66 @@ 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(1063), [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), + [322] = { + [sym__expression] = STATE(1981), + [sym_binary_expression] = STATE(1575), + [sym_ternary_expression] = STATE(1575), + [sym_unary_expression] = STATE(1575), + [sym_postfix_expression] = STATE(1575), + [sym_parenthesized_expression] = STATE(1575), + [sym_arithmetic_expansion] = STATE(1681), + [sym_brace_expression] = STATE(1681), + [sym_concatenation] = STATE(1575), + [sym_string] = STATE(1681), + [sym_translated_string] = STATE(1681), + [sym_number] = STATE(1681), + [sym_simple_expansion] = STATE(1681), + [sym_expansion] = STATE(1681), + [sym_command_substitution] = STATE(1681), + [sym_process_substitution] = STATE(1681), + [aux_sym__literal_repeat1] = STATE(1506), + [aux_sym_concatenation_repeat1] = STATE(1617), [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_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), @@ -47960,26 +49350,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH2] = ACTIONS(1119), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), + [anon_sym_DOLLAR] = ACTIONS(246), [sym__special_character] = ACTIONS(1121), [anon_sym_DQUOTE] = ACTIONS(1033), [sym_raw_string] = ACTIONS(1123), [sym_ansi_c_string] = ACTIONS(1123), - [aux_sym_number_token1] = ACTIONS(324), - [aux_sym_number_token2] = ACTIONS(326), + [aux_sym_number_token1] = ACTIONS(252), + [aux_sym_number_token2] = ACTIONS(254), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(258), + [anon_sym_BQUOTE] = ACTIONS(260), [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(1125), - [sym__brace_start] = ACTIONS(342), + [sym__brace_start] = ACTIONS(270), }, - [319] = { - [sym_string] = STATE(336), + [323] = { + [sym_string] = STATE(340), [sym_word] = ACTIONS(1127), [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), [anon_sym_RPAREN_RPAREN] = ACTIONS(1127), @@ -48013,6 +49403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1127), [anon_sym_LT] = ACTIONS(1127), [anon_sym_GT] = ACTIONS(1127), + [anon_sym_LPAREN] = ACTIONS(1127), [anon_sym_RPAREN] = ACTIONS(1127), [anon_sym_PIPE] = ACTIONS(1127), [anon_sym_SEMI_SEMI] = ACTIONS(1127), @@ -48056,8 +49447,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), + [324] = { + [sym_string] = STATE(340), [sym_word] = ACTIONS(1137), [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), [anon_sym_RPAREN_RPAREN] = ACTIONS(1137), @@ -48091,6 +49482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1137), [anon_sym_LT] = ACTIONS(1137), [anon_sym_GT] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1137), [anon_sym_RPAREN] = ACTIONS(1137), [anon_sym_PIPE] = ACTIONS(1137), [anon_sym_SEMI_SEMI] = ACTIONS(1137), @@ -48134,85 +49526,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), - [sym_word] = ACTIONS(1127), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(1127), - [anon_sym_EQ] = ACTIONS(1127), - [anon_sym_PLUS_PLUS] = ACTIONS(1127), - [anon_sym_DASH_DASH] = ACTIONS(1127), - [anon_sym_PLUS_EQ] = ACTIONS(1127), - [anon_sym_DASH_EQ] = ACTIONS(1127), - [anon_sym_STAR_EQ] = ACTIONS(1127), - [anon_sym_SLASH_EQ] = ACTIONS(1127), - [anon_sym_PERCENT_EQ] = ACTIONS(1127), - [anon_sym_LT_LT_EQ] = ACTIONS(1127), - [anon_sym_GT_GT_EQ] = ACTIONS(1127), - [anon_sym_AMP_EQ] = ACTIONS(1127), - [anon_sym_CARET_EQ] = ACTIONS(1127), - [anon_sym_PIPE_EQ] = ACTIONS(1127), - [anon_sym_EQ_EQ] = ACTIONS(1127), - [anon_sym_BANG_EQ] = ACTIONS(1127), - [anon_sym_LT_EQ] = ACTIONS(1127), - [anon_sym_GT_EQ] = ACTIONS(1127), - [anon_sym_AMP_AMP] = ACTIONS(1127), - [anon_sym_PIPE_PIPE] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1127), - [anon_sym_GT_GT] = ACTIONS(1127), - [anon_sym_PLUS] = ACTIONS(1127), - [anon_sym_DASH] = ACTIONS(1141), - [anon_sym_STAR] = ACTIONS(1141), - [anon_sym_SLASH] = ACTIONS(1127), - [anon_sym_PERCENT] = ACTIONS(1127), - [anon_sym_STAR_STAR] = ACTIONS(1127), - [anon_sym_LT] = ACTIONS(1127), - [anon_sym_GT] = ACTIONS(1127), - [anon_sym_RPAREN] = ACTIONS(1127), - [anon_sym_PIPE] = ACTIONS(1127), - [anon_sym_SEMI_SEMI] = ACTIONS(1127), - [anon_sym_PIPE_AMP] = ACTIONS(1127), - [anon_sym_BANG] = ACTIONS(1141), - [anon_sym_EQ_TILDE] = ACTIONS(1127), - [anon_sym_AMP_GT] = ACTIONS(1127), - [anon_sym_AMP_GT_GT] = ACTIONS(1127), - [anon_sym_LT_AMP] = ACTIONS(1127), - [anon_sym_GT_AMP] = ACTIONS(1127), - [anon_sym_GT_PIPE] = ACTIONS(1127), - [anon_sym_LT_LT_DASH] = ACTIONS(1127), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1127), - [anon_sym_LT_LT_LT] = ACTIONS(1127), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_CARET] = ACTIONS(1127), - [anon_sym_QMARK] = ACTIONS(1141), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), - [anon_sym_DOLLAR] = ACTIONS(1141), - [sym__special_character] = ACTIONS(1127), - [anon_sym_DQUOTE] = ACTIONS(1143), - [sym_raw_string] = ACTIONS(1127), - [sym_ansi_c_string] = ACTIONS(1127), - [aux_sym_number_token1] = ACTIONS(1127), - [aux_sym_number_token2] = ACTIONS(1127), - [anon_sym_POUND] = ACTIONS(1141), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1127), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1127), - [anon_sym_BQUOTE] = ACTIONS(1127), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1127), - [anon_sym_LT_LPAREN] = ACTIONS(1127), - [anon_sym_GT_LPAREN] = ACTIONS(1127), - [sym_comment] = ACTIONS(3), - [aux_sym__simple_variable_name_token1] = ACTIONS(1145), - [aux_sym__multiline_variable_name_token1] = ACTIONS(1145), - [anon_sym_AT2] = ACTIONS(1141), - [anon_sym_0] = ACTIONS(1141), - [anon_sym__] = ACTIONS(1141), - [sym_file_descriptor] = ACTIONS(1135), - [sym_test_operator] = ACTIONS(1135), - [sym__bare_dollar] = ACTIONS(1135), - [sym__brace_start] = ACTIONS(1135), - }, - [322] = { - [sym_string] = STATE(376), + [325] = { + [sym_string] = STATE(368), [sym_word] = ACTIONS(1137), [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), [anon_sym_SEMI] = ACTIONS(1137), @@ -48245,6 +49560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1137), [anon_sym_LT] = ACTIONS(1137), [anon_sym_GT] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1137), [anon_sym_RPAREN] = ACTIONS(1137), [anon_sym_PIPE] = ACTIONS(1137), [anon_sym_SEMI_SEMI] = ACTIONS(1137), @@ -48288,158 +49604,11 @@ 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), - [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(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(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), - }, - [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), - [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), - }, - [325] = { - [sym_string] = STATE(394), + [326] = { + [sym_string] = STATE(368), [sym_word] = ACTIONS(1127), [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), [anon_sym_EQ] = ACTIONS(1127), [anon_sym_PLUS_PLUS] = ACTIONS(1127), [anon_sym_DASH_DASH] = ACTIONS(1127), @@ -48462,17 +49631,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(1127), [anon_sym_GT_GT] = ACTIONS(1127), [anon_sym_PLUS] = ACTIONS(1127), - [anon_sym_DASH] = ACTIONS(1161), - [anon_sym_STAR] = ACTIONS(1161), + [anon_sym_DASH] = ACTIONS(1141), + [anon_sym_STAR] = ACTIONS(1141), [anon_sym_SLASH] = ACTIONS(1127), [anon_sym_PERCENT] = ACTIONS(1127), [anon_sym_STAR_STAR] = ACTIONS(1127), [anon_sym_LT] = ACTIONS(1127), [anon_sym_GT] = ACTIONS(1127), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_RPAREN] = ACTIONS(1127), [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_SEMI_SEMI] = ACTIONS(1127), [anon_sym_PIPE_AMP] = ACTIONS(1127), - [anon_sym_BANG] = ACTIONS(1161), - [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_BANG] = ACTIONS(1141), [anon_sym_EQ_TILDE] = ACTIONS(1127), [anon_sym_AMP_GT] = ACTIONS(1127), [anon_sym_AMP_GT_GT] = ACTIONS(1127), @@ -48480,19 +49651,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_AMP] = ACTIONS(1127), [anon_sym_GT_PIPE] = ACTIONS(1127), [anon_sym_LT_LT_DASH] = ACTIONS(1127), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1127), [anon_sym_LT_LT_LT] = ACTIONS(1127), [anon_sym_AMP] = ACTIONS(1127), [anon_sym_CARET] = ACTIONS(1127), - [anon_sym_QMARK] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1141), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), - [anon_sym_DOLLAR] = ACTIONS(1161), + [anon_sym_DOLLAR] = ACTIONS(1141), [sym__special_character] = ACTIONS(1127), - [anon_sym_DQUOTE] = ACTIONS(1163), + [anon_sym_DQUOTE] = ACTIONS(1143), [sym_raw_string] = ACTIONS(1127), [sym_ansi_c_string] = ACTIONS(1127), [aux_sym_number_token1] = ACTIONS(1127), [aux_sym_number_token2] = ACTIONS(1127), - [anon_sym_POUND] = ACTIONS(1161), + [anon_sym_POUND] = ACTIONS(1141), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1127), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1127), [anon_sym_BQUOTE] = ACTIONS(1127), @@ -48500,18 +49672,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(1127), [anon_sym_GT_LPAREN] = ACTIONS(1127), [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), + [aux_sym__simple_variable_name_token1] = ACTIONS(1145), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1145), + [anon_sym_AT2] = ACTIONS(1141), + [anon_sym_0] = ACTIONS(1141), + [anon_sym__] = ACTIONS(1141), [sym_file_descriptor] = ACTIONS(1135), [sym_test_operator] = ACTIONS(1135), [sym__bare_dollar] = ACTIONS(1135), [sym__brace_start] = ACTIONS(1135), }, - [326] = { - [sym_string] = STATE(394), + [327] = { + [sym_string] = STATE(413), [sym_word] = ACTIONS(1137), [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), [anon_sym_EQ] = ACTIONS(1137), @@ -48536,16 +49708,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_DASH] = ACTIONS(1147), + [anon_sym_STAR] = ACTIONS(1147), [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_LPAREN] = ACTIONS(1137), [anon_sym_PIPE] = ACTIONS(1137), [anon_sym_PIPE_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1161), + [anon_sym_BANG] = ACTIONS(1147), [anon_sym_RBRACK] = ACTIONS(1137), [anon_sym_EQ_TILDE] = ACTIONS(1137), [anon_sym_AMP_GT] = ACTIONS(1137), @@ -48557,16 +49730,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT_LT] = ACTIONS(1137), [anon_sym_AMP] = ACTIONS(1137), [anon_sym_CARET] = ACTIONS(1137), - [anon_sym_QMARK] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1147), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(1161), + [anon_sym_DOLLAR] = ACTIONS(1147), [sym__special_character] = ACTIONS(1137), - [anon_sym_DQUOTE] = ACTIONS(1163), + [anon_sym_DQUOTE] = ACTIONS(1149), [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_POUND] = ACTIONS(1147), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), [anon_sym_BQUOTE] = ACTIONS(1137), @@ -48574,314 +49747,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym__simple_variable_name_token1] = ACTIONS(1151), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1151), + [anon_sym_AT2] = ACTIONS(1147), + [anon_sym_0] = ACTIONS(1147), + [anon_sym__] = ACTIONS(1147), [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), - [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(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), - }, [328] = { - [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_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(196), + [sym_string] = STATE(413), + [sym_word] = ACTIONS(1127), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1127), + [anon_sym_PLUS_PLUS] = ACTIONS(1127), + [anon_sym_DASH_DASH] = ACTIONS(1127), + [anon_sym_PLUS_EQ] = ACTIONS(1127), + [anon_sym_DASH_EQ] = ACTIONS(1127), + [anon_sym_STAR_EQ] = ACTIONS(1127), + [anon_sym_SLASH_EQ] = ACTIONS(1127), + [anon_sym_PERCENT_EQ] = ACTIONS(1127), + [anon_sym_LT_LT_EQ] = ACTIONS(1127), + [anon_sym_GT_GT_EQ] = ACTIONS(1127), + [anon_sym_AMP_EQ] = ACTIONS(1127), + [anon_sym_CARET_EQ] = ACTIONS(1127), + [anon_sym_PIPE_EQ] = ACTIONS(1127), + [anon_sym_EQ_EQ] = ACTIONS(1127), + [anon_sym_BANG_EQ] = ACTIONS(1127), + [anon_sym_LT_EQ] = ACTIONS(1127), + [anon_sym_GT_EQ] = ACTIONS(1127), + [anon_sym_AMP_AMP] = ACTIONS(1127), + [anon_sym_PIPE_PIPE] = ACTIONS(1127), + [anon_sym_LT_LT] = ACTIONS(1127), + [anon_sym_GT_GT] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1127), + [anon_sym_DASH] = ACTIONS(1147), + [anon_sym_STAR] = ACTIONS(1147), + [anon_sym_SLASH] = ACTIONS(1127), + [anon_sym_PERCENT] = ACTIONS(1127), + [anon_sym_STAR_STAR] = ACTIONS(1127), + [anon_sym_LT] = ACTIONS(1127), + [anon_sym_GT] = ACTIONS(1127), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_PIPE_AMP] = ACTIONS(1127), + [anon_sym_BANG] = ACTIONS(1147), + [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_EQ_TILDE] = ACTIONS(1127), + [anon_sym_AMP_GT] = ACTIONS(1127), + [anon_sym_AMP_GT_GT] = ACTIONS(1127), + [anon_sym_LT_AMP] = ACTIONS(1127), + [anon_sym_GT_AMP] = ACTIONS(1127), + [anon_sym_GT_PIPE] = ACTIONS(1127), + [anon_sym_LT_LT_DASH] = ACTIONS(1127), + [anon_sym_LT_LT_LT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1127), + [anon_sym_QMARK] = ACTIONS(1147), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), [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__special_character] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1149), + [sym_raw_string] = ACTIONS(1127), + [sym_ansi_c_string] = ACTIONS(1127), + [aux_sym_number_token1] = ACTIONS(1127), + [aux_sym_number_token2] = ACTIONS(1127), + [anon_sym_POUND] = ACTIONS(1147), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1127), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1127), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1127), + [anon_sym_LT_LPAREN] = ACTIONS(1127), + [anon_sym_GT_LPAREN] = ACTIONS(1127), [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(1151), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1151), + [anon_sym_AT2] = ACTIONS(1147), + [anon_sym_0] = ACTIONS(1147), + [anon_sym__] = ACTIONS(1147), + [sym_file_descriptor] = ACTIONS(1135), + [sym_test_operator] = ACTIONS(1135), + [sym__bare_dollar] = ACTIONS(1135), + [sym__brace_start] = ACTIONS(1135), }, [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), - [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), + [aux_sym_concatenation_repeat1] = STATE(330), + [sym_word] = ACTIONS(1153), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1153), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1153), + [anon_sym_SEMI] = ACTIONS(1153), + [anon_sym_EQ] = ACTIONS(1153), + [anon_sym_PLUS_PLUS] = ACTIONS(1153), + [anon_sym_DASH_DASH] = ACTIONS(1153), + [anon_sym_PLUS_EQ] = ACTIONS(1153), + [anon_sym_DASH_EQ] = ACTIONS(1153), + [anon_sym_STAR_EQ] = ACTIONS(1153), + [anon_sym_SLASH_EQ] = ACTIONS(1153), + [anon_sym_PERCENT_EQ] = ACTIONS(1153), + [anon_sym_LT_LT_EQ] = ACTIONS(1153), + [anon_sym_GT_GT_EQ] = ACTIONS(1153), + [anon_sym_AMP_EQ] = ACTIONS(1153), + [anon_sym_CARET_EQ] = ACTIONS(1153), + [anon_sym_PIPE_EQ] = ACTIONS(1153), + [anon_sym_EQ_EQ] = ACTIONS(1153), + [anon_sym_BANG_EQ] = ACTIONS(1153), + [anon_sym_LT_EQ] = ACTIONS(1153), + [anon_sym_GT_EQ] = ACTIONS(1153), + [anon_sym_AMP_AMP] = ACTIONS(1153), + [anon_sym_PIPE_PIPE] = ACTIONS(1153), + [anon_sym_LT_LT] = ACTIONS(1153), + [anon_sym_GT_GT] = ACTIONS(1153), + [anon_sym_PLUS] = ACTIONS(1153), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_SLASH] = ACTIONS(1153), + [anon_sym_PERCENT] = ACTIONS(1153), + [anon_sym_STAR_STAR] = ACTIONS(1153), + [anon_sym_LT] = ACTIONS(1153), + [anon_sym_GT] = ACTIONS(1153), + [anon_sym_LPAREN] = ACTIONS(1153), + [anon_sym_RPAREN] = ACTIONS(1153), + [anon_sym_PIPE] = ACTIONS(1153), + [anon_sym_SEMI_SEMI] = ACTIONS(1153), + [anon_sym_PIPE_AMP] = ACTIONS(1153), + [anon_sym_EQ_TILDE] = ACTIONS(1153), + [anon_sym_AMP_GT] = ACTIONS(1153), + [anon_sym_AMP_GT_GT] = ACTIONS(1153), + [anon_sym_LT_AMP] = ACTIONS(1153), + [anon_sym_GT_AMP] = ACTIONS(1153), + [anon_sym_GT_PIPE] = ACTIONS(1153), + [anon_sym_LT_LT_DASH] = ACTIONS(1153), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1155), + [anon_sym_LT_LT_LT] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1153), + [anon_sym_CARET] = ACTIONS(1153), + [anon_sym_QMARK] = ACTIONS(1153), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1153), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1153), + [sym__special_character] = ACTIONS(1153), + [anon_sym_DQUOTE] = ACTIONS(1153), + [sym_raw_string] = ACTIONS(1153), + [sym_ansi_c_string] = ACTIONS(1153), + [aux_sym_number_token1] = ACTIONS(1153), + [aux_sym_number_token2] = ACTIONS(1153), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1153), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1153), + [anon_sym_BQUOTE] = ACTIONS(1153), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1153), + [anon_sym_LT_LPAREN] = ACTIONS(1153), + [anon_sym_GT_LPAREN] = ACTIONS(1153), [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), + [sym_file_descriptor] = ACTIONS(1155), + [sym__concat] = ACTIONS(1157), + [sym_test_operator] = ACTIONS(1155), + [sym__bare_dollar] = ACTIONS(1155), + [sym__brace_start] = ACTIONS(1155), }, [330] = { - [aux_sym_concatenation_repeat1] = STATE(331), - [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), - [aux_sym_concatenation_token1] = ACTIONS(196), - [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), + [aux_sym_concatenation_repeat1] = STATE(330), + [sym_word] = ACTIONS(1159), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1159), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1159), + [anon_sym_SEMI] = ACTIONS(1159), + [anon_sym_EQ] = ACTIONS(1159), + [anon_sym_PLUS_PLUS] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1159), + [anon_sym_PLUS_EQ] = ACTIONS(1159), + [anon_sym_DASH_EQ] = ACTIONS(1159), + [anon_sym_STAR_EQ] = ACTIONS(1159), + [anon_sym_SLASH_EQ] = ACTIONS(1159), + [anon_sym_PERCENT_EQ] = ACTIONS(1159), + [anon_sym_LT_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_EQ] = ACTIONS(1159), + [anon_sym_CARET_EQ] = ACTIONS(1159), + [anon_sym_PIPE_EQ] = ACTIONS(1159), + [anon_sym_EQ_EQ] = ACTIONS(1159), + [anon_sym_BANG_EQ] = ACTIONS(1159), + [anon_sym_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_AMP] = ACTIONS(1159), + [anon_sym_PIPE_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT] = ACTIONS(1159), + [anon_sym_GT_GT] = ACTIONS(1159), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_STAR_STAR] = ACTIONS(1159), + [anon_sym_LT] = ACTIONS(1159), + [anon_sym_GT] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1159), + [anon_sym_RPAREN] = ACTIONS(1159), + [anon_sym_PIPE] = ACTIONS(1159), + [anon_sym_SEMI_SEMI] = ACTIONS(1159), + [anon_sym_PIPE_AMP] = ACTIONS(1159), + [anon_sym_EQ_TILDE] = ACTIONS(1159), + [anon_sym_AMP_GT] = ACTIONS(1159), + [anon_sym_AMP_GT_GT] = ACTIONS(1159), + [anon_sym_LT_AMP] = ACTIONS(1159), + [anon_sym_GT_AMP] = ACTIONS(1159), + [anon_sym_GT_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT_DASH] = ACTIONS(1159), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1161), + [anon_sym_LT_LT_LT] = ACTIONS(1159), + [anon_sym_AMP] = ACTIONS(1159), + [anon_sym_CARET] = ACTIONS(1159), + [anon_sym_QMARK] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1159), + [aux_sym_concatenation_token1] = ACTIONS(1163), + [anon_sym_DOLLAR] = ACTIONS(1159), + [sym__special_character] = ACTIONS(1159), + [anon_sym_DQUOTE] = ACTIONS(1159), + [sym_raw_string] = ACTIONS(1159), + [sym_ansi_c_string] = ACTIONS(1159), + [aux_sym_number_token1] = ACTIONS(1159), + [aux_sym_number_token2] = ACTIONS(1159), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1159), + [anon_sym_BQUOTE] = ACTIONS(1159), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1159), + [anon_sym_LT_LPAREN] = ACTIONS(1159), + [anon_sym_GT_LPAREN] = ACTIONS(1159), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1169), - [sym__concat] = ACTIONS(220), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), + [sym_file_descriptor] = ACTIONS(1161), + [sym__concat] = ACTIONS(1166), + [sym_test_operator] = ACTIONS(1161), + [sym__bare_dollar] = ACTIONS(1161), + [sym__brace_start] = ACTIONS(1161), }, [331] = { [aux_sym_concatenation_repeat1] = STATE(333), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1171), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), [anon_sym_RPAREN_RPAREN] = ACTIONS(1171), - [anon_sym_SEMI] = ACTIONS(1171), + [anon_sym_SEMI] = ACTIONS(1169), [anon_sym_EQ] = ACTIONS(1171), [anon_sym_PLUS_PLUS] = ACTIONS(1171), [anon_sym_DASH_DASH] = ACTIONS(1171), @@ -48895,499 +49999,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_EQ_EQ] = ACTIONS(1173), [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_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(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_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN] = ACTIONS(1169), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), [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), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), [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(1176), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [332] = { [aux_sym_concatenation_repeat1] = STATE(333), - [sym_word] = ACTIONS(1177), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1177), - [anon_sym_RPAREN_RPAREN] = 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(196), - [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_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1171), + [anon_sym_SEMI] = ACTIONS(1169), + [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(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1171), + [anon_sym_GT_EQ] = ACTIONS(1171), + [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(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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1179), - [sym__concat] = ACTIONS(1181), - [sym_test_operator] = ACTIONS(1179), - [sym__bare_dollar] = ACTIONS(1179), - [sym__brace_start] = ACTIONS(1179), + [sym_file_descriptor] = ACTIONS(1176), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [333] = { - [aux_sym_concatenation_repeat1] = STATE(333), - [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(1187), - [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), + [aux_sym_concatenation_repeat1] = STATE(330), + [sym_word] = ACTIONS(1181), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1181), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1181), + [anon_sym_SEMI] = ACTIONS(1181), + [anon_sym_EQ] = ACTIONS(1181), + [anon_sym_PLUS_PLUS] = ACTIONS(1181), + [anon_sym_DASH_DASH] = ACTIONS(1181), + [anon_sym_PLUS_EQ] = ACTIONS(1181), + [anon_sym_DASH_EQ] = ACTIONS(1181), + [anon_sym_STAR_EQ] = ACTIONS(1181), + [anon_sym_SLASH_EQ] = ACTIONS(1181), + [anon_sym_PERCENT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_GT_EQ] = ACTIONS(1181), + [anon_sym_AMP_EQ] = ACTIONS(1181), + [anon_sym_CARET_EQ] = ACTIONS(1181), + [anon_sym_PIPE_EQ] = ACTIONS(1181), + [anon_sym_EQ_EQ] = ACTIONS(1181), + [anon_sym_BANG_EQ] = ACTIONS(1181), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_AMP_AMP] = ACTIONS(1181), + [anon_sym_PIPE_PIPE] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1181), + [anon_sym_GT_GT] = ACTIONS(1181), + [anon_sym_PLUS] = ACTIONS(1181), + [anon_sym_DASH] = ACTIONS(1181), + [anon_sym_STAR] = ACTIONS(1181), + [anon_sym_SLASH] = ACTIONS(1181), + [anon_sym_PERCENT] = ACTIONS(1181), + [anon_sym_STAR_STAR] = ACTIONS(1181), + [anon_sym_LT] = ACTIONS(1181), + [anon_sym_GT] = ACTIONS(1181), + [anon_sym_LPAREN] = ACTIONS(1181), + [anon_sym_RPAREN] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1181), + [anon_sym_SEMI_SEMI] = ACTIONS(1181), + [anon_sym_PIPE_AMP] = ACTIONS(1181), + [anon_sym_EQ_TILDE] = ACTIONS(1181), + [anon_sym_AMP_GT] = ACTIONS(1181), + [anon_sym_AMP_GT_GT] = ACTIONS(1181), + [anon_sym_LT_AMP] = ACTIONS(1181), + [anon_sym_GT_AMP] = ACTIONS(1181), + [anon_sym_GT_PIPE] = ACTIONS(1181), + [anon_sym_LT_LT_DASH] = ACTIONS(1181), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1183), + [anon_sym_LT_LT_LT] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_CARET] = ACTIONS(1181), + [anon_sym_QMARK] = ACTIONS(1181), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1181), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1181), + [sym__special_character] = ACTIONS(1181), + [anon_sym_DQUOTE] = ACTIONS(1181), + [sym_raw_string] = ACTIONS(1181), + [sym_ansi_c_string] = ACTIONS(1181), + [aux_sym_number_token1] = ACTIONS(1181), + [aux_sym_number_token2] = ACTIONS(1181), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1181), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1181), + [anon_sym_BQUOTE] = ACTIONS(1181), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1181), + [anon_sym_LT_LPAREN] = ACTIONS(1181), + [anon_sym_GT_LPAREN] = ACTIONS(1181), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1185), - [sym__concat] = ACTIONS(1190), - [sym_test_operator] = ACTIONS(1185), - [sym__bare_dollar] = ACTIONS(1185), - [sym__brace_start] = ACTIONS(1185), + [sym_file_descriptor] = ACTIONS(1183), + [sym__concat] = ACTIONS(1185), + [sym_test_operator] = ACTIONS(1183), + [sym__bare_dollar] = ACTIONS(1183), + [sym__brace_start] = ACTIONS(1183), }, [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), + [aux_sym_concatenation_repeat1] = STATE(333), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1171), + [anon_sym_SEMI] = ACTIONS(1169), + [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(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1171), + [anon_sym_GT_EQ] = ACTIONS(1171), + [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(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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1187), + [anon_sym_RPAREN] = ACTIONS(1169), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), [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), + [sym_file_descriptor] = ACTIONS(1176), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [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), - [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), - [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), - }, - [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), - [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), - }, - [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_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), - }, - [338] = { - [aux_sym_concatenation_repeat1] = STATE(335), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1171), - [anon_sym_SEMI] = ACTIONS(1171), + [aux_sym_concatenation_repeat1] = STATE(333), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1171), + [anon_sym_SEMI] = ACTIONS(1169), [anon_sym_EQ] = ACTIONS(1171), [anon_sym_PLUS_PLUS] = ACTIONS(1171), [anon_sym_DASH_DASH] = ACTIONS(1171), @@ -49401,3759 +50295,4253 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_EQ_EQ] = ACTIONS(1173), [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_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(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_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1187), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), [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), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1176), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), + }, + [336] = { + [aux_sym_concatenation_repeat1] = STATE(329), + [sym_word] = ACTIONS(1190), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1190), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1190), + [anon_sym_SEMI] = ACTIONS(1190), + [anon_sym_EQ] = ACTIONS(1190), + [anon_sym_PLUS_PLUS] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1190), + [anon_sym_PLUS_EQ] = ACTIONS(1190), + [anon_sym_DASH_EQ] = ACTIONS(1190), + [anon_sym_STAR_EQ] = ACTIONS(1190), + [anon_sym_SLASH_EQ] = ACTIONS(1190), + [anon_sym_PERCENT_EQ] = ACTIONS(1190), + [anon_sym_LT_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_EQ] = ACTIONS(1190), + [anon_sym_CARET_EQ] = ACTIONS(1190), + [anon_sym_PIPE_EQ] = ACTIONS(1190), + [anon_sym_EQ_EQ] = ACTIONS(1190), + [anon_sym_BANG_EQ] = ACTIONS(1190), + [anon_sym_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_AMP] = ACTIONS(1190), + [anon_sym_PIPE_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT] = ACTIONS(1190), + [anon_sym_GT_GT] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1190), + [anon_sym_SLASH] = ACTIONS(1190), + [anon_sym_PERCENT] = ACTIONS(1190), + [anon_sym_STAR_STAR] = ACTIONS(1190), + [anon_sym_LT] = ACTIONS(1190), + [anon_sym_GT] = ACTIONS(1190), + [anon_sym_LPAREN] = ACTIONS(1190), + [anon_sym_RPAREN] = ACTIONS(1190), + [anon_sym_PIPE] = ACTIONS(1190), + [anon_sym_SEMI_SEMI] = ACTIONS(1190), + [anon_sym_PIPE_AMP] = ACTIONS(1190), + [anon_sym_EQ_TILDE] = ACTIONS(1190), + [anon_sym_AMP_GT] = ACTIONS(1190), + [anon_sym_AMP_GT_GT] = ACTIONS(1190), + [anon_sym_LT_AMP] = ACTIONS(1190), + [anon_sym_GT_AMP] = ACTIONS(1190), + [anon_sym_GT_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT_DASH] = ACTIONS(1190), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1192), + [anon_sym_LT_LT_LT] = ACTIONS(1190), + [anon_sym_AMP] = ACTIONS(1190), + [anon_sym_CARET] = ACTIONS(1190), + [anon_sym_QMARK] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1190), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1190), + [sym__special_character] = ACTIONS(1190), + [anon_sym_DQUOTE] = ACTIONS(1190), + [sym_raw_string] = ACTIONS(1190), + [sym_ansi_c_string] = ACTIONS(1190), + [aux_sym_number_token1] = ACTIONS(1190), + [aux_sym_number_token2] = ACTIONS(1190), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1190), + [anon_sym_BQUOTE] = ACTIONS(1190), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1190), + [anon_sym_LT_LPAREN] = ACTIONS(1190), + [anon_sym_GT_LPAREN] = ACTIONS(1190), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1192), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), + }, + [337] = { + [aux_sym_concatenation_repeat1] = STATE(337), + [sym_word] = ACTIONS(1159), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1159), + [anon_sym_SEMI] = ACTIONS(1159), + [anon_sym_EQ] = ACTIONS(1159), + [anon_sym_PLUS_PLUS] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1159), + [anon_sym_PLUS_EQ] = ACTIONS(1159), + [anon_sym_DASH_EQ] = ACTIONS(1159), + [anon_sym_STAR_EQ] = ACTIONS(1159), + [anon_sym_SLASH_EQ] = ACTIONS(1159), + [anon_sym_PERCENT_EQ] = ACTIONS(1159), + [anon_sym_LT_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_EQ] = ACTIONS(1159), + [anon_sym_CARET_EQ] = ACTIONS(1159), + [anon_sym_PIPE_EQ] = ACTIONS(1159), + [anon_sym_EQ_EQ] = ACTIONS(1159), + [anon_sym_BANG_EQ] = ACTIONS(1159), + [anon_sym_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_AMP] = ACTIONS(1159), + [anon_sym_PIPE_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT] = ACTIONS(1159), + [anon_sym_GT_GT] = ACTIONS(1159), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_STAR_STAR] = ACTIONS(1159), + [anon_sym_LT] = ACTIONS(1159), + [anon_sym_GT] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1159), + [anon_sym_RPAREN] = ACTIONS(1159), + [anon_sym_PIPE] = ACTIONS(1159), + [anon_sym_SEMI_SEMI] = ACTIONS(1159), + [anon_sym_PIPE_AMP] = ACTIONS(1159), + [anon_sym_EQ_TILDE] = ACTIONS(1159), + [anon_sym_AMP_GT] = ACTIONS(1159), + [anon_sym_AMP_GT_GT] = ACTIONS(1159), + [anon_sym_LT_AMP] = ACTIONS(1159), + [anon_sym_GT_AMP] = ACTIONS(1159), + [anon_sym_GT_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT_DASH] = ACTIONS(1159), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1161), + [anon_sym_LT_LT_LT] = ACTIONS(1159), + [anon_sym_AMP] = ACTIONS(1159), + [anon_sym_CARET] = ACTIONS(1159), + [anon_sym_QMARK] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1159), + [aux_sym_concatenation_token1] = ACTIONS(1194), + [anon_sym_DOLLAR] = ACTIONS(1159), + [sym__special_character] = ACTIONS(1159), + [anon_sym_DQUOTE] = ACTIONS(1159), + [sym_raw_string] = ACTIONS(1159), + [sym_ansi_c_string] = ACTIONS(1159), + [aux_sym_number_token1] = ACTIONS(1159), + [aux_sym_number_token2] = ACTIONS(1159), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1159), + [anon_sym_BQUOTE] = ACTIONS(1159), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1159), + [anon_sym_LT_LPAREN] = ACTIONS(1159), + [anon_sym_GT_LPAREN] = ACTIONS(1159), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1161), + [sym__concat] = ACTIONS(1197), + [sym_test_operator] = ACTIONS(1161), + [sym__bare_dollar] = ACTIONS(1161), + [sym__brace_start] = ACTIONS(1161), + }, + [338] = { + [sym_word] = ACTIONS(1200), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1200), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym_EQ] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_EQ] = ACTIONS(1200), + [anon_sym_DASH_EQ] = ACTIONS(1200), + [anon_sym_STAR_EQ] = ACTIONS(1200), + [anon_sym_SLASH_EQ] = ACTIONS(1200), + [anon_sym_PERCENT_EQ] = ACTIONS(1200), + [anon_sym_LT_LT_EQ] = ACTIONS(1200), + [anon_sym_GT_GT_EQ] = ACTIONS(1200), + [anon_sym_AMP_EQ] = ACTIONS(1200), + [anon_sym_CARET_EQ] = ACTIONS(1200), + [anon_sym_PIPE_EQ] = ACTIONS(1200), + [anon_sym_EQ_EQ] = ACTIONS(1200), + [anon_sym_BANG_EQ] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1200), + [anon_sym_GT_EQ] = ACTIONS(1200), + [anon_sym_AMP_AMP] = ACTIONS(1200), + [anon_sym_PIPE_PIPE] = ACTIONS(1200), + [anon_sym_LT_LT] = ACTIONS(1200), + [anon_sym_GT_GT] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_SLASH] = ACTIONS(1200), + [anon_sym_PERCENT] = ACTIONS(1200), + [anon_sym_STAR_STAR] = ACTIONS(1200), + [anon_sym_LT] = ACTIONS(1200), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_LPAREN] = ACTIONS(1200), + [anon_sym_RPAREN] = ACTIONS(1200), + [anon_sym_PIPE] = ACTIONS(1200), + [anon_sym_SEMI_SEMI] = ACTIONS(1200), + [anon_sym_PIPE_AMP] = ACTIONS(1200), + [anon_sym_EQ_TILDE] = ACTIONS(1200), + [anon_sym_AMP_GT] = ACTIONS(1200), + [anon_sym_AMP_GT_GT] = ACTIONS(1200), + [anon_sym_LT_AMP] = ACTIONS(1200), + [anon_sym_GT_AMP] = ACTIONS(1200), + [anon_sym_GT_PIPE] = ACTIONS(1200), + [anon_sym_LT_LT_DASH] = ACTIONS(1200), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1202), + [anon_sym_LT_LT_LT] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_CARET] = ACTIONS(1200), + [anon_sym_QMARK] = ACTIONS(1200), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1200), + [aux_sym_concatenation_token1] = ACTIONS(1200), + [anon_sym_DOLLAR] = ACTIONS(1200), + [sym__special_character] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_raw_string] = ACTIONS(1200), + [sym_ansi_c_string] = ACTIONS(1200), + [aux_sym_number_token1] = ACTIONS(1200), + [aux_sym_number_token2] = ACTIONS(1200), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1200), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1200), + [anon_sym_BQUOTE] = ACTIONS(1200), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1200), + [anon_sym_LT_LPAREN] = ACTIONS(1200), + [anon_sym_GT_LPAREN] = ACTIONS(1200), [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(1202), + [sym__concat] = ACTIONS(1202), + [sym_test_operator] = ACTIONS(1202), + [sym__bare_dollar] = ACTIONS(1202), + [sym__brace_start] = ACTIONS(1202), }, [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(1204), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1204), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1204), + [anon_sym_SEMI] = ACTIONS(1204), + [anon_sym_EQ] = ACTIONS(1204), + [anon_sym_PLUS_PLUS] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1204), + [anon_sym_PLUS_EQ] = ACTIONS(1204), + [anon_sym_DASH_EQ] = ACTIONS(1204), + [anon_sym_STAR_EQ] = ACTIONS(1204), + [anon_sym_SLASH_EQ] = ACTIONS(1204), + [anon_sym_PERCENT_EQ] = ACTIONS(1204), + [anon_sym_LT_LT_EQ] = ACTIONS(1204), + [anon_sym_GT_GT_EQ] = ACTIONS(1204), + [anon_sym_AMP_EQ] = ACTIONS(1204), + [anon_sym_CARET_EQ] = ACTIONS(1204), + [anon_sym_PIPE_EQ] = ACTIONS(1204), + [anon_sym_EQ_EQ] = ACTIONS(1204), + [anon_sym_BANG_EQ] = ACTIONS(1204), + [anon_sym_LT_EQ] = ACTIONS(1204), + [anon_sym_GT_EQ] = ACTIONS(1204), + [anon_sym_AMP_AMP] = ACTIONS(1204), + [anon_sym_PIPE_PIPE] = ACTIONS(1204), + [anon_sym_LT_LT] = ACTIONS(1204), + [anon_sym_GT_GT] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_SLASH] = ACTIONS(1204), + [anon_sym_PERCENT] = ACTIONS(1204), + [anon_sym_STAR_STAR] = ACTIONS(1204), + [anon_sym_LT] = ACTIONS(1204), + [anon_sym_GT] = ACTIONS(1204), + [anon_sym_LPAREN] = ACTIONS(1204), + [anon_sym_RPAREN] = ACTIONS(1204), + [anon_sym_PIPE] = ACTIONS(1204), + [anon_sym_SEMI_SEMI] = ACTIONS(1204), + [anon_sym_PIPE_AMP] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1204), + [anon_sym_AMP_GT] = ACTIONS(1204), + [anon_sym_AMP_GT_GT] = ACTIONS(1204), + [anon_sym_LT_AMP] = ACTIONS(1204), + [anon_sym_GT_AMP] = ACTIONS(1204), + [anon_sym_GT_PIPE] = ACTIONS(1204), + [anon_sym_LT_LT_DASH] = ACTIONS(1204), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1206), + [anon_sym_LT_LT_LT] = ACTIONS(1204), + [anon_sym_AMP] = ACTIONS(1204), + [anon_sym_CARET] = ACTIONS(1204), + [anon_sym_QMARK] = ACTIONS(1204), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1204), + [aux_sym_concatenation_token1] = ACTIONS(1204), + [anon_sym_DOLLAR] = ACTIONS(1204), + [sym__special_character] = ACTIONS(1204), + [anon_sym_DQUOTE] = ACTIONS(1204), + [sym_raw_string] = ACTIONS(1204), + [sym_ansi_c_string] = ACTIONS(1204), + [aux_sym_number_token1] = ACTIONS(1204), + [aux_sym_number_token2] = ACTIONS(1204), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1204), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1204), + [anon_sym_BQUOTE] = ACTIONS(1204), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1204), + [anon_sym_LT_LPAREN] = ACTIONS(1204), + [anon_sym_GT_LPAREN] = ACTIONS(1204), [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(1206), + [sym__concat] = ACTIONS(1206), + [sym_test_operator] = ACTIONS(1206), + [sym__bare_dollar] = ACTIONS(1206), + [sym__brace_start] = ACTIONS(1206), }, [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_word] = ACTIONS(1208), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1208), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1208), + [anon_sym_SEMI] = ACTIONS(1208), + [anon_sym_EQ] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1208), + [anon_sym_PLUS_EQ] = ACTIONS(1208), + [anon_sym_DASH_EQ] = ACTIONS(1208), + [anon_sym_STAR_EQ] = ACTIONS(1208), + [anon_sym_SLASH_EQ] = ACTIONS(1208), + [anon_sym_PERCENT_EQ] = ACTIONS(1208), + [anon_sym_LT_LT_EQ] = ACTIONS(1208), + [anon_sym_GT_GT_EQ] = ACTIONS(1208), + [anon_sym_AMP_EQ] = ACTIONS(1208), + [anon_sym_CARET_EQ] = ACTIONS(1208), + [anon_sym_PIPE_EQ] = ACTIONS(1208), + [anon_sym_EQ_EQ] = ACTIONS(1208), + [anon_sym_BANG_EQ] = ACTIONS(1208), + [anon_sym_LT_EQ] = ACTIONS(1208), + [anon_sym_GT_EQ] = ACTIONS(1208), + [anon_sym_AMP_AMP] = ACTIONS(1208), + [anon_sym_PIPE_PIPE] = ACTIONS(1208), + [anon_sym_LT_LT] = ACTIONS(1208), + [anon_sym_GT_GT] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_STAR] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1208), + [anon_sym_PERCENT] = ACTIONS(1208), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_LT] = ACTIONS(1208), + [anon_sym_GT] = ACTIONS(1208), + [anon_sym_LPAREN] = ACTIONS(1208), + [anon_sym_RPAREN] = ACTIONS(1208), + [anon_sym_PIPE] = ACTIONS(1208), + [anon_sym_SEMI_SEMI] = ACTIONS(1208), + [anon_sym_PIPE_AMP] = ACTIONS(1208), + [anon_sym_EQ_TILDE] = ACTIONS(1208), + [anon_sym_AMP_GT] = ACTIONS(1208), + [anon_sym_AMP_GT_GT] = ACTIONS(1208), + [anon_sym_LT_AMP] = ACTIONS(1208), + [anon_sym_GT_AMP] = ACTIONS(1208), + [anon_sym_GT_PIPE] = ACTIONS(1208), + [anon_sym_LT_LT_DASH] = ACTIONS(1208), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1210), + [anon_sym_LT_LT_LT] = ACTIONS(1208), + [anon_sym_AMP] = ACTIONS(1208), + [anon_sym_CARET] = ACTIONS(1208), + [anon_sym_QMARK] = ACTIONS(1208), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1208), + [aux_sym_concatenation_token1] = ACTIONS(1208), + [anon_sym_DOLLAR] = ACTIONS(1208), + [sym__special_character] = ACTIONS(1208), + [anon_sym_DQUOTE] = ACTIONS(1208), + [sym_raw_string] = ACTIONS(1208), + [sym_ansi_c_string] = ACTIONS(1208), + [aux_sym_number_token1] = ACTIONS(1208), + [aux_sym_number_token2] = ACTIONS(1208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1208), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1208), + [anon_sym_BQUOTE] = ACTIONS(1208), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1208), + [anon_sym_LT_LPAREN] = ACTIONS(1208), + [anon_sym_GT_LPAREN] = ACTIONS(1208), [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(1210), + [sym__concat] = ACTIONS(1210), + [sym_test_operator] = ACTIONS(1210), + [sym__bare_dollar] = ACTIONS(1210), + [sym__brace_start] = ACTIONS(1210), }, [341] = { - [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_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_word] = ACTIONS(1212), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1212), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1212), + [anon_sym_SEMI] = ACTIONS(1212), + [anon_sym_EQ] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_EQ] = ACTIONS(1212), + [anon_sym_DASH_EQ] = ACTIONS(1212), + [anon_sym_STAR_EQ] = ACTIONS(1212), + [anon_sym_SLASH_EQ] = ACTIONS(1212), + [anon_sym_PERCENT_EQ] = ACTIONS(1212), + [anon_sym_LT_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_EQ] = ACTIONS(1212), + [anon_sym_CARET_EQ] = ACTIONS(1212), + [anon_sym_PIPE_EQ] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1212), + [anon_sym_BANG_EQ] = ACTIONS(1212), + [anon_sym_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_AMP] = ACTIONS(1212), + [anon_sym_PIPE_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_SLASH] = ACTIONS(1212), + [anon_sym_PERCENT] = ACTIONS(1212), + [anon_sym_STAR_STAR] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_LPAREN] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(1212), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_SEMI_SEMI] = ACTIONS(1212), + [anon_sym_PIPE_AMP] = ACTIONS(1212), + [anon_sym_EQ_TILDE] = ACTIONS(1212), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(1212), + [anon_sym_LT_AMP] = ACTIONS(1212), + [anon_sym_GT_AMP] = ACTIONS(1212), + [anon_sym_GT_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT_DASH] = ACTIONS(1212), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1214), + [anon_sym_LT_LT_LT] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_CARET] = ACTIONS(1212), + [anon_sym_QMARK] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1212), + [aux_sym_concatenation_token1] = ACTIONS(1212), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_raw_string] = ACTIONS(1212), + [sym_ansi_c_string] = ACTIONS(1212), + [aux_sym_number_token1] = ACTIONS(1212), + [aux_sym_number_token2] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1212), + [anon_sym_BQUOTE] = ACTIONS(1212), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1212), + [anon_sym_LT_LPAREN] = ACTIONS(1212), + [anon_sym_GT_LPAREN] = ACTIONS(1212), [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), + [sym_file_descriptor] = ACTIONS(1214), + [sym__concat] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [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), + [aux_sym_concatenation_repeat1] = STATE(348), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_SEMI] = ACTIONS(1169), + [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(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1171), + [anon_sym_GT_EQ] = ACTIONS(1171), + [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(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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1187), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [aux_sym_concatenation_token1] = ACTIONS(244), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), [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(1176), + [sym__concat] = ACTIONS(266), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [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(1216), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1216), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1216), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_EQ] = ACTIONS(1216), + [anon_sym_PLUS_PLUS] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1216), + [anon_sym_PLUS_EQ] = ACTIONS(1216), + [anon_sym_DASH_EQ] = ACTIONS(1216), + [anon_sym_STAR_EQ] = ACTIONS(1216), + [anon_sym_SLASH_EQ] = ACTIONS(1216), + [anon_sym_PERCENT_EQ] = ACTIONS(1216), + [anon_sym_LT_LT_EQ] = ACTIONS(1216), + [anon_sym_GT_GT_EQ] = ACTIONS(1216), + [anon_sym_AMP_EQ] = ACTIONS(1216), + [anon_sym_CARET_EQ] = ACTIONS(1216), + [anon_sym_PIPE_EQ] = ACTIONS(1216), + [anon_sym_EQ_EQ] = ACTIONS(1216), + [anon_sym_BANG_EQ] = ACTIONS(1216), + [anon_sym_LT_EQ] = ACTIONS(1216), + [anon_sym_GT_EQ] = ACTIONS(1216), + [anon_sym_AMP_AMP] = ACTIONS(1216), + [anon_sym_PIPE_PIPE] = ACTIONS(1216), + [anon_sym_LT_LT] = ACTIONS(1216), + [anon_sym_GT_GT] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_STAR] = ACTIONS(1216), + [anon_sym_SLASH] = ACTIONS(1216), + [anon_sym_PERCENT] = ACTIONS(1216), + [anon_sym_STAR_STAR] = ACTIONS(1216), + [anon_sym_LT] = ACTIONS(1216), + [anon_sym_GT] = ACTIONS(1216), + [anon_sym_LPAREN] = ACTIONS(1216), + [anon_sym_RPAREN] = ACTIONS(1216), + [anon_sym_PIPE] = ACTIONS(1216), + [anon_sym_SEMI_SEMI] = ACTIONS(1216), + [anon_sym_PIPE_AMP] = ACTIONS(1216), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_AMP_GT] = ACTIONS(1216), + [anon_sym_AMP_GT_GT] = ACTIONS(1216), + [anon_sym_LT_AMP] = ACTIONS(1216), + [anon_sym_GT_AMP] = ACTIONS(1216), + [anon_sym_GT_PIPE] = ACTIONS(1216), + [anon_sym_LT_LT_DASH] = ACTIONS(1216), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1218), + [anon_sym_LT_LT_LT] = ACTIONS(1216), + [anon_sym_AMP] = ACTIONS(1216), + [anon_sym_CARET] = ACTIONS(1216), + [anon_sym_QMARK] = ACTIONS(1216), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1216), + [aux_sym_concatenation_token1] = ACTIONS(1216), + [anon_sym_DOLLAR] = ACTIONS(1216), + [sym__special_character] = ACTIONS(1216), + [anon_sym_DQUOTE] = ACTIONS(1216), + [sym_raw_string] = ACTIONS(1216), + [sym_ansi_c_string] = ACTIONS(1216), + [aux_sym_number_token1] = ACTIONS(1216), + [aux_sym_number_token2] = ACTIONS(1216), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1216), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1216), + [anon_sym_BQUOTE] = ACTIONS(1216), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1216), + [anon_sym_LT_LPAREN] = ACTIONS(1216), + [anon_sym_GT_LPAREN] = ACTIONS(1216), [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(1218), + [sym__concat] = ACTIONS(1218), + [sym_test_operator] = ACTIONS(1218), + [sym__bare_dollar] = ACTIONS(1218), + [sym__brace_start] = ACTIONS(1218), }, [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), + [sym_word] = ACTIONS(1220), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1220), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1220), + [anon_sym_SEMI] = ACTIONS(1220), + [anon_sym_EQ] = ACTIONS(1220), + [anon_sym_PLUS_PLUS] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1220), + [anon_sym_PLUS_EQ] = ACTIONS(1220), + [anon_sym_DASH_EQ] = ACTIONS(1220), + [anon_sym_STAR_EQ] = ACTIONS(1220), + [anon_sym_SLASH_EQ] = ACTIONS(1220), + [anon_sym_PERCENT_EQ] = ACTIONS(1220), + [anon_sym_LT_LT_EQ] = ACTIONS(1220), + [anon_sym_GT_GT_EQ] = ACTIONS(1220), + [anon_sym_AMP_EQ] = ACTIONS(1220), + [anon_sym_CARET_EQ] = ACTIONS(1220), + [anon_sym_PIPE_EQ] = ACTIONS(1220), + [anon_sym_EQ_EQ] = ACTIONS(1220), + [anon_sym_BANG_EQ] = ACTIONS(1220), + [anon_sym_LT_EQ] = ACTIONS(1220), + [anon_sym_GT_EQ] = ACTIONS(1220), + [anon_sym_AMP_AMP] = ACTIONS(1220), + [anon_sym_PIPE_PIPE] = ACTIONS(1220), + [anon_sym_LT_LT] = ACTIONS(1220), + [anon_sym_GT_GT] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(1220), + [anon_sym_SLASH] = ACTIONS(1220), + [anon_sym_PERCENT] = ACTIONS(1220), + [anon_sym_STAR_STAR] = ACTIONS(1220), + [anon_sym_LT] = ACTIONS(1220), + [anon_sym_GT] = ACTIONS(1220), + [anon_sym_LPAREN] = ACTIONS(1220), + [anon_sym_RPAREN] = ACTIONS(1220), + [anon_sym_PIPE] = ACTIONS(1220), + [anon_sym_SEMI_SEMI] = ACTIONS(1220), + [anon_sym_PIPE_AMP] = ACTIONS(1220), + [anon_sym_EQ_TILDE] = ACTIONS(1220), + [anon_sym_AMP_GT] = ACTIONS(1220), + [anon_sym_AMP_GT_GT] = ACTIONS(1220), + [anon_sym_LT_AMP] = ACTIONS(1220), + [anon_sym_GT_AMP] = ACTIONS(1220), + [anon_sym_GT_PIPE] = ACTIONS(1220), + [anon_sym_LT_LT_DASH] = ACTIONS(1220), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1222), + [anon_sym_LT_LT_LT] = ACTIONS(1220), + [anon_sym_AMP] = ACTIONS(1220), + [anon_sym_CARET] = ACTIONS(1220), + [anon_sym_QMARK] = ACTIONS(1220), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1220), + [aux_sym_concatenation_token1] = ACTIONS(1220), + [anon_sym_DOLLAR] = ACTIONS(1220), + [sym__special_character] = ACTIONS(1220), + [anon_sym_DQUOTE] = ACTIONS(1220), + [sym_raw_string] = ACTIONS(1220), + [sym_ansi_c_string] = ACTIONS(1220), + [aux_sym_number_token1] = ACTIONS(1220), + [aux_sym_number_token2] = ACTIONS(1220), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1220), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1220), + [anon_sym_BQUOTE] = ACTIONS(1220), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1220), + [anon_sym_LT_LPAREN] = ACTIONS(1220), + [anon_sym_GT_LPAREN] = ACTIONS(1220), [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(1222), + [sym__concat] = ACTIONS(1222), + [sym_test_operator] = ACTIONS(1222), + [sym__bare_dollar] = ACTIONS(1222), + [sym__brace_start] = ACTIONS(1222), }, [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), + [aux_sym_concatenation_repeat1] = STATE(352), + [sym_word] = ACTIONS(1190), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1190), + [anon_sym_SEMI] = ACTIONS(1190), + [anon_sym_EQ] = ACTIONS(1190), + [anon_sym_PLUS_PLUS] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1190), + [anon_sym_PLUS_EQ] = ACTIONS(1190), + [anon_sym_DASH_EQ] = ACTIONS(1190), + [anon_sym_STAR_EQ] = ACTIONS(1190), + [anon_sym_SLASH_EQ] = ACTIONS(1190), + [anon_sym_PERCENT_EQ] = ACTIONS(1190), + [anon_sym_LT_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_EQ] = ACTIONS(1190), + [anon_sym_CARET_EQ] = ACTIONS(1190), + [anon_sym_PIPE_EQ] = ACTIONS(1190), + [anon_sym_EQ_EQ] = ACTIONS(1190), + [anon_sym_BANG_EQ] = ACTIONS(1190), + [anon_sym_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_AMP] = ACTIONS(1190), + [anon_sym_PIPE_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT] = ACTIONS(1190), + [anon_sym_GT_GT] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1190), + [anon_sym_SLASH] = ACTIONS(1190), + [anon_sym_PERCENT] = ACTIONS(1190), + [anon_sym_STAR_STAR] = ACTIONS(1190), + [anon_sym_LT] = ACTIONS(1190), + [anon_sym_GT] = ACTIONS(1190), + [anon_sym_LPAREN] = ACTIONS(1190), + [anon_sym_RPAREN] = ACTIONS(1190), + [anon_sym_PIPE] = ACTIONS(1190), + [anon_sym_SEMI_SEMI] = ACTIONS(1190), + [anon_sym_PIPE_AMP] = ACTIONS(1190), + [anon_sym_EQ_TILDE] = ACTIONS(1190), + [anon_sym_AMP_GT] = ACTIONS(1190), + [anon_sym_AMP_GT_GT] = ACTIONS(1190), + [anon_sym_LT_AMP] = ACTIONS(1190), + [anon_sym_GT_AMP] = ACTIONS(1190), + [anon_sym_GT_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT_DASH] = ACTIONS(1190), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1192), + [anon_sym_LT_LT_LT] = ACTIONS(1190), + [anon_sym_AMP] = ACTIONS(1190), + [anon_sym_CARET] = ACTIONS(1190), + [anon_sym_QMARK] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1190), + [aux_sym_concatenation_token1] = ACTIONS(244), + [anon_sym_DOLLAR] = ACTIONS(1190), + [sym__special_character] = ACTIONS(1190), + [anon_sym_DQUOTE] = ACTIONS(1190), + [sym_raw_string] = ACTIONS(1190), + [sym_ansi_c_string] = ACTIONS(1190), + [aux_sym_number_token1] = ACTIONS(1190), + [aux_sym_number_token2] = ACTIONS(1190), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1190), + [anon_sym_BQUOTE] = ACTIONS(1190), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1190), + [anon_sym_LT_LPAREN] = ACTIONS(1190), + [anon_sym_GT_LPAREN] = ACTIONS(1190), [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), + [sym_file_descriptor] = ACTIONS(1192), + [sym__concat] = ACTIONS(266), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), }, [346] = { - [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_word] = ACTIONS(1212), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1212), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1212), + [anon_sym_SEMI] = ACTIONS(1212), + [anon_sym_EQ] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_EQ] = ACTIONS(1212), + [anon_sym_DASH_EQ] = ACTIONS(1212), + [anon_sym_STAR_EQ] = ACTIONS(1212), + [anon_sym_SLASH_EQ] = ACTIONS(1212), + [anon_sym_PERCENT_EQ] = ACTIONS(1212), + [anon_sym_LT_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_EQ] = ACTIONS(1212), + [anon_sym_CARET_EQ] = ACTIONS(1212), + [anon_sym_PIPE_EQ] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1212), + [anon_sym_BANG_EQ] = ACTIONS(1212), + [anon_sym_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_AMP] = ACTIONS(1212), + [anon_sym_PIPE_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_SLASH] = ACTIONS(1212), + [anon_sym_PERCENT] = ACTIONS(1212), + [anon_sym_STAR_STAR] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_LPAREN] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(1212), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_SEMI_SEMI] = ACTIONS(1212), + [anon_sym_PIPE_AMP] = ACTIONS(1212), + [anon_sym_EQ_TILDE] = ACTIONS(1212), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(1212), + [anon_sym_LT_AMP] = ACTIONS(1212), + [anon_sym_GT_AMP] = ACTIONS(1212), + [anon_sym_GT_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT_DASH] = ACTIONS(1212), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1214), + [anon_sym_LT_LT_LT] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_CARET] = ACTIONS(1212), + [anon_sym_QMARK] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1212), + [aux_sym_concatenation_token1] = ACTIONS(1212), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_raw_string] = ACTIONS(1212), + [sym_ansi_c_string] = ACTIONS(1212), + [aux_sym_number_token1] = ACTIONS(1212), + [aux_sym_number_token2] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1212), + [anon_sym_BQUOTE] = ACTIONS(1212), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1212), + [anon_sym_LT_LPAREN] = ACTIONS(1212), + [anon_sym_GT_LPAREN] = ACTIONS(1212), [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), + [sym_file_descriptor] = ACTIONS(1214), + [sym__concat] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [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_word] = ACTIONS(1224), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1224), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_PLUS_PLUS] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1224), + [anon_sym_PLUS_EQ] = ACTIONS(1224), + [anon_sym_DASH_EQ] = ACTIONS(1224), + [anon_sym_STAR_EQ] = ACTIONS(1224), + [anon_sym_SLASH_EQ] = ACTIONS(1224), + [anon_sym_PERCENT_EQ] = ACTIONS(1224), + [anon_sym_LT_LT_EQ] = ACTIONS(1224), + [anon_sym_GT_GT_EQ] = ACTIONS(1224), + [anon_sym_AMP_EQ] = ACTIONS(1224), + [anon_sym_CARET_EQ] = ACTIONS(1224), + [anon_sym_PIPE_EQ] = ACTIONS(1224), + [anon_sym_EQ_EQ] = ACTIONS(1224), + [anon_sym_BANG_EQ] = ACTIONS(1224), + [anon_sym_LT_EQ] = ACTIONS(1224), + [anon_sym_GT_EQ] = ACTIONS(1224), + [anon_sym_AMP_AMP] = ACTIONS(1224), + [anon_sym_PIPE_PIPE] = ACTIONS(1224), + [anon_sym_LT_LT] = ACTIONS(1224), + [anon_sym_GT_GT] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_SLASH] = ACTIONS(1224), + [anon_sym_PERCENT] = ACTIONS(1224), + [anon_sym_STAR_STAR] = ACTIONS(1224), + [anon_sym_LT] = ACTIONS(1224), + [anon_sym_GT] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1224), + [anon_sym_RPAREN] = ACTIONS(1224), + [anon_sym_PIPE] = ACTIONS(1224), + [anon_sym_SEMI_SEMI] = ACTIONS(1224), + [anon_sym_PIPE_AMP] = ACTIONS(1224), + [anon_sym_EQ_TILDE] = ACTIONS(1224), + [anon_sym_AMP_GT] = ACTIONS(1224), + [anon_sym_AMP_GT_GT] = ACTIONS(1224), + [anon_sym_LT_AMP] = ACTIONS(1224), + [anon_sym_GT_AMP] = ACTIONS(1224), + [anon_sym_GT_PIPE] = ACTIONS(1224), + [anon_sym_LT_LT_DASH] = ACTIONS(1224), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1226), + [anon_sym_LT_LT_LT] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_CARET] = ACTIONS(1224), + [anon_sym_QMARK] = ACTIONS(1224), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1224), + [aux_sym_concatenation_token1] = ACTIONS(1224), + [anon_sym_DOLLAR] = ACTIONS(1224), + [sym__special_character] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1224), + [sym_raw_string] = ACTIONS(1224), + [sym_ansi_c_string] = ACTIONS(1224), + [aux_sym_number_token1] = ACTIONS(1224), + [aux_sym_number_token2] = ACTIONS(1224), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1224), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1224), + [anon_sym_BQUOTE] = ACTIONS(1224), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1224), + [anon_sym_LT_LPAREN] = ACTIONS(1224), + [anon_sym_GT_LPAREN] = ACTIONS(1224), [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(1226), + [sym__concat] = ACTIONS(1226), + [sym_test_operator] = ACTIONS(1226), + [sym__bare_dollar] = ACTIONS(1226), + [sym__brace_start] = ACTIONS(1226), }, [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), + [aux_sym_concatenation_repeat1] = STATE(337), + [sym_word] = ACTIONS(1181), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1181), + [anon_sym_SEMI] = ACTIONS(1181), + [anon_sym_EQ] = ACTIONS(1181), + [anon_sym_PLUS_PLUS] = ACTIONS(1181), + [anon_sym_DASH_DASH] = ACTIONS(1181), + [anon_sym_PLUS_EQ] = ACTIONS(1181), + [anon_sym_DASH_EQ] = ACTIONS(1181), + [anon_sym_STAR_EQ] = ACTIONS(1181), + [anon_sym_SLASH_EQ] = ACTIONS(1181), + [anon_sym_PERCENT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_GT_EQ] = ACTIONS(1181), + [anon_sym_AMP_EQ] = ACTIONS(1181), + [anon_sym_CARET_EQ] = ACTIONS(1181), + [anon_sym_PIPE_EQ] = ACTIONS(1181), + [anon_sym_EQ_EQ] = ACTIONS(1181), + [anon_sym_BANG_EQ] = ACTIONS(1181), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_AMP_AMP] = ACTIONS(1181), + [anon_sym_PIPE_PIPE] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1181), + [anon_sym_GT_GT] = ACTIONS(1181), + [anon_sym_PLUS] = ACTIONS(1181), + [anon_sym_DASH] = ACTIONS(1181), + [anon_sym_STAR] = ACTIONS(1181), + [anon_sym_SLASH] = ACTIONS(1181), + [anon_sym_PERCENT] = ACTIONS(1181), + [anon_sym_STAR_STAR] = ACTIONS(1181), + [anon_sym_LT] = ACTIONS(1181), + [anon_sym_GT] = ACTIONS(1181), + [anon_sym_LPAREN] = ACTIONS(1181), + [anon_sym_RPAREN] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1181), + [anon_sym_SEMI_SEMI] = ACTIONS(1181), + [anon_sym_PIPE_AMP] = ACTIONS(1181), + [anon_sym_EQ_TILDE] = ACTIONS(1181), + [anon_sym_AMP_GT] = ACTIONS(1181), + [anon_sym_AMP_GT_GT] = ACTIONS(1181), + [anon_sym_LT_AMP] = ACTIONS(1181), + [anon_sym_GT_AMP] = ACTIONS(1181), + [anon_sym_GT_PIPE] = ACTIONS(1181), + [anon_sym_LT_LT_DASH] = ACTIONS(1181), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1183), + [anon_sym_LT_LT_LT] = ACTIONS(1181), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_CARET] = ACTIONS(1181), + [anon_sym_QMARK] = ACTIONS(1181), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1181), + [aux_sym_concatenation_token1] = ACTIONS(244), + [anon_sym_DOLLAR] = ACTIONS(1181), + [sym__special_character] = ACTIONS(1181), + [anon_sym_DQUOTE] = ACTIONS(1181), + [sym_raw_string] = ACTIONS(1181), + [sym_ansi_c_string] = ACTIONS(1181), + [aux_sym_number_token1] = ACTIONS(1181), + [aux_sym_number_token2] = ACTIONS(1181), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1181), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1181), + [anon_sym_BQUOTE] = ACTIONS(1181), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1181), + [anon_sym_LT_LPAREN] = ACTIONS(1181), + [anon_sym_GT_LPAREN] = ACTIONS(1181), [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), + [sym_file_descriptor] = ACTIONS(1183), + [sym__concat] = ACTIONS(1228), + [sym_test_operator] = ACTIONS(1183), + [sym__bare_dollar] = ACTIONS(1183), + [sym__brace_start] = ACTIONS(1183), }, [349] = { - [sym_word] = ACTIONS(1239), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1239), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1239), - [anon_sym_SEMI] = ACTIONS(1239), - [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(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_AMP] = ACTIONS(1239), - [anon_sym_PIPE_PIPE] = ACTIONS(1239), - [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_RPAREN] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_SEMI_SEMI] = ACTIONS(1239), - [anon_sym_PIPE_AMP] = ACTIONS(1239), - [anon_sym_EQ_TILDE] = ACTIONS(1239), - [anon_sym_AMP_GT] = ACTIONS(1239), - [anon_sym_AMP_GT_GT] = ACTIONS(1239), - [anon_sym_LT_AMP] = ACTIONS(1239), - [anon_sym_GT_AMP] = ACTIONS(1239), - [anon_sym_GT_PIPE] = ACTIONS(1239), - [anon_sym_LT_LT_DASH] = ACTIONS(1239), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1241), - [anon_sym_LT_LT_LT] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1239), - [aux_sym_concatenation_token1] = ACTIONS(1239), - [anon_sym_DOLLAR] = ACTIONS(1239), - [sym__special_character] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [sym_raw_string] = ACTIONS(1239), - [sym_ansi_c_string] = ACTIONS(1239), - [aux_sym_number_token1] = ACTIONS(1239), - [aux_sym_number_token2] = ACTIONS(1239), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1239), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1239), - [anon_sym_LT_LPAREN] = ACTIONS(1239), - [anon_sym_GT_LPAREN] = ACTIONS(1239), + [sym_word] = ACTIONS(1230), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1230), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1230), + [anon_sym_SEMI] = ACTIONS(1230), + [anon_sym_EQ] = ACTIONS(1230), + [anon_sym_PLUS_PLUS] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1230), + [anon_sym_PLUS_EQ] = ACTIONS(1230), + [anon_sym_DASH_EQ] = ACTIONS(1230), + [anon_sym_STAR_EQ] = ACTIONS(1230), + [anon_sym_SLASH_EQ] = ACTIONS(1230), + [anon_sym_PERCENT_EQ] = ACTIONS(1230), + [anon_sym_LT_LT_EQ] = ACTIONS(1230), + [anon_sym_GT_GT_EQ] = ACTIONS(1230), + [anon_sym_AMP_EQ] = ACTIONS(1230), + [anon_sym_CARET_EQ] = ACTIONS(1230), + [anon_sym_PIPE_EQ] = ACTIONS(1230), + [anon_sym_EQ_EQ] = ACTIONS(1230), + [anon_sym_BANG_EQ] = ACTIONS(1230), + [anon_sym_LT_EQ] = ACTIONS(1230), + [anon_sym_GT_EQ] = ACTIONS(1230), + [anon_sym_AMP_AMP] = ACTIONS(1230), + [anon_sym_PIPE_PIPE] = ACTIONS(1230), + [anon_sym_LT_LT] = ACTIONS(1230), + [anon_sym_GT_GT] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1230), + [anon_sym_SLASH] = ACTIONS(1230), + [anon_sym_PERCENT] = ACTIONS(1230), + [anon_sym_STAR_STAR] = ACTIONS(1230), + [anon_sym_LT] = ACTIONS(1230), + [anon_sym_GT] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_RPAREN] = ACTIONS(1230), + [anon_sym_PIPE] = ACTIONS(1230), + [anon_sym_SEMI_SEMI] = ACTIONS(1230), + [anon_sym_PIPE_AMP] = ACTIONS(1230), + [anon_sym_EQ_TILDE] = ACTIONS(1230), + [anon_sym_AMP_GT] = ACTIONS(1230), + [anon_sym_AMP_GT_GT] = ACTIONS(1230), + [anon_sym_LT_AMP] = ACTIONS(1230), + [anon_sym_GT_AMP] = ACTIONS(1230), + [anon_sym_GT_PIPE] = ACTIONS(1230), + [anon_sym_LT_LT_DASH] = ACTIONS(1230), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1232), + [anon_sym_LT_LT_LT] = ACTIONS(1230), + [anon_sym_AMP] = ACTIONS(1230), + [anon_sym_CARET] = ACTIONS(1230), + [anon_sym_QMARK] = ACTIONS(1230), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1230), + [aux_sym_concatenation_token1] = ACTIONS(1230), + [anon_sym_DOLLAR] = ACTIONS(1230), + [sym__special_character] = ACTIONS(1230), + [anon_sym_DQUOTE] = ACTIONS(1230), + [sym_raw_string] = ACTIONS(1230), + [sym_ansi_c_string] = ACTIONS(1230), + [aux_sym_number_token1] = ACTIONS(1230), + [aux_sym_number_token2] = ACTIONS(1230), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1230), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1230), + [anon_sym_BQUOTE] = ACTIONS(1230), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1230), + [anon_sym_LT_LPAREN] = ACTIONS(1230), + [anon_sym_GT_LPAREN] = ACTIONS(1230), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1241), - [sym__concat] = ACTIONS(1241), - [sym_test_operator] = ACTIONS(1241), - [sym__bare_dollar] = ACTIONS(1241), - [sym__brace_start] = ACTIONS(1241), + [sym_file_descriptor] = ACTIONS(1232), + [sym__concat] = ACTIONS(1232), + [sym_test_operator] = ACTIONS(1232), + [sym__bare_dollar] = ACTIONS(1232), + [sym__brace_start] = ACTIONS(1232), }, [350] = { - [sym_word] = ACTIONS(1243), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1243), - [anon_sym_RPAREN_RPAREN] = 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_word] = ACTIONS(1159), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1159), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1159), + [anon_sym_SEMI] = ACTIONS(1159), + [anon_sym_EQ] = ACTIONS(1159), + [anon_sym_PLUS_PLUS] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1159), + [anon_sym_PLUS_EQ] = ACTIONS(1159), + [anon_sym_DASH_EQ] = ACTIONS(1159), + [anon_sym_STAR_EQ] = ACTIONS(1159), + [anon_sym_SLASH_EQ] = ACTIONS(1159), + [anon_sym_PERCENT_EQ] = ACTIONS(1159), + [anon_sym_LT_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_EQ] = ACTIONS(1159), + [anon_sym_CARET_EQ] = ACTIONS(1159), + [anon_sym_PIPE_EQ] = ACTIONS(1159), + [anon_sym_EQ_EQ] = ACTIONS(1159), + [anon_sym_BANG_EQ] = ACTIONS(1159), + [anon_sym_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_AMP] = ACTIONS(1159), + [anon_sym_PIPE_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT] = ACTIONS(1159), + [anon_sym_GT_GT] = ACTIONS(1159), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_STAR_STAR] = ACTIONS(1159), + [anon_sym_LT] = ACTIONS(1159), + [anon_sym_GT] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1159), + [anon_sym_RPAREN] = ACTIONS(1159), + [anon_sym_PIPE] = ACTIONS(1159), + [anon_sym_SEMI_SEMI] = ACTIONS(1159), + [anon_sym_PIPE_AMP] = ACTIONS(1159), + [anon_sym_EQ_TILDE] = ACTIONS(1159), + [anon_sym_AMP_GT] = ACTIONS(1159), + [anon_sym_AMP_GT_GT] = ACTIONS(1159), + [anon_sym_LT_AMP] = ACTIONS(1159), + [anon_sym_GT_AMP] = ACTIONS(1159), + [anon_sym_GT_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT_DASH] = ACTIONS(1159), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1161), + [anon_sym_LT_LT_LT] = ACTIONS(1159), + [anon_sym_AMP] = ACTIONS(1159), + [anon_sym_CARET] = ACTIONS(1159), + [anon_sym_QMARK] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1159), + [aux_sym_concatenation_token1] = ACTIONS(1159), + [anon_sym_DOLLAR] = ACTIONS(1159), + [sym__special_character] = ACTIONS(1159), + [anon_sym_DQUOTE] = ACTIONS(1159), + [sym_raw_string] = ACTIONS(1159), + [sym_ansi_c_string] = ACTIONS(1159), + [aux_sym_number_token1] = ACTIONS(1159), + [aux_sym_number_token2] = ACTIONS(1159), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1159), + [anon_sym_BQUOTE] = ACTIONS(1159), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1159), + [anon_sym_LT_LPAREN] = ACTIONS(1159), + [anon_sym_GT_LPAREN] = ACTIONS(1159), [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), + [sym_file_descriptor] = ACTIONS(1161), + [sym__concat] = ACTIONS(1161), + [sym_test_operator] = ACTIONS(1161), + [sym__bare_dollar] = ACTIONS(1161), + [sym__brace_start] = ACTIONS(1161), }, [351] = { - [sym_word] = ACTIONS(1247), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1247), - [anon_sym_RPAREN_RPAREN] = 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_word] = ACTIONS(1234), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1234), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1234), + [anon_sym_SEMI] = ACTIONS(1234), + [anon_sym_EQ] = ACTIONS(1234), + [anon_sym_PLUS_PLUS] = ACTIONS(1234), + [anon_sym_DASH_DASH] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(1234), + [anon_sym_DASH_EQ] = ACTIONS(1234), + [anon_sym_STAR_EQ] = ACTIONS(1234), + [anon_sym_SLASH_EQ] = ACTIONS(1234), + [anon_sym_PERCENT_EQ] = ACTIONS(1234), + [anon_sym_LT_LT_EQ] = ACTIONS(1234), + [anon_sym_GT_GT_EQ] = ACTIONS(1234), + [anon_sym_AMP_EQ] = ACTIONS(1234), + [anon_sym_CARET_EQ] = ACTIONS(1234), + [anon_sym_PIPE_EQ] = ACTIONS(1234), + [anon_sym_EQ_EQ] = ACTIONS(1234), + [anon_sym_BANG_EQ] = ACTIONS(1234), + [anon_sym_LT_EQ] = ACTIONS(1234), + [anon_sym_GT_EQ] = ACTIONS(1234), + [anon_sym_AMP_AMP] = ACTIONS(1234), + [anon_sym_PIPE_PIPE] = ACTIONS(1234), + [anon_sym_LT_LT] = ACTIONS(1234), + [anon_sym_GT_GT] = ACTIONS(1234), + [anon_sym_PLUS] = ACTIONS(1234), + [anon_sym_DASH] = ACTIONS(1234), + [anon_sym_STAR] = ACTIONS(1234), + [anon_sym_SLASH] = ACTIONS(1234), + [anon_sym_PERCENT] = ACTIONS(1234), + [anon_sym_STAR_STAR] = ACTIONS(1234), + [anon_sym_LT] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(1234), + [anon_sym_LPAREN] = ACTIONS(1234), + [anon_sym_RPAREN] = ACTIONS(1234), + [anon_sym_PIPE] = ACTIONS(1234), + [anon_sym_SEMI_SEMI] = ACTIONS(1234), + [anon_sym_PIPE_AMP] = ACTIONS(1234), + [anon_sym_EQ_TILDE] = ACTIONS(1234), + [anon_sym_AMP_GT] = ACTIONS(1234), + [anon_sym_AMP_GT_GT] = ACTIONS(1234), + [anon_sym_LT_AMP] = ACTIONS(1234), + [anon_sym_GT_AMP] = ACTIONS(1234), + [anon_sym_GT_PIPE] = ACTIONS(1234), + [anon_sym_LT_LT_DASH] = ACTIONS(1234), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1236), + [anon_sym_LT_LT_LT] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(1234), + [anon_sym_CARET] = ACTIONS(1234), + [anon_sym_QMARK] = ACTIONS(1234), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1234), + [aux_sym_concatenation_token1] = ACTIONS(1234), + [anon_sym_DOLLAR] = ACTIONS(1234), + [sym__special_character] = ACTIONS(1234), + [anon_sym_DQUOTE] = ACTIONS(1234), + [sym_raw_string] = ACTIONS(1234), + [sym_ansi_c_string] = ACTIONS(1234), + [aux_sym_number_token1] = ACTIONS(1234), + [aux_sym_number_token2] = ACTIONS(1234), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1234), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1234), + [anon_sym_BQUOTE] = ACTIONS(1234), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1234), + [anon_sym_LT_LPAREN] = ACTIONS(1234), + [anon_sym_GT_LPAREN] = ACTIONS(1234), [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(1236), + [sym__concat] = ACTIONS(1236), + [sym_test_operator] = ACTIONS(1236), + [sym__bare_dollar] = ACTIONS(1236), + [sym__brace_start] = ACTIONS(1236), }, [352] = { - [sym_word] = ACTIONS(1251), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1251), - [anon_sym_RPAREN_RPAREN] = 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), + [aux_sym_concatenation_repeat1] = STATE(337), + [sym_word] = ACTIONS(1153), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1153), + [anon_sym_SEMI] = ACTIONS(1153), + [anon_sym_EQ] = ACTIONS(1153), + [anon_sym_PLUS_PLUS] = ACTIONS(1153), + [anon_sym_DASH_DASH] = ACTIONS(1153), + [anon_sym_PLUS_EQ] = ACTIONS(1153), + [anon_sym_DASH_EQ] = ACTIONS(1153), + [anon_sym_STAR_EQ] = ACTIONS(1153), + [anon_sym_SLASH_EQ] = ACTIONS(1153), + [anon_sym_PERCENT_EQ] = ACTIONS(1153), + [anon_sym_LT_LT_EQ] = ACTIONS(1153), + [anon_sym_GT_GT_EQ] = ACTIONS(1153), + [anon_sym_AMP_EQ] = ACTIONS(1153), + [anon_sym_CARET_EQ] = ACTIONS(1153), + [anon_sym_PIPE_EQ] = ACTIONS(1153), + [anon_sym_EQ_EQ] = ACTIONS(1153), + [anon_sym_BANG_EQ] = ACTIONS(1153), + [anon_sym_LT_EQ] = ACTIONS(1153), + [anon_sym_GT_EQ] = ACTIONS(1153), + [anon_sym_AMP_AMP] = ACTIONS(1153), + [anon_sym_PIPE_PIPE] = ACTIONS(1153), + [anon_sym_LT_LT] = ACTIONS(1153), + [anon_sym_GT_GT] = ACTIONS(1153), + [anon_sym_PLUS] = ACTIONS(1153), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_SLASH] = ACTIONS(1153), + [anon_sym_PERCENT] = ACTIONS(1153), + [anon_sym_STAR_STAR] = ACTIONS(1153), + [anon_sym_LT] = ACTIONS(1153), + [anon_sym_GT] = ACTIONS(1153), + [anon_sym_LPAREN] = ACTIONS(1153), + [anon_sym_RPAREN] = ACTIONS(1153), + [anon_sym_PIPE] = ACTIONS(1153), + [anon_sym_SEMI_SEMI] = ACTIONS(1153), + [anon_sym_PIPE_AMP] = ACTIONS(1153), + [anon_sym_EQ_TILDE] = ACTIONS(1153), + [anon_sym_AMP_GT] = ACTIONS(1153), + [anon_sym_AMP_GT_GT] = ACTIONS(1153), + [anon_sym_LT_AMP] = ACTIONS(1153), + [anon_sym_GT_AMP] = ACTIONS(1153), + [anon_sym_GT_PIPE] = ACTIONS(1153), + [anon_sym_LT_LT_DASH] = ACTIONS(1153), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1155), + [anon_sym_LT_LT_LT] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1153), + [anon_sym_CARET] = ACTIONS(1153), + [anon_sym_QMARK] = ACTIONS(1153), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1153), + [aux_sym_concatenation_token1] = ACTIONS(244), + [anon_sym_DOLLAR] = ACTIONS(1153), + [sym__special_character] = ACTIONS(1153), + [anon_sym_DQUOTE] = ACTIONS(1153), + [sym_raw_string] = ACTIONS(1153), + [sym_ansi_c_string] = ACTIONS(1153), + [aux_sym_number_token1] = ACTIONS(1153), + [aux_sym_number_token2] = ACTIONS(1153), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1153), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1153), + [anon_sym_BQUOTE] = ACTIONS(1153), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1153), + [anon_sym_LT_LPAREN] = ACTIONS(1153), + [anon_sym_GT_LPAREN] = ACTIONS(1153), [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), + [sym_file_descriptor] = ACTIONS(1155), + [sym__concat] = ACTIONS(1238), + [sym_test_operator] = ACTIONS(1155), + [sym__bare_dollar] = ACTIONS(1155), + [sym__brace_start] = ACTIONS(1155), }, [353] = { - [sym_word] = ACTIONS(1255), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1255), - [anon_sym_RPAREN_RPAREN] = 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_word] = ACTIONS(1240), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1240), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym_EQ] = ACTIONS(1240), + [anon_sym_PLUS_PLUS] = ACTIONS(1240), + [anon_sym_DASH_DASH] = ACTIONS(1240), + [anon_sym_PLUS_EQ] = ACTIONS(1240), + [anon_sym_DASH_EQ] = ACTIONS(1240), + [anon_sym_STAR_EQ] = ACTIONS(1240), + [anon_sym_SLASH_EQ] = ACTIONS(1240), + [anon_sym_PERCENT_EQ] = ACTIONS(1240), + [anon_sym_LT_LT_EQ] = ACTIONS(1240), + [anon_sym_GT_GT_EQ] = ACTIONS(1240), + [anon_sym_AMP_EQ] = ACTIONS(1240), + [anon_sym_CARET_EQ] = ACTIONS(1240), + [anon_sym_PIPE_EQ] = ACTIONS(1240), + [anon_sym_EQ_EQ] = ACTIONS(1240), + [anon_sym_BANG_EQ] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(1240), + [anon_sym_GT_EQ] = ACTIONS(1240), + [anon_sym_AMP_AMP] = ACTIONS(1240), + [anon_sym_PIPE_PIPE] = ACTIONS(1240), + [anon_sym_LT_LT] = ACTIONS(1240), + [anon_sym_GT_GT] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_SLASH] = ACTIONS(1240), + [anon_sym_PERCENT] = ACTIONS(1240), + [anon_sym_STAR_STAR] = ACTIONS(1240), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_RPAREN] = ACTIONS(1240), + [anon_sym_PIPE] = ACTIONS(1240), + [anon_sym_SEMI_SEMI] = ACTIONS(1240), + [anon_sym_PIPE_AMP] = ACTIONS(1240), + [anon_sym_EQ_TILDE] = ACTIONS(1240), + [anon_sym_AMP_GT] = ACTIONS(1240), + [anon_sym_AMP_GT_GT] = ACTIONS(1240), + [anon_sym_LT_AMP] = ACTIONS(1240), + [anon_sym_GT_AMP] = ACTIONS(1240), + [anon_sym_GT_PIPE] = ACTIONS(1240), + [anon_sym_LT_LT_DASH] = ACTIONS(1240), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1242), + [anon_sym_LT_LT_LT] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_CARET] = ACTIONS(1240), + [anon_sym_QMARK] = ACTIONS(1240), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1240), + [aux_sym_concatenation_token1] = ACTIONS(1240), + [anon_sym_DOLLAR] = ACTIONS(1240), + [sym__special_character] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [sym_raw_string] = ACTIONS(1240), + [sym_ansi_c_string] = ACTIONS(1240), + [aux_sym_number_token1] = ACTIONS(1240), + [aux_sym_number_token2] = ACTIONS(1240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1240), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1240), + [anon_sym_BQUOTE] = ACTIONS(1240), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1240), + [anon_sym_LT_LPAREN] = ACTIONS(1240), + [anon_sym_GT_LPAREN] = ACTIONS(1240), [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(1242), + [sym__concat] = ACTIONS(1242), + [sym_test_operator] = ACTIONS(1242), + [sym__bare_dollar] = ACTIONS(1242), + [sym__brace_start] = ACTIONS(1242), }, [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), + [sym_word] = ACTIONS(1244), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1244), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1244), + [anon_sym_SEMI] = ACTIONS(1244), + [anon_sym_EQ] = ACTIONS(1244), + [anon_sym_PLUS_PLUS] = ACTIONS(1244), + [anon_sym_DASH_DASH] = ACTIONS(1244), + [anon_sym_PLUS_EQ] = ACTIONS(1244), + [anon_sym_DASH_EQ] = ACTIONS(1244), + [anon_sym_STAR_EQ] = ACTIONS(1244), + [anon_sym_SLASH_EQ] = ACTIONS(1244), + [anon_sym_PERCENT_EQ] = ACTIONS(1244), + [anon_sym_LT_LT_EQ] = ACTIONS(1244), + [anon_sym_GT_GT_EQ] = ACTIONS(1244), + [anon_sym_AMP_EQ] = ACTIONS(1244), + [anon_sym_CARET_EQ] = ACTIONS(1244), + [anon_sym_PIPE_EQ] = ACTIONS(1244), + [anon_sym_EQ_EQ] = ACTIONS(1244), + [anon_sym_BANG_EQ] = ACTIONS(1244), + [anon_sym_LT_EQ] = ACTIONS(1244), + [anon_sym_GT_EQ] = ACTIONS(1244), + [anon_sym_AMP_AMP] = ACTIONS(1244), + [anon_sym_PIPE_PIPE] = ACTIONS(1244), + [anon_sym_LT_LT] = ACTIONS(1244), + [anon_sym_GT_GT] = ACTIONS(1244), + [anon_sym_PLUS] = ACTIONS(1244), + [anon_sym_DASH] = ACTIONS(1244), + [anon_sym_STAR] = ACTIONS(1244), + [anon_sym_SLASH] = ACTIONS(1244), + [anon_sym_PERCENT] = ACTIONS(1244), + [anon_sym_STAR_STAR] = ACTIONS(1244), + [anon_sym_LT] = ACTIONS(1244), + [anon_sym_GT] = ACTIONS(1244), + [anon_sym_LPAREN] = ACTIONS(1244), + [anon_sym_RPAREN] = ACTIONS(1244), + [anon_sym_PIPE] = ACTIONS(1244), + [anon_sym_SEMI_SEMI] = ACTIONS(1244), + [anon_sym_PIPE_AMP] = ACTIONS(1244), + [anon_sym_EQ_TILDE] = ACTIONS(1244), + [anon_sym_AMP_GT] = ACTIONS(1244), + [anon_sym_AMP_GT_GT] = ACTIONS(1244), + [anon_sym_LT_AMP] = ACTIONS(1244), + [anon_sym_GT_AMP] = ACTIONS(1244), + [anon_sym_GT_PIPE] = ACTIONS(1244), + [anon_sym_LT_LT_DASH] = ACTIONS(1244), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1246), + [anon_sym_LT_LT_LT] = ACTIONS(1244), + [anon_sym_AMP] = ACTIONS(1244), + [anon_sym_CARET] = ACTIONS(1244), + [anon_sym_QMARK] = ACTIONS(1244), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1244), + [aux_sym_concatenation_token1] = ACTIONS(1244), + [anon_sym_DOLLAR] = ACTIONS(1244), + [sym__special_character] = ACTIONS(1244), + [anon_sym_DQUOTE] = ACTIONS(1244), + [sym_raw_string] = ACTIONS(1244), + [sym_ansi_c_string] = ACTIONS(1244), + [aux_sym_number_token1] = ACTIONS(1244), + [aux_sym_number_token2] = ACTIONS(1244), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1244), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1244), + [anon_sym_BQUOTE] = ACTIONS(1244), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1244), + [anon_sym_LT_LPAREN] = ACTIONS(1244), + [anon_sym_GT_LPAREN] = ACTIONS(1244), [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(1246), + [sym__concat] = ACTIONS(1246), + [sym_test_operator] = ACTIONS(1246), + [sym__bare_dollar] = ACTIONS(1246), + [sym__brace_start] = ACTIONS(1246), }, [355] = { - [sym_word] = ACTIONS(1259), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN_RPAREN] = 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_word] = ACTIONS(1248), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1248), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1248), + [anon_sym_SEMI] = ACTIONS(1248), + [anon_sym_EQ] = ACTIONS(1248), + [anon_sym_PLUS_PLUS] = ACTIONS(1248), + [anon_sym_DASH_DASH] = ACTIONS(1248), + [anon_sym_PLUS_EQ] = ACTIONS(1248), + [anon_sym_DASH_EQ] = ACTIONS(1248), + [anon_sym_STAR_EQ] = ACTIONS(1248), + [anon_sym_SLASH_EQ] = ACTIONS(1248), + [anon_sym_PERCENT_EQ] = ACTIONS(1248), + [anon_sym_LT_LT_EQ] = ACTIONS(1248), + [anon_sym_GT_GT_EQ] = ACTIONS(1248), + [anon_sym_AMP_EQ] = ACTIONS(1248), + [anon_sym_CARET_EQ] = ACTIONS(1248), + [anon_sym_PIPE_EQ] = ACTIONS(1248), + [anon_sym_EQ_EQ] = ACTIONS(1248), + [anon_sym_BANG_EQ] = ACTIONS(1248), + [anon_sym_LT_EQ] = ACTIONS(1248), + [anon_sym_GT_EQ] = ACTIONS(1248), + [anon_sym_AMP_AMP] = ACTIONS(1248), + [anon_sym_PIPE_PIPE] = ACTIONS(1248), + [anon_sym_LT_LT] = ACTIONS(1248), + [anon_sym_GT_GT] = ACTIONS(1248), + [anon_sym_PLUS] = ACTIONS(1248), + [anon_sym_DASH] = ACTIONS(1248), + [anon_sym_STAR] = ACTIONS(1248), + [anon_sym_SLASH] = ACTIONS(1248), + [anon_sym_PERCENT] = ACTIONS(1248), + [anon_sym_STAR_STAR] = ACTIONS(1248), + [anon_sym_LT] = ACTIONS(1248), + [anon_sym_GT] = ACTIONS(1248), + [anon_sym_LPAREN] = ACTIONS(1248), + [anon_sym_RPAREN] = ACTIONS(1248), + [anon_sym_PIPE] = ACTIONS(1248), + [anon_sym_SEMI_SEMI] = ACTIONS(1248), + [anon_sym_PIPE_AMP] = ACTIONS(1248), + [anon_sym_EQ_TILDE] = ACTIONS(1248), + [anon_sym_AMP_GT] = ACTIONS(1248), + [anon_sym_AMP_GT_GT] = ACTIONS(1248), + [anon_sym_LT_AMP] = ACTIONS(1248), + [anon_sym_GT_AMP] = ACTIONS(1248), + [anon_sym_GT_PIPE] = ACTIONS(1248), + [anon_sym_LT_LT_DASH] = ACTIONS(1248), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1250), + [anon_sym_LT_LT_LT] = ACTIONS(1248), + [anon_sym_AMP] = ACTIONS(1248), + [anon_sym_CARET] = ACTIONS(1248), + [anon_sym_QMARK] = ACTIONS(1248), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1248), + [aux_sym_concatenation_token1] = ACTIONS(1248), + [anon_sym_DOLLAR] = ACTIONS(1248), + [sym__special_character] = ACTIONS(1248), + [anon_sym_DQUOTE] = ACTIONS(1248), + [sym_raw_string] = ACTIONS(1248), + [sym_ansi_c_string] = ACTIONS(1248), + [aux_sym_number_token1] = ACTIONS(1248), + [aux_sym_number_token2] = ACTIONS(1248), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1248), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1248), + [anon_sym_BQUOTE] = ACTIONS(1248), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1248), + [anon_sym_LT_LPAREN] = ACTIONS(1248), + [anon_sym_GT_LPAREN] = ACTIONS(1248), [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(1250), + [sym__concat] = ACTIONS(1250), + [sym_test_operator] = ACTIONS(1250), + [sym__bare_dollar] = ACTIONS(1250), + [sym__brace_start] = ACTIONS(1250), }, [356] = { - [sym_word] = ACTIONS(1263), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1263), - [anon_sym_RPAREN_RPAREN] = 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_word] = ACTIONS(1252), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1252), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1252), + [anon_sym_SEMI] = ACTIONS(1252), + [anon_sym_EQ] = ACTIONS(1252), + [anon_sym_PLUS_PLUS] = ACTIONS(1252), + [anon_sym_DASH_DASH] = ACTIONS(1252), + [anon_sym_PLUS_EQ] = ACTIONS(1252), + [anon_sym_DASH_EQ] = ACTIONS(1252), + [anon_sym_STAR_EQ] = ACTIONS(1252), + [anon_sym_SLASH_EQ] = ACTIONS(1252), + [anon_sym_PERCENT_EQ] = ACTIONS(1252), + [anon_sym_LT_LT_EQ] = ACTIONS(1252), + [anon_sym_GT_GT_EQ] = ACTIONS(1252), + [anon_sym_AMP_EQ] = ACTIONS(1252), + [anon_sym_CARET_EQ] = ACTIONS(1252), + [anon_sym_PIPE_EQ] = ACTIONS(1252), + [anon_sym_EQ_EQ] = ACTIONS(1252), + [anon_sym_BANG_EQ] = ACTIONS(1252), + [anon_sym_LT_EQ] = ACTIONS(1252), + [anon_sym_GT_EQ] = ACTIONS(1252), + [anon_sym_AMP_AMP] = ACTIONS(1252), + [anon_sym_PIPE_PIPE] = ACTIONS(1252), + [anon_sym_LT_LT] = ACTIONS(1252), + [anon_sym_GT_GT] = ACTIONS(1252), + [anon_sym_PLUS] = ACTIONS(1252), + [anon_sym_DASH] = ACTIONS(1252), + [anon_sym_STAR] = ACTIONS(1252), + [anon_sym_SLASH] = ACTIONS(1252), + [anon_sym_PERCENT] = ACTIONS(1252), + [anon_sym_STAR_STAR] = ACTIONS(1252), + [anon_sym_LT] = ACTIONS(1252), + [anon_sym_GT] = ACTIONS(1252), + [anon_sym_LPAREN] = ACTIONS(1252), + [anon_sym_RPAREN] = ACTIONS(1252), + [anon_sym_PIPE] = ACTIONS(1252), + [anon_sym_SEMI_SEMI] = ACTIONS(1252), + [anon_sym_PIPE_AMP] = ACTIONS(1252), + [anon_sym_EQ_TILDE] = ACTIONS(1252), + [anon_sym_AMP_GT] = ACTIONS(1252), + [anon_sym_AMP_GT_GT] = ACTIONS(1252), + [anon_sym_LT_AMP] = ACTIONS(1252), + [anon_sym_GT_AMP] = ACTIONS(1252), + [anon_sym_GT_PIPE] = ACTIONS(1252), + [anon_sym_LT_LT_DASH] = ACTIONS(1252), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1254), + [anon_sym_LT_LT_LT] = ACTIONS(1252), + [anon_sym_AMP] = ACTIONS(1252), + [anon_sym_CARET] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(1252), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1252), + [aux_sym_concatenation_token1] = ACTIONS(1252), + [anon_sym_DOLLAR] = ACTIONS(1252), + [sym__special_character] = ACTIONS(1252), + [anon_sym_DQUOTE] = ACTIONS(1252), + [sym_raw_string] = ACTIONS(1252), + [sym_ansi_c_string] = ACTIONS(1252), + [aux_sym_number_token1] = ACTIONS(1252), + [aux_sym_number_token2] = ACTIONS(1252), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1252), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1252), + [anon_sym_BQUOTE] = ACTIONS(1252), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1252), + [anon_sym_LT_LPAREN] = ACTIONS(1252), + [anon_sym_GT_LPAREN] = ACTIONS(1252), [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), + [sym_file_descriptor] = ACTIONS(1254), + [sym__concat] = ACTIONS(1254), + [sym_test_operator] = ACTIONS(1254), + [sym__bare_dollar] = ACTIONS(1254), + [sym__brace_start] = ACTIONS(1254), }, [357] = { - [sym_word] = ACTIONS(1267), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1267), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1267), - [anon_sym_SEMI] = ACTIONS(1267), - [anon_sym_EQ] = ACTIONS(1267), - [anon_sym_PLUS_PLUS] = ACTIONS(1267), - [anon_sym_DASH_DASH] = ACTIONS(1267), - [anon_sym_PLUS_EQ] = ACTIONS(1267), - [anon_sym_DASH_EQ] = ACTIONS(1267), - [anon_sym_STAR_EQ] = ACTIONS(1267), - [anon_sym_SLASH_EQ] = ACTIONS(1267), - [anon_sym_PERCENT_EQ] = ACTIONS(1267), - [anon_sym_LT_LT_EQ] = ACTIONS(1267), - [anon_sym_GT_GT_EQ] = ACTIONS(1267), - [anon_sym_AMP_EQ] = ACTIONS(1267), - [anon_sym_CARET_EQ] = ACTIONS(1267), - [anon_sym_PIPE_EQ] = ACTIONS(1267), - [anon_sym_EQ_EQ] = ACTIONS(1267), - [anon_sym_BANG_EQ] = ACTIONS(1267), - [anon_sym_LT_EQ] = ACTIONS(1267), - [anon_sym_GT_EQ] = ACTIONS(1267), - [anon_sym_AMP_AMP] = ACTIONS(1267), - [anon_sym_PIPE_PIPE] = ACTIONS(1267), - [anon_sym_LT_LT] = ACTIONS(1267), - [anon_sym_GT_GT] = ACTIONS(1267), - [anon_sym_PLUS] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_SLASH] = ACTIONS(1267), - [anon_sym_PERCENT] = ACTIONS(1267), - [anon_sym_STAR_STAR] = ACTIONS(1267), - [anon_sym_LT] = ACTIONS(1267), - [anon_sym_GT] = ACTIONS(1267), - [anon_sym_RPAREN] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1267), - [anon_sym_SEMI_SEMI] = ACTIONS(1267), - [anon_sym_PIPE_AMP] = ACTIONS(1267), - [anon_sym_EQ_TILDE] = ACTIONS(1267), - [anon_sym_AMP_GT] = ACTIONS(1267), - [anon_sym_AMP_GT_GT] = ACTIONS(1267), - [anon_sym_LT_AMP] = ACTIONS(1267), - [anon_sym_GT_AMP] = ACTIONS(1267), - [anon_sym_GT_PIPE] = ACTIONS(1267), - [anon_sym_LT_LT_DASH] = ACTIONS(1267), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1269), - [anon_sym_LT_LT_LT] = ACTIONS(1267), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_CARET] = ACTIONS(1267), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1267), - [aux_sym_concatenation_token1] = ACTIONS(1267), - [anon_sym_DOLLAR] = ACTIONS(1267), - [sym__special_character] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_raw_string] = ACTIONS(1267), - [sym_ansi_c_string] = ACTIONS(1267), - [aux_sym_number_token1] = ACTIONS(1267), - [aux_sym_number_token2] = ACTIONS(1267), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), - [anon_sym_BQUOTE] = ACTIONS(1267), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1267), - [anon_sym_LT_LPAREN] = ACTIONS(1267), - [anon_sym_GT_LPAREN] = ACTIONS(1267), + [sym_word] = ACTIONS(1256), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1256), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1256), + [anon_sym_SEMI] = ACTIONS(1256), + [anon_sym_EQ] = ACTIONS(1256), + [anon_sym_PLUS_PLUS] = ACTIONS(1256), + [anon_sym_DASH_DASH] = ACTIONS(1256), + [anon_sym_PLUS_EQ] = ACTIONS(1256), + [anon_sym_DASH_EQ] = ACTIONS(1256), + [anon_sym_STAR_EQ] = ACTIONS(1256), + [anon_sym_SLASH_EQ] = ACTIONS(1256), + [anon_sym_PERCENT_EQ] = ACTIONS(1256), + [anon_sym_LT_LT_EQ] = ACTIONS(1256), + [anon_sym_GT_GT_EQ] = ACTIONS(1256), + [anon_sym_AMP_EQ] = ACTIONS(1256), + [anon_sym_CARET_EQ] = ACTIONS(1256), + [anon_sym_PIPE_EQ] = ACTIONS(1256), + [anon_sym_EQ_EQ] = ACTIONS(1256), + [anon_sym_BANG_EQ] = ACTIONS(1256), + [anon_sym_LT_EQ] = ACTIONS(1256), + [anon_sym_GT_EQ] = ACTIONS(1256), + [anon_sym_AMP_AMP] = ACTIONS(1256), + [anon_sym_PIPE_PIPE] = ACTIONS(1256), + [anon_sym_LT_LT] = ACTIONS(1256), + [anon_sym_GT_GT] = ACTIONS(1256), + [anon_sym_PLUS] = ACTIONS(1256), + [anon_sym_DASH] = ACTIONS(1256), + [anon_sym_STAR] = ACTIONS(1256), + [anon_sym_SLASH] = ACTIONS(1256), + [anon_sym_PERCENT] = ACTIONS(1256), + [anon_sym_STAR_STAR] = ACTIONS(1256), + [anon_sym_LT] = ACTIONS(1256), + [anon_sym_GT] = ACTIONS(1256), + [anon_sym_LPAREN] = ACTIONS(1256), + [anon_sym_RPAREN] = ACTIONS(1256), + [anon_sym_PIPE] = ACTIONS(1256), + [anon_sym_SEMI_SEMI] = ACTIONS(1256), + [anon_sym_PIPE_AMP] = ACTIONS(1256), + [anon_sym_EQ_TILDE] = ACTIONS(1256), + [anon_sym_AMP_GT] = ACTIONS(1256), + [anon_sym_AMP_GT_GT] = ACTIONS(1256), + [anon_sym_LT_AMP] = ACTIONS(1256), + [anon_sym_GT_AMP] = ACTIONS(1256), + [anon_sym_GT_PIPE] = ACTIONS(1256), + [anon_sym_LT_LT_DASH] = ACTIONS(1256), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1258), + [anon_sym_LT_LT_LT] = ACTIONS(1256), + [anon_sym_AMP] = ACTIONS(1256), + [anon_sym_CARET] = ACTIONS(1256), + [anon_sym_QMARK] = ACTIONS(1256), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1256), + [aux_sym_concatenation_token1] = ACTIONS(1256), + [anon_sym_DOLLAR] = ACTIONS(1256), + [sym__special_character] = ACTIONS(1256), + [anon_sym_DQUOTE] = ACTIONS(1256), + [sym_raw_string] = ACTIONS(1256), + [sym_ansi_c_string] = ACTIONS(1256), + [aux_sym_number_token1] = ACTIONS(1256), + [aux_sym_number_token2] = ACTIONS(1256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1256), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1256), + [anon_sym_BQUOTE] = ACTIONS(1256), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1256), + [anon_sym_LT_LPAREN] = ACTIONS(1256), + [anon_sym_GT_LPAREN] = ACTIONS(1256), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1269), - [sym__concat] = ACTIONS(1269), - [sym_test_operator] = ACTIONS(1269), - [sym__bare_dollar] = ACTIONS(1269), - [sym__brace_start] = ACTIONS(1269), + [sym_file_descriptor] = ACTIONS(1258), + [sym__concat] = ACTIONS(1258), + [sym_test_operator] = ACTIONS(1258), + [sym__bare_dollar] = ACTIONS(1258), + [sym__brace_start] = ACTIONS(1258), }, [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_word] = ACTIONS(1260), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1260), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1260), + [anon_sym_SEMI] = ACTIONS(1260), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_PLUS_PLUS] = ACTIONS(1260), + [anon_sym_DASH_DASH] = ACTIONS(1260), + [anon_sym_PLUS_EQ] = ACTIONS(1260), + [anon_sym_DASH_EQ] = ACTIONS(1260), + [anon_sym_STAR_EQ] = ACTIONS(1260), + [anon_sym_SLASH_EQ] = ACTIONS(1260), + [anon_sym_PERCENT_EQ] = ACTIONS(1260), + [anon_sym_LT_LT_EQ] = ACTIONS(1260), + [anon_sym_GT_GT_EQ] = ACTIONS(1260), + [anon_sym_AMP_EQ] = ACTIONS(1260), + [anon_sym_CARET_EQ] = ACTIONS(1260), + [anon_sym_PIPE_EQ] = ACTIONS(1260), + [anon_sym_EQ_EQ] = ACTIONS(1260), + [anon_sym_BANG_EQ] = ACTIONS(1260), + [anon_sym_LT_EQ] = ACTIONS(1260), + [anon_sym_GT_EQ] = ACTIONS(1260), + [anon_sym_AMP_AMP] = ACTIONS(1260), + [anon_sym_PIPE_PIPE] = ACTIONS(1260), + [anon_sym_LT_LT] = ACTIONS(1260), + [anon_sym_GT_GT] = ACTIONS(1260), + [anon_sym_PLUS] = ACTIONS(1260), + [anon_sym_DASH] = ACTIONS(1260), + [anon_sym_STAR] = ACTIONS(1260), + [anon_sym_SLASH] = ACTIONS(1260), + [anon_sym_PERCENT] = ACTIONS(1260), + [anon_sym_STAR_STAR] = ACTIONS(1260), + [anon_sym_LT] = ACTIONS(1260), + [anon_sym_GT] = ACTIONS(1260), + [anon_sym_LPAREN] = ACTIONS(1260), + [anon_sym_RPAREN] = ACTIONS(1260), + [anon_sym_PIPE] = ACTIONS(1260), + [anon_sym_SEMI_SEMI] = ACTIONS(1260), + [anon_sym_PIPE_AMP] = ACTIONS(1260), + [anon_sym_EQ_TILDE] = ACTIONS(1260), + [anon_sym_AMP_GT] = ACTIONS(1260), + [anon_sym_AMP_GT_GT] = ACTIONS(1260), + [anon_sym_LT_AMP] = ACTIONS(1260), + [anon_sym_GT_AMP] = ACTIONS(1260), + [anon_sym_GT_PIPE] = ACTIONS(1260), + [anon_sym_LT_LT_DASH] = ACTIONS(1260), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1262), + [anon_sym_LT_LT_LT] = ACTIONS(1260), + [anon_sym_AMP] = ACTIONS(1260), + [anon_sym_CARET] = ACTIONS(1260), + [anon_sym_QMARK] = ACTIONS(1260), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1260), + [aux_sym_concatenation_token1] = ACTIONS(1260), + [anon_sym_DOLLAR] = ACTIONS(1260), + [sym__special_character] = ACTIONS(1260), + [anon_sym_DQUOTE] = ACTIONS(1260), + [sym_raw_string] = ACTIONS(1260), + [sym_ansi_c_string] = ACTIONS(1260), + [aux_sym_number_token1] = ACTIONS(1260), + [aux_sym_number_token2] = ACTIONS(1260), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1260), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1260), + [anon_sym_BQUOTE] = ACTIONS(1260), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1260), + [anon_sym_LT_LPAREN] = ACTIONS(1260), + [anon_sym_GT_LPAREN] = ACTIONS(1260), [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(1262), + [sym__concat] = ACTIONS(1262), + [sym_test_operator] = ACTIONS(1262), + [sym__bare_dollar] = ACTIONS(1262), + [sym__brace_start] = ACTIONS(1262), }, [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_word] = ACTIONS(1264), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1264), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1264), + [anon_sym_SEMI] = ACTIONS(1264), + [anon_sym_EQ] = ACTIONS(1264), + [anon_sym_PLUS_PLUS] = ACTIONS(1264), + [anon_sym_DASH_DASH] = ACTIONS(1264), + [anon_sym_PLUS_EQ] = ACTIONS(1264), + [anon_sym_DASH_EQ] = ACTIONS(1264), + [anon_sym_STAR_EQ] = ACTIONS(1264), + [anon_sym_SLASH_EQ] = ACTIONS(1264), + [anon_sym_PERCENT_EQ] = ACTIONS(1264), + [anon_sym_LT_LT_EQ] = ACTIONS(1264), + [anon_sym_GT_GT_EQ] = ACTIONS(1264), + [anon_sym_AMP_EQ] = ACTIONS(1264), + [anon_sym_CARET_EQ] = ACTIONS(1264), + [anon_sym_PIPE_EQ] = ACTIONS(1264), + [anon_sym_EQ_EQ] = ACTIONS(1264), + [anon_sym_BANG_EQ] = ACTIONS(1264), + [anon_sym_LT_EQ] = ACTIONS(1264), + [anon_sym_GT_EQ] = ACTIONS(1264), + [anon_sym_AMP_AMP] = ACTIONS(1264), + [anon_sym_PIPE_PIPE] = ACTIONS(1264), + [anon_sym_LT_LT] = ACTIONS(1264), + [anon_sym_GT_GT] = ACTIONS(1264), + [anon_sym_PLUS] = ACTIONS(1264), + [anon_sym_DASH] = ACTIONS(1264), + [anon_sym_STAR] = ACTIONS(1264), + [anon_sym_SLASH] = ACTIONS(1264), + [anon_sym_PERCENT] = ACTIONS(1264), + [anon_sym_STAR_STAR] = ACTIONS(1264), + [anon_sym_LT] = ACTIONS(1264), + [anon_sym_GT] = ACTIONS(1264), + [anon_sym_LPAREN] = ACTIONS(1264), + [anon_sym_RPAREN] = ACTIONS(1264), + [anon_sym_PIPE] = ACTIONS(1264), + [anon_sym_SEMI_SEMI] = ACTIONS(1264), + [anon_sym_PIPE_AMP] = ACTIONS(1264), + [anon_sym_EQ_TILDE] = ACTIONS(1264), + [anon_sym_AMP_GT] = ACTIONS(1264), + [anon_sym_AMP_GT_GT] = ACTIONS(1264), + [anon_sym_LT_AMP] = ACTIONS(1264), + [anon_sym_GT_AMP] = ACTIONS(1264), + [anon_sym_GT_PIPE] = ACTIONS(1264), + [anon_sym_LT_LT_DASH] = ACTIONS(1264), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1266), + [anon_sym_LT_LT_LT] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1264), + [anon_sym_CARET] = ACTIONS(1264), + [anon_sym_QMARK] = ACTIONS(1264), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1264), + [aux_sym_concatenation_token1] = ACTIONS(1264), + [anon_sym_DOLLAR] = ACTIONS(1264), + [sym__special_character] = ACTIONS(1264), + [anon_sym_DQUOTE] = ACTIONS(1264), + [sym_raw_string] = ACTIONS(1264), + [sym_ansi_c_string] = ACTIONS(1264), + [aux_sym_number_token1] = ACTIONS(1264), + [aux_sym_number_token2] = ACTIONS(1264), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1264), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1264), + [anon_sym_BQUOTE] = ACTIONS(1264), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1264), + [anon_sym_LT_LPAREN] = ACTIONS(1264), + [anon_sym_GT_LPAREN] = ACTIONS(1264), [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(1266), + [sym__concat] = ACTIONS(1266), + [sym_test_operator] = ACTIONS(1266), + [sym__bare_dollar] = ACTIONS(1266), + [sym__brace_start] = ACTIONS(1266), }, [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_word] = ACTIONS(1268), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1268), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1268), + [anon_sym_SEMI] = ACTIONS(1268), + [anon_sym_EQ] = ACTIONS(1268), + [anon_sym_PLUS_PLUS] = ACTIONS(1268), + [anon_sym_DASH_DASH] = ACTIONS(1268), + [anon_sym_PLUS_EQ] = ACTIONS(1268), + [anon_sym_DASH_EQ] = ACTIONS(1268), + [anon_sym_STAR_EQ] = ACTIONS(1268), + [anon_sym_SLASH_EQ] = ACTIONS(1268), + [anon_sym_PERCENT_EQ] = ACTIONS(1268), + [anon_sym_LT_LT_EQ] = ACTIONS(1268), + [anon_sym_GT_GT_EQ] = ACTIONS(1268), + [anon_sym_AMP_EQ] = ACTIONS(1268), + [anon_sym_CARET_EQ] = ACTIONS(1268), + [anon_sym_PIPE_EQ] = ACTIONS(1268), + [anon_sym_EQ_EQ] = ACTIONS(1268), + [anon_sym_BANG_EQ] = ACTIONS(1268), + [anon_sym_LT_EQ] = ACTIONS(1268), + [anon_sym_GT_EQ] = ACTIONS(1268), + [anon_sym_AMP_AMP] = ACTIONS(1268), + [anon_sym_PIPE_PIPE] = ACTIONS(1268), + [anon_sym_LT_LT] = ACTIONS(1268), + [anon_sym_GT_GT] = ACTIONS(1268), + [anon_sym_PLUS] = ACTIONS(1268), + [anon_sym_DASH] = ACTIONS(1268), + [anon_sym_STAR] = ACTIONS(1268), + [anon_sym_SLASH] = ACTIONS(1268), + [anon_sym_PERCENT] = ACTIONS(1268), + [anon_sym_STAR_STAR] = ACTIONS(1268), + [anon_sym_LT] = ACTIONS(1268), + [anon_sym_GT] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_RPAREN] = ACTIONS(1268), + [anon_sym_PIPE] = ACTIONS(1268), + [anon_sym_SEMI_SEMI] = ACTIONS(1268), + [anon_sym_PIPE_AMP] = ACTIONS(1268), + [anon_sym_EQ_TILDE] = ACTIONS(1268), + [anon_sym_AMP_GT] = ACTIONS(1268), + [anon_sym_AMP_GT_GT] = ACTIONS(1268), + [anon_sym_LT_AMP] = ACTIONS(1268), + [anon_sym_GT_AMP] = ACTIONS(1268), + [anon_sym_GT_PIPE] = ACTIONS(1268), + [anon_sym_LT_LT_DASH] = ACTIONS(1268), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1270), + [anon_sym_LT_LT_LT] = ACTIONS(1268), + [anon_sym_AMP] = ACTIONS(1268), + [anon_sym_CARET] = ACTIONS(1268), + [anon_sym_QMARK] = ACTIONS(1268), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1268), + [aux_sym_concatenation_token1] = ACTIONS(1268), + [anon_sym_DOLLAR] = ACTIONS(1268), + [sym__special_character] = ACTIONS(1268), + [anon_sym_DQUOTE] = ACTIONS(1268), + [sym_raw_string] = ACTIONS(1268), + [sym_ansi_c_string] = ACTIONS(1268), + [aux_sym_number_token1] = ACTIONS(1268), + [aux_sym_number_token2] = ACTIONS(1268), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1268), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1268), + [anon_sym_BQUOTE] = ACTIONS(1268), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1268), + [anon_sym_LT_LPAREN] = ACTIONS(1268), + [anon_sym_GT_LPAREN] = ACTIONS(1268), [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), + [sym_file_descriptor] = ACTIONS(1270), + [sym__concat] = ACTIONS(1270), + [sym_test_operator] = ACTIONS(1270), + [sym__bare_dollar] = ACTIONS(1270), + [sym__brace_start] = ACTIONS(1270), }, [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), + [aux_sym_concatenation_repeat1] = STATE(348), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_SEMI] = ACTIONS(1169), + [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(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1171), + [anon_sym_GT_EQ] = ACTIONS(1171), + [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(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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [aux_sym_concatenation_token1] = ACTIONS(244), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), [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(1176), + [sym__concat] = ACTIONS(266), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [362] = { - [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), + [aux_sym__literal_repeat1] = STATE(363), + [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_LPAREN] = ACTIONS(189), + [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(1272), + [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(1237), - [sym__concat] = ACTIONS(1237), - [sym_test_operator] = ACTIONS(1237), - [sym__bare_dollar] = ACTIONS(1237), - [sym__brace_start] = ACTIONS(1237), + [sym_file_descriptor] = ACTIONS(220), + [sym_test_operator] = ACTIONS(352), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), }, [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), + [aux_sym__literal_repeat1] = STATE(363), + [sym_word] = ACTIONS(1274), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1274), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1274), + [anon_sym_SEMI] = ACTIONS(1274), + [anon_sym_EQ] = ACTIONS(1274), + [anon_sym_PLUS_PLUS] = ACTIONS(1274), + [anon_sym_DASH_DASH] = ACTIONS(1274), + [anon_sym_PLUS_EQ] = ACTIONS(1274), + [anon_sym_DASH_EQ] = ACTIONS(1274), + [anon_sym_STAR_EQ] = ACTIONS(1274), + [anon_sym_SLASH_EQ] = ACTIONS(1274), + [anon_sym_PERCENT_EQ] = ACTIONS(1274), + [anon_sym_LT_LT_EQ] = ACTIONS(1274), + [anon_sym_GT_GT_EQ] = ACTIONS(1274), + [anon_sym_AMP_EQ] = ACTIONS(1274), + [anon_sym_CARET_EQ] = ACTIONS(1274), + [anon_sym_PIPE_EQ] = ACTIONS(1274), + [anon_sym_EQ_EQ] = ACTIONS(1274), + [anon_sym_BANG_EQ] = ACTIONS(1274), + [anon_sym_LT_EQ] = ACTIONS(1274), + [anon_sym_GT_EQ] = ACTIONS(1274), + [anon_sym_AMP_AMP] = ACTIONS(1274), + [anon_sym_PIPE_PIPE] = ACTIONS(1274), + [anon_sym_LT_LT] = ACTIONS(1274), + [anon_sym_GT_GT] = ACTIONS(1274), + [anon_sym_PLUS] = ACTIONS(1274), + [anon_sym_DASH] = ACTIONS(1274), + [anon_sym_STAR] = ACTIONS(1274), + [anon_sym_SLASH] = ACTIONS(1274), + [anon_sym_PERCENT] = ACTIONS(1274), + [anon_sym_STAR_STAR] = ACTIONS(1274), + [anon_sym_LT] = ACTIONS(1274), + [anon_sym_GT] = ACTIONS(1274), + [anon_sym_LPAREN] = ACTIONS(1274), + [anon_sym_RPAREN] = ACTIONS(1274), + [anon_sym_PIPE] = ACTIONS(1274), + [anon_sym_SEMI_SEMI] = ACTIONS(1274), + [anon_sym_PIPE_AMP] = ACTIONS(1274), + [anon_sym_EQ_TILDE] = ACTIONS(1274), + [anon_sym_AMP_GT] = ACTIONS(1274), + [anon_sym_AMP_GT_GT] = ACTIONS(1274), + [anon_sym_LT_AMP] = ACTIONS(1274), + [anon_sym_GT_AMP] = ACTIONS(1274), + [anon_sym_GT_PIPE] = ACTIONS(1274), + [anon_sym_LT_LT_DASH] = ACTIONS(1274), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1276), + [anon_sym_LT_LT_LT] = ACTIONS(1274), + [anon_sym_AMP] = ACTIONS(1274), + [anon_sym_CARET] = ACTIONS(1274), + [anon_sym_QMARK] = ACTIONS(1274), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1274), + [anon_sym_DOLLAR] = ACTIONS(1274), + [sym__special_character] = ACTIONS(1278), + [anon_sym_DQUOTE] = ACTIONS(1274), + [sym_raw_string] = ACTIONS(1274), + [sym_ansi_c_string] = ACTIONS(1274), + [aux_sym_number_token1] = ACTIONS(1274), + [aux_sym_number_token2] = ACTIONS(1274), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1274), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1274), + [anon_sym_BQUOTE] = ACTIONS(1274), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1274), + [anon_sym_LT_LPAREN] = ACTIONS(1274), + [anon_sym_GT_LPAREN] = ACTIONS(1274), [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), + [sym_file_descriptor] = ACTIONS(1276), + [sym_test_operator] = ACTIONS(1276), + [sym__bare_dollar] = ACTIONS(1276), + [sym__brace_start] = ACTIONS(1276), }, [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_word] = ACTIONS(1204), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1204), + [anon_sym_SEMI] = ACTIONS(1204), + [anon_sym_EQ] = ACTIONS(1204), + [anon_sym_PLUS_PLUS] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1204), + [anon_sym_PLUS_EQ] = ACTIONS(1204), + [anon_sym_DASH_EQ] = ACTIONS(1204), + [anon_sym_STAR_EQ] = ACTIONS(1204), + [anon_sym_SLASH_EQ] = ACTIONS(1204), + [anon_sym_PERCENT_EQ] = ACTIONS(1204), + [anon_sym_LT_LT_EQ] = ACTIONS(1204), + [anon_sym_GT_GT_EQ] = ACTIONS(1204), + [anon_sym_AMP_EQ] = ACTIONS(1204), + [anon_sym_CARET_EQ] = ACTIONS(1204), + [anon_sym_PIPE_EQ] = ACTIONS(1204), + [anon_sym_EQ_EQ] = ACTIONS(1204), + [anon_sym_BANG_EQ] = ACTIONS(1204), + [anon_sym_LT_EQ] = ACTIONS(1204), + [anon_sym_GT_EQ] = ACTIONS(1204), + [anon_sym_AMP_AMP] = ACTIONS(1204), + [anon_sym_PIPE_PIPE] = ACTIONS(1204), + [anon_sym_LT_LT] = ACTIONS(1204), + [anon_sym_GT_GT] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_SLASH] = ACTIONS(1204), + [anon_sym_PERCENT] = ACTIONS(1204), + [anon_sym_STAR_STAR] = ACTIONS(1204), + [anon_sym_LT] = ACTIONS(1204), + [anon_sym_GT] = ACTIONS(1204), + [anon_sym_LPAREN] = ACTIONS(1204), + [anon_sym_RPAREN] = ACTIONS(1204), + [anon_sym_PIPE] = ACTIONS(1204), + [anon_sym_SEMI_SEMI] = ACTIONS(1204), + [anon_sym_PIPE_AMP] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1204), + [anon_sym_AMP_GT] = ACTIONS(1204), + [anon_sym_AMP_GT_GT] = ACTIONS(1204), + [anon_sym_LT_AMP] = ACTIONS(1204), + [anon_sym_GT_AMP] = ACTIONS(1204), + [anon_sym_GT_PIPE] = ACTIONS(1204), + [anon_sym_LT_LT_DASH] = ACTIONS(1204), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1206), + [anon_sym_LT_LT_LT] = ACTIONS(1204), + [anon_sym_AMP] = ACTIONS(1204), + [anon_sym_CARET] = ACTIONS(1204), + [anon_sym_QMARK] = ACTIONS(1204), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1204), + [aux_sym_concatenation_token1] = ACTIONS(1204), + [anon_sym_DOLLAR] = ACTIONS(1204), + [sym__special_character] = ACTIONS(1204), + [anon_sym_DQUOTE] = ACTIONS(1204), + [sym_raw_string] = ACTIONS(1204), + [sym_ansi_c_string] = ACTIONS(1204), + [aux_sym_number_token1] = ACTIONS(1204), + [aux_sym_number_token2] = ACTIONS(1204), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1204), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1204), + [anon_sym_BQUOTE] = ACTIONS(1204), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1204), + [anon_sym_LT_LPAREN] = ACTIONS(1204), + [anon_sym_GT_LPAREN] = ACTIONS(1204), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(1206), + [sym__concat] = ACTIONS(1206), + [sym_test_operator] = ACTIONS(1206), + [sym__bare_dollar] = ACTIONS(1206), + [sym__brace_start] = ACTIONS(1206), }, [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_word] = ACTIONS(1212), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1212), + [anon_sym_SEMI] = ACTIONS(1212), + [anon_sym_EQ] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_EQ] = ACTIONS(1212), + [anon_sym_DASH_EQ] = ACTIONS(1212), + [anon_sym_STAR_EQ] = ACTIONS(1212), + [anon_sym_SLASH_EQ] = ACTIONS(1212), + [anon_sym_PERCENT_EQ] = ACTIONS(1212), + [anon_sym_LT_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_EQ] = ACTIONS(1212), + [anon_sym_CARET_EQ] = ACTIONS(1212), + [anon_sym_PIPE_EQ] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1212), + [anon_sym_BANG_EQ] = ACTIONS(1212), + [anon_sym_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_AMP] = ACTIONS(1212), + [anon_sym_PIPE_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_SLASH] = ACTIONS(1212), + [anon_sym_PERCENT] = ACTIONS(1212), + [anon_sym_STAR_STAR] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_LPAREN] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(1212), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_SEMI_SEMI] = ACTIONS(1212), + [anon_sym_PIPE_AMP] = ACTIONS(1212), + [anon_sym_EQ_TILDE] = ACTIONS(1212), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(1212), + [anon_sym_LT_AMP] = ACTIONS(1212), + [anon_sym_GT_AMP] = ACTIONS(1212), + [anon_sym_GT_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT_DASH] = ACTIONS(1212), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1214), + [anon_sym_LT_LT_LT] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_CARET] = ACTIONS(1212), + [anon_sym_QMARK] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1212), + [aux_sym_concatenation_token1] = ACTIONS(1212), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_raw_string] = ACTIONS(1212), + [sym_ansi_c_string] = ACTIONS(1212), + [aux_sym_number_token1] = ACTIONS(1212), + [aux_sym_number_token2] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1212), + [anon_sym_BQUOTE] = ACTIONS(1212), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1212), + [anon_sym_LT_LPAREN] = ACTIONS(1212), + [anon_sym_GT_LPAREN] = ACTIONS(1212), [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), + [sym_file_descriptor] = ACTIONS(1214), + [sym__concat] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [366] = { - [sym_word] = ACTIONS(1239), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1239), - [anon_sym_SEMI] = ACTIONS(1239), - [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(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_AMP] = ACTIONS(1239), - [anon_sym_PIPE_PIPE] = ACTIONS(1239), - [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_RPAREN] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_SEMI_SEMI] = ACTIONS(1239), - [anon_sym_PIPE_AMP] = ACTIONS(1239), - [anon_sym_EQ_TILDE] = ACTIONS(1239), - [anon_sym_AMP_GT] = ACTIONS(1239), - [anon_sym_AMP_GT_GT] = ACTIONS(1239), - [anon_sym_LT_AMP] = ACTIONS(1239), - [anon_sym_GT_AMP] = ACTIONS(1239), - [anon_sym_GT_PIPE] = ACTIONS(1239), - [anon_sym_LT_LT_DASH] = ACTIONS(1239), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1241), - [anon_sym_LT_LT_LT] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1239), - [aux_sym_concatenation_token1] = ACTIONS(1239), - [anon_sym_DOLLAR] = ACTIONS(1239), - [sym__special_character] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [sym_raw_string] = ACTIONS(1239), - [sym_ansi_c_string] = ACTIONS(1239), - [aux_sym_number_token1] = ACTIONS(1239), - [aux_sym_number_token2] = ACTIONS(1239), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1239), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1239), - [anon_sym_LT_LPAREN] = ACTIONS(1239), - [anon_sym_GT_LPAREN] = ACTIONS(1239), + [sym_word] = ACTIONS(1248), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1248), + [anon_sym_SEMI] = ACTIONS(1248), + [anon_sym_EQ] = ACTIONS(1248), + [anon_sym_PLUS_PLUS] = ACTIONS(1248), + [anon_sym_DASH_DASH] = ACTIONS(1248), + [anon_sym_PLUS_EQ] = ACTIONS(1248), + [anon_sym_DASH_EQ] = ACTIONS(1248), + [anon_sym_STAR_EQ] = ACTIONS(1248), + [anon_sym_SLASH_EQ] = ACTIONS(1248), + [anon_sym_PERCENT_EQ] = ACTIONS(1248), + [anon_sym_LT_LT_EQ] = ACTIONS(1248), + [anon_sym_GT_GT_EQ] = ACTIONS(1248), + [anon_sym_AMP_EQ] = ACTIONS(1248), + [anon_sym_CARET_EQ] = ACTIONS(1248), + [anon_sym_PIPE_EQ] = ACTIONS(1248), + [anon_sym_EQ_EQ] = ACTIONS(1248), + [anon_sym_BANG_EQ] = ACTIONS(1248), + [anon_sym_LT_EQ] = ACTIONS(1248), + [anon_sym_GT_EQ] = ACTIONS(1248), + [anon_sym_AMP_AMP] = ACTIONS(1248), + [anon_sym_PIPE_PIPE] = ACTIONS(1248), + [anon_sym_LT_LT] = ACTIONS(1248), + [anon_sym_GT_GT] = ACTIONS(1248), + [anon_sym_PLUS] = ACTIONS(1248), + [anon_sym_DASH] = ACTIONS(1248), + [anon_sym_STAR] = ACTIONS(1248), + [anon_sym_SLASH] = ACTIONS(1248), + [anon_sym_PERCENT] = ACTIONS(1248), + [anon_sym_STAR_STAR] = ACTIONS(1248), + [anon_sym_LT] = ACTIONS(1248), + [anon_sym_GT] = ACTIONS(1248), + [anon_sym_LPAREN] = ACTIONS(1248), + [anon_sym_RPAREN] = ACTIONS(1248), + [anon_sym_PIPE] = ACTIONS(1248), + [anon_sym_SEMI_SEMI] = ACTIONS(1248), + [anon_sym_PIPE_AMP] = ACTIONS(1248), + [anon_sym_EQ_TILDE] = ACTIONS(1248), + [anon_sym_AMP_GT] = ACTIONS(1248), + [anon_sym_AMP_GT_GT] = ACTIONS(1248), + [anon_sym_LT_AMP] = ACTIONS(1248), + [anon_sym_GT_AMP] = ACTIONS(1248), + [anon_sym_GT_PIPE] = ACTIONS(1248), + [anon_sym_LT_LT_DASH] = ACTIONS(1248), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1250), + [anon_sym_LT_LT_LT] = ACTIONS(1248), + [anon_sym_AMP] = ACTIONS(1248), + [anon_sym_CARET] = ACTIONS(1248), + [anon_sym_QMARK] = ACTIONS(1248), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1248), + [aux_sym_concatenation_token1] = ACTIONS(1248), + [anon_sym_DOLLAR] = ACTIONS(1248), + [sym__special_character] = ACTIONS(1248), + [anon_sym_DQUOTE] = ACTIONS(1248), + [sym_raw_string] = ACTIONS(1248), + [sym_ansi_c_string] = ACTIONS(1248), + [aux_sym_number_token1] = ACTIONS(1248), + [aux_sym_number_token2] = ACTIONS(1248), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1248), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1248), + [anon_sym_BQUOTE] = ACTIONS(1248), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1248), + [anon_sym_LT_LPAREN] = ACTIONS(1248), + [anon_sym_GT_LPAREN] = ACTIONS(1248), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1241), - [sym__concat] = ACTIONS(1241), - [sym_test_operator] = ACTIONS(1241), - [sym__bare_dollar] = ACTIONS(1241), - [sym__brace_start] = ACTIONS(1241), + [sym_file_descriptor] = ACTIONS(1250), + [sym__concat] = ACTIONS(1250), + [sym_test_operator] = ACTIONS(1250), + [sym__bare_dollar] = ACTIONS(1250), + [sym__brace_start] = ACTIONS(1250), }, [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), + [sym_word] = ACTIONS(1268), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1268), + [anon_sym_SEMI] = ACTIONS(1268), + [anon_sym_EQ] = ACTIONS(1268), + [anon_sym_PLUS_PLUS] = ACTIONS(1268), + [anon_sym_DASH_DASH] = ACTIONS(1268), + [anon_sym_PLUS_EQ] = ACTIONS(1268), + [anon_sym_DASH_EQ] = ACTIONS(1268), + [anon_sym_STAR_EQ] = ACTIONS(1268), + [anon_sym_SLASH_EQ] = ACTIONS(1268), + [anon_sym_PERCENT_EQ] = ACTIONS(1268), + [anon_sym_LT_LT_EQ] = ACTIONS(1268), + [anon_sym_GT_GT_EQ] = ACTIONS(1268), + [anon_sym_AMP_EQ] = ACTIONS(1268), + [anon_sym_CARET_EQ] = ACTIONS(1268), + [anon_sym_PIPE_EQ] = ACTIONS(1268), + [anon_sym_EQ_EQ] = ACTIONS(1268), + [anon_sym_BANG_EQ] = ACTIONS(1268), + [anon_sym_LT_EQ] = ACTIONS(1268), + [anon_sym_GT_EQ] = ACTIONS(1268), + [anon_sym_AMP_AMP] = ACTIONS(1268), + [anon_sym_PIPE_PIPE] = ACTIONS(1268), + [anon_sym_LT_LT] = ACTIONS(1268), + [anon_sym_GT_GT] = ACTIONS(1268), + [anon_sym_PLUS] = ACTIONS(1268), + [anon_sym_DASH] = ACTIONS(1268), + [anon_sym_STAR] = ACTIONS(1268), + [anon_sym_SLASH] = ACTIONS(1268), + [anon_sym_PERCENT] = ACTIONS(1268), + [anon_sym_STAR_STAR] = ACTIONS(1268), + [anon_sym_LT] = ACTIONS(1268), + [anon_sym_GT] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_RPAREN] = ACTIONS(1268), + [anon_sym_PIPE] = ACTIONS(1268), + [anon_sym_SEMI_SEMI] = ACTIONS(1268), + [anon_sym_PIPE_AMP] = ACTIONS(1268), + [anon_sym_EQ_TILDE] = ACTIONS(1268), + [anon_sym_AMP_GT] = ACTIONS(1268), + [anon_sym_AMP_GT_GT] = ACTIONS(1268), + [anon_sym_LT_AMP] = ACTIONS(1268), + [anon_sym_GT_AMP] = ACTIONS(1268), + [anon_sym_GT_PIPE] = ACTIONS(1268), + [anon_sym_LT_LT_DASH] = ACTIONS(1268), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1270), + [anon_sym_LT_LT_LT] = ACTIONS(1268), + [anon_sym_AMP] = ACTIONS(1268), + [anon_sym_CARET] = ACTIONS(1268), + [anon_sym_QMARK] = ACTIONS(1268), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1268), + [aux_sym_concatenation_token1] = ACTIONS(1268), + [anon_sym_DOLLAR] = ACTIONS(1268), + [sym__special_character] = ACTIONS(1268), + [anon_sym_DQUOTE] = ACTIONS(1268), + [sym_raw_string] = ACTIONS(1268), + [sym_ansi_c_string] = ACTIONS(1268), + [aux_sym_number_token1] = ACTIONS(1268), + [aux_sym_number_token2] = ACTIONS(1268), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1268), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1268), + [anon_sym_BQUOTE] = ACTIONS(1268), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1268), + [anon_sym_LT_LPAREN] = ACTIONS(1268), + [anon_sym_GT_LPAREN] = ACTIONS(1268), [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(1270), + [sym__concat] = ACTIONS(1270), + [sym_test_operator] = ACTIONS(1270), + [sym__bare_dollar] = ACTIONS(1270), + [sym__brace_start] = ACTIONS(1270), }, [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), + [sym_word] = ACTIONS(1208), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1208), + [anon_sym_SEMI] = ACTIONS(1208), + [anon_sym_EQ] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1208), + [anon_sym_PLUS_EQ] = ACTIONS(1208), + [anon_sym_DASH_EQ] = ACTIONS(1208), + [anon_sym_STAR_EQ] = ACTIONS(1208), + [anon_sym_SLASH_EQ] = ACTIONS(1208), + [anon_sym_PERCENT_EQ] = ACTIONS(1208), + [anon_sym_LT_LT_EQ] = ACTIONS(1208), + [anon_sym_GT_GT_EQ] = ACTIONS(1208), + [anon_sym_AMP_EQ] = ACTIONS(1208), + [anon_sym_CARET_EQ] = ACTIONS(1208), + [anon_sym_PIPE_EQ] = ACTIONS(1208), + [anon_sym_EQ_EQ] = ACTIONS(1208), + [anon_sym_BANG_EQ] = ACTIONS(1208), + [anon_sym_LT_EQ] = ACTIONS(1208), + [anon_sym_GT_EQ] = ACTIONS(1208), + [anon_sym_AMP_AMP] = ACTIONS(1208), + [anon_sym_PIPE_PIPE] = ACTIONS(1208), + [anon_sym_LT_LT] = ACTIONS(1208), + [anon_sym_GT_GT] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_STAR] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1208), + [anon_sym_PERCENT] = ACTIONS(1208), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_LT] = ACTIONS(1208), + [anon_sym_GT] = ACTIONS(1208), + [anon_sym_LPAREN] = ACTIONS(1208), + [anon_sym_RPAREN] = ACTIONS(1208), + [anon_sym_PIPE] = ACTIONS(1208), + [anon_sym_SEMI_SEMI] = ACTIONS(1208), + [anon_sym_PIPE_AMP] = ACTIONS(1208), + [anon_sym_EQ_TILDE] = ACTIONS(1208), + [anon_sym_AMP_GT] = ACTIONS(1208), + [anon_sym_AMP_GT_GT] = ACTIONS(1208), + [anon_sym_LT_AMP] = ACTIONS(1208), + [anon_sym_GT_AMP] = ACTIONS(1208), + [anon_sym_GT_PIPE] = ACTIONS(1208), + [anon_sym_LT_LT_DASH] = ACTIONS(1208), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1210), + [anon_sym_LT_LT_LT] = ACTIONS(1208), + [anon_sym_AMP] = ACTIONS(1208), + [anon_sym_CARET] = ACTIONS(1208), + [anon_sym_QMARK] = ACTIONS(1208), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1208), + [aux_sym_concatenation_token1] = ACTIONS(1208), + [anon_sym_DOLLAR] = ACTIONS(1208), + [sym__special_character] = ACTIONS(1208), + [anon_sym_DQUOTE] = ACTIONS(1208), + [sym_raw_string] = ACTIONS(1208), + [sym_ansi_c_string] = ACTIONS(1208), + [aux_sym_number_token1] = ACTIONS(1208), + [aux_sym_number_token2] = ACTIONS(1208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1208), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1208), + [anon_sym_BQUOTE] = ACTIONS(1208), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1208), + [anon_sym_LT_LPAREN] = ACTIONS(1208), + [anon_sym_GT_LPAREN] = ACTIONS(1208), [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(1210), + [sym__concat] = ACTIONS(1210), + [sym_test_operator] = ACTIONS(1210), + [sym__bare_dollar] = ACTIONS(1210), + [sym__brace_start] = ACTIONS(1210), }, [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), + [sym_word] = ACTIONS(1234), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1234), + [anon_sym_SEMI] = ACTIONS(1234), + [anon_sym_EQ] = ACTIONS(1234), + [anon_sym_PLUS_PLUS] = ACTIONS(1234), + [anon_sym_DASH_DASH] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(1234), + [anon_sym_DASH_EQ] = ACTIONS(1234), + [anon_sym_STAR_EQ] = ACTIONS(1234), + [anon_sym_SLASH_EQ] = ACTIONS(1234), + [anon_sym_PERCENT_EQ] = ACTIONS(1234), + [anon_sym_LT_LT_EQ] = ACTIONS(1234), + [anon_sym_GT_GT_EQ] = ACTIONS(1234), + [anon_sym_AMP_EQ] = ACTIONS(1234), + [anon_sym_CARET_EQ] = ACTIONS(1234), + [anon_sym_PIPE_EQ] = ACTIONS(1234), + [anon_sym_EQ_EQ] = ACTIONS(1234), + [anon_sym_BANG_EQ] = ACTIONS(1234), + [anon_sym_LT_EQ] = ACTIONS(1234), + [anon_sym_GT_EQ] = ACTIONS(1234), + [anon_sym_AMP_AMP] = ACTIONS(1234), + [anon_sym_PIPE_PIPE] = ACTIONS(1234), + [anon_sym_LT_LT] = ACTIONS(1234), + [anon_sym_GT_GT] = ACTIONS(1234), + [anon_sym_PLUS] = ACTIONS(1234), + [anon_sym_DASH] = ACTIONS(1234), + [anon_sym_STAR] = ACTIONS(1234), + [anon_sym_SLASH] = ACTIONS(1234), + [anon_sym_PERCENT] = ACTIONS(1234), + [anon_sym_STAR_STAR] = ACTIONS(1234), + [anon_sym_LT] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(1234), + [anon_sym_LPAREN] = ACTIONS(1234), + [anon_sym_RPAREN] = ACTIONS(1234), + [anon_sym_PIPE] = ACTIONS(1234), + [anon_sym_SEMI_SEMI] = ACTIONS(1234), + [anon_sym_PIPE_AMP] = ACTIONS(1234), + [anon_sym_EQ_TILDE] = ACTIONS(1234), + [anon_sym_AMP_GT] = ACTIONS(1234), + [anon_sym_AMP_GT_GT] = ACTIONS(1234), + [anon_sym_LT_AMP] = ACTIONS(1234), + [anon_sym_GT_AMP] = ACTIONS(1234), + [anon_sym_GT_PIPE] = ACTIONS(1234), + [anon_sym_LT_LT_DASH] = ACTIONS(1234), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1236), + [anon_sym_LT_LT_LT] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(1234), + [anon_sym_CARET] = ACTIONS(1234), + [anon_sym_QMARK] = ACTIONS(1234), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1234), + [aux_sym_concatenation_token1] = ACTIONS(1234), + [anon_sym_DOLLAR] = ACTIONS(1234), + [sym__special_character] = ACTIONS(1234), + [anon_sym_DQUOTE] = ACTIONS(1234), + [sym_raw_string] = ACTIONS(1234), + [sym_ansi_c_string] = ACTIONS(1234), + [aux_sym_number_token1] = ACTIONS(1234), + [aux_sym_number_token2] = ACTIONS(1234), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1234), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1234), + [anon_sym_BQUOTE] = ACTIONS(1234), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1234), + [anon_sym_LT_LPAREN] = ACTIONS(1234), + [anon_sym_GT_LPAREN] = ACTIONS(1234), [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(1236), + [sym__concat] = ACTIONS(1236), + [sym_test_operator] = ACTIONS(1236), + [sym__bare_dollar] = ACTIONS(1236), + [sym__brace_start] = ACTIONS(1236), }, [370] = { - [aux_sym__literal_repeat1] = STATE(370), - [sym_word] = ACTIONS(1273), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1273), - [anon_sym_RPAREN_RPAREN] = 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(1277), - [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_word] = ACTIONS(1159), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1159), + [anon_sym_SEMI] = ACTIONS(1159), + [anon_sym_EQ] = ACTIONS(1159), + [anon_sym_PLUS_PLUS] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1159), + [anon_sym_PLUS_EQ] = ACTIONS(1159), + [anon_sym_DASH_EQ] = ACTIONS(1159), + [anon_sym_STAR_EQ] = ACTIONS(1159), + [anon_sym_SLASH_EQ] = ACTIONS(1159), + [anon_sym_PERCENT_EQ] = ACTIONS(1159), + [anon_sym_LT_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_EQ] = ACTIONS(1159), + [anon_sym_CARET_EQ] = ACTIONS(1159), + [anon_sym_PIPE_EQ] = ACTIONS(1159), + [anon_sym_EQ_EQ] = ACTIONS(1159), + [anon_sym_BANG_EQ] = ACTIONS(1159), + [anon_sym_LT_EQ] = ACTIONS(1159), + [anon_sym_GT_EQ] = ACTIONS(1159), + [anon_sym_AMP_AMP] = ACTIONS(1159), + [anon_sym_PIPE_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT] = ACTIONS(1159), + [anon_sym_GT_GT] = ACTIONS(1159), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_STAR_STAR] = ACTIONS(1159), + [anon_sym_LT] = ACTIONS(1159), + [anon_sym_GT] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1159), + [anon_sym_RPAREN] = ACTIONS(1159), + [anon_sym_PIPE] = ACTIONS(1159), + [anon_sym_SEMI_SEMI] = ACTIONS(1159), + [anon_sym_PIPE_AMP] = ACTIONS(1159), + [anon_sym_EQ_TILDE] = ACTIONS(1159), + [anon_sym_AMP_GT] = ACTIONS(1159), + [anon_sym_AMP_GT_GT] = ACTIONS(1159), + [anon_sym_LT_AMP] = ACTIONS(1159), + [anon_sym_GT_AMP] = ACTIONS(1159), + [anon_sym_GT_PIPE] = ACTIONS(1159), + [anon_sym_LT_LT_DASH] = ACTIONS(1159), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1161), + [anon_sym_LT_LT_LT] = ACTIONS(1159), + [anon_sym_AMP] = ACTIONS(1159), + [anon_sym_CARET] = ACTIONS(1159), + [anon_sym_QMARK] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1159), + [aux_sym_concatenation_token1] = ACTIONS(1159), + [anon_sym_DOLLAR] = ACTIONS(1159), + [sym__special_character] = ACTIONS(1159), + [anon_sym_DQUOTE] = ACTIONS(1159), + [sym_raw_string] = ACTIONS(1159), + [sym_ansi_c_string] = ACTIONS(1159), + [aux_sym_number_token1] = ACTIONS(1159), + [aux_sym_number_token2] = ACTIONS(1159), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1159), + [anon_sym_BQUOTE] = ACTIONS(1159), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1159), + [anon_sym_LT_LPAREN] = ACTIONS(1159), + [anon_sym_GT_LPAREN] = ACTIONS(1159), [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(1161), + [sym__concat] = ACTIONS(1161), + [sym_test_operator] = ACTIONS(1161), + [sym__bare_dollar] = ACTIONS(1161), + [sym__brace_start] = ACTIONS(1161), }, [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), + [aux_sym__literal_repeat1] = STATE(363), + [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_LPAREN] = ACTIONS(189), + [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(1272), + [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(218), + [sym_file_descriptor] = ACTIONS(220), [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), }, [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_word] = ACTIONS(1264), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1264), + [anon_sym_SEMI] = ACTIONS(1264), + [anon_sym_EQ] = ACTIONS(1264), + [anon_sym_PLUS_PLUS] = ACTIONS(1264), + [anon_sym_DASH_DASH] = ACTIONS(1264), + [anon_sym_PLUS_EQ] = ACTIONS(1264), + [anon_sym_DASH_EQ] = ACTIONS(1264), + [anon_sym_STAR_EQ] = ACTIONS(1264), + [anon_sym_SLASH_EQ] = ACTIONS(1264), + [anon_sym_PERCENT_EQ] = ACTIONS(1264), + [anon_sym_LT_LT_EQ] = ACTIONS(1264), + [anon_sym_GT_GT_EQ] = ACTIONS(1264), + [anon_sym_AMP_EQ] = ACTIONS(1264), + [anon_sym_CARET_EQ] = ACTIONS(1264), + [anon_sym_PIPE_EQ] = ACTIONS(1264), + [anon_sym_EQ_EQ] = ACTIONS(1264), + [anon_sym_BANG_EQ] = ACTIONS(1264), + [anon_sym_LT_EQ] = ACTIONS(1264), + [anon_sym_GT_EQ] = ACTIONS(1264), + [anon_sym_AMP_AMP] = ACTIONS(1264), + [anon_sym_PIPE_PIPE] = ACTIONS(1264), + [anon_sym_LT_LT] = ACTIONS(1264), + [anon_sym_GT_GT] = ACTIONS(1264), + [anon_sym_PLUS] = ACTIONS(1264), + [anon_sym_DASH] = ACTIONS(1264), + [anon_sym_STAR] = ACTIONS(1264), + [anon_sym_SLASH] = ACTIONS(1264), + [anon_sym_PERCENT] = ACTIONS(1264), + [anon_sym_STAR_STAR] = ACTIONS(1264), + [anon_sym_LT] = ACTIONS(1264), + [anon_sym_GT] = ACTIONS(1264), + [anon_sym_LPAREN] = ACTIONS(1264), + [anon_sym_RPAREN] = ACTIONS(1264), + [anon_sym_PIPE] = ACTIONS(1264), + [anon_sym_SEMI_SEMI] = ACTIONS(1264), + [anon_sym_PIPE_AMP] = ACTIONS(1264), + [anon_sym_EQ_TILDE] = ACTIONS(1264), + [anon_sym_AMP_GT] = ACTIONS(1264), + [anon_sym_AMP_GT_GT] = ACTIONS(1264), + [anon_sym_LT_AMP] = ACTIONS(1264), + [anon_sym_GT_AMP] = ACTIONS(1264), + [anon_sym_GT_PIPE] = ACTIONS(1264), + [anon_sym_LT_LT_DASH] = ACTIONS(1264), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1266), + [anon_sym_LT_LT_LT] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1264), + [anon_sym_CARET] = ACTIONS(1264), + [anon_sym_QMARK] = ACTIONS(1264), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1264), + [aux_sym_concatenation_token1] = ACTIONS(1264), + [anon_sym_DOLLAR] = ACTIONS(1264), + [sym__special_character] = ACTIONS(1264), + [anon_sym_DQUOTE] = ACTIONS(1264), + [sym_raw_string] = ACTIONS(1264), + [sym_ansi_c_string] = ACTIONS(1264), + [aux_sym_number_token1] = ACTIONS(1264), + [aux_sym_number_token2] = ACTIONS(1264), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1264), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1264), + [anon_sym_BQUOTE] = ACTIONS(1264), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1264), + [anon_sym_LT_LPAREN] = ACTIONS(1264), + [anon_sym_GT_LPAREN] = ACTIONS(1264), [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), + [sym_file_descriptor] = ACTIONS(1266), + [sym__concat] = ACTIONS(1266), + [sym_test_operator] = ACTIONS(1266), + [sym__bare_dollar] = ACTIONS(1266), + [sym__brace_start] = ACTIONS(1266), }, [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), + [sym_word] = ACTIONS(1260), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1260), + [anon_sym_SEMI] = ACTIONS(1260), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_PLUS_PLUS] = ACTIONS(1260), + [anon_sym_DASH_DASH] = ACTIONS(1260), + [anon_sym_PLUS_EQ] = ACTIONS(1260), + [anon_sym_DASH_EQ] = ACTIONS(1260), + [anon_sym_STAR_EQ] = ACTIONS(1260), + [anon_sym_SLASH_EQ] = ACTIONS(1260), + [anon_sym_PERCENT_EQ] = ACTIONS(1260), + [anon_sym_LT_LT_EQ] = ACTIONS(1260), + [anon_sym_GT_GT_EQ] = ACTIONS(1260), + [anon_sym_AMP_EQ] = ACTIONS(1260), + [anon_sym_CARET_EQ] = ACTIONS(1260), + [anon_sym_PIPE_EQ] = ACTIONS(1260), + [anon_sym_EQ_EQ] = ACTIONS(1260), + [anon_sym_BANG_EQ] = ACTIONS(1260), + [anon_sym_LT_EQ] = ACTIONS(1260), + [anon_sym_GT_EQ] = ACTIONS(1260), + [anon_sym_AMP_AMP] = ACTIONS(1260), + [anon_sym_PIPE_PIPE] = ACTIONS(1260), + [anon_sym_LT_LT] = ACTIONS(1260), + [anon_sym_GT_GT] = ACTIONS(1260), + [anon_sym_PLUS] = ACTIONS(1260), + [anon_sym_DASH] = ACTIONS(1260), + [anon_sym_STAR] = ACTIONS(1260), + [anon_sym_SLASH] = ACTIONS(1260), + [anon_sym_PERCENT] = ACTIONS(1260), + [anon_sym_STAR_STAR] = ACTIONS(1260), + [anon_sym_LT] = ACTIONS(1260), + [anon_sym_GT] = ACTIONS(1260), + [anon_sym_LPAREN] = ACTIONS(1260), + [anon_sym_RPAREN] = ACTIONS(1260), + [anon_sym_PIPE] = ACTIONS(1260), + [anon_sym_SEMI_SEMI] = ACTIONS(1260), + [anon_sym_PIPE_AMP] = ACTIONS(1260), + [anon_sym_EQ_TILDE] = ACTIONS(1260), + [anon_sym_AMP_GT] = ACTIONS(1260), + [anon_sym_AMP_GT_GT] = ACTIONS(1260), + [anon_sym_LT_AMP] = ACTIONS(1260), + [anon_sym_GT_AMP] = ACTIONS(1260), + [anon_sym_GT_PIPE] = ACTIONS(1260), + [anon_sym_LT_LT_DASH] = ACTIONS(1260), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1262), + [anon_sym_LT_LT_LT] = ACTIONS(1260), + [anon_sym_AMP] = ACTIONS(1260), + [anon_sym_CARET] = ACTIONS(1260), + [anon_sym_QMARK] = ACTIONS(1260), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1260), + [aux_sym_concatenation_token1] = ACTIONS(1260), + [anon_sym_DOLLAR] = ACTIONS(1260), + [sym__special_character] = ACTIONS(1260), + [anon_sym_DQUOTE] = ACTIONS(1260), + [sym_raw_string] = ACTIONS(1260), + [sym_ansi_c_string] = ACTIONS(1260), + [aux_sym_number_token1] = ACTIONS(1260), + [aux_sym_number_token2] = ACTIONS(1260), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1260), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1260), + [anon_sym_BQUOTE] = ACTIONS(1260), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1260), + [anon_sym_LT_LPAREN] = ACTIONS(1260), + [anon_sym_GT_LPAREN] = ACTIONS(1260), [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(1262), + [sym__concat] = ACTIONS(1262), + [sym_test_operator] = ACTIONS(1262), + [sym__bare_dollar] = ACTIONS(1262), + [sym__brace_start] = ACTIONS(1262), }, [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), + [sym_word] = ACTIONS(1212), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1212), + [anon_sym_SEMI] = ACTIONS(1212), + [anon_sym_EQ] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_EQ] = ACTIONS(1212), + [anon_sym_DASH_EQ] = ACTIONS(1212), + [anon_sym_STAR_EQ] = ACTIONS(1212), + [anon_sym_SLASH_EQ] = ACTIONS(1212), + [anon_sym_PERCENT_EQ] = ACTIONS(1212), + [anon_sym_LT_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_EQ] = ACTIONS(1212), + [anon_sym_CARET_EQ] = ACTIONS(1212), + [anon_sym_PIPE_EQ] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1212), + [anon_sym_BANG_EQ] = ACTIONS(1212), + [anon_sym_LT_EQ] = ACTIONS(1212), + [anon_sym_GT_EQ] = ACTIONS(1212), + [anon_sym_AMP_AMP] = ACTIONS(1212), + [anon_sym_PIPE_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_SLASH] = ACTIONS(1212), + [anon_sym_PERCENT] = ACTIONS(1212), + [anon_sym_STAR_STAR] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_LPAREN] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(1212), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_SEMI_SEMI] = ACTIONS(1212), + [anon_sym_PIPE_AMP] = ACTIONS(1212), + [anon_sym_EQ_TILDE] = ACTIONS(1212), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(1212), + [anon_sym_LT_AMP] = ACTIONS(1212), + [anon_sym_GT_AMP] = ACTIONS(1212), + [anon_sym_GT_PIPE] = ACTIONS(1212), + [anon_sym_LT_LT_DASH] = ACTIONS(1212), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1214), + [anon_sym_LT_LT_LT] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_CARET] = ACTIONS(1212), + [anon_sym_QMARK] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1212), + [aux_sym_concatenation_token1] = ACTIONS(1212), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_raw_string] = ACTIONS(1212), + [sym_ansi_c_string] = ACTIONS(1212), + [aux_sym_number_token1] = ACTIONS(1212), + [aux_sym_number_token2] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1212), + [anon_sym_BQUOTE] = ACTIONS(1212), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1212), + [anon_sym_LT_LPAREN] = ACTIONS(1212), + [anon_sym_GT_LPAREN] = ACTIONS(1212), [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(1214), + [sym__concat] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [375] = { - [sym_word] = ACTIONS(1267), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1267), - [anon_sym_SEMI] = ACTIONS(1267), - [anon_sym_EQ] = ACTIONS(1267), - [anon_sym_PLUS_PLUS] = ACTIONS(1267), - [anon_sym_DASH_DASH] = ACTIONS(1267), - [anon_sym_PLUS_EQ] = ACTIONS(1267), - [anon_sym_DASH_EQ] = ACTIONS(1267), - [anon_sym_STAR_EQ] = ACTIONS(1267), - [anon_sym_SLASH_EQ] = ACTIONS(1267), - [anon_sym_PERCENT_EQ] = ACTIONS(1267), - [anon_sym_LT_LT_EQ] = ACTIONS(1267), - [anon_sym_GT_GT_EQ] = ACTIONS(1267), - [anon_sym_AMP_EQ] = ACTIONS(1267), - [anon_sym_CARET_EQ] = ACTIONS(1267), - [anon_sym_PIPE_EQ] = ACTIONS(1267), - [anon_sym_EQ_EQ] = ACTIONS(1267), - [anon_sym_BANG_EQ] = ACTIONS(1267), - [anon_sym_LT_EQ] = ACTIONS(1267), - [anon_sym_GT_EQ] = ACTIONS(1267), - [anon_sym_AMP_AMP] = ACTIONS(1267), - [anon_sym_PIPE_PIPE] = ACTIONS(1267), - [anon_sym_LT_LT] = ACTIONS(1267), - [anon_sym_GT_GT] = ACTIONS(1267), - [anon_sym_PLUS] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_SLASH] = ACTIONS(1267), - [anon_sym_PERCENT] = ACTIONS(1267), - [anon_sym_STAR_STAR] = ACTIONS(1267), - [anon_sym_LT] = ACTIONS(1267), - [anon_sym_GT] = ACTIONS(1267), - [anon_sym_RPAREN] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1267), - [anon_sym_SEMI_SEMI] = ACTIONS(1267), - [anon_sym_PIPE_AMP] = ACTIONS(1267), - [anon_sym_EQ_TILDE] = ACTIONS(1267), - [anon_sym_AMP_GT] = ACTIONS(1267), - [anon_sym_AMP_GT_GT] = ACTIONS(1267), - [anon_sym_LT_AMP] = ACTIONS(1267), - [anon_sym_GT_AMP] = ACTIONS(1267), - [anon_sym_GT_PIPE] = ACTIONS(1267), - [anon_sym_LT_LT_DASH] = ACTIONS(1267), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1269), - [anon_sym_LT_LT_LT] = ACTIONS(1267), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_CARET] = ACTIONS(1267), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1267), - [aux_sym_concatenation_token1] = ACTIONS(1267), - [anon_sym_DOLLAR] = ACTIONS(1267), - [sym__special_character] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_raw_string] = ACTIONS(1267), - [sym_ansi_c_string] = ACTIONS(1267), - [aux_sym_number_token1] = ACTIONS(1267), - [aux_sym_number_token2] = ACTIONS(1267), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), - [anon_sym_BQUOTE] = ACTIONS(1267), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1267), - [anon_sym_LT_LPAREN] = ACTIONS(1267), - [anon_sym_GT_LPAREN] = ACTIONS(1267), + [sym_word] = ACTIONS(1216), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1216), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_EQ] = ACTIONS(1216), + [anon_sym_PLUS_PLUS] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1216), + [anon_sym_PLUS_EQ] = ACTIONS(1216), + [anon_sym_DASH_EQ] = ACTIONS(1216), + [anon_sym_STAR_EQ] = ACTIONS(1216), + [anon_sym_SLASH_EQ] = ACTIONS(1216), + [anon_sym_PERCENT_EQ] = ACTIONS(1216), + [anon_sym_LT_LT_EQ] = ACTIONS(1216), + [anon_sym_GT_GT_EQ] = ACTIONS(1216), + [anon_sym_AMP_EQ] = ACTIONS(1216), + [anon_sym_CARET_EQ] = ACTIONS(1216), + [anon_sym_PIPE_EQ] = ACTIONS(1216), + [anon_sym_EQ_EQ] = ACTIONS(1216), + [anon_sym_BANG_EQ] = ACTIONS(1216), + [anon_sym_LT_EQ] = ACTIONS(1216), + [anon_sym_GT_EQ] = ACTIONS(1216), + [anon_sym_AMP_AMP] = ACTIONS(1216), + [anon_sym_PIPE_PIPE] = ACTIONS(1216), + [anon_sym_LT_LT] = ACTIONS(1216), + [anon_sym_GT_GT] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_STAR] = ACTIONS(1216), + [anon_sym_SLASH] = ACTIONS(1216), + [anon_sym_PERCENT] = ACTIONS(1216), + [anon_sym_STAR_STAR] = ACTIONS(1216), + [anon_sym_LT] = ACTIONS(1216), + [anon_sym_GT] = ACTIONS(1216), + [anon_sym_LPAREN] = ACTIONS(1216), + [anon_sym_RPAREN] = ACTIONS(1216), + [anon_sym_PIPE] = ACTIONS(1216), + [anon_sym_SEMI_SEMI] = ACTIONS(1216), + [anon_sym_PIPE_AMP] = ACTIONS(1216), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_AMP_GT] = ACTIONS(1216), + [anon_sym_AMP_GT_GT] = ACTIONS(1216), + [anon_sym_LT_AMP] = ACTIONS(1216), + [anon_sym_GT_AMP] = ACTIONS(1216), + [anon_sym_GT_PIPE] = ACTIONS(1216), + [anon_sym_LT_LT_DASH] = ACTIONS(1216), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1218), + [anon_sym_LT_LT_LT] = ACTIONS(1216), + [anon_sym_AMP] = ACTIONS(1216), + [anon_sym_CARET] = ACTIONS(1216), + [anon_sym_QMARK] = ACTIONS(1216), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1216), + [aux_sym_concatenation_token1] = ACTIONS(1216), + [anon_sym_DOLLAR] = ACTIONS(1216), + [sym__special_character] = ACTIONS(1216), + [anon_sym_DQUOTE] = ACTIONS(1216), + [sym_raw_string] = ACTIONS(1216), + [sym_ansi_c_string] = ACTIONS(1216), + [aux_sym_number_token1] = ACTIONS(1216), + [aux_sym_number_token2] = ACTIONS(1216), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1216), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1216), + [anon_sym_BQUOTE] = ACTIONS(1216), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1216), + [anon_sym_LT_LPAREN] = ACTIONS(1216), + [anon_sym_GT_LPAREN] = ACTIONS(1216), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1269), - [sym__concat] = ACTIONS(1269), - [sym_test_operator] = ACTIONS(1269), - [sym__bare_dollar] = ACTIONS(1269), - [sym__brace_start] = ACTIONS(1269), + [sym_file_descriptor] = ACTIONS(1218), + [sym__concat] = ACTIONS(1218), + [sym_test_operator] = ACTIONS(1218), + [sym__bare_dollar] = ACTIONS(1218), + [sym__brace_start] = ACTIONS(1218), }, [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_word] = ACTIONS(1220), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1220), + [anon_sym_SEMI] = ACTIONS(1220), + [anon_sym_EQ] = ACTIONS(1220), + [anon_sym_PLUS_PLUS] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1220), + [anon_sym_PLUS_EQ] = ACTIONS(1220), + [anon_sym_DASH_EQ] = ACTIONS(1220), + [anon_sym_STAR_EQ] = ACTIONS(1220), + [anon_sym_SLASH_EQ] = ACTIONS(1220), + [anon_sym_PERCENT_EQ] = ACTIONS(1220), + [anon_sym_LT_LT_EQ] = ACTIONS(1220), + [anon_sym_GT_GT_EQ] = ACTIONS(1220), + [anon_sym_AMP_EQ] = ACTIONS(1220), + [anon_sym_CARET_EQ] = ACTIONS(1220), + [anon_sym_PIPE_EQ] = ACTIONS(1220), + [anon_sym_EQ_EQ] = ACTIONS(1220), + [anon_sym_BANG_EQ] = ACTIONS(1220), + [anon_sym_LT_EQ] = ACTIONS(1220), + [anon_sym_GT_EQ] = ACTIONS(1220), + [anon_sym_AMP_AMP] = ACTIONS(1220), + [anon_sym_PIPE_PIPE] = ACTIONS(1220), + [anon_sym_LT_LT] = ACTIONS(1220), + [anon_sym_GT_GT] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(1220), + [anon_sym_SLASH] = ACTIONS(1220), + [anon_sym_PERCENT] = ACTIONS(1220), + [anon_sym_STAR_STAR] = ACTIONS(1220), + [anon_sym_LT] = ACTIONS(1220), + [anon_sym_GT] = ACTIONS(1220), + [anon_sym_LPAREN] = ACTIONS(1220), + [anon_sym_RPAREN] = ACTIONS(1220), + [anon_sym_PIPE] = ACTIONS(1220), + [anon_sym_SEMI_SEMI] = ACTIONS(1220), + [anon_sym_PIPE_AMP] = ACTIONS(1220), + [anon_sym_EQ_TILDE] = ACTIONS(1220), + [anon_sym_AMP_GT] = ACTIONS(1220), + [anon_sym_AMP_GT_GT] = ACTIONS(1220), + [anon_sym_LT_AMP] = ACTIONS(1220), + [anon_sym_GT_AMP] = ACTIONS(1220), + [anon_sym_GT_PIPE] = ACTIONS(1220), + [anon_sym_LT_LT_DASH] = ACTIONS(1220), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1222), + [anon_sym_LT_LT_LT] = ACTIONS(1220), + [anon_sym_AMP] = ACTIONS(1220), + [anon_sym_CARET] = ACTIONS(1220), + [anon_sym_QMARK] = ACTIONS(1220), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1220), + [aux_sym_concatenation_token1] = ACTIONS(1220), + [anon_sym_DOLLAR] = ACTIONS(1220), + [sym__special_character] = ACTIONS(1220), + [anon_sym_DQUOTE] = ACTIONS(1220), + [sym_raw_string] = ACTIONS(1220), + [sym_ansi_c_string] = ACTIONS(1220), + [aux_sym_number_token1] = ACTIONS(1220), + [aux_sym_number_token2] = ACTIONS(1220), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1220), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1220), + [anon_sym_BQUOTE] = ACTIONS(1220), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1220), + [anon_sym_LT_LPAREN] = ACTIONS(1220), + [anon_sym_GT_LPAREN] = ACTIONS(1220), [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(1222), + [sym__concat] = ACTIONS(1222), + [sym_test_operator] = ACTIONS(1222), + [sym__bare_dollar] = ACTIONS(1222), + [sym__brace_start] = ACTIONS(1222), }, [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_word] = ACTIONS(1256), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1256), + [anon_sym_SEMI] = ACTIONS(1256), + [anon_sym_EQ] = ACTIONS(1256), + [anon_sym_PLUS_PLUS] = ACTIONS(1256), + [anon_sym_DASH_DASH] = ACTIONS(1256), + [anon_sym_PLUS_EQ] = ACTIONS(1256), + [anon_sym_DASH_EQ] = ACTIONS(1256), + [anon_sym_STAR_EQ] = ACTIONS(1256), + [anon_sym_SLASH_EQ] = ACTIONS(1256), + [anon_sym_PERCENT_EQ] = ACTIONS(1256), + [anon_sym_LT_LT_EQ] = ACTIONS(1256), + [anon_sym_GT_GT_EQ] = ACTIONS(1256), + [anon_sym_AMP_EQ] = ACTIONS(1256), + [anon_sym_CARET_EQ] = ACTIONS(1256), + [anon_sym_PIPE_EQ] = ACTIONS(1256), + [anon_sym_EQ_EQ] = ACTIONS(1256), + [anon_sym_BANG_EQ] = ACTIONS(1256), + [anon_sym_LT_EQ] = ACTIONS(1256), + [anon_sym_GT_EQ] = ACTIONS(1256), + [anon_sym_AMP_AMP] = ACTIONS(1256), + [anon_sym_PIPE_PIPE] = ACTIONS(1256), + [anon_sym_LT_LT] = ACTIONS(1256), + [anon_sym_GT_GT] = ACTIONS(1256), + [anon_sym_PLUS] = ACTIONS(1256), + [anon_sym_DASH] = ACTIONS(1256), + [anon_sym_STAR] = ACTIONS(1256), + [anon_sym_SLASH] = ACTIONS(1256), + [anon_sym_PERCENT] = ACTIONS(1256), + [anon_sym_STAR_STAR] = ACTIONS(1256), + [anon_sym_LT] = ACTIONS(1256), + [anon_sym_GT] = ACTIONS(1256), + [anon_sym_LPAREN] = ACTIONS(1256), + [anon_sym_RPAREN] = ACTIONS(1256), + [anon_sym_PIPE] = ACTIONS(1256), + [anon_sym_SEMI_SEMI] = ACTIONS(1256), + [anon_sym_PIPE_AMP] = ACTIONS(1256), + [anon_sym_EQ_TILDE] = ACTIONS(1256), + [anon_sym_AMP_GT] = ACTIONS(1256), + [anon_sym_AMP_GT_GT] = ACTIONS(1256), + [anon_sym_LT_AMP] = ACTIONS(1256), + [anon_sym_GT_AMP] = ACTIONS(1256), + [anon_sym_GT_PIPE] = ACTIONS(1256), + [anon_sym_LT_LT_DASH] = ACTIONS(1256), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1258), + [anon_sym_LT_LT_LT] = ACTIONS(1256), + [anon_sym_AMP] = ACTIONS(1256), + [anon_sym_CARET] = ACTIONS(1256), + [anon_sym_QMARK] = ACTIONS(1256), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1256), + [aux_sym_concatenation_token1] = ACTIONS(1256), + [anon_sym_DOLLAR] = ACTIONS(1256), + [sym__special_character] = ACTIONS(1256), + [anon_sym_DQUOTE] = ACTIONS(1256), + [sym_raw_string] = ACTIONS(1256), + [sym_ansi_c_string] = ACTIONS(1256), + [aux_sym_number_token1] = ACTIONS(1256), + [aux_sym_number_token2] = ACTIONS(1256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1256), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1256), + [anon_sym_BQUOTE] = ACTIONS(1256), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1256), + [anon_sym_LT_LPAREN] = ACTIONS(1256), + [anon_sym_GT_LPAREN] = ACTIONS(1256), [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(1258), + [sym__concat] = ACTIONS(1258), + [sym_test_operator] = ACTIONS(1258), + [sym__bare_dollar] = ACTIONS(1258), + [sym__brace_start] = ACTIONS(1258), }, [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), + [sym_word] = ACTIONS(1224), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_PLUS_PLUS] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1224), + [anon_sym_PLUS_EQ] = ACTIONS(1224), + [anon_sym_DASH_EQ] = ACTIONS(1224), + [anon_sym_STAR_EQ] = ACTIONS(1224), + [anon_sym_SLASH_EQ] = ACTIONS(1224), + [anon_sym_PERCENT_EQ] = ACTIONS(1224), + [anon_sym_LT_LT_EQ] = ACTIONS(1224), + [anon_sym_GT_GT_EQ] = ACTIONS(1224), + [anon_sym_AMP_EQ] = ACTIONS(1224), + [anon_sym_CARET_EQ] = ACTIONS(1224), + [anon_sym_PIPE_EQ] = ACTIONS(1224), + [anon_sym_EQ_EQ] = ACTIONS(1224), + [anon_sym_BANG_EQ] = ACTIONS(1224), + [anon_sym_LT_EQ] = ACTIONS(1224), + [anon_sym_GT_EQ] = ACTIONS(1224), + [anon_sym_AMP_AMP] = ACTIONS(1224), + [anon_sym_PIPE_PIPE] = ACTIONS(1224), + [anon_sym_LT_LT] = ACTIONS(1224), + [anon_sym_GT_GT] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_SLASH] = ACTIONS(1224), + [anon_sym_PERCENT] = ACTIONS(1224), + [anon_sym_STAR_STAR] = ACTIONS(1224), + [anon_sym_LT] = ACTIONS(1224), + [anon_sym_GT] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1224), + [anon_sym_RPAREN] = ACTIONS(1224), + [anon_sym_PIPE] = ACTIONS(1224), + [anon_sym_SEMI_SEMI] = ACTIONS(1224), + [anon_sym_PIPE_AMP] = ACTIONS(1224), + [anon_sym_EQ_TILDE] = ACTIONS(1224), + [anon_sym_AMP_GT] = ACTIONS(1224), + [anon_sym_AMP_GT_GT] = ACTIONS(1224), + [anon_sym_LT_AMP] = ACTIONS(1224), + [anon_sym_GT_AMP] = ACTIONS(1224), + [anon_sym_GT_PIPE] = ACTIONS(1224), + [anon_sym_LT_LT_DASH] = ACTIONS(1224), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1226), + [anon_sym_LT_LT_LT] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_CARET] = ACTIONS(1224), + [anon_sym_QMARK] = ACTIONS(1224), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1224), + [aux_sym_concatenation_token1] = ACTIONS(1224), + [anon_sym_DOLLAR] = ACTIONS(1224), + [sym__special_character] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1224), + [sym_raw_string] = ACTIONS(1224), + [sym_ansi_c_string] = ACTIONS(1224), + [aux_sym_number_token1] = ACTIONS(1224), + [aux_sym_number_token2] = ACTIONS(1224), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1224), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1224), + [anon_sym_BQUOTE] = ACTIONS(1224), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1224), + [anon_sym_LT_LPAREN] = ACTIONS(1224), + [anon_sym_GT_LPAREN] = ACTIONS(1224), [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(1226), + [sym__concat] = ACTIONS(1226), + [sym_test_operator] = ACTIONS(1226), + [sym__bare_dollar] = ACTIONS(1226), + [sym__brace_start] = ACTIONS(1226), }, [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), + [sym_word] = ACTIONS(1252), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1252), + [anon_sym_SEMI] = ACTIONS(1252), + [anon_sym_EQ] = ACTIONS(1252), + [anon_sym_PLUS_PLUS] = ACTIONS(1252), + [anon_sym_DASH_DASH] = ACTIONS(1252), + [anon_sym_PLUS_EQ] = ACTIONS(1252), + [anon_sym_DASH_EQ] = ACTIONS(1252), + [anon_sym_STAR_EQ] = ACTIONS(1252), + [anon_sym_SLASH_EQ] = ACTIONS(1252), + [anon_sym_PERCENT_EQ] = ACTIONS(1252), + [anon_sym_LT_LT_EQ] = ACTIONS(1252), + [anon_sym_GT_GT_EQ] = ACTIONS(1252), + [anon_sym_AMP_EQ] = ACTIONS(1252), + [anon_sym_CARET_EQ] = ACTIONS(1252), + [anon_sym_PIPE_EQ] = ACTIONS(1252), + [anon_sym_EQ_EQ] = ACTIONS(1252), + [anon_sym_BANG_EQ] = ACTIONS(1252), + [anon_sym_LT_EQ] = ACTIONS(1252), + [anon_sym_GT_EQ] = ACTIONS(1252), + [anon_sym_AMP_AMP] = ACTIONS(1252), + [anon_sym_PIPE_PIPE] = ACTIONS(1252), + [anon_sym_LT_LT] = ACTIONS(1252), + [anon_sym_GT_GT] = ACTIONS(1252), + [anon_sym_PLUS] = ACTIONS(1252), + [anon_sym_DASH] = ACTIONS(1252), + [anon_sym_STAR] = ACTIONS(1252), + [anon_sym_SLASH] = ACTIONS(1252), + [anon_sym_PERCENT] = ACTIONS(1252), + [anon_sym_STAR_STAR] = ACTIONS(1252), + [anon_sym_LT] = ACTIONS(1252), + [anon_sym_GT] = ACTIONS(1252), + [anon_sym_LPAREN] = ACTIONS(1252), + [anon_sym_RPAREN] = ACTIONS(1252), + [anon_sym_PIPE] = ACTIONS(1252), + [anon_sym_SEMI_SEMI] = ACTIONS(1252), + [anon_sym_PIPE_AMP] = ACTIONS(1252), + [anon_sym_EQ_TILDE] = ACTIONS(1252), + [anon_sym_AMP_GT] = ACTIONS(1252), + [anon_sym_AMP_GT_GT] = ACTIONS(1252), + [anon_sym_LT_AMP] = ACTIONS(1252), + [anon_sym_GT_AMP] = ACTIONS(1252), + [anon_sym_GT_PIPE] = ACTIONS(1252), + [anon_sym_LT_LT_DASH] = ACTIONS(1252), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1254), + [anon_sym_LT_LT_LT] = ACTIONS(1252), + [anon_sym_AMP] = ACTIONS(1252), + [anon_sym_CARET] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(1252), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1252), + [aux_sym_concatenation_token1] = ACTIONS(1252), + [anon_sym_DOLLAR] = ACTIONS(1252), + [sym__special_character] = ACTIONS(1252), + [anon_sym_DQUOTE] = ACTIONS(1252), + [sym_raw_string] = ACTIONS(1252), + [sym_ansi_c_string] = ACTIONS(1252), + [aux_sym_number_token1] = ACTIONS(1252), + [aux_sym_number_token2] = ACTIONS(1252), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1252), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1252), + [anon_sym_BQUOTE] = ACTIONS(1252), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1252), + [anon_sym_LT_LPAREN] = ACTIONS(1252), + [anon_sym_GT_LPAREN] = ACTIONS(1252), [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(1254), + [sym__concat] = ACTIONS(1254), + [sym_test_operator] = ACTIONS(1254), + [sym__bare_dollar] = ACTIONS(1254), + [sym__brace_start] = ACTIONS(1254), }, [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), + [sym_word] = ACTIONS(1230), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1230), + [anon_sym_SEMI] = ACTIONS(1230), + [anon_sym_EQ] = ACTIONS(1230), + [anon_sym_PLUS_PLUS] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1230), + [anon_sym_PLUS_EQ] = ACTIONS(1230), + [anon_sym_DASH_EQ] = ACTIONS(1230), + [anon_sym_STAR_EQ] = ACTIONS(1230), + [anon_sym_SLASH_EQ] = ACTIONS(1230), + [anon_sym_PERCENT_EQ] = ACTIONS(1230), + [anon_sym_LT_LT_EQ] = ACTIONS(1230), + [anon_sym_GT_GT_EQ] = ACTIONS(1230), + [anon_sym_AMP_EQ] = ACTIONS(1230), + [anon_sym_CARET_EQ] = ACTIONS(1230), + [anon_sym_PIPE_EQ] = ACTIONS(1230), + [anon_sym_EQ_EQ] = ACTIONS(1230), + [anon_sym_BANG_EQ] = ACTIONS(1230), + [anon_sym_LT_EQ] = ACTIONS(1230), + [anon_sym_GT_EQ] = ACTIONS(1230), + [anon_sym_AMP_AMP] = ACTIONS(1230), + [anon_sym_PIPE_PIPE] = ACTIONS(1230), + [anon_sym_LT_LT] = ACTIONS(1230), + [anon_sym_GT_GT] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1230), + [anon_sym_SLASH] = ACTIONS(1230), + [anon_sym_PERCENT] = ACTIONS(1230), + [anon_sym_STAR_STAR] = ACTIONS(1230), + [anon_sym_LT] = ACTIONS(1230), + [anon_sym_GT] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_RPAREN] = ACTIONS(1230), + [anon_sym_PIPE] = ACTIONS(1230), + [anon_sym_SEMI_SEMI] = ACTIONS(1230), + [anon_sym_PIPE_AMP] = ACTIONS(1230), + [anon_sym_EQ_TILDE] = ACTIONS(1230), + [anon_sym_AMP_GT] = ACTIONS(1230), + [anon_sym_AMP_GT_GT] = ACTIONS(1230), + [anon_sym_LT_AMP] = ACTIONS(1230), + [anon_sym_GT_AMP] = ACTIONS(1230), + [anon_sym_GT_PIPE] = ACTIONS(1230), + [anon_sym_LT_LT_DASH] = ACTIONS(1230), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1232), + [anon_sym_LT_LT_LT] = ACTIONS(1230), + [anon_sym_AMP] = ACTIONS(1230), + [anon_sym_CARET] = ACTIONS(1230), + [anon_sym_QMARK] = ACTIONS(1230), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1230), + [aux_sym_concatenation_token1] = ACTIONS(1230), + [anon_sym_DOLLAR] = ACTIONS(1230), + [sym__special_character] = ACTIONS(1230), + [anon_sym_DQUOTE] = ACTIONS(1230), + [sym_raw_string] = ACTIONS(1230), + [sym_ansi_c_string] = ACTIONS(1230), + [aux_sym_number_token1] = ACTIONS(1230), + [aux_sym_number_token2] = ACTIONS(1230), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1230), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1230), + [anon_sym_BQUOTE] = ACTIONS(1230), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1230), + [anon_sym_LT_LPAREN] = ACTIONS(1230), + [anon_sym_GT_LPAREN] = ACTIONS(1230), [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(1232), + [sym__concat] = ACTIONS(1232), + [sym_test_operator] = ACTIONS(1232), + [sym__bare_dollar] = ACTIONS(1232), + [sym__brace_start] = ACTIONS(1232), }, [381] = { - [aux_sym_concatenation_repeat1] = STATE(389), - [sym_word] = 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), - [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(1283), - [anon_sym_GT_GT_EQ] = ACTIONS(1283), - [anon_sym_AMP_EQ] = ACTIONS(1283), - [anon_sym_CARET_EQ] = ACTIONS(1149), - [anon_sym_PIPE_EQ] = ACTIONS(1283), - [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_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(1285), - [anon_sym_PIPE] = ACTIONS(1151), - [anon_sym_PIPE_AMP] = ACTIONS(1156), - [anon_sym_RBRACK] = ACTIONS(1283), - [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_CARET] = ACTIONS(1149), - [anon_sym_QMARK] = ACTIONS(1149), - [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(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(1156), - [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), - [sym_file_descriptor] = ACTIONS(1156), - [sym__concat] = ACTIONS(359), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [sym_word] = ACTIONS(1200), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym_EQ] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_EQ] = ACTIONS(1200), + [anon_sym_DASH_EQ] = ACTIONS(1200), + [anon_sym_STAR_EQ] = ACTIONS(1200), + [anon_sym_SLASH_EQ] = ACTIONS(1200), + [anon_sym_PERCENT_EQ] = ACTIONS(1200), + [anon_sym_LT_LT_EQ] = ACTIONS(1200), + [anon_sym_GT_GT_EQ] = ACTIONS(1200), + [anon_sym_AMP_EQ] = ACTIONS(1200), + [anon_sym_CARET_EQ] = ACTIONS(1200), + [anon_sym_PIPE_EQ] = ACTIONS(1200), + [anon_sym_EQ_EQ] = ACTIONS(1200), + [anon_sym_BANG_EQ] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1200), + [anon_sym_GT_EQ] = ACTIONS(1200), + [anon_sym_AMP_AMP] = ACTIONS(1200), + [anon_sym_PIPE_PIPE] = ACTIONS(1200), + [anon_sym_LT_LT] = ACTIONS(1200), + [anon_sym_GT_GT] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_SLASH] = ACTIONS(1200), + [anon_sym_PERCENT] = ACTIONS(1200), + [anon_sym_STAR_STAR] = ACTIONS(1200), + [anon_sym_LT] = ACTIONS(1200), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_LPAREN] = ACTIONS(1200), + [anon_sym_RPAREN] = ACTIONS(1200), + [anon_sym_PIPE] = ACTIONS(1200), + [anon_sym_SEMI_SEMI] = ACTIONS(1200), + [anon_sym_PIPE_AMP] = ACTIONS(1200), + [anon_sym_EQ_TILDE] = ACTIONS(1200), + [anon_sym_AMP_GT] = ACTIONS(1200), + [anon_sym_AMP_GT_GT] = ACTIONS(1200), + [anon_sym_LT_AMP] = ACTIONS(1200), + [anon_sym_GT_AMP] = ACTIONS(1200), + [anon_sym_GT_PIPE] = ACTIONS(1200), + [anon_sym_LT_LT_DASH] = ACTIONS(1200), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1202), + [anon_sym_LT_LT_LT] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_CARET] = ACTIONS(1200), + [anon_sym_QMARK] = ACTIONS(1200), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1200), + [aux_sym_concatenation_token1] = ACTIONS(1200), + [anon_sym_DOLLAR] = ACTIONS(1200), + [sym__special_character] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_raw_string] = ACTIONS(1200), + [sym_ansi_c_string] = ACTIONS(1200), + [aux_sym_number_token1] = ACTIONS(1200), + [aux_sym_number_token2] = ACTIONS(1200), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1200), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1200), + [anon_sym_BQUOTE] = ACTIONS(1200), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1200), + [anon_sym_LT_LPAREN] = ACTIONS(1200), + [anon_sym_GT_LPAREN] = ACTIONS(1200), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1202), + [sym__concat] = ACTIONS(1202), + [sym_test_operator] = ACTIONS(1202), + [sym__bare_dollar] = ACTIONS(1202), + [sym__brace_start] = ACTIONS(1202), }, [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_word] = ACTIONS(1240), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym_EQ] = ACTIONS(1240), + [anon_sym_PLUS_PLUS] = ACTIONS(1240), + [anon_sym_DASH_DASH] = ACTIONS(1240), + [anon_sym_PLUS_EQ] = ACTIONS(1240), + [anon_sym_DASH_EQ] = ACTIONS(1240), + [anon_sym_STAR_EQ] = ACTIONS(1240), + [anon_sym_SLASH_EQ] = ACTIONS(1240), + [anon_sym_PERCENT_EQ] = ACTIONS(1240), + [anon_sym_LT_LT_EQ] = ACTIONS(1240), + [anon_sym_GT_GT_EQ] = ACTIONS(1240), + [anon_sym_AMP_EQ] = ACTIONS(1240), + [anon_sym_CARET_EQ] = ACTIONS(1240), + [anon_sym_PIPE_EQ] = ACTIONS(1240), + [anon_sym_EQ_EQ] = ACTIONS(1240), + [anon_sym_BANG_EQ] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(1240), + [anon_sym_GT_EQ] = ACTIONS(1240), + [anon_sym_AMP_AMP] = ACTIONS(1240), + [anon_sym_PIPE_PIPE] = ACTIONS(1240), + [anon_sym_LT_LT] = ACTIONS(1240), + [anon_sym_GT_GT] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_SLASH] = ACTIONS(1240), + [anon_sym_PERCENT] = ACTIONS(1240), + [anon_sym_STAR_STAR] = ACTIONS(1240), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_RPAREN] = ACTIONS(1240), + [anon_sym_PIPE] = ACTIONS(1240), + [anon_sym_SEMI_SEMI] = ACTIONS(1240), + [anon_sym_PIPE_AMP] = ACTIONS(1240), + [anon_sym_EQ_TILDE] = ACTIONS(1240), + [anon_sym_AMP_GT] = ACTIONS(1240), + [anon_sym_AMP_GT_GT] = ACTIONS(1240), + [anon_sym_LT_AMP] = ACTIONS(1240), + [anon_sym_GT_AMP] = ACTIONS(1240), + [anon_sym_GT_PIPE] = ACTIONS(1240), + [anon_sym_LT_LT_DASH] = ACTIONS(1240), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1242), + [anon_sym_LT_LT_LT] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_CARET] = ACTIONS(1240), + [anon_sym_QMARK] = ACTIONS(1240), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1240), + [aux_sym_concatenation_token1] = ACTIONS(1240), + [anon_sym_DOLLAR] = ACTIONS(1240), + [sym__special_character] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [sym_raw_string] = ACTIONS(1240), + [sym_ansi_c_string] = ACTIONS(1240), + [aux_sym_number_token1] = ACTIONS(1240), + [aux_sym_number_token2] = ACTIONS(1240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1240), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1240), + [anon_sym_BQUOTE] = ACTIONS(1240), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1240), + [anon_sym_LT_LPAREN] = ACTIONS(1240), + [anon_sym_GT_LPAREN] = ACTIONS(1240), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(1242), + [sym__concat] = ACTIONS(1242), + [sym_test_operator] = ACTIONS(1242), + [sym__bare_dollar] = ACTIONS(1242), + [sym__brace_start] = ACTIONS(1242), }, [383] = { - [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(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), - [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_word] = ACTIONS(1244), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1244), + [anon_sym_SEMI] = ACTIONS(1244), + [anon_sym_EQ] = ACTIONS(1244), + [anon_sym_PLUS_PLUS] = ACTIONS(1244), + [anon_sym_DASH_DASH] = ACTIONS(1244), + [anon_sym_PLUS_EQ] = ACTIONS(1244), + [anon_sym_DASH_EQ] = ACTIONS(1244), + [anon_sym_STAR_EQ] = ACTIONS(1244), + [anon_sym_SLASH_EQ] = ACTIONS(1244), + [anon_sym_PERCENT_EQ] = ACTIONS(1244), + [anon_sym_LT_LT_EQ] = ACTIONS(1244), + [anon_sym_GT_GT_EQ] = ACTIONS(1244), + [anon_sym_AMP_EQ] = ACTIONS(1244), + [anon_sym_CARET_EQ] = ACTIONS(1244), + [anon_sym_PIPE_EQ] = ACTIONS(1244), + [anon_sym_EQ_EQ] = ACTIONS(1244), + [anon_sym_BANG_EQ] = ACTIONS(1244), + [anon_sym_LT_EQ] = ACTIONS(1244), + [anon_sym_GT_EQ] = ACTIONS(1244), + [anon_sym_AMP_AMP] = ACTIONS(1244), + [anon_sym_PIPE_PIPE] = ACTIONS(1244), + [anon_sym_LT_LT] = ACTIONS(1244), + [anon_sym_GT_GT] = ACTIONS(1244), + [anon_sym_PLUS] = ACTIONS(1244), + [anon_sym_DASH] = ACTIONS(1244), + [anon_sym_STAR] = ACTIONS(1244), + [anon_sym_SLASH] = ACTIONS(1244), + [anon_sym_PERCENT] = ACTIONS(1244), + [anon_sym_STAR_STAR] = ACTIONS(1244), + [anon_sym_LT] = ACTIONS(1244), + [anon_sym_GT] = ACTIONS(1244), + [anon_sym_LPAREN] = ACTIONS(1244), + [anon_sym_RPAREN] = ACTIONS(1244), + [anon_sym_PIPE] = ACTIONS(1244), + [anon_sym_SEMI_SEMI] = ACTIONS(1244), + [anon_sym_PIPE_AMP] = ACTIONS(1244), + [anon_sym_EQ_TILDE] = ACTIONS(1244), + [anon_sym_AMP_GT] = ACTIONS(1244), + [anon_sym_AMP_GT_GT] = ACTIONS(1244), + [anon_sym_LT_AMP] = ACTIONS(1244), + [anon_sym_GT_AMP] = ACTIONS(1244), + [anon_sym_GT_PIPE] = ACTIONS(1244), + [anon_sym_LT_LT_DASH] = ACTIONS(1244), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1246), + [anon_sym_LT_LT_LT] = ACTIONS(1244), + [anon_sym_AMP] = ACTIONS(1244), + [anon_sym_CARET] = ACTIONS(1244), + [anon_sym_QMARK] = ACTIONS(1244), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1244), + [aux_sym_concatenation_token1] = ACTIONS(1244), + [anon_sym_DOLLAR] = ACTIONS(1244), + [sym__special_character] = ACTIONS(1244), + [anon_sym_DQUOTE] = ACTIONS(1244), + [sym_raw_string] = ACTIONS(1244), + [sym_ansi_c_string] = ACTIONS(1244), + [aux_sym_number_token1] = ACTIONS(1244), + [aux_sym_number_token2] = ACTIONS(1244), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1244), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1244), + [anon_sym_BQUOTE] = ACTIONS(1244), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1244), + [anon_sym_LT_LPAREN] = ACTIONS(1244), + [anon_sym_GT_LPAREN] = ACTIONS(1244), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1156), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [sym_file_descriptor] = ACTIONS(1246), + [sym__concat] = ACTIONS(1246), + [sym_test_operator] = ACTIONS(1246), + [sym__bare_dollar] = ACTIONS(1246), + [sym__brace_start] = ACTIONS(1246), }, [384] = { - [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), - [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), + [aux_sym__literal_repeat1] = STATE(387), + [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_LPAREN] = ACTIONS(189), + [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(1281), + [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(1156), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [sym_file_descriptor] = ACTIONS(220), + [sym_test_operator] = ACTIONS(352), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), }, [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_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1171), + [anon_sym_SEMI] = ACTIONS(1169), + [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(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1171), + [anon_sym_GT_EQ] = ACTIONS(1171), + [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(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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN] = ACTIONS(1169), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1169), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), + [sym_file_descriptor] = ACTIONS(1176), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [386] = { - [aux_sym_concatenation_repeat1] = STATE(391), - [sym_word] = ACTIONS(1167), + [sym_word] = ACTIONS(1169), [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_RPAREN_RPAREN] = ACTIONS(1171), + [anon_sym_SEMI] = ACTIONS(1169), + [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(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1171), + [anon_sym_GT_EQ] = ACTIONS(1171), + [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(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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), [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_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), [anon_sym_LT_LT_LT] = ACTIONS(1169), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), [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_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), [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), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), [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), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1176), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [387] = { - [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_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), - [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), + [aux_sym__literal_repeat1] = STATE(387), + [sym_word] = ACTIONS(1274), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1274), + [anon_sym_SEMI] = ACTIONS(1274), + [anon_sym_EQ] = ACTIONS(1274), + [anon_sym_PLUS_PLUS] = ACTIONS(1274), + [anon_sym_DASH_DASH] = ACTIONS(1274), + [anon_sym_PLUS_EQ] = ACTIONS(1274), + [anon_sym_DASH_EQ] = ACTIONS(1274), + [anon_sym_STAR_EQ] = ACTIONS(1274), + [anon_sym_SLASH_EQ] = ACTIONS(1274), + [anon_sym_PERCENT_EQ] = ACTIONS(1274), + [anon_sym_LT_LT_EQ] = ACTIONS(1274), + [anon_sym_GT_GT_EQ] = ACTIONS(1274), + [anon_sym_AMP_EQ] = ACTIONS(1274), + [anon_sym_CARET_EQ] = ACTIONS(1274), + [anon_sym_PIPE_EQ] = ACTIONS(1274), + [anon_sym_EQ_EQ] = ACTIONS(1274), + [anon_sym_BANG_EQ] = ACTIONS(1274), + [anon_sym_LT_EQ] = ACTIONS(1274), + [anon_sym_GT_EQ] = ACTIONS(1274), + [anon_sym_AMP_AMP] = ACTIONS(1274), + [anon_sym_PIPE_PIPE] = ACTIONS(1274), + [anon_sym_LT_LT] = ACTIONS(1274), + [anon_sym_GT_GT] = ACTIONS(1274), + [anon_sym_PLUS] = ACTIONS(1274), + [anon_sym_DASH] = ACTIONS(1274), + [anon_sym_STAR] = ACTIONS(1274), + [anon_sym_SLASH] = ACTIONS(1274), + [anon_sym_PERCENT] = ACTIONS(1274), + [anon_sym_STAR_STAR] = ACTIONS(1274), + [anon_sym_LT] = ACTIONS(1274), + [anon_sym_GT] = ACTIONS(1274), + [anon_sym_LPAREN] = ACTIONS(1274), + [anon_sym_RPAREN] = ACTIONS(1274), + [anon_sym_PIPE] = ACTIONS(1274), + [anon_sym_SEMI_SEMI] = ACTIONS(1274), + [anon_sym_PIPE_AMP] = ACTIONS(1274), + [anon_sym_EQ_TILDE] = ACTIONS(1274), + [anon_sym_AMP_GT] = ACTIONS(1274), + [anon_sym_AMP_GT_GT] = ACTIONS(1274), + [anon_sym_LT_AMP] = ACTIONS(1274), + [anon_sym_GT_AMP] = ACTIONS(1274), + [anon_sym_GT_PIPE] = ACTIONS(1274), + [anon_sym_LT_LT_DASH] = ACTIONS(1274), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1276), + [anon_sym_LT_LT_LT] = ACTIONS(1274), + [anon_sym_AMP] = ACTIONS(1274), + [anon_sym_CARET] = ACTIONS(1274), + [anon_sym_QMARK] = ACTIONS(1274), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1274), + [anon_sym_DOLLAR] = ACTIONS(1274), + [sym__special_character] = ACTIONS(1283), + [anon_sym_DQUOTE] = ACTIONS(1274), + [sym_raw_string] = ACTIONS(1274), + [sym_ansi_c_string] = ACTIONS(1274), + [aux_sym_number_token1] = ACTIONS(1274), + [aux_sym_number_token2] = ACTIONS(1274), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1274), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1274), + [anon_sym_BQUOTE] = ACTIONS(1274), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1274), + [anon_sym_LT_LPAREN] = ACTIONS(1274), + [anon_sym_GT_LPAREN] = ACTIONS(1274), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1156), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [sym_file_descriptor] = ACTIONS(1276), + [sym_test_operator] = ACTIONS(1276), + [sym__bare_dollar] = ACTIONS(1276), + [sym__brace_start] = ACTIONS(1276), }, [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), + [sym_word] = ACTIONS(1190), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1190), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1190), + [anon_sym_SEMI] = ACTIONS(1190), + [anon_sym_EQ] = ACTIONS(1190), + [anon_sym_PLUS_PLUS] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1190), + [anon_sym_PLUS_EQ] = ACTIONS(1190), + [anon_sym_DASH_EQ] = ACTIONS(1190), + [anon_sym_STAR_EQ] = ACTIONS(1190), + [anon_sym_SLASH_EQ] = ACTIONS(1190), + [anon_sym_PERCENT_EQ] = ACTIONS(1190), + [anon_sym_LT_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_EQ] = ACTIONS(1190), + [anon_sym_CARET_EQ] = ACTIONS(1190), + [anon_sym_PIPE_EQ] = ACTIONS(1190), + [anon_sym_EQ_EQ] = ACTIONS(1190), + [anon_sym_BANG_EQ] = ACTIONS(1190), + [anon_sym_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_AMP] = ACTIONS(1190), + [anon_sym_PIPE_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT] = ACTIONS(1190), + [anon_sym_GT_GT] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1190), + [anon_sym_SLASH] = ACTIONS(1190), + [anon_sym_PERCENT] = ACTIONS(1190), + [anon_sym_STAR_STAR] = ACTIONS(1190), + [anon_sym_LT] = ACTIONS(1190), + [anon_sym_GT] = ACTIONS(1190), + [anon_sym_LPAREN] = ACTIONS(1190), + [anon_sym_RPAREN] = ACTIONS(1190), + [anon_sym_PIPE] = ACTIONS(1190), + [anon_sym_SEMI_SEMI] = ACTIONS(1190), + [anon_sym_PIPE_AMP] = ACTIONS(1190), + [anon_sym_EQ_TILDE] = ACTIONS(1190), + [anon_sym_AMP_GT] = ACTIONS(1190), + [anon_sym_AMP_GT_GT] = ACTIONS(1190), + [anon_sym_LT_AMP] = ACTIONS(1190), + [anon_sym_GT_AMP] = ACTIONS(1190), + [anon_sym_GT_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT_DASH] = ACTIONS(1190), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1192), + [anon_sym_LT_LT_LT] = ACTIONS(1190), + [anon_sym_AMP] = ACTIONS(1190), + [anon_sym_CARET] = ACTIONS(1190), + [anon_sym_QMARK] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1190), + [anon_sym_DOLLAR] = ACTIONS(1190), + [sym__special_character] = ACTIONS(1190), + [anon_sym_DQUOTE] = ACTIONS(1190), + [sym_raw_string] = ACTIONS(1190), + [sym_ansi_c_string] = ACTIONS(1190), + [aux_sym_number_token1] = ACTIONS(1190), + [aux_sym_number_token2] = ACTIONS(1190), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1190), + [anon_sym_BQUOTE] = ACTIONS(1190), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1190), + [anon_sym_LT_LPAREN] = ACTIONS(1190), + [anon_sym_GT_LPAREN] = ACTIONS(1190), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1192), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), }, [389] = { - [aux_sym_concatenation_repeat1] = STATE(388), - [sym_word] = ACTIONS(1177), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1179), - [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(1179), - [anon_sym_GT_GT_EQ] = ACTIONS(1179), - [anon_sym_AMP_EQ] = ACTIONS(1179), - [anon_sym_CARET_EQ] = ACTIONS(1177), - [anon_sym_PIPE_EQ] = ACTIONS(1179), - [anon_sym_EQ_EQ] = ACTIONS(1177), - [anon_sym_BANG_EQ] = ACTIONS(1177), - [anon_sym_LT_EQ] = ACTIONS(1179), - [anon_sym_GT_EQ] = ACTIONS(1179), - [anon_sym_AMP_AMP] = ACTIONS(1179), - [anon_sym_PIPE_PIPE] = ACTIONS(1179), - [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_PIPE] = ACTIONS(1177), - [anon_sym_PIPE_AMP] = ACTIONS(1179), - [anon_sym_RBRACK] = ACTIONS(1179), - [anon_sym_EQ_TILDE] = ACTIONS(1177), - [anon_sym_AMP_GT] = ACTIONS(1177), - [anon_sym_AMP_GT_GT] = ACTIONS(1179), - [anon_sym_LT_AMP] = ACTIONS(1179), - [anon_sym_GT_AMP] = ACTIONS(1179), - [anon_sym_GT_PIPE] = ACTIONS(1179), - [anon_sym_LT_LT_DASH] = ACTIONS(1179), - [anon_sym_LT_LT_LT] = ACTIONS(1179), - [anon_sym_AMP] = ACTIONS(1177), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_QMARK] = ACTIONS(1177), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1179), + [aux_sym_concatenation_repeat1] = STATE(390), + [sym_word] = ACTIONS(1190), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1192), + [anon_sym_EQ] = ACTIONS(1190), + [anon_sym_PLUS_PLUS] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1190), + [anon_sym_PLUS_EQ] = ACTIONS(1190), + [anon_sym_DASH_EQ] = ACTIONS(1190), + [anon_sym_STAR_EQ] = ACTIONS(1190), + [anon_sym_SLASH_EQ] = ACTIONS(1190), + [anon_sym_PERCENT_EQ] = ACTIONS(1190), + [anon_sym_LT_LT_EQ] = ACTIONS(1192), + [anon_sym_GT_GT_EQ] = ACTIONS(1192), + [anon_sym_AMP_EQ] = ACTIONS(1192), + [anon_sym_CARET_EQ] = ACTIONS(1190), + [anon_sym_PIPE_EQ] = ACTIONS(1192), + [anon_sym_EQ_EQ] = ACTIONS(1190), + [anon_sym_BANG_EQ] = ACTIONS(1190), + [anon_sym_LT_EQ] = ACTIONS(1192), + [anon_sym_GT_EQ] = ACTIONS(1192), + [anon_sym_AMP_AMP] = ACTIONS(1192), + [anon_sym_PIPE_PIPE] = ACTIONS(1192), + [anon_sym_LT_LT] = ACTIONS(1190), + [anon_sym_GT_GT] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1190), + [anon_sym_SLASH] = ACTIONS(1190), + [anon_sym_PERCENT] = ACTIONS(1190), + [anon_sym_STAR_STAR] = ACTIONS(1190), + [anon_sym_LT] = ACTIONS(1190), + [anon_sym_GT] = ACTIONS(1190), + [anon_sym_LPAREN] = ACTIONS(1190), + [anon_sym_PIPE] = ACTIONS(1190), + [anon_sym_PIPE_AMP] = ACTIONS(1192), + [anon_sym_RBRACK] = ACTIONS(1192), + [anon_sym_EQ_TILDE] = ACTIONS(1190), + [anon_sym_AMP_GT] = ACTIONS(1190), + [anon_sym_AMP_GT_GT] = ACTIONS(1192), + [anon_sym_LT_AMP] = ACTIONS(1192), + [anon_sym_GT_AMP] = ACTIONS(1192), + [anon_sym_GT_PIPE] = ACTIONS(1192), + [anon_sym_LT_LT_DASH] = ACTIONS(1192), + [anon_sym_LT_LT_LT] = ACTIONS(1192), + [anon_sym_AMP] = ACTIONS(1190), + [anon_sym_CARET] = ACTIONS(1190), + [anon_sym_QMARK] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1192), [aux_sym_concatenation_token1] = ACTIONS(359), - [anon_sym_DOLLAR] = ACTIONS(1177), - [sym__special_character] = ACTIONS(1177), - [anon_sym_DQUOTE] = ACTIONS(1179), - [sym_raw_string] = ACTIONS(1179), - [sym_ansi_c_string] = ACTIONS(1179), - [aux_sym_number_token1] = ACTIONS(1177), - [aux_sym_number_token2] = ACTIONS(1177), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1179), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1177), - [anon_sym_BQUOTE] = ACTIONS(1177), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1179), - [anon_sym_LT_LPAREN] = ACTIONS(1179), - [anon_sym_GT_LPAREN] = ACTIONS(1179), + [anon_sym_DOLLAR] = ACTIONS(1190), + [sym__special_character] = ACTIONS(1190), + [anon_sym_DQUOTE] = ACTIONS(1192), + [sym_raw_string] = ACTIONS(1192), + [sym_ansi_c_string] = ACTIONS(1192), + [aux_sym_number_token1] = ACTIONS(1190), + [aux_sym_number_token2] = ACTIONS(1190), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1192), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1190), + [anon_sym_BQUOTE] = ACTIONS(1190), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1192), + [anon_sym_LT_LPAREN] = ACTIONS(1192), + [anon_sym_GT_LPAREN] = ACTIONS(1192), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1179), - [sym__concat] = ACTIONS(1292), - [sym_test_operator] = ACTIONS(1179), - [sym__bare_dollar] = ACTIONS(1179), - [sym__brace_start] = ACTIONS(1179), + [sym_file_descriptor] = ACTIONS(1192), + [sym__concat] = ACTIONS(359), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), }, [390] = { - [aux_sym_concatenation_repeat1] = STATE(389), - [sym_word] = 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), - [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(1283), - [anon_sym_GT_GT_EQ] = ACTIONS(1283), - [anon_sym_AMP_EQ] = ACTIONS(1283), - [anon_sym_CARET_EQ] = ACTIONS(1149), - [anon_sym_PIPE_EQ] = ACTIONS(1283), - [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_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_PIPE] = ACTIONS(1151), - [anon_sym_PIPE_AMP] = ACTIONS(1156), - [anon_sym_RBRACK] = ACTIONS(1283), - [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_CARET] = ACTIONS(1149), - [anon_sym_QMARK] = ACTIONS(1149), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1156), + [aux_sym_concatenation_repeat1] = STATE(392), + [sym_word] = ACTIONS(1153), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1155), + [anon_sym_EQ] = ACTIONS(1153), + [anon_sym_PLUS_PLUS] = ACTIONS(1153), + [anon_sym_DASH_DASH] = ACTIONS(1153), + [anon_sym_PLUS_EQ] = ACTIONS(1153), + [anon_sym_DASH_EQ] = ACTIONS(1153), + [anon_sym_STAR_EQ] = ACTIONS(1153), + [anon_sym_SLASH_EQ] = ACTIONS(1153), + [anon_sym_PERCENT_EQ] = ACTIONS(1153), + [anon_sym_LT_LT_EQ] = ACTIONS(1155), + [anon_sym_GT_GT_EQ] = ACTIONS(1155), + [anon_sym_AMP_EQ] = ACTIONS(1155), + [anon_sym_CARET_EQ] = ACTIONS(1153), + [anon_sym_PIPE_EQ] = ACTIONS(1155), + [anon_sym_EQ_EQ] = ACTIONS(1153), + [anon_sym_BANG_EQ] = ACTIONS(1153), + [anon_sym_LT_EQ] = ACTIONS(1155), + [anon_sym_GT_EQ] = ACTIONS(1155), + [anon_sym_AMP_AMP] = ACTIONS(1155), + [anon_sym_PIPE_PIPE] = ACTIONS(1155), + [anon_sym_LT_LT] = ACTIONS(1153), + [anon_sym_GT_GT] = ACTIONS(1153), + [anon_sym_PLUS] = ACTIONS(1153), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_SLASH] = ACTIONS(1153), + [anon_sym_PERCENT] = ACTIONS(1153), + [anon_sym_STAR_STAR] = ACTIONS(1153), + [anon_sym_LT] = ACTIONS(1153), + [anon_sym_GT] = ACTIONS(1153), + [anon_sym_LPAREN] = ACTIONS(1153), + [anon_sym_PIPE] = ACTIONS(1153), + [anon_sym_PIPE_AMP] = ACTIONS(1155), + [anon_sym_RBRACK] = ACTIONS(1155), + [anon_sym_EQ_TILDE] = ACTIONS(1153), + [anon_sym_AMP_GT] = ACTIONS(1153), + [anon_sym_AMP_GT_GT] = ACTIONS(1155), + [anon_sym_LT_AMP] = ACTIONS(1155), + [anon_sym_GT_AMP] = ACTIONS(1155), + [anon_sym_GT_PIPE] = ACTIONS(1155), + [anon_sym_LT_LT_DASH] = ACTIONS(1155), + [anon_sym_LT_LT_LT] = ACTIONS(1155), + [anon_sym_AMP] = ACTIONS(1153), + [anon_sym_CARET] = ACTIONS(1153), + [anon_sym_QMARK] = ACTIONS(1153), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1155), [aux_sym_concatenation_token1] = ACTIONS(359), - [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), - [aux_sym_number_token1] = ACTIONS(1147), - [aux_sym_number_token2] = ACTIONS(1147), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1156), - [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), + [anon_sym_DOLLAR] = ACTIONS(1153), + [sym__special_character] = ACTIONS(1153), + [anon_sym_DQUOTE] = ACTIONS(1155), + [sym_raw_string] = ACTIONS(1155), + [sym_ansi_c_string] = ACTIONS(1155), + [aux_sym_number_token1] = ACTIONS(1153), + [aux_sym_number_token2] = ACTIONS(1153), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1155), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1153), + [anon_sym_BQUOTE] = ACTIONS(1153), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1155), + [anon_sym_LT_LPAREN] = ACTIONS(1155), + [anon_sym_GT_LPAREN] = ACTIONS(1155), [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), + [sym_file_descriptor] = ACTIONS(1155), + [sym__concat] = ACTIONS(1286), + [sym_test_operator] = ACTIONS(1155), + [sym__bare_dollar] = ACTIONS(1155), + [sym__brace_start] = ACTIONS(1155), }, [391] = { - [aux_sym_concatenation_repeat1] = STATE(388), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1173), + [aux_sym_concatenation_repeat1] = STATE(392), + [sym_word] = ACTIONS(1181), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), + [anon_sym_EQ] = ACTIONS(1181), + [anon_sym_PLUS_PLUS] = ACTIONS(1181), + [anon_sym_DASH_DASH] = ACTIONS(1181), + [anon_sym_PLUS_EQ] = ACTIONS(1181), + [anon_sym_DASH_EQ] = ACTIONS(1181), + [anon_sym_STAR_EQ] = ACTIONS(1181), + [anon_sym_SLASH_EQ] = ACTIONS(1181), + [anon_sym_PERCENT_EQ] = ACTIONS(1181), + [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(1181), + [anon_sym_PIPE_EQ] = ACTIONS(1183), + [anon_sym_EQ_EQ] = ACTIONS(1181), + [anon_sym_BANG_EQ] = ACTIONS(1181), + [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(1181), + [anon_sym_GT_GT] = ACTIONS(1181), + [anon_sym_PLUS] = ACTIONS(1181), + [anon_sym_DASH] = ACTIONS(1181), + [anon_sym_STAR] = ACTIONS(1181), + [anon_sym_SLASH] = ACTIONS(1181), + [anon_sym_PERCENT] = ACTIONS(1181), + [anon_sym_STAR_STAR] = ACTIONS(1181), + [anon_sym_LT] = ACTIONS(1181), + [anon_sym_GT] = ACTIONS(1181), + [anon_sym_LPAREN] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1181), + [anon_sym_PIPE_AMP] = ACTIONS(1183), + [anon_sym_RBRACK] = ACTIONS(1183), + [anon_sym_EQ_TILDE] = ACTIONS(1181), + [anon_sym_AMP_GT] = ACTIONS(1181), + [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), + [anon_sym_LT_LT_LT] = ACTIONS(1183), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_CARET] = ACTIONS(1181), + [anon_sym_QMARK] = ACTIONS(1181), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), + [aux_sym_concatenation_token1] = ACTIONS(359), + [anon_sym_DOLLAR] = ACTIONS(1181), + [sym__special_character] = ACTIONS(1181), + [anon_sym_DQUOTE] = ACTIONS(1183), + [sym_raw_string] = ACTIONS(1183), + [sym_ansi_c_string] = ACTIONS(1183), + [aux_sym_number_token1] = ACTIONS(1181), + [aux_sym_number_token2] = ACTIONS(1181), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1181), + [anon_sym_BQUOTE] = ACTIONS(1181), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), + [anon_sym_LT_LPAREN] = ACTIONS(1183), + [anon_sym_GT_LPAREN] = ACTIONS(1183), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1183), + [sym__concat] = ACTIONS(1288), + [sym_test_operator] = ACTIONS(1183), + [sym__bare_dollar] = ACTIONS(1183), + [sym__brace_start] = ACTIONS(1183), + }, + [392] = { + [aux_sym_concatenation_repeat1] = STATE(392), + [sym_word] = ACTIONS(1159), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1161), + [anon_sym_EQ] = ACTIONS(1159), + [anon_sym_PLUS_PLUS] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1159), + [anon_sym_PLUS_EQ] = ACTIONS(1159), + [anon_sym_DASH_EQ] = ACTIONS(1159), + [anon_sym_STAR_EQ] = ACTIONS(1159), + [anon_sym_SLASH_EQ] = ACTIONS(1159), + [anon_sym_PERCENT_EQ] = ACTIONS(1159), + [anon_sym_LT_LT_EQ] = ACTIONS(1161), + [anon_sym_GT_GT_EQ] = ACTIONS(1161), + [anon_sym_AMP_EQ] = ACTIONS(1161), + [anon_sym_CARET_EQ] = ACTIONS(1159), + [anon_sym_PIPE_EQ] = ACTIONS(1161), + [anon_sym_EQ_EQ] = ACTIONS(1159), + [anon_sym_BANG_EQ] = ACTIONS(1159), + [anon_sym_LT_EQ] = ACTIONS(1161), + [anon_sym_GT_EQ] = ACTIONS(1161), + [anon_sym_AMP_AMP] = ACTIONS(1161), + [anon_sym_PIPE_PIPE] = ACTIONS(1161), + [anon_sym_LT_LT] = ACTIONS(1159), + [anon_sym_GT_GT] = ACTIONS(1159), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_STAR_STAR] = ACTIONS(1159), + [anon_sym_LT] = ACTIONS(1159), + [anon_sym_GT] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1159), + [anon_sym_PIPE] = ACTIONS(1159), + [anon_sym_PIPE_AMP] = ACTIONS(1161), + [anon_sym_RBRACK] = ACTIONS(1161), + [anon_sym_EQ_TILDE] = ACTIONS(1159), + [anon_sym_AMP_GT] = ACTIONS(1159), + [anon_sym_AMP_GT_GT] = ACTIONS(1161), + [anon_sym_LT_AMP] = ACTIONS(1161), + [anon_sym_GT_AMP] = ACTIONS(1161), + [anon_sym_GT_PIPE] = ACTIONS(1161), + [anon_sym_LT_LT_DASH] = ACTIONS(1161), + [anon_sym_LT_LT_LT] = ACTIONS(1161), + [anon_sym_AMP] = ACTIONS(1159), + [anon_sym_CARET] = ACTIONS(1159), + [anon_sym_QMARK] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1161), + [aux_sym_concatenation_token1] = ACTIONS(1290), + [anon_sym_DOLLAR] = ACTIONS(1159), + [sym__special_character] = ACTIONS(1159), + [anon_sym_DQUOTE] = ACTIONS(1161), + [sym_raw_string] = ACTIONS(1161), + [sym_ansi_c_string] = ACTIONS(1161), + [aux_sym_number_token1] = ACTIONS(1159), + [aux_sym_number_token2] = ACTIONS(1159), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1161), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1159), + [anon_sym_BQUOTE] = ACTIONS(1159), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1161), + [anon_sym_LT_LPAREN] = ACTIONS(1161), + [anon_sym_GT_LPAREN] = ACTIONS(1161), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1161), + [sym__concat] = ACTIONS(1290), + [sym_test_operator] = ACTIONS(1161), + [sym__bare_dollar] = ACTIONS(1161), + [sym__brace_start] = ACTIONS(1161), + }, + [393] = { + [sym_word] = ACTIONS(1190), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1190), + [anon_sym_SEMI] = ACTIONS(1190), + [anon_sym_EQ] = ACTIONS(1190), + [anon_sym_PLUS_PLUS] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1190), + [anon_sym_PLUS_EQ] = ACTIONS(1190), + [anon_sym_DASH_EQ] = ACTIONS(1190), + [anon_sym_STAR_EQ] = ACTIONS(1190), + [anon_sym_SLASH_EQ] = ACTIONS(1190), + [anon_sym_PERCENT_EQ] = ACTIONS(1190), + [anon_sym_LT_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_EQ] = ACTIONS(1190), + [anon_sym_CARET_EQ] = ACTIONS(1190), + [anon_sym_PIPE_EQ] = ACTIONS(1190), + [anon_sym_EQ_EQ] = ACTIONS(1190), + [anon_sym_BANG_EQ] = ACTIONS(1190), + [anon_sym_LT_EQ] = ACTIONS(1190), + [anon_sym_GT_EQ] = ACTIONS(1190), + [anon_sym_AMP_AMP] = ACTIONS(1190), + [anon_sym_PIPE_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT] = ACTIONS(1190), + [anon_sym_GT_GT] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1190), + [anon_sym_SLASH] = ACTIONS(1190), + [anon_sym_PERCENT] = ACTIONS(1190), + [anon_sym_STAR_STAR] = ACTIONS(1190), + [anon_sym_LT] = ACTIONS(1190), + [anon_sym_GT] = ACTIONS(1190), + [anon_sym_LPAREN] = ACTIONS(1190), + [anon_sym_RPAREN] = ACTIONS(1190), + [anon_sym_PIPE] = ACTIONS(1190), + [anon_sym_SEMI_SEMI] = ACTIONS(1190), + [anon_sym_PIPE_AMP] = ACTIONS(1190), + [anon_sym_EQ_TILDE] = ACTIONS(1190), + [anon_sym_AMP_GT] = ACTIONS(1190), + [anon_sym_AMP_GT_GT] = ACTIONS(1190), + [anon_sym_LT_AMP] = ACTIONS(1190), + [anon_sym_GT_AMP] = ACTIONS(1190), + [anon_sym_GT_PIPE] = ACTIONS(1190), + [anon_sym_LT_LT_DASH] = ACTIONS(1190), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1192), + [anon_sym_LT_LT_LT] = ACTIONS(1190), + [anon_sym_AMP] = ACTIONS(1190), + [anon_sym_CARET] = ACTIONS(1190), + [anon_sym_QMARK] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1190), + [anon_sym_DOLLAR] = ACTIONS(1190), + [sym__special_character] = ACTIONS(1190), + [anon_sym_DQUOTE] = ACTIONS(1190), + [sym_raw_string] = ACTIONS(1190), + [sym_ansi_c_string] = ACTIONS(1190), + [aux_sym_number_token1] = ACTIONS(1190), + [aux_sym_number_token2] = ACTIONS(1190), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1190), + [anon_sym_BQUOTE] = ACTIONS(1190), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1190), + [anon_sym_LT_LPAREN] = ACTIONS(1190), + [anon_sym_GT_LPAREN] = ACTIONS(1190), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1192), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), + }, + [394] = { + [aux_sym_concatenation_repeat1] = STATE(391), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1176), [anon_sym_EQ] = ACTIONS(1171), [anon_sym_PLUS_PLUS] = ACTIONS(1171), [anon_sym_DASH_DASH] = ACTIONS(1171), @@ -53162,1794 +54550,1881 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_LT_LT_EQ] = ACTIONS(1293), + [anon_sym_GT_GT_EQ] = ACTIONS(1293), + [anon_sym_AMP_EQ] = ACTIONS(1293), [anon_sym_CARET_EQ] = ACTIONS(1171), - [anon_sym_PIPE_EQ] = ACTIONS(1173), - [anon_sym_EQ_EQ] = ACTIONS(1171), + [anon_sym_PIPE_EQ] = ACTIONS(1293), + [anon_sym_EQ_EQ] = ACTIONS(1173), [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_LT_EQ] = ACTIONS(1293), + [anon_sym_GT_EQ] = ACTIONS(1293), + [anon_sym_AMP_AMP] = ACTIONS(1178), + [anon_sym_PIPE_PIPE] = ACTIONS(1178), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), [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_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1295), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1176), + [anon_sym_RBRACK] = ACTIONS(1293), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [anon_sym_AMP_GT_GT] = ACTIONS(1176), + [anon_sym_LT_AMP] = ACTIONS(1176), + [anon_sym_GT_AMP] = ACTIONS(1176), + [anon_sym_GT_PIPE] = ACTIONS(1176), + [anon_sym_LT_LT_DASH] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1176), [anon_sym_AMP] = ACTIONS(1171), [anon_sym_CARET] = ACTIONS(1171), [anon_sym_QMARK] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1176), [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), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_raw_string] = ACTIONS(1176), + [sym_ansi_c_string] = ACTIONS(1176), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1176), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1176), + [anon_sym_LT_LPAREN] = ACTIONS(1176), + [anon_sym_GT_LPAREN] = ACTIONS(1176), [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] = { - [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), - [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), - }, - [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), - [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(1176), + [sym__concat] = ACTIONS(359), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [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), + [aux_sym_concatenation_repeat1] = STATE(391), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1176), + [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(1293), + [anon_sym_GT_GT_EQ] = ACTIONS(1293), + [anon_sym_AMP_EQ] = ACTIONS(1293), + [anon_sym_CARET_EQ] = ACTIONS(1171), + [anon_sym_PIPE_EQ] = ACTIONS(1293), + [anon_sym_EQ_EQ] = ACTIONS(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1293), + [anon_sym_GT_EQ] = ACTIONS(1293), + [anon_sym_AMP_AMP] = ACTIONS(1178), + [anon_sym_PIPE_PIPE] = ACTIONS(1178), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), + [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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1176), + [anon_sym_RBRACK] = ACTIONS(1293), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [anon_sym_AMP_GT_GT] = ACTIONS(1176), + [anon_sym_LT_AMP] = ACTIONS(1176), + [anon_sym_GT_AMP] = ACTIONS(1176), + [anon_sym_GT_PIPE] = ACTIONS(1176), + [anon_sym_LT_LT_DASH] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1171), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1176), + [aux_sym_concatenation_token1] = ACTIONS(359), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_raw_string] = ACTIONS(1176), + [sym_ansi_c_string] = ACTIONS(1176), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1176), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1176), + [anon_sym_LT_LPAREN] = ACTIONS(1176), + [anon_sym_GT_LPAREN] = ACTIONS(1176), [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(1176), + [sym__concat] = ACTIONS(359), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [396] = { - [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(1185), - [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(1185), - [sym_test_operator] = ACTIONS(1185), - [sym__bare_dollar] = ACTIONS(1185), - [sym__brace_start] = ACTIONS(1185), + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_SEMI] = ACTIONS(1169), + [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(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1171), + [anon_sym_GT_EQ] = ACTIONS(1171), + [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(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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1169), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1169), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1169), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1176), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [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_word] = ACTIONS(1234), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1236), + [anon_sym_EQ] = ACTIONS(1234), + [anon_sym_PLUS_PLUS] = ACTIONS(1234), + [anon_sym_DASH_DASH] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(1234), + [anon_sym_DASH_EQ] = ACTIONS(1234), + [anon_sym_STAR_EQ] = ACTIONS(1234), + [anon_sym_SLASH_EQ] = ACTIONS(1234), + [anon_sym_PERCENT_EQ] = ACTIONS(1234), + [anon_sym_LT_LT_EQ] = ACTIONS(1236), + [anon_sym_GT_GT_EQ] = ACTIONS(1236), + [anon_sym_AMP_EQ] = ACTIONS(1236), + [anon_sym_CARET_EQ] = ACTIONS(1234), + [anon_sym_PIPE_EQ] = ACTIONS(1236), + [anon_sym_EQ_EQ] = ACTIONS(1234), + [anon_sym_BANG_EQ] = ACTIONS(1234), + [anon_sym_LT_EQ] = ACTIONS(1236), + [anon_sym_GT_EQ] = ACTIONS(1236), + [anon_sym_AMP_AMP] = ACTIONS(1236), + [anon_sym_PIPE_PIPE] = ACTIONS(1236), + [anon_sym_LT_LT] = ACTIONS(1234), + [anon_sym_GT_GT] = ACTIONS(1234), + [anon_sym_PLUS] = ACTIONS(1234), + [anon_sym_DASH] = ACTIONS(1234), + [anon_sym_STAR] = ACTIONS(1234), + [anon_sym_SLASH] = ACTIONS(1234), + [anon_sym_PERCENT] = ACTIONS(1234), + [anon_sym_STAR_STAR] = ACTIONS(1234), + [anon_sym_LT] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(1234), + [anon_sym_LPAREN] = ACTIONS(1234), + [anon_sym_PIPE] = ACTIONS(1234), + [anon_sym_PIPE_AMP] = ACTIONS(1236), + [anon_sym_RBRACK] = ACTIONS(1236), + [anon_sym_EQ_TILDE] = ACTIONS(1234), + [anon_sym_AMP_GT] = ACTIONS(1234), + [anon_sym_AMP_GT_GT] = ACTIONS(1236), + [anon_sym_LT_AMP] = ACTIONS(1236), + [anon_sym_GT_AMP] = ACTIONS(1236), + [anon_sym_GT_PIPE] = ACTIONS(1236), + [anon_sym_LT_LT_DASH] = ACTIONS(1236), + [anon_sym_LT_LT_LT] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(1234), + [anon_sym_CARET] = ACTIONS(1234), + [anon_sym_QMARK] = ACTIONS(1234), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1236), + [aux_sym_concatenation_token1] = ACTIONS(1236), + [anon_sym_DOLLAR] = ACTIONS(1234), + [sym__special_character] = ACTIONS(1234), + [anon_sym_DQUOTE] = ACTIONS(1236), + [sym_raw_string] = ACTIONS(1236), + [sym_ansi_c_string] = ACTIONS(1236), + [aux_sym_number_token1] = ACTIONS(1234), + [aux_sym_number_token2] = ACTIONS(1234), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1234), + [anon_sym_BQUOTE] = ACTIONS(1234), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1236), + [anon_sym_LT_LPAREN] = ACTIONS(1236), + [anon_sym_GT_LPAREN] = ACTIONS(1236), [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), + [sym_file_descriptor] = ACTIONS(1236), + [sym__concat] = ACTIONS(1236), + [sym_test_operator] = ACTIONS(1236), + [sym__bare_dollar] = ACTIONS(1236), + [sym__brace_start] = ACTIONS(1236), }, [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_word] = ACTIONS(1220), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1220), + [anon_sym_PLUS_PLUS] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1220), + [anon_sym_PLUS_EQ] = ACTIONS(1220), + [anon_sym_DASH_EQ] = ACTIONS(1220), + [anon_sym_STAR_EQ] = ACTIONS(1220), + [anon_sym_SLASH_EQ] = ACTIONS(1220), + [anon_sym_PERCENT_EQ] = ACTIONS(1220), + [anon_sym_LT_LT_EQ] = ACTIONS(1222), + [anon_sym_GT_GT_EQ] = ACTIONS(1222), + [anon_sym_AMP_EQ] = ACTIONS(1222), + [anon_sym_CARET_EQ] = ACTIONS(1220), + [anon_sym_PIPE_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1220), + [anon_sym_BANG_EQ] = ACTIONS(1220), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1220), + [anon_sym_GT_GT] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(1220), + [anon_sym_SLASH] = ACTIONS(1220), + [anon_sym_PERCENT] = ACTIONS(1220), + [anon_sym_STAR_STAR] = ACTIONS(1220), + [anon_sym_LT] = ACTIONS(1220), + [anon_sym_GT] = ACTIONS(1220), + [anon_sym_LPAREN] = ACTIONS(1220), + [anon_sym_PIPE] = ACTIONS(1220), + [anon_sym_PIPE_AMP] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1222), + [anon_sym_EQ_TILDE] = ACTIONS(1220), + [anon_sym_AMP_GT] = ACTIONS(1220), + [anon_sym_AMP_GT_GT] = ACTIONS(1222), + [anon_sym_LT_AMP] = ACTIONS(1222), + [anon_sym_GT_AMP] = ACTIONS(1222), + [anon_sym_GT_PIPE] = ACTIONS(1222), + [anon_sym_LT_LT_DASH] = ACTIONS(1222), + [anon_sym_LT_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1220), + [anon_sym_CARET] = ACTIONS(1220), + [anon_sym_QMARK] = ACTIONS(1220), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1222), + [aux_sym_concatenation_token1] = ACTIONS(1222), + [anon_sym_DOLLAR] = ACTIONS(1220), + [sym__special_character] = ACTIONS(1220), + [anon_sym_DQUOTE] = ACTIONS(1222), + [sym_raw_string] = ACTIONS(1222), + [sym_ansi_c_string] = ACTIONS(1222), + [aux_sym_number_token1] = ACTIONS(1220), + [aux_sym_number_token2] = ACTIONS(1220), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1222), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1220), + [anon_sym_BQUOTE] = ACTIONS(1220), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1222), + [anon_sym_LT_LPAREN] = ACTIONS(1222), + [anon_sym_GT_LPAREN] = ACTIONS(1222), [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), + [sym_file_descriptor] = ACTIONS(1222), + [sym__concat] = ACTIONS(1222), + [sym_test_operator] = ACTIONS(1222), + [sym__bare_dollar] = ACTIONS(1222), + [sym__brace_start] = ACTIONS(1222), }, [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), + [sym_word] = ACTIONS(1212), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1214), + [anon_sym_EQ] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_EQ] = ACTIONS(1212), + [anon_sym_DASH_EQ] = ACTIONS(1212), + [anon_sym_STAR_EQ] = ACTIONS(1212), + [anon_sym_SLASH_EQ] = ACTIONS(1212), + [anon_sym_PERCENT_EQ] = ACTIONS(1212), + [anon_sym_LT_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_GT_EQ] = ACTIONS(1214), + [anon_sym_AMP_EQ] = ACTIONS(1214), + [anon_sym_CARET_EQ] = ACTIONS(1212), + [anon_sym_PIPE_EQ] = ACTIONS(1214), + [anon_sym_EQ_EQ] = ACTIONS(1212), + [anon_sym_BANG_EQ] = ACTIONS(1212), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_AMP_AMP] = ACTIONS(1214), + [anon_sym_PIPE_PIPE] = ACTIONS(1214), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_SLASH] = ACTIONS(1212), + [anon_sym_PERCENT] = ACTIONS(1212), + [anon_sym_STAR_STAR] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_LPAREN] = ACTIONS(1212), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_PIPE_AMP] = ACTIONS(1214), + [anon_sym_RBRACK] = ACTIONS(1214), + [anon_sym_EQ_TILDE] = ACTIONS(1212), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(1214), + [anon_sym_LT_AMP] = ACTIONS(1214), + [anon_sym_GT_AMP] = ACTIONS(1214), + [anon_sym_GT_PIPE] = ACTIONS(1214), + [anon_sym_LT_LT_DASH] = ACTIONS(1214), + [anon_sym_LT_LT_LT] = ACTIONS(1214), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_CARET] = ACTIONS(1212), + [anon_sym_QMARK] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1214), + [aux_sym_concatenation_token1] = ACTIONS(1214), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1214), + [sym_raw_string] = ACTIONS(1214), + [sym_ansi_c_string] = ACTIONS(1214), + [aux_sym_number_token1] = ACTIONS(1212), + [aux_sym_number_token2] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1214), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1212), + [anon_sym_BQUOTE] = ACTIONS(1212), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1214), + [anon_sym_LT_LPAREN] = ACTIONS(1214), + [anon_sym_GT_LPAREN] = ACTIONS(1214), [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(1214), + [sym__concat] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [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), + [sym_word] = ACTIONS(1216), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1218), + [anon_sym_EQ] = ACTIONS(1216), + [anon_sym_PLUS_PLUS] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1216), + [anon_sym_PLUS_EQ] = ACTIONS(1216), + [anon_sym_DASH_EQ] = ACTIONS(1216), + [anon_sym_STAR_EQ] = ACTIONS(1216), + [anon_sym_SLASH_EQ] = ACTIONS(1216), + [anon_sym_PERCENT_EQ] = ACTIONS(1216), + [anon_sym_LT_LT_EQ] = ACTIONS(1218), + [anon_sym_GT_GT_EQ] = ACTIONS(1218), + [anon_sym_AMP_EQ] = ACTIONS(1218), + [anon_sym_CARET_EQ] = ACTIONS(1216), + [anon_sym_PIPE_EQ] = ACTIONS(1218), + [anon_sym_EQ_EQ] = ACTIONS(1216), + [anon_sym_BANG_EQ] = ACTIONS(1216), + [anon_sym_LT_EQ] = ACTIONS(1218), + [anon_sym_GT_EQ] = ACTIONS(1218), + [anon_sym_AMP_AMP] = ACTIONS(1218), + [anon_sym_PIPE_PIPE] = ACTIONS(1218), + [anon_sym_LT_LT] = ACTIONS(1216), + [anon_sym_GT_GT] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_STAR] = ACTIONS(1216), + [anon_sym_SLASH] = ACTIONS(1216), + [anon_sym_PERCENT] = ACTIONS(1216), + [anon_sym_STAR_STAR] = ACTIONS(1216), + [anon_sym_LT] = ACTIONS(1216), + [anon_sym_GT] = ACTIONS(1216), + [anon_sym_LPAREN] = ACTIONS(1216), + [anon_sym_PIPE] = ACTIONS(1216), + [anon_sym_PIPE_AMP] = ACTIONS(1218), + [anon_sym_RBRACK] = ACTIONS(1218), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_AMP_GT] = ACTIONS(1216), + [anon_sym_AMP_GT_GT] = ACTIONS(1218), + [anon_sym_LT_AMP] = ACTIONS(1218), + [anon_sym_GT_AMP] = ACTIONS(1218), + [anon_sym_GT_PIPE] = ACTIONS(1218), + [anon_sym_LT_LT_DASH] = ACTIONS(1218), + [anon_sym_LT_LT_LT] = ACTIONS(1218), + [anon_sym_AMP] = ACTIONS(1216), + [anon_sym_CARET] = ACTIONS(1216), + [anon_sym_QMARK] = ACTIONS(1216), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1218), + [aux_sym_concatenation_token1] = ACTIONS(1218), + [anon_sym_DOLLAR] = ACTIONS(1216), + [sym__special_character] = ACTIONS(1216), + [anon_sym_DQUOTE] = ACTIONS(1218), + [sym_raw_string] = ACTIONS(1218), + [sym_ansi_c_string] = ACTIONS(1218), + [aux_sym_number_token1] = ACTIONS(1216), + [aux_sym_number_token2] = ACTIONS(1216), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1218), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1216), + [anon_sym_BQUOTE] = ACTIONS(1216), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1218), + [anon_sym_LT_LPAREN] = ACTIONS(1218), + [anon_sym_GT_LPAREN] = ACTIONS(1218), [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(1218), + [sym__concat] = ACTIONS(1218), + [sym_test_operator] = ACTIONS(1218), + [sym__bare_dollar] = ACTIONS(1218), + [sym__brace_start] = ACTIONS(1218), }, [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), + [sym_word] = ACTIONS(1256), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1258), + [anon_sym_EQ] = ACTIONS(1256), + [anon_sym_PLUS_PLUS] = ACTIONS(1256), + [anon_sym_DASH_DASH] = ACTIONS(1256), + [anon_sym_PLUS_EQ] = ACTIONS(1256), + [anon_sym_DASH_EQ] = ACTIONS(1256), + [anon_sym_STAR_EQ] = ACTIONS(1256), + [anon_sym_SLASH_EQ] = ACTIONS(1256), + [anon_sym_PERCENT_EQ] = ACTIONS(1256), + [anon_sym_LT_LT_EQ] = ACTIONS(1258), + [anon_sym_GT_GT_EQ] = ACTIONS(1258), + [anon_sym_AMP_EQ] = ACTIONS(1258), + [anon_sym_CARET_EQ] = ACTIONS(1256), + [anon_sym_PIPE_EQ] = ACTIONS(1258), + [anon_sym_EQ_EQ] = ACTIONS(1256), + [anon_sym_BANG_EQ] = ACTIONS(1256), + [anon_sym_LT_EQ] = ACTIONS(1258), + [anon_sym_GT_EQ] = ACTIONS(1258), + [anon_sym_AMP_AMP] = ACTIONS(1258), + [anon_sym_PIPE_PIPE] = ACTIONS(1258), + [anon_sym_LT_LT] = ACTIONS(1256), + [anon_sym_GT_GT] = ACTIONS(1256), + [anon_sym_PLUS] = ACTIONS(1256), + [anon_sym_DASH] = ACTIONS(1256), + [anon_sym_STAR] = ACTIONS(1256), + [anon_sym_SLASH] = ACTIONS(1256), + [anon_sym_PERCENT] = ACTIONS(1256), + [anon_sym_STAR_STAR] = ACTIONS(1256), + [anon_sym_LT] = ACTIONS(1256), + [anon_sym_GT] = ACTIONS(1256), + [anon_sym_LPAREN] = ACTIONS(1256), + [anon_sym_PIPE] = ACTIONS(1256), + [anon_sym_PIPE_AMP] = ACTIONS(1258), + [anon_sym_RBRACK] = ACTIONS(1258), + [anon_sym_EQ_TILDE] = ACTIONS(1256), + [anon_sym_AMP_GT] = ACTIONS(1256), + [anon_sym_AMP_GT_GT] = ACTIONS(1258), + [anon_sym_LT_AMP] = ACTIONS(1258), + [anon_sym_GT_AMP] = ACTIONS(1258), + [anon_sym_GT_PIPE] = ACTIONS(1258), + [anon_sym_LT_LT_DASH] = ACTIONS(1258), + [anon_sym_LT_LT_LT] = ACTIONS(1258), + [anon_sym_AMP] = ACTIONS(1256), + [anon_sym_CARET] = ACTIONS(1256), + [anon_sym_QMARK] = ACTIONS(1256), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1258), + [aux_sym_concatenation_token1] = ACTIONS(1258), + [anon_sym_DOLLAR] = ACTIONS(1256), + [sym__special_character] = ACTIONS(1256), + [anon_sym_DQUOTE] = ACTIONS(1258), + [sym_raw_string] = ACTIONS(1258), + [sym_ansi_c_string] = ACTIONS(1258), + [aux_sym_number_token1] = ACTIONS(1256), + [aux_sym_number_token2] = ACTIONS(1256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1256), + [anon_sym_BQUOTE] = ACTIONS(1256), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1258), + [anon_sym_LT_LPAREN] = ACTIONS(1258), + [anon_sym_GT_LPAREN] = ACTIONS(1258), [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(1258), + [sym__concat] = ACTIONS(1258), + [sym_test_operator] = ACTIONS(1258), + [sym__bare_dollar] = ACTIONS(1258), + [sym__brace_start] = ACTIONS(1258), }, [402] = { - [sym_word] = ACTIONS(1267), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1269), - [anon_sym_EQ] = ACTIONS(1267), - [anon_sym_PLUS_PLUS] = ACTIONS(1267), - [anon_sym_DASH_DASH] = ACTIONS(1267), - [anon_sym_PLUS_EQ] = ACTIONS(1267), - [anon_sym_DASH_EQ] = ACTIONS(1267), - [anon_sym_STAR_EQ] = ACTIONS(1267), - [anon_sym_SLASH_EQ] = ACTIONS(1267), - [anon_sym_PERCENT_EQ] = ACTIONS(1267), - [anon_sym_LT_LT_EQ] = ACTIONS(1269), - [anon_sym_GT_GT_EQ] = ACTIONS(1269), - [anon_sym_AMP_EQ] = ACTIONS(1269), - [anon_sym_CARET_EQ] = ACTIONS(1267), - [anon_sym_PIPE_EQ] = ACTIONS(1269), - [anon_sym_EQ_EQ] = ACTIONS(1267), - [anon_sym_BANG_EQ] = ACTIONS(1267), - [anon_sym_LT_EQ] = ACTIONS(1269), - [anon_sym_GT_EQ] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1267), - [anon_sym_GT_GT] = ACTIONS(1267), - [anon_sym_PLUS] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_SLASH] = ACTIONS(1267), - [anon_sym_PERCENT] = ACTIONS(1267), - [anon_sym_STAR_STAR] = ACTIONS(1267), - [anon_sym_LT] = ACTIONS(1267), - [anon_sym_GT] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1267), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_RBRACK] = ACTIONS(1269), - [anon_sym_EQ_TILDE] = ACTIONS(1267), - [anon_sym_AMP_GT] = ACTIONS(1267), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_GT_PIPE] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), - [anon_sym_LT_LT_LT] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_CARET] = ACTIONS(1267), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1269), - [aux_sym_concatenation_token1] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1267), - [sym__special_character] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [sym_ansi_c_string] = ACTIONS(1269), - [aux_sym_number_token1] = ACTIONS(1267), - [aux_sym_number_token2] = ACTIONS(1267), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), - [anon_sym_BQUOTE] = ACTIONS(1267), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), + [sym_word] = ACTIONS(1268), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1270), + [anon_sym_EQ] = ACTIONS(1268), + [anon_sym_PLUS_PLUS] = ACTIONS(1268), + [anon_sym_DASH_DASH] = ACTIONS(1268), + [anon_sym_PLUS_EQ] = ACTIONS(1268), + [anon_sym_DASH_EQ] = ACTIONS(1268), + [anon_sym_STAR_EQ] = ACTIONS(1268), + [anon_sym_SLASH_EQ] = ACTIONS(1268), + [anon_sym_PERCENT_EQ] = ACTIONS(1268), + [anon_sym_LT_LT_EQ] = ACTIONS(1270), + [anon_sym_GT_GT_EQ] = ACTIONS(1270), + [anon_sym_AMP_EQ] = ACTIONS(1270), + [anon_sym_CARET_EQ] = ACTIONS(1268), + [anon_sym_PIPE_EQ] = ACTIONS(1270), + [anon_sym_EQ_EQ] = ACTIONS(1268), + [anon_sym_BANG_EQ] = ACTIONS(1268), + [anon_sym_LT_EQ] = ACTIONS(1270), + [anon_sym_GT_EQ] = ACTIONS(1270), + [anon_sym_AMP_AMP] = ACTIONS(1270), + [anon_sym_PIPE_PIPE] = ACTIONS(1270), + [anon_sym_LT_LT] = ACTIONS(1268), + [anon_sym_GT_GT] = ACTIONS(1268), + [anon_sym_PLUS] = ACTIONS(1268), + [anon_sym_DASH] = ACTIONS(1268), + [anon_sym_STAR] = ACTIONS(1268), + [anon_sym_SLASH] = ACTIONS(1268), + [anon_sym_PERCENT] = ACTIONS(1268), + [anon_sym_STAR_STAR] = ACTIONS(1268), + [anon_sym_LT] = ACTIONS(1268), + [anon_sym_GT] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_PIPE] = ACTIONS(1268), + [anon_sym_PIPE_AMP] = ACTIONS(1270), + [anon_sym_RBRACK] = ACTIONS(1270), + [anon_sym_EQ_TILDE] = ACTIONS(1268), + [anon_sym_AMP_GT] = ACTIONS(1268), + [anon_sym_AMP_GT_GT] = ACTIONS(1270), + [anon_sym_LT_AMP] = ACTIONS(1270), + [anon_sym_GT_AMP] = ACTIONS(1270), + [anon_sym_GT_PIPE] = ACTIONS(1270), + [anon_sym_LT_LT_DASH] = ACTIONS(1270), + [anon_sym_LT_LT_LT] = ACTIONS(1270), + [anon_sym_AMP] = ACTIONS(1268), + [anon_sym_CARET] = ACTIONS(1268), + [anon_sym_QMARK] = ACTIONS(1268), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1270), + [aux_sym_concatenation_token1] = ACTIONS(1270), + [anon_sym_DOLLAR] = ACTIONS(1268), + [sym__special_character] = ACTIONS(1268), + [anon_sym_DQUOTE] = ACTIONS(1270), + [sym_raw_string] = ACTIONS(1270), + [sym_ansi_c_string] = ACTIONS(1270), + [aux_sym_number_token1] = ACTIONS(1268), + [aux_sym_number_token2] = ACTIONS(1268), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1270), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1268), + [anon_sym_BQUOTE] = ACTIONS(1268), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1270), + [anon_sym_LT_LPAREN] = ACTIONS(1270), + [anon_sym_GT_LPAREN] = ACTIONS(1270), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1269), - [sym__concat] = ACTIONS(1269), - [sym_test_operator] = ACTIONS(1269), - [sym__bare_dollar] = ACTIONS(1269), - [sym__brace_start] = ACTIONS(1269), + [sym_file_descriptor] = ACTIONS(1270), + [sym__concat] = ACTIONS(1270), + [sym_test_operator] = ACTIONS(1270), + [sym__bare_dollar] = ACTIONS(1270), + [sym__brace_start] = ACTIONS(1270), }, [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_word] = ACTIONS(1244), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1246), + [anon_sym_EQ] = ACTIONS(1244), + [anon_sym_PLUS_PLUS] = ACTIONS(1244), + [anon_sym_DASH_DASH] = ACTIONS(1244), + [anon_sym_PLUS_EQ] = ACTIONS(1244), + [anon_sym_DASH_EQ] = ACTIONS(1244), + [anon_sym_STAR_EQ] = ACTIONS(1244), + [anon_sym_SLASH_EQ] = ACTIONS(1244), + [anon_sym_PERCENT_EQ] = ACTIONS(1244), + [anon_sym_LT_LT_EQ] = ACTIONS(1246), + [anon_sym_GT_GT_EQ] = ACTIONS(1246), + [anon_sym_AMP_EQ] = ACTIONS(1246), + [anon_sym_CARET_EQ] = ACTIONS(1244), + [anon_sym_PIPE_EQ] = ACTIONS(1246), + [anon_sym_EQ_EQ] = ACTIONS(1244), + [anon_sym_BANG_EQ] = ACTIONS(1244), + [anon_sym_LT_EQ] = ACTIONS(1246), + [anon_sym_GT_EQ] = ACTIONS(1246), + [anon_sym_AMP_AMP] = ACTIONS(1246), + [anon_sym_PIPE_PIPE] = ACTIONS(1246), + [anon_sym_LT_LT] = ACTIONS(1244), + [anon_sym_GT_GT] = ACTIONS(1244), + [anon_sym_PLUS] = ACTIONS(1244), + [anon_sym_DASH] = ACTIONS(1244), + [anon_sym_STAR] = ACTIONS(1244), + [anon_sym_SLASH] = ACTIONS(1244), + [anon_sym_PERCENT] = ACTIONS(1244), + [anon_sym_STAR_STAR] = ACTIONS(1244), + [anon_sym_LT] = ACTIONS(1244), + [anon_sym_GT] = ACTIONS(1244), + [anon_sym_LPAREN] = ACTIONS(1244), + [anon_sym_PIPE] = ACTIONS(1244), + [anon_sym_PIPE_AMP] = ACTIONS(1246), + [anon_sym_RBRACK] = ACTIONS(1246), + [anon_sym_EQ_TILDE] = ACTIONS(1244), + [anon_sym_AMP_GT] = ACTIONS(1244), + [anon_sym_AMP_GT_GT] = ACTIONS(1246), + [anon_sym_LT_AMP] = ACTIONS(1246), + [anon_sym_GT_AMP] = ACTIONS(1246), + [anon_sym_GT_PIPE] = ACTIONS(1246), + [anon_sym_LT_LT_DASH] = ACTIONS(1246), + [anon_sym_LT_LT_LT] = ACTIONS(1246), + [anon_sym_AMP] = ACTIONS(1244), + [anon_sym_CARET] = ACTIONS(1244), + [anon_sym_QMARK] = ACTIONS(1244), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1246), + [aux_sym_concatenation_token1] = ACTIONS(1246), + [anon_sym_DOLLAR] = ACTIONS(1244), + [sym__special_character] = ACTIONS(1244), + [anon_sym_DQUOTE] = ACTIONS(1246), + [sym_raw_string] = ACTIONS(1246), + [sym_ansi_c_string] = ACTIONS(1246), + [aux_sym_number_token1] = ACTIONS(1244), + [aux_sym_number_token2] = ACTIONS(1244), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1246), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1244), + [anon_sym_BQUOTE] = ACTIONS(1244), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1246), + [anon_sym_LT_LPAREN] = ACTIONS(1246), + [anon_sym_GT_LPAREN] = ACTIONS(1246), [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), + [sym_file_descriptor] = ACTIONS(1246), + [sym__concat] = ACTIONS(1246), + [sym_test_operator] = ACTIONS(1246), + [sym__bare_dollar] = ACTIONS(1246), + [sym__brace_start] = ACTIONS(1246), }, [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_word] = ACTIONS(1212), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1214), + [anon_sym_EQ] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_EQ] = ACTIONS(1212), + [anon_sym_DASH_EQ] = ACTIONS(1212), + [anon_sym_STAR_EQ] = ACTIONS(1212), + [anon_sym_SLASH_EQ] = ACTIONS(1212), + [anon_sym_PERCENT_EQ] = ACTIONS(1212), + [anon_sym_LT_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_GT_EQ] = ACTIONS(1214), + [anon_sym_AMP_EQ] = ACTIONS(1214), + [anon_sym_CARET_EQ] = ACTIONS(1212), + [anon_sym_PIPE_EQ] = ACTIONS(1214), + [anon_sym_EQ_EQ] = ACTIONS(1212), + [anon_sym_BANG_EQ] = ACTIONS(1212), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_AMP_AMP] = ACTIONS(1214), + [anon_sym_PIPE_PIPE] = ACTIONS(1214), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_SLASH] = ACTIONS(1212), + [anon_sym_PERCENT] = ACTIONS(1212), + [anon_sym_STAR_STAR] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_LPAREN] = ACTIONS(1212), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_PIPE_AMP] = ACTIONS(1214), + [anon_sym_RBRACK] = ACTIONS(1214), + [anon_sym_EQ_TILDE] = ACTIONS(1212), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(1214), + [anon_sym_LT_AMP] = ACTIONS(1214), + [anon_sym_GT_AMP] = ACTIONS(1214), + [anon_sym_GT_PIPE] = ACTIONS(1214), + [anon_sym_LT_LT_DASH] = ACTIONS(1214), + [anon_sym_LT_LT_LT] = ACTIONS(1214), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_CARET] = ACTIONS(1212), + [anon_sym_QMARK] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1214), + [aux_sym_concatenation_token1] = ACTIONS(1214), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1214), + [sym_raw_string] = ACTIONS(1214), + [sym_ansi_c_string] = ACTIONS(1214), + [aux_sym_number_token1] = ACTIONS(1212), + [aux_sym_number_token2] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1214), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1212), + [anon_sym_BQUOTE] = ACTIONS(1212), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1214), + [anon_sym_LT_LPAREN] = ACTIONS(1214), + [anon_sym_GT_LPAREN] = ACTIONS(1214), [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), + [sym_file_descriptor] = ACTIONS(1214), + [sym__concat] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [405] = { - [sym_word] = ACTIONS(1247), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1249), - [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(1249), - [anon_sym_GT_GT_EQ] = ACTIONS(1249), - [anon_sym_AMP_EQ] = ACTIONS(1249), - [anon_sym_CARET_EQ] = ACTIONS(1247), - [anon_sym_PIPE_EQ] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1247), - [anon_sym_BANG_EQ] = ACTIONS(1247), - [anon_sym_LT_EQ] = ACTIONS(1249), - [anon_sym_GT_EQ] = ACTIONS(1249), - [anon_sym_AMP_AMP] = ACTIONS(1249), - [anon_sym_PIPE_PIPE] = ACTIONS(1249), - [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_PIPE] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1249), - [anon_sym_RBRACK] = ACTIONS(1249), - [anon_sym_EQ_TILDE] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1249), - [anon_sym_LT_AMP] = ACTIONS(1249), - [anon_sym_GT_AMP] = ACTIONS(1249), - [anon_sym_GT_PIPE] = ACTIONS(1249), - [anon_sym_LT_LT_DASH] = ACTIONS(1249), - [anon_sym_LT_LT_LT] = ACTIONS(1249), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1247), - [anon_sym_QMARK] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1249), - [aux_sym_concatenation_token1] = ACTIONS(1249), - [anon_sym_DOLLAR] = ACTIONS(1247), - [sym__special_character] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1249), - [sym_raw_string] = ACTIONS(1249), - [sym_ansi_c_string] = ACTIONS(1249), - [aux_sym_number_token1] = ACTIONS(1247), - [aux_sym_number_token2] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1249), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1249), - [anon_sym_LT_LPAREN] = ACTIONS(1249), - [anon_sym_GT_LPAREN] = ACTIONS(1249), + [sym_word] = ACTIONS(1248), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1250), + [anon_sym_EQ] = ACTIONS(1248), + [anon_sym_PLUS_PLUS] = ACTIONS(1248), + [anon_sym_DASH_DASH] = ACTIONS(1248), + [anon_sym_PLUS_EQ] = ACTIONS(1248), + [anon_sym_DASH_EQ] = ACTIONS(1248), + [anon_sym_STAR_EQ] = ACTIONS(1248), + [anon_sym_SLASH_EQ] = ACTIONS(1248), + [anon_sym_PERCENT_EQ] = ACTIONS(1248), + [anon_sym_LT_LT_EQ] = ACTIONS(1250), + [anon_sym_GT_GT_EQ] = ACTIONS(1250), + [anon_sym_AMP_EQ] = ACTIONS(1250), + [anon_sym_CARET_EQ] = ACTIONS(1248), + [anon_sym_PIPE_EQ] = ACTIONS(1250), + [anon_sym_EQ_EQ] = ACTIONS(1248), + [anon_sym_BANG_EQ] = ACTIONS(1248), + [anon_sym_LT_EQ] = ACTIONS(1250), + [anon_sym_GT_EQ] = ACTIONS(1250), + [anon_sym_AMP_AMP] = ACTIONS(1250), + [anon_sym_PIPE_PIPE] = ACTIONS(1250), + [anon_sym_LT_LT] = ACTIONS(1248), + [anon_sym_GT_GT] = ACTIONS(1248), + [anon_sym_PLUS] = ACTIONS(1248), + [anon_sym_DASH] = ACTIONS(1248), + [anon_sym_STAR] = ACTIONS(1248), + [anon_sym_SLASH] = ACTIONS(1248), + [anon_sym_PERCENT] = ACTIONS(1248), + [anon_sym_STAR_STAR] = ACTIONS(1248), + [anon_sym_LT] = ACTIONS(1248), + [anon_sym_GT] = ACTIONS(1248), + [anon_sym_LPAREN] = ACTIONS(1248), + [anon_sym_PIPE] = ACTIONS(1248), + [anon_sym_PIPE_AMP] = ACTIONS(1250), + [anon_sym_RBRACK] = ACTIONS(1250), + [anon_sym_EQ_TILDE] = ACTIONS(1248), + [anon_sym_AMP_GT] = ACTIONS(1248), + [anon_sym_AMP_GT_GT] = ACTIONS(1250), + [anon_sym_LT_AMP] = ACTIONS(1250), + [anon_sym_GT_AMP] = ACTIONS(1250), + [anon_sym_GT_PIPE] = ACTIONS(1250), + [anon_sym_LT_LT_DASH] = ACTIONS(1250), + [anon_sym_LT_LT_LT] = ACTIONS(1250), + [anon_sym_AMP] = ACTIONS(1248), + [anon_sym_CARET] = ACTIONS(1248), + [anon_sym_QMARK] = ACTIONS(1248), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1250), + [aux_sym_concatenation_token1] = ACTIONS(1250), + [anon_sym_DOLLAR] = ACTIONS(1248), + [sym__special_character] = ACTIONS(1248), + [anon_sym_DQUOTE] = ACTIONS(1250), + [sym_raw_string] = ACTIONS(1250), + [sym_ansi_c_string] = ACTIONS(1250), + [aux_sym_number_token1] = ACTIONS(1248), + [aux_sym_number_token2] = ACTIONS(1248), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1250), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1248), + [anon_sym_BQUOTE] = ACTIONS(1248), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1250), + [anon_sym_LT_LPAREN] = ACTIONS(1250), + [anon_sym_GT_LPAREN] = ACTIONS(1250), [sym_comment] = ACTIONS(63), - [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(1250), + [sym__concat] = ACTIONS(1250), + [sym_test_operator] = ACTIONS(1250), + [sym__bare_dollar] = ACTIONS(1250), + [sym__brace_start] = ACTIONS(1250), }, [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_word] = ACTIONS(1240), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1242), + [anon_sym_EQ] = ACTIONS(1240), + [anon_sym_PLUS_PLUS] = ACTIONS(1240), + [anon_sym_DASH_DASH] = ACTIONS(1240), + [anon_sym_PLUS_EQ] = ACTIONS(1240), + [anon_sym_DASH_EQ] = ACTIONS(1240), + [anon_sym_STAR_EQ] = ACTIONS(1240), + [anon_sym_SLASH_EQ] = ACTIONS(1240), + [anon_sym_PERCENT_EQ] = ACTIONS(1240), + [anon_sym_LT_LT_EQ] = ACTIONS(1242), + [anon_sym_GT_GT_EQ] = ACTIONS(1242), + [anon_sym_AMP_EQ] = ACTIONS(1242), + [anon_sym_CARET_EQ] = ACTIONS(1240), + [anon_sym_PIPE_EQ] = ACTIONS(1242), + [anon_sym_EQ_EQ] = ACTIONS(1240), + [anon_sym_BANG_EQ] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(1242), + [anon_sym_GT_EQ] = ACTIONS(1242), + [anon_sym_AMP_AMP] = ACTIONS(1242), + [anon_sym_PIPE_PIPE] = ACTIONS(1242), + [anon_sym_LT_LT] = ACTIONS(1240), + [anon_sym_GT_GT] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_SLASH] = ACTIONS(1240), + [anon_sym_PERCENT] = ACTIONS(1240), + [anon_sym_STAR_STAR] = ACTIONS(1240), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_PIPE] = ACTIONS(1240), + [anon_sym_PIPE_AMP] = ACTIONS(1242), + [anon_sym_RBRACK] = ACTIONS(1242), + [anon_sym_EQ_TILDE] = ACTIONS(1240), + [anon_sym_AMP_GT] = ACTIONS(1240), + [anon_sym_AMP_GT_GT] = ACTIONS(1242), + [anon_sym_LT_AMP] = ACTIONS(1242), + [anon_sym_GT_AMP] = ACTIONS(1242), + [anon_sym_GT_PIPE] = ACTIONS(1242), + [anon_sym_LT_LT_DASH] = ACTIONS(1242), + [anon_sym_LT_LT_LT] = ACTIONS(1242), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_CARET] = ACTIONS(1240), + [anon_sym_QMARK] = ACTIONS(1240), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1242), + [aux_sym_concatenation_token1] = ACTIONS(1242), + [anon_sym_DOLLAR] = ACTIONS(1240), + [sym__special_character] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1242), + [sym_raw_string] = ACTIONS(1242), + [sym_ansi_c_string] = ACTIONS(1242), + [aux_sym_number_token1] = ACTIONS(1240), + [aux_sym_number_token2] = ACTIONS(1240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1242), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1240), + [anon_sym_BQUOTE] = ACTIONS(1240), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1242), + [anon_sym_LT_LPAREN] = ACTIONS(1242), + [anon_sym_GT_LPAREN] = ACTIONS(1242), [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), + [sym_file_descriptor] = ACTIONS(1242), + [sym__concat] = ACTIONS(1242), + [sym_test_operator] = ACTIONS(1242), + [sym__bare_dollar] = ACTIONS(1242), + [sym__brace_start] = ACTIONS(1242), }, [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_word] = ACTIONS(1252), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1254), + [anon_sym_EQ] = ACTIONS(1252), + [anon_sym_PLUS_PLUS] = ACTIONS(1252), + [anon_sym_DASH_DASH] = ACTIONS(1252), + [anon_sym_PLUS_EQ] = ACTIONS(1252), + [anon_sym_DASH_EQ] = ACTIONS(1252), + [anon_sym_STAR_EQ] = ACTIONS(1252), + [anon_sym_SLASH_EQ] = ACTIONS(1252), + [anon_sym_PERCENT_EQ] = ACTIONS(1252), + [anon_sym_LT_LT_EQ] = ACTIONS(1254), + [anon_sym_GT_GT_EQ] = ACTIONS(1254), + [anon_sym_AMP_EQ] = ACTIONS(1254), + [anon_sym_CARET_EQ] = ACTIONS(1252), + [anon_sym_PIPE_EQ] = ACTIONS(1254), + [anon_sym_EQ_EQ] = ACTIONS(1252), + [anon_sym_BANG_EQ] = ACTIONS(1252), + [anon_sym_LT_EQ] = ACTIONS(1254), + [anon_sym_GT_EQ] = ACTIONS(1254), + [anon_sym_AMP_AMP] = ACTIONS(1254), + [anon_sym_PIPE_PIPE] = ACTIONS(1254), + [anon_sym_LT_LT] = ACTIONS(1252), + [anon_sym_GT_GT] = ACTIONS(1252), + [anon_sym_PLUS] = ACTIONS(1252), + [anon_sym_DASH] = ACTIONS(1252), + [anon_sym_STAR] = ACTIONS(1252), + [anon_sym_SLASH] = ACTIONS(1252), + [anon_sym_PERCENT] = ACTIONS(1252), + [anon_sym_STAR_STAR] = ACTIONS(1252), + [anon_sym_LT] = ACTIONS(1252), + [anon_sym_GT] = ACTIONS(1252), + [anon_sym_LPAREN] = ACTIONS(1252), + [anon_sym_PIPE] = ACTIONS(1252), + [anon_sym_PIPE_AMP] = ACTIONS(1254), + [anon_sym_RBRACK] = ACTIONS(1254), + [anon_sym_EQ_TILDE] = ACTIONS(1252), + [anon_sym_AMP_GT] = ACTIONS(1252), + [anon_sym_AMP_GT_GT] = ACTIONS(1254), + [anon_sym_LT_AMP] = ACTIONS(1254), + [anon_sym_GT_AMP] = ACTIONS(1254), + [anon_sym_GT_PIPE] = ACTIONS(1254), + [anon_sym_LT_LT_DASH] = ACTIONS(1254), + [anon_sym_LT_LT_LT] = ACTIONS(1254), + [anon_sym_AMP] = ACTIONS(1252), + [anon_sym_CARET] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(1252), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1254), + [aux_sym_concatenation_token1] = ACTIONS(1254), + [anon_sym_DOLLAR] = ACTIONS(1252), + [sym__special_character] = ACTIONS(1252), + [anon_sym_DQUOTE] = ACTIONS(1254), + [sym_raw_string] = ACTIONS(1254), + [sym_ansi_c_string] = ACTIONS(1254), + [aux_sym_number_token1] = ACTIONS(1252), + [aux_sym_number_token2] = ACTIONS(1252), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1254), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1252), + [anon_sym_BQUOTE] = ACTIONS(1252), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1254), + [anon_sym_LT_LPAREN] = ACTIONS(1254), + [anon_sym_GT_LPAREN] = ACTIONS(1254), [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), + [sym_file_descriptor] = ACTIONS(1254), + [sym__concat] = ACTIONS(1254), + [sym_test_operator] = ACTIONS(1254), + [sym__bare_dollar] = ACTIONS(1254), + [sym__brace_start] = ACTIONS(1254), }, [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_word] = ACTIONS(1159), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1161), + [anon_sym_EQ] = ACTIONS(1159), + [anon_sym_PLUS_PLUS] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1159), + [anon_sym_PLUS_EQ] = ACTIONS(1159), + [anon_sym_DASH_EQ] = ACTIONS(1159), + [anon_sym_STAR_EQ] = ACTIONS(1159), + [anon_sym_SLASH_EQ] = ACTIONS(1159), + [anon_sym_PERCENT_EQ] = ACTIONS(1159), + [anon_sym_LT_LT_EQ] = ACTIONS(1161), + [anon_sym_GT_GT_EQ] = ACTIONS(1161), + [anon_sym_AMP_EQ] = ACTIONS(1161), + [anon_sym_CARET_EQ] = ACTIONS(1159), + [anon_sym_PIPE_EQ] = ACTIONS(1161), + [anon_sym_EQ_EQ] = ACTIONS(1159), + [anon_sym_BANG_EQ] = ACTIONS(1159), + [anon_sym_LT_EQ] = ACTIONS(1161), + [anon_sym_GT_EQ] = ACTIONS(1161), + [anon_sym_AMP_AMP] = ACTIONS(1161), + [anon_sym_PIPE_PIPE] = ACTIONS(1161), + [anon_sym_LT_LT] = ACTIONS(1159), + [anon_sym_GT_GT] = ACTIONS(1159), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_STAR_STAR] = ACTIONS(1159), + [anon_sym_LT] = ACTIONS(1159), + [anon_sym_GT] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1159), + [anon_sym_PIPE] = ACTIONS(1159), + [anon_sym_PIPE_AMP] = ACTIONS(1161), + [anon_sym_RBRACK] = ACTIONS(1161), + [anon_sym_EQ_TILDE] = ACTIONS(1159), + [anon_sym_AMP_GT] = ACTIONS(1159), + [anon_sym_AMP_GT_GT] = ACTIONS(1161), + [anon_sym_LT_AMP] = ACTIONS(1161), + [anon_sym_GT_AMP] = ACTIONS(1161), + [anon_sym_GT_PIPE] = ACTIONS(1161), + [anon_sym_LT_LT_DASH] = ACTIONS(1161), + [anon_sym_LT_LT_LT] = ACTIONS(1161), + [anon_sym_AMP] = ACTIONS(1159), + [anon_sym_CARET] = ACTIONS(1159), + [anon_sym_QMARK] = ACTIONS(1159), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1161), + [aux_sym_concatenation_token1] = ACTIONS(1161), + [anon_sym_DOLLAR] = ACTIONS(1159), + [sym__special_character] = ACTIONS(1159), + [anon_sym_DQUOTE] = ACTIONS(1161), + [sym_raw_string] = ACTIONS(1161), + [sym_ansi_c_string] = ACTIONS(1161), + [aux_sym_number_token1] = ACTIONS(1159), + [aux_sym_number_token2] = ACTIONS(1159), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1161), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1159), + [anon_sym_BQUOTE] = ACTIONS(1159), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1161), + [anon_sym_LT_LPAREN] = ACTIONS(1161), + [anon_sym_GT_LPAREN] = ACTIONS(1161), [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), + [sym_file_descriptor] = ACTIONS(1161), + [sym__concat] = ACTIONS(1161), + [sym_test_operator] = ACTIONS(1161), + [sym__bare_dollar] = ACTIONS(1161), + [sym__brace_start] = ACTIONS(1161), }, [409] = { - [sym_word] = ACTIONS(1259), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1261), - [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(1261), - [anon_sym_GT_GT_EQ] = ACTIONS(1261), - [anon_sym_AMP_EQ] = ACTIONS(1261), - [anon_sym_CARET_EQ] = ACTIONS(1259), - [anon_sym_PIPE_EQ] = ACTIONS(1261), - [anon_sym_EQ_EQ] = ACTIONS(1259), - [anon_sym_BANG_EQ] = ACTIONS(1259), - [anon_sym_LT_EQ] = ACTIONS(1261), - [anon_sym_GT_EQ] = ACTIONS(1261), - [anon_sym_AMP_AMP] = ACTIONS(1261), - [anon_sym_PIPE_PIPE] = ACTIONS(1261), - [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_PIPE] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1261), - [anon_sym_RBRACK] = ACTIONS(1261), - [anon_sym_EQ_TILDE] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1261), - [anon_sym_LT_AMP] = ACTIONS(1261), - [anon_sym_GT_AMP] = ACTIONS(1261), - [anon_sym_GT_PIPE] = ACTIONS(1261), - [anon_sym_LT_LT_DASH] = ACTIONS(1261), - [anon_sym_LT_LT_LT] = ACTIONS(1261), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_CARET] = ACTIONS(1259), - [anon_sym_QMARK] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1261), - [aux_sym_concatenation_token1] = ACTIONS(1261), - [anon_sym_DOLLAR] = ACTIONS(1259), - [sym__special_character] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_raw_string] = ACTIONS(1261), - [sym_ansi_c_string] = ACTIONS(1261), - [aux_sym_number_token1] = ACTIONS(1259), - [aux_sym_number_token2] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1261), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1261), - [anon_sym_LT_LPAREN] = ACTIONS(1261), - [anon_sym_GT_LPAREN] = ACTIONS(1261), + [sym_word] = ACTIONS(1204), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1206), + [anon_sym_EQ] = ACTIONS(1204), + [anon_sym_PLUS_PLUS] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1204), + [anon_sym_PLUS_EQ] = ACTIONS(1204), + [anon_sym_DASH_EQ] = ACTIONS(1204), + [anon_sym_STAR_EQ] = ACTIONS(1204), + [anon_sym_SLASH_EQ] = ACTIONS(1204), + [anon_sym_PERCENT_EQ] = ACTIONS(1204), + [anon_sym_LT_LT_EQ] = ACTIONS(1206), + [anon_sym_GT_GT_EQ] = ACTIONS(1206), + [anon_sym_AMP_EQ] = ACTIONS(1206), + [anon_sym_CARET_EQ] = ACTIONS(1204), + [anon_sym_PIPE_EQ] = ACTIONS(1206), + [anon_sym_EQ_EQ] = ACTIONS(1204), + [anon_sym_BANG_EQ] = ACTIONS(1204), + [anon_sym_LT_EQ] = ACTIONS(1206), + [anon_sym_GT_EQ] = ACTIONS(1206), + [anon_sym_AMP_AMP] = ACTIONS(1206), + [anon_sym_PIPE_PIPE] = ACTIONS(1206), + [anon_sym_LT_LT] = ACTIONS(1204), + [anon_sym_GT_GT] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_SLASH] = ACTIONS(1204), + [anon_sym_PERCENT] = ACTIONS(1204), + [anon_sym_STAR_STAR] = ACTIONS(1204), + [anon_sym_LT] = ACTIONS(1204), + [anon_sym_GT] = ACTIONS(1204), + [anon_sym_LPAREN] = ACTIONS(1204), + [anon_sym_PIPE] = ACTIONS(1204), + [anon_sym_PIPE_AMP] = ACTIONS(1206), + [anon_sym_RBRACK] = ACTIONS(1206), + [anon_sym_EQ_TILDE] = ACTIONS(1204), + [anon_sym_AMP_GT] = ACTIONS(1204), + [anon_sym_AMP_GT_GT] = ACTIONS(1206), + [anon_sym_LT_AMP] = ACTIONS(1206), + [anon_sym_GT_AMP] = ACTIONS(1206), + [anon_sym_GT_PIPE] = ACTIONS(1206), + [anon_sym_LT_LT_DASH] = ACTIONS(1206), + [anon_sym_LT_LT_LT] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1204), + [anon_sym_CARET] = ACTIONS(1204), + [anon_sym_QMARK] = ACTIONS(1204), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1206), + [aux_sym_concatenation_token1] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(1204), + [sym__special_character] = ACTIONS(1204), + [anon_sym_DQUOTE] = ACTIONS(1206), + [sym_raw_string] = ACTIONS(1206), + [sym_ansi_c_string] = ACTIONS(1206), + [aux_sym_number_token1] = ACTIONS(1204), + [aux_sym_number_token2] = ACTIONS(1204), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1206), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1204), + [anon_sym_BQUOTE] = ACTIONS(1204), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1206), + [anon_sym_LT_LPAREN] = ACTIONS(1206), + [anon_sym_GT_LPAREN] = ACTIONS(1206), [sym_comment] = ACTIONS(63), - [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(1206), + [sym__concat] = ACTIONS(1206), + [sym_test_operator] = ACTIONS(1206), + [sym__bare_dollar] = ACTIONS(1206), + [sym__brace_start] = ACTIONS(1206), }, [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), + [sym_word] = ACTIONS(1230), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1232), + [anon_sym_EQ] = ACTIONS(1230), + [anon_sym_PLUS_PLUS] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1230), + [anon_sym_PLUS_EQ] = ACTIONS(1230), + [anon_sym_DASH_EQ] = ACTIONS(1230), + [anon_sym_STAR_EQ] = ACTIONS(1230), + [anon_sym_SLASH_EQ] = ACTIONS(1230), + [anon_sym_PERCENT_EQ] = ACTIONS(1230), + [anon_sym_LT_LT_EQ] = ACTIONS(1232), + [anon_sym_GT_GT_EQ] = ACTIONS(1232), + [anon_sym_AMP_EQ] = ACTIONS(1232), + [anon_sym_CARET_EQ] = ACTIONS(1230), + [anon_sym_PIPE_EQ] = ACTIONS(1232), + [anon_sym_EQ_EQ] = ACTIONS(1230), + [anon_sym_BANG_EQ] = ACTIONS(1230), + [anon_sym_LT_EQ] = ACTIONS(1232), + [anon_sym_GT_EQ] = ACTIONS(1232), + [anon_sym_AMP_AMP] = ACTIONS(1232), + [anon_sym_PIPE_PIPE] = ACTIONS(1232), + [anon_sym_LT_LT] = ACTIONS(1230), + [anon_sym_GT_GT] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1230), + [anon_sym_SLASH] = ACTIONS(1230), + [anon_sym_PERCENT] = ACTIONS(1230), + [anon_sym_STAR_STAR] = ACTIONS(1230), + [anon_sym_LT] = ACTIONS(1230), + [anon_sym_GT] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_PIPE] = ACTIONS(1230), + [anon_sym_PIPE_AMP] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(1232), + [anon_sym_EQ_TILDE] = ACTIONS(1230), + [anon_sym_AMP_GT] = ACTIONS(1230), + [anon_sym_AMP_GT_GT] = ACTIONS(1232), + [anon_sym_LT_AMP] = ACTIONS(1232), + [anon_sym_GT_AMP] = ACTIONS(1232), + [anon_sym_GT_PIPE] = ACTIONS(1232), + [anon_sym_LT_LT_DASH] = ACTIONS(1232), + [anon_sym_LT_LT_LT] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1230), + [anon_sym_CARET] = ACTIONS(1230), + [anon_sym_QMARK] = ACTIONS(1230), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1232), + [aux_sym_concatenation_token1] = ACTIONS(1232), + [anon_sym_DOLLAR] = ACTIONS(1230), + [sym__special_character] = ACTIONS(1230), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_raw_string] = ACTIONS(1232), + [sym_ansi_c_string] = ACTIONS(1232), + [aux_sym_number_token1] = ACTIONS(1230), + [aux_sym_number_token2] = ACTIONS(1230), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1232), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1230), + [anon_sym_BQUOTE] = ACTIONS(1230), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1232), + [anon_sym_LT_LPAREN] = ACTIONS(1232), + [anon_sym_GT_LPAREN] = ACTIONS(1232), [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(1232), + [sym__concat] = ACTIONS(1232), + [sym_test_operator] = ACTIONS(1232), + [sym__bare_dollar] = ACTIONS(1232), + [sym__brace_start] = ACTIONS(1232), }, [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), + [sym_word] = ACTIONS(1260), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1262), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_PLUS_PLUS] = ACTIONS(1260), + [anon_sym_DASH_DASH] = ACTIONS(1260), + [anon_sym_PLUS_EQ] = ACTIONS(1260), + [anon_sym_DASH_EQ] = ACTIONS(1260), + [anon_sym_STAR_EQ] = ACTIONS(1260), + [anon_sym_SLASH_EQ] = ACTIONS(1260), + [anon_sym_PERCENT_EQ] = ACTIONS(1260), + [anon_sym_LT_LT_EQ] = ACTIONS(1262), + [anon_sym_GT_GT_EQ] = ACTIONS(1262), + [anon_sym_AMP_EQ] = ACTIONS(1262), + [anon_sym_CARET_EQ] = ACTIONS(1260), + [anon_sym_PIPE_EQ] = ACTIONS(1262), + [anon_sym_EQ_EQ] = ACTIONS(1260), + [anon_sym_BANG_EQ] = ACTIONS(1260), + [anon_sym_LT_EQ] = ACTIONS(1262), + [anon_sym_GT_EQ] = ACTIONS(1262), + [anon_sym_AMP_AMP] = ACTIONS(1262), + [anon_sym_PIPE_PIPE] = ACTIONS(1262), + [anon_sym_LT_LT] = ACTIONS(1260), + [anon_sym_GT_GT] = ACTIONS(1260), + [anon_sym_PLUS] = ACTIONS(1260), + [anon_sym_DASH] = ACTIONS(1260), + [anon_sym_STAR] = ACTIONS(1260), + [anon_sym_SLASH] = ACTIONS(1260), + [anon_sym_PERCENT] = ACTIONS(1260), + [anon_sym_STAR_STAR] = ACTIONS(1260), + [anon_sym_LT] = ACTIONS(1260), + [anon_sym_GT] = ACTIONS(1260), + [anon_sym_LPAREN] = ACTIONS(1260), + [anon_sym_PIPE] = ACTIONS(1260), + [anon_sym_PIPE_AMP] = ACTIONS(1262), + [anon_sym_RBRACK] = ACTIONS(1262), + [anon_sym_EQ_TILDE] = ACTIONS(1260), + [anon_sym_AMP_GT] = ACTIONS(1260), + [anon_sym_AMP_GT_GT] = ACTIONS(1262), + [anon_sym_LT_AMP] = ACTIONS(1262), + [anon_sym_GT_AMP] = ACTIONS(1262), + [anon_sym_GT_PIPE] = ACTIONS(1262), + [anon_sym_LT_LT_DASH] = ACTIONS(1262), + [anon_sym_LT_LT_LT] = ACTIONS(1262), + [anon_sym_AMP] = ACTIONS(1260), + [anon_sym_CARET] = ACTIONS(1260), + [anon_sym_QMARK] = ACTIONS(1260), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1262), + [aux_sym_concatenation_token1] = ACTIONS(1262), + [anon_sym_DOLLAR] = ACTIONS(1260), + [sym__special_character] = ACTIONS(1260), + [anon_sym_DQUOTE] = ACTIONS(1262), + [sym_raw_string] = ACTIONS(1262), + [sym_ansi_c_string] = ACTIONS(1262), + [aux_sym_number_token1] = ACTIONS(1260), + [aux_sym_number_token2] = ACTIONS(1260), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1262), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1260), + [anon_sym_BQUOTE] = ACTIONS(1260), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1262), + [anon_sym_LT_LPAREN] = ACTIONS(1262), + [anon_sym_GT_LPAREN] = ACTIONS(1262), [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(1262), + [sym__concat] = ACTIONS(1262), + [sym_test_operator] = ACTIONS(1262), + [sym__bare_dollar] = ACTIONS(1262), + [sym__brace_start] = ACTIONS(1262), }, [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), + [sym_word] = ACTIONS(1264), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1266), + [anon_sym_EQ] = ACTIONS(1264), + [anon_sym_PLUS_PLUS] = ACTIONS(1264), + [anon_sym_DASH_DASH] = ACTIONS(1264), + [anon_sym_PLUS_EQ] = ACTIONS(1264), + [anon_sym_DASH_EQ] = ACTIONS(1264), + [anon_sym_STAR_EQ] = ACTIONS(1264), + [anon_sym_SLASH_EQ] = ACTIONS(1264), + [anon_sym_PERCENT_EQ] = ACTIONS(1264), + [anon_sym_LT_LT_EQ] = ACTIONS(1266), + [anon_sym_GT_GT_EQ] = ACTIONS(1266), + [anon_sym_AMP_EQ] = ACTIONS(1266), + [anon_sym_CARET_EQ] = ACTIONS(1264), + [anon_sym_PIPE_EQ] = ACTIONS(1266), + [anon_sym_EQ_EQ] = ACTIONS(1264), + [anon_sym_BANG_EQ] = ACTIONS(1264), + [anon_sym_LT_EQ] = ACTIONS(1266), + [anon_sym_GT_EQ] = ACTIONS(1266), + [anon_sym_AMP_AMP] = ACTIONS(1266), + [anon_sym_PIPE_PIPE] = ACTIONS(1266), + [anon_sym_LT_LT] = ACTIONS(1264), + [anon_sym_GT_GT] = ACTIONS(1264), + [anon_sym_PLUS] = ACTIONS(1264), + [anon_sym_DASH] = ACTIONS(1264), + [anon_sym_STAR] = ACTIONS(1264), + [anon_sym_SLASH] = ACTIONS(1264), + [anon_sym_PERCENT] = ACTIONS(1264), + [anon_sym_STAR_STAR] = ACTIONS(1264), + [anon_sym_LT] = ACTIONS(1264), + [anon_sym_GT] = ACTIONS(1264), + [anon_sym_LPAREN] = ACTIONS(1264), + [anon_sym_PIPE] = ACTIONS(1264), + [anon_sym_PIPE_AMP] = ACTIONS(1266), + [anon_sym_RBRACK] = ACTIONS(1266), + [anon_sym_EQ_TILDE] = ACTIONS(1264), + [anon_sym_AMP_GT] = ACTIONS(1264), + [anon_sym_AMP_GT_GT] = ACTIONS(1266), + [anon_sym_LT_AMP] = ACTIONS(1266), + [anon_sym_GT_AMP] = ACTIONS(1266), + [anon_sym_GT_PIPE] = ACTIONS(1266), + [anon_sym_LT_LT_DASH] = ACTIONS(1266), + [anon_sym_LT_LT_LT] = ACTIONS(1266), + [anon_sym_AMP] = ACTIONS(1264), + [anon_sym_CARET] = ACTIONS(1264), + [anon_sym_QMARK] = ACTIONS(1264), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1266), + [aux_sym_concatenation_token1] = ACTIONS(1266), + [anon_sym_DOLLAR] = ACTIONS(1264), + [sym__special_character] = ACTIONS(1264), + [anon_sym_DQUOTE] = ACTIONS(1266), + [sym_raw_string] = ACTIONS(1266), + [sym_ansi_c_string] = ACTIONS(1266), + [aux_sym_number_token1] = ACTIONS(1264), + [aux_sym_number_token2] = ACTIONS(1264), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1266), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1264), + [anon_sym_BQUOTE] = ACTIONS(1264), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1266), + [anon_sym_LT_LPAREN] = ACTIONS(1266), + [anon_sym_GT_LPAREN] = ACTIONS(1266), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1266), + [sym__concat] = ACTIONS(1266), + [sym_test_operator] = ACTIONS(1266), + [sym__bare_dollar] = ACTIONS(1266), + [sym__brace_start] = ACTIONS(1266), + }, + [413] = { + [sym_word] = ACTIONS(1208), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1210), + [anon_sym_EQ] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1208), + [anon_sym_PLUS_EQ] = ACTIONS(1208), + [anon_sym_DASH_EQ] = ACTIONS(1208), + [anon_sym_STAR_EQ] = ACTIONS(1208), + [anon_sym_SLASH_EQ] = ACTIONS(1208), + [anon_sym_PERCENT_EQ] = ACTIONS(1208), + [anon_sym_LT_LT_EQ] = ACTIONS(1210), + [anon_sym_GT_GT_EQ] = ACTIONS(1210), + [anon_sym_AMP_EQ] = ACTIONS(1210), + [anon_sym_CARET_EQ] = ACTIONS(1208), + [anon_sym_PIPE_EQ] = ACTIONS(1210), + [anon_sym_EQ_EQ] = ACTIONS(1208), + [anon_sym_BANG_EQ] = ACTIONS(1208), + [anon_sym_LT_EQ] = ACTIONS(1210), + [anon_sym_GT_EQ] = ACTIONS(1210), + [anon_sym_AMP_AMP] = ACTIONS(1210), + [anon_sym_PIPE_PIPE] = ACTIONS(1210), + [anon_sym_LT_LT] = ACTIONS(1208), + [anon_sym_GT_GT] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_STAR] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1208), + [anon_sym_PERCENT] = ACTIONS(1208), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_LT] = ACTIONS(1208), + [anon_sym_GT] = ACTIONS(1208), + [anon_sym_LPAREN] = ACTIONS(1208), + [anon_sym_PIPE] = ACTIONS(1208), + [anon_sym_PIPE_AMP] = ACTIONS(1210), + [anon_sym_RBRACK] = ACTIONS(1210), + [anon_sym_EQ_TILDE] = ACTIONS(1208), + [anon_sym_AMP_GT] = ACTIONS(1208), + [anon_sym_AMP_GT_GT] = ACTIONS(1210), + [anon_sym_LT_AMP] = ACTIONS(1210), + [anon_sym_GT_AMP] = ACTIONS(1210), + [anon_sym_GT_PIPE] = ACTIONS(1210), + [anon_sym_LT_LT_DASH] = ACTIONS(1210), + [anon_sym_LT_LT_LT] = ACTIONS(1210), + [anon_sym_AMP] = ACTIONS(1208), + [anon_sym_CARET] = ACTIONS(1208), + [anon_sym_QMARK] = ACTIONS(1208), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1210), + [aux_sym_concatenation_token1] = ACTIONS(1210), + [anon_sym_DOLLAR] = ACTIONS(1208), + [sym__special_character] = ACTIONS(1208), + [anon_sym_DQUOTE] = ACTIONS(1210), + [sym_raw_string] = ACTIONS(1210), + [sym_ansi_c_string] = ACTIONS(1210), + [aux_sym_number_token1] = ACTIONS(1208), + [aux_sym_number_token2] = ACTIONS(1208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1210), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1208), + [anon_sym_BQUOTE] = ACTIONS(1208), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1210), + [anon_sym_LT_LPAREN] = ACTIONS(1210), + [anon_sym_GT_LPAREN] = ACTIONS(1210), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1210), + [sym__concat] = ACTIONS(1210), + [sym_test_operator] = ACTIONS(1210), + [sym__bare_dollar] = ACTIONS(1210), + [sym__brace_start] = ACTIONS(1210), + }, + [414] = { + [sym_word] = ACTIONS(1200), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1202), + [anon_sym_EQ] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_EQ] = ACTIONS(1200), + [anon_sym_DASH_EQ] = ACTIONS(1200), + [anon_sym_STAR_EQ] = ACTIONS(1200), + [anon_sym_SLASH_EQ] = ACTIONS(1200), + [anon_sym_PERCENT_EQ] = ACTIONS(1200), + [anon_sym_LT_LT_EQ] = ACTIONS(1202), + [anon_sym_GT_GT_EQ] = ACTIONS(1202), + [anon_sym_AMP_EQ] = ACTIONS(1202), + [anon_sym_CARET_EQ] = ACTIONS(1200), + [anon_sym_PIPE_EQ] = ACTIONS(1202), + [anon_sym_EQ_EQ] = ACTIONS(1200), + [anon_sym_BANG_EQ] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1202), + [anon_sym_GT_EQ] = ACTIONS(1202), + [anon_sym_AMP_AMP] = ACTIONS(1202), + [anon_sym_PIPE_PIPE] = ACTIONS(1202), + [anon_sym_LT_LT] = ACTIONS(1200), + [anon_sym_GT_GT] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_SLASH] = ACTIONS(1200), + [anon_sym_PERCENT] = ACTIONS(1200), + [anon_sym_STAR_STAR] = ACTIONS(1200), + [anon_sym_LT] = ACTIONS(1200), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_LPAREN] = ACTIONS(1200), + [anon_sym_PIPE] = ACTIONS(1200), + [anon_sym_PIPE_AMP] = ACTIONS(1202), + [anon_sym_RBRACK] = ACTIONS(1202), + [anon_sym_EQ_TILDE] = ACTIONS(1200), + [anon_sym_AMP_GT] = ACTIONS(1200), + [anon_sym_AMP_GT_GT] = ACTIONS(1202), + [anon_sym_LT_AMP] = ACTIONS(1202), + [anon_sym_GT_AMP] = ACTIONS(1202), + [anon_sym_GT_PIPE] = ACTIONS(1202), + [anon_sym_LT_LT_DASH] = ACTIONS(1202), + [anon_sym_LT_LT_LT] = ACTIONS(1202), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_CARET] = ACTIONS(1200), + [anon_sym_QMARK] = ACTIONS(1200), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1202), + [aux_sym_concatenation_token1] = ACTIONS(1202), + [anon_sym_DOLLAR] = ACTIONS(1200), + [sym__special_character] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1202), + [sym_raw_string] = ACTIONS(1202), + [sym_ansi_c_string] = ACTIONS(1202), + [aux_sym_number_token1] = ACTIONS(1200), + [aux_sym_number_token2] = ACTIONS(1200), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1202), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1200), + [anon_sym_BQUOTE] = ACTIONS(1200), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1202), + [anon_sym_LT_LPAREN] = ACTIONS(1202), + [anon_sym_GT_LPAREN] = ACTIONS(1202), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1202), + [sym__concat] = ACTIONS(1202), + [sym_test_operator] = ACTIONS(1202), + [sym__bare_dollar] = ACTIONS(1202), + [sym__brace_start] = ACTIONS(1202), + }, + [415] = { + [sym_word] = ACTIONS(1224), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1226), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_PLUS_PLUS] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1224), + [anon_sym_PLUS_EQ] = ACTIONS(1224), + [anon_sym_DASH_EQ] = ACTIONS(1224), + [anon_sym_STAR_EQ] = ACTIONS(1224), + [anon_sym_SLASH_EQ] = ACTIONS(1224), + [anon_sym_PERCENT_EQ] = ACTIONS(1224), + [anon_sym_LT_LT_EQ] = ACTIONS(1226), + [anon_sym_GT_GT_EQ] = ACTIONS(1226), + [anon_sym_AMP_EQ] = ACTIONS(1226), + [anon_sym_CARET_EQ] = ACTIONS(1224), + [anon_sym_PIPE_EQ] = ACTIONS(1226), + [anon_sym_EQ_EQ] = ACTIONS(1224), + [anon_sym_BANG_EQ] = ACTIONS(1224), + [anon_sym_LT_EQ] = ACTIONS(1226), + [anon_sym_GT_EQ] = ACTIONS(1226), + [anon_sym_AMP_AMP] = ACTIONS(1226), + [anon_sym_PIPE_PIPE] = ACTIONS(1226), + [anon_sym_LT_LT] = ACTIONS(1224), + [anon_sym_GT_GT] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_SLASH] = ACTIONS(1224), + [anon_sym_PERCENT] = ACTIONS(1224), + [anon_sym_STAR_STAR] = ACTIONS(1224), + [anon_sym_LT] = ACTIONS(1224), + [anon_sym_GT] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1224), + [anon_sym_PIPE] = ACTIONS(1224), + [anon_sym_PIPE_AMP] = ACTIONS(1226), + [anon_sym_RBRACK] = ACTIONS(1226), + [anon_sym_EQ_TILDE] = ACTIONS(1224), + [anon_sym_AMP_GT] = ACTIONS(1224), + [anon_sym_AMP_GT_GT] = ACTIONS(1226), + [anon_sym_LT_AMP] = ACTIONS(1226), + [anon_sym_GT_AMP] = ACTIONS(1226), + [anon_sym_GT_PIPE] = ACTIONS(1226), + [anon_sym_LT_LT_DASH] = ACTIONS(1226), + [anon_sym_LT_LT_LT] = ACTIONS(1226), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_CARET] = ACTIONS(1224), + [anon_sym_QMARK] = ACTIONS(1224), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1226), + [aux_sym_concatenation_token1] = ACTIONS(1226), + [anon_sym_DOLLAR] = ACTIONS(1224), + [sym__special_character] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1226), + [sym_raw_string] = ACTIONS(1226), + [sym_ansi_c_string] = ACTIONS(1226), + [aux_sym_number_token1] = ACTIONS(1224), + [aux_sym_number_token2] = ACTIONS(1224), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1226), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1224), + [anon_sym_BQUOTE] = ACTIONS(1224), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1226), + [anon_sym_LT_LPAREN] = ACTIONS(1226), + [anon_sym_GT_LPAREN] = ACTIONS(1226), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1226), + [sym__concat] = ACTIONS(1226), + [sym_test_operator] = ACTIONS(1226), + [sym__bare_dollar] = ACTIONS(1226), + [sym__brace_start] = ACTIONS(1226), + }, + [416] = { + [aux_sym__literal_repeat1] = STATE(417), + [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(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_PIPE] = ACTIONS(189), - [anon_sym_PIPE_AMP] = ACTIONS(218), + [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(189), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_PIPE_AMP] = ACTIONS(220), [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), + [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(1298), + [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(218), + [sym_file_descriptor] = ACTIONS(220), [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), - }, - [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), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), + }, + [417] = { + [aux_sym__literal_repeat1] = STATE(417), + [sym_word] = ACTIONS(1274), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1276), + [anon_sym_EQ] = ACTIONS(1274), + [anon_sym_PLUS_PLUS] = ACTIONS(1274), + [anon_sym_DASH_DASH] = ACTIONS(1274), + [anon_sym_PLUS_EQ] = ACTIONS(1274), + [anon_sym_DASH_EQ] = ACTIONS(1274), + [anon_sym_STAR_EQ] = ACTIONS(1274), + [anon_sym_SLASH_EQ] = ACTIONS(1274), + [anon_sym_PERCENT_EQ] = ACTIONS(1274), + [anon_sym_LT_LT_EQ] = ACTIONS(1276), + [anon_sym_GT_GT_EQ] = ACTIONS(1276), + [anon_sym_AMP_EQ] = ACTIONS(1276), + [anon_sym_CARET_EQ] = ACTIONS(1274), + [anon_sym_PIPE_EQ] = ACTIONS(1276), + [anon_sym_EQ_EQ] = ACTIONS(1274), + [anon_sym_BANG_EQ] = ACTIONS(1274), + [anon_sym_LT_EQ] = ACTIONS(1276), + [anon_sym_GT_EQ] = ACTIONS(1276), + [anon_sym_AMP_AMP] = ACTIONS(1276), + [anon_sym_PIPE_PIPE] = ACTIONS(1276), + [anon_sym_LT_LT] = ACTIONS(1274), + [anon_sym_GT_GT] = ACTIONS(1274), + [anon_sym_PLUS] = ACTIONS(1274), + [anon_sym_DASH] = ACTIONS(1274), + [anon_sym_STAR] = ACTIONS(1274), + [anon_sym_SLASH] = ACTIONS(1274), + [anon_sym_PERCENT] = ACTIONS(1274), + [anon_sym_STAR_STAR] = ACTIONS(1274), + [anon_sym_LT] = ACTIONS(1274), + [anon_sym_GT] = ACTIONS(1274), + [anon_sym_LPAREN] = ACTIONS(1274), + [anon_sym_PIPE] = ACTIONS(1274), + [anon_sym_PIPE_AMP] = ACTIONS(1276), + [anon_sym_RBRACK] = ACTIONS(1276), + [anon_sym_EQ_TILDE] = ACTIONS(1274), + [anon_sym_AMP_GT] = ACTIONS(1274), + [anon_sym_AMP_GT_GT] = ACTIONS(1276), + [anon_sym_LT_AMP] = ACTIONS(1276), + [anon_sym_GT_AMP] = ACTIONS(1276), + [anon_sym_GT_PIPE] = ACTIONS(1276), + [anon_sym_LT_LT_DASH] = ACTIONS(1276), + [anon_sym_LT_LT_LT] = ACTIONS(1276), + [anon_sym_AMP] = ACTIONS(1274), + [anon_sym_CARET] = ACTIONS(1274), + [anon_sym_QMARK] = ACTIONS(1274), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1276), + [anon_sym_DOLLAR] = ACTIONS(1274), + [sym__special_character] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym_raw_string] = ACTIONS(1276), + [sym_ansi_c_string] = ACTIONS(1276), + [aux_sym_number_token1] = ACTIONS(1274), + [aux_sym_number_token2] = ACTIONS(1274), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1276), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1274), + [anon_sym_BQUOTE] = ACTIONS(1276), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1276), + [anon_sym_LT_LPAREN] = ACTIONS(1276), + [anon_sym_GT_LPAREN] = ACTIONS(1276), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1276), + [sym_test_operator] = ACTIONS(1276), + [sym__bare_dollar] = ACTIONS(1276), + [sym__brace_start] = ACTIONS(1276), + }, + [418] = { + [sym_word] = ACTIONS(1169), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1176), + [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(1293), + [anon_sym_GT_GT_EQ] = ACTIONS(1293), + [anon_sym_AMP_EQ] = ACTIONS(1293), + [anon_sym_CARET_EQ] = ACTIONS(1171), + [anon_sym_PIPE_EQ] = ACTIONS(1293), + [anon_sym_EQ_EQ] = ACTIONS(1173), + [anon_sym_BANG_EQ] = ACTIONS(1171), + [anon_sym_LT_EQ] = ACTIONS(1293), + [anon_sym_GT_EQ] = ACTIONS(1293), + [anon_sym_AMP_AMP] = ACTIONS(1178), + [anon_sym_PIPE_PIPE] = ACTIONS(1178), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), + [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(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1169), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1176), + [anon_sym_RBRACK] = ACTIONS(1293), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1169), + [anon_sym_AMP_GT_GT] = ACTIONS(1176), + [anon_sym_LT_AMP] = ACTIONS(1176), + [anon_sym_GT_AMP] = ACTIONS(1176), + [anon_sym_GT_PIPE] = ACTIONS(1176), + [anon_sym_LT_LT_DASH] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1171), + [anon_sym_CARET] = ACTIONS(1171), + [anon_sym_QMARK] = ACTIONS(1171), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1176), + [anon_sym_DOLLAR] = ACTIONS(1169), + [sym__special_character] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_raw_string] = ACTIONS(1176), + [sym_ansi_c_string] = ACTIONS(1176), + [aux_sym_number_token1] = ACTIONS(1169), + [aux_sym_number_token2] = ACTIONS(1169), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1176), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1169), + [anon_sym_BQUOTE] = ACTIONS(1176), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1176), + [anon_sym_LT_LPAREN] = ACTIONS(1176), + [anon_sym_GT_LPAREN] = ACTIONS(1176), [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(1176), + [sym_test_operator] = ACTIONS(1178), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), + }, + [419] = { + [sym_word] = ACTIONS(1190), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1192), + [anon_sym_EQ] = ACTIONS(1190), + [anon_sym_PLUS_PLUS] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1190), + [anon_sym_PLUS_EQ] = ACTIONS(1190), + [anon_sym_DASH_EQ] = ACTIONS(1190), + [anon_sym_STAR_EQ] = ACTIONS(1190), + [anon_sym_SLASH_EQ] = ACTIONS(1190), + [anon_sym_PERCENT_EQ] = ACTIONS(1190), + [anon_sym_LT_LT_EQ] = ACTIONS(1192), + [anon_sym_GT_GT_EQ] = ACTIONS(1192), + [anon_sym_AMP_EQ] = ACTIONS(1192), + [anon_sym_CARET_EQ] = ACTIONS(1190), + [anon_sym_PIPE_EQ] = ACTIONS(1192), + [anon_sym_EQ_EQ] = ACTIONS(1190), + [anon_sym_BANG_EQ] = ACTIONS(1190), + [anon_sym_LT_EQ] = ACTIONS(1192), + [anon_sym_GT_EQ] = ACTIONS(1192), + [anon_sym_AMP_AMP] = ACTIONS(1192), + [anon_sym_PIPE_PIPE] = ACTIONS(1192), + [anon_sym_LT_LT] = ACTIONS(1190), + [anon_sym_GT_GT] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1190), + [anon_sym_SLASH] = ACTIONS(1190), + [anon_sym_PERCENT] = ACTIONS(1190), + [anon_sym_STAR_STAR] = ACTIONS(1190), + [anon_sym_LT] = ACTIONS(1190), + [anon_sym_GT] = ACTIONS(1190), + [anon_sym_LPAREN] = ACTIONS(1190), + [anon_sym_PIPE] = ACTIONS(1190), + [anon_sym_PIPE_AMP] = ACTIONS(1192), + [anon_sym_RBRACK] = ACTIONS(1192), + [anon_sym_EQ_TILDE] = ACTIONS(1190), + [anon_sym_AMP_GT] = ACTIONS(1190), + [anon_sym_AMP_GT_GT] = ACTIONS(1192), + [anon_sym_LT_AMP] = ACTIONS(1192), + [anon_sym_GT_AMP] = ACTIONS(1192), + [anon_sym_GT_PIPE] = ACTIONS(1192), + [anon_sym_LT_LT_DASH] = ACTIONS(1192), + [anon_sym_LT_LT_LT] = ACTIONS(1192), + [anon_sym_AMP] = ACTIONS(1190), + [anon_sym_CARET] = ACTIONS(1190), + [anon_sym_QMARK] = ACTIONS(1190), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1192), + [anon_sym_DOLLAR] = ACTIONS(1190), + [sym__special_character] = ACTIONS(1190), + [anon_sym_DQUOTE] = ACTIONS(1192), + [sym_raw_string] = ACTIONS(1192), + [sym_ansi_c_string] = ACTIONS(1192), + [aux_sym_number_token1] = ACTIONS(1190), + [aux_sym_number_token2] = ACTIONS(1190), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1192), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1190), + [anon_sym_BQUOTE] = ACTIONS(1192), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1192), + [anon_sym_LT_LPAREN] = ACTIONS(1192), + [anon_sym_GT_LPAREN] = ACTIONS(1192), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1192), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), }, }; 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1169), 30, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - 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_AMP_AMP, - anon_sym_PIPE_PIPE, - 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, - ACTIONS(1167), 33, - 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_EQ_EQ, - anon_sym_BANG_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_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_QMARK, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [150] = 38, + [0] = 38, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(97), 1, + ACTIONS(121), 1, + sym_variable_name, + ACTIONS(155), 1, anon_sym_DOLLAR, - ACTIONS(99), 1, + ACTIONS(157), 1, sym__special_character, - ACTIONS(101), 1, + ACTIONS(159), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(163), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(165), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(171), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(173), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(121), 1, - sym_variable_name, - ACTIONS(123), 1, + ACTIONS(177), 1, sym_test_operator, - ACTIONS(125), 1, + ACTIONS(179), 1, sym__brace_start, - ACTIONS(194), 1, + ACTIONS(242), 1, anon_sym_BANG, - ACTIONS(1301), 1, + ACTIONS(1303), 1, sym_word, - ACTIONS(1307), 1, - anon_sym_LPAREN, ACTIONS(1309), 1, + anon_sym_LPAREN, + ACTIONS(1311), 1, sym_file_descriptor, - STATE(364), 1, + STATE(384), 1, aux_sym__literal_repeat1, - STATE(383), 1, + STATE(396), 1, sym_concatenation, - STATE(456), 1, + STATE(441), 1, sym_command_name, - STATE(808), 1, + STATE(842), 1, aux_sym_command_repeat1, - STATE(1391), 1, + STATE(1363), 1, sym_variable_assignment, - STATE(1636), 1, + STATE(1864), 1, sym__expression, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2958), 1, sym_command, - STATE(3939), 1, + STATE(4116), 1, sym_subscript, - ACTIONS(75), 2, + ACTIONS(145), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(93), 2, + ACTIONS(151), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(103), 2, + ACTIONS(161), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(117), 2, + ACTIONS(175), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, + STATE(2951), 2, sym_subshell, sym_test_command, - ACTIONS(95), 3, + ACTIONS(153), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1520), 5, + STATE(1863), 5, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, - STATE(328), 9, + STATE(361), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -54959,7 +56434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [290] = 38, + [140] = 38, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, @@ -54990,31 +56465,31 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ACTIONS(139), 1, sym_test_operator, - ACTIONS(230), 1, + ACTIONS(196), 1, anon_sym_BANG, - ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, - sym_file_descriptor, ACTIONS(1311), 1, + sym_file_descriptor, + ACTIONS(1313), 1, sym_word, + ACTIONS(1315), 1, + anon_sym_LPAREN, STATE(371), 1, aux_sym__literal_repeat1, - STATE(384), 1, + STATE(385), 1, sym_concatenation, - STATE(456), 1, + STATE(441), 1, sym_command_name, - STATE(808), 1, + STATE(842), 1, aux_sym_command_repeat1, - STATE(1391), 1, + STATE(1363), 1, sym_variable_assignment, - STATE(1783), 1, + STATE(1868), 1, sym__expression, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2958), 1, sym_command, - STATE(3939), 1, + STATE(4116), 1, sym_subscript, ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, @@ -55028,30 +56503,30 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(137), 2, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, + STATE(2951), 2, sym_subshell, sym_test_command, ACTIONS(135), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1520), 5, + STATE(1575), 5, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, - STATE(327), 9, + STATE(331), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55061,99 +56536,99 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [430] = 38, + [280] = 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, + ACTIONS(97), 1, anon_sym_DOLLAR, - ACTIONS(157), 1, + ACTIONS(99), 1, sym__special_character, - 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(177), 1, + ACTIONS(121), 1, + sym_variable_name, + ACTIONS(123), 1, sym_test_operator, - ACTIONS(179), 1, + ACTIONS(125), 1, sym__brace_start, - ACTIONS(314), 1, + ACTIONS(230), 1, anon_sym_BANG, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(1313), 1, - sym_word, ACTIONS(1315), 1, anon_sym_LPAREN, - STATE(382), 1, + ACTIONS(1317), 1, + sym_word, + STATE(362), 1, aux_sym__literal_repeat1, - STATE(387), 1, + STATE(386), 1, sym_concatenation, - STATE(456), 1, + STATE(441), 1, sym_command_name, - STATE(808), 1, + STATE(842), 1, aux_sym_command_repeat1, - STATE(1391), 1, + STATE(1363), 1, sym_variable_assignment, - STATE(1813), 1, + STATE(1710), 1, sym__expression, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2958), 1, sym_command, - STATE(3939), 1, + STATE(4116), 1, sym_subscript, - ACTIONS(145), 2, + ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(151), 2, + ACTIONS(93), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(161), 2, + ACTIONS(103), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(175), 2, + ACTIONS(117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, + STATE(2951), 2, sym_subshell, sym_test_command, - ACTIONS(153), 3, + ACTIONS(95), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1763), 5, + STATE(1575), 5, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, - STATE(341), 9, + STATE(332), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55163,99 +56638,99 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [570] = 38, + [420] = 38, ACTIONS(63), 1, sym_comment, - ACTIONS(248), 1, + ACTIONS(284), 1, anon_sym_LPAREN, - ACTIONS(262), 1, + ACTIONS(298), 1, anon_sym_LBRACK, - ACTIONS(266), 1, + ACTIONS(302), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(276), 1, + ACTIONS(312), 1, anon_sym_DOLLAR, - ACTIONS(278), 1, + ACTIONS(314), 1, sym__special_character, - ACTIONS(280), 1, + ACTIONS(316), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(320), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(322), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(324), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(326), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(328), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(300), 1, + ACTIONS(336), 1, sym_variable_name, - ACTIONS(302), 1, + ACTIONS(338), 1, sym_test_operator, - ACTIONS(304), 1, + ACTIONS(340), 1, sym__brace_start, ACTIONS(357), 1, anon_sym_BANG, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(1317), 1, + ACTIONS(1319), 1, sym_word, - STATE(412), 1, + STATE(416), 1, aux_sym__literal_repeat1, - STATE(414), 1, + STATE(418), 1, sym_concatenation, - STATE(546), 1, + STATE(515), 1, sym_command_name, - STATE(897), 1, + STATE(933), 1, aux_sym_command_repeat1, - STATE(1819), 1, + STATE(1905), 1, sym__expression, - STATE(1870), 1, + STATE(1939), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(3199), 1, + STATE(3361), 1, sym_command, - STATE(3974), 1, + STATE(4159), 1, sym_subscript, - ACTIONS(242), 2, + ACTIONS(278), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(272), 2, + ACTIONS(308), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(282), 2, + ACTIONS(318), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(296), 2, + ACTIONS(332), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3188), 2, + STATE(3355), 2, sym_subshell, sym_test_command, - ACTIONS(274), 3, + ACTIONS(310), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(1896), 5, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, - STATE(390), 9, + STATE(395), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55265,57 +56740,60 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [710] = 23, + [560] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(491), 1, anon_sym_DOLLAR, + 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(1329), 1, - sym__special_character, - ACTIONS(1331), 1, - anon_sym_DQUOTE, + anon_sym_LPAREN, ACTIONS(1333), 1, - aux_sym_number_token1, + sym__special_character, ACTIONS(1335), 1, - aux_sym_number_token2, + anon_sym_DQUOTE, ACTIONS(1337), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1339), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1347), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1349), 1, - sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1345), 1, sym_test_operator, - ACTIONS(1353), 1, - sym__brace_start, - STATE(852), 1, + ACTIONS(1347), 1, + sym__bare_dollar, + STATE(438), 1, + aux_sym_command_repeat2, + STATE(803), 1, aux_sym__literal_repeat1, - STATE(3966), 1, - sym_subscript, - ACTIONS(1321), 2, + STATE(864), 1, + sym_concatenation, + STATE(2921), 1, + sym_subshell, + ACTIONS(1323), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1325), 2, + ACTIONS(1327), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1331), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1345), 2, + ACTIONS(1343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1319), 3, + ACTIONS(1321), 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(633), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55325,7 +56803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 21, + ACTIONS(1325), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55347,57 +56825,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [815] = 23, + [670] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(491), 1, anon_sym_DOLLAR, + 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(1329), 1, - sym__special_character, - ACTIONS(1331), 1, - anon_sym_DQUOTE, + anon_sym_LPAREN, ACTIONS(1333), 1, - aux_sym_number_token1, + sym__special_character, ACTIONS(1335), 1, - aux_sym_number_token2, + anon_sym_DQUOTE, ACTIONS(1337), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1339), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1349), 1, - sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1345), 1, sym_test_operator, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(1359), 1, - aux_sym__simple_variable_name_token1, - STATE(852), 1, + ACTIONS(1347), 1, + sym__bare_dollar, + STATE(434), 1, + aux_sym_command_repeat2, + STATE(803), 1, aux_sym__literal_repeat1, - STATE(3966), 1, - sym_subscript, - ACTIONS(1321), 2, + STATE(864), 1, + sym_concatenation, + STATE(2888), 1, + sym_subshell, + ACTIONS(1323), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1345), 2, + ACTIONS(1327), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1357), 2, + ACTIONS(1351), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1319), 3, + ACTIONS(1321), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(420), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(633), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55407,7 +56888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 21, + ACTIONS(1349), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55429,57 +56910,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [920] = 23, + [780] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1371), 1, + ACTIONS(1363), 1, anon_sym_DOLLAR, - ACTIONS(1374), 1, + ACTIONS(1366), 1, sym__special_character, - ACTIONS(1377), 1, + ACTIONS(1369), 1, anon_sym_DQUOTE, - ACTIONS(1380), 1, + ACTIONS(1372), 1, aux_sym_number_token1, - ACTIONS(1383), 1, + ACTIONS(1375), 1, aux_sym_number_token2, - ACTIONS(1386), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1389), 1, + ACTIONS(1381), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1392), 1, + ACTIONS(1384), 1, anon_sym_BQUOTE, - ACTIONS(1395), 1, + ACTIONS(1387), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1401), 1, + ACTIONS(1393), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1404), 1, + ACTIONS(1396), 1, sym_variable_name, - ACTIONS(1407), 1, + ACTIONS(1399), 1, sym_test_operator, - ACTIONS(1410), 1, + ACTIONS(1402), 1, sym__brace_start, - STATE(852), 1, + STATE(858), 1, aux_sym__literal_repeat1, - STATE(3966), 1, + STATE(4140), 1, sym_subscript, - ACTIONS(1364), 2, + ACTIONS(1356), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1369), 2, + ACTIONS(1361), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1398), 2, + ACTIONS(1390), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1361), 3, + ACTIONS(1353), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(422), 3, + STATE(426), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55489,7 +56970,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 21, + ACTIONS(1359), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55511,56 +56992,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1025] = 23, + [885] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1426), 1, + ACTIONS(709), 1, anon_sym_DOLLAR, - ACTIONS(1429), 1, - sym__special_character, - ACTIONS(1432), 1, - anon_sym_DQUOTE, - ACTIONS(1435), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(1438), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(1441), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1444), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1447), 1, + ACTIONS(737), 1, + sym__brace_start, + ACTIONS(1329), 1, + anon_sym_LPAREN, + ACTIONS(1411), 1, + sym__special_character, + ACTIONS(1413), 1, + anon_sym_DQUOTE, + ACTIONS(1415), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1417), 1, anon_sym_BQUOTE, - ACTIONS(1450), 1, + ACTIONS(1419), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1456), 1, + ACTIONS(1423), 1, sym_test_operator, - ACTIONS(1459), 1, + ACTIONS(1425), 1, sym__bare_dollar, - ACTIONS(1462), 1, - sym__brace_start, - STATE(423), 1, + STATE(455), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(956), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(983), 1, sym_concatenation, - ACTIONS(1416), 2, + STATE(2888), 1, + sym_subshell, + ACTIONS(1351), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1407), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1421), 2, + ACTIONS(1409), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1424), 2, + ACTIONS(1421), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1405), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(688), 9, + 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(1349), 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, + [994] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(709), 1, + anon_sym_DOLLAR, + 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(1329), 1, + anon_sym_LPAREN, + ACTIONS(1411), 1, + sym__special_character, + ACTIONS(1413), 1, + anon_sym_DQUOTE, + ACTIONS(1415), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1417), 1, + anon_sym_BQUOTE, + ACTIONS(1419), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1423), 1, + sym_test_operator, + ACTIONS(1425), 1, + sym__bare_dollar, + STATE(446), 1, + aux_sym_command_repeat2, + STATE(956), 1, + aux_sym__literal_repeat1, + STATE(983), 1, + sym_concatenation, + STATE(2921), 1, + sym_subshell, + ACTIONS(1331), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1453), 2, + ACTIONS(1407), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1409), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1421), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1413), 3, + ACTIONS(1405), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(688), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55570,7 +57139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 21, + ACTIONS(1325), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55578,7 +57147,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, @@ -55592,49 +57160,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1129] = 23, + [1103] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(1435), 1, anon_sym_DOLLAR, - ACTIONS(1471), 1, + ACTIONS(1437), 1, sym__special_character, - ACTIONS(1473), 1, + ACTIONS(1439), 1, anon_sym_DQUOTE, - ACTIONS(1475), 1, + ACTIONS(1441), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(1443), 1, aux_sym_number_token2, - ACTIONS(1479), 1, + ACTIONS(1445), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, + ACTIONS(1447), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1449), 1, anon_sym_BQUOTE, - ACTIONS(1485), 1, + ACTIONS(1451), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1489), 1, + ACTIONS(1455), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1491), 1, + ACTIONS(1457), 1, sym_variable_name, - ACTIONS(1493), 1, + ACTIONS(1459), 1, sym_test_operator, - ACTIONS(1495), 1, + ACTIONS(1461), 1, sym__brace_start, - STATE(991), 1, + STATE(858), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4140), 1, sym_subscript, - ACTIONS(1325), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1467), 2, + ACTIONS(1429), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1487), 2, + ACTIONS(1433), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1453), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1465), 3, + ACTIONS(1427), 3, sym_raw_string, sym_ansi_c_string, sym_word, @@ -55642,7 +57210,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55652,7 +57220,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 20, + ACTIONS(1431), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55660,6 +57228,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, @@ -55673,56 +57242,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1233] = 23, + [1208] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(1435), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, + ACTIONS(1437), 1, sym__special_character, - ACTIONS(499), 1, + ACTIONS(1439), 1, + anon_sym_DQUOTE, + ACTIONS(1441), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(1443), 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(1445), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1447), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1449), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1451), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1457), 1, + sym_variable_name, + ACTIONS(1459), 1, sym_test_operator, - ACTIONS(1519), 1, - sym__bare_dollar, - STATE(430), 1, - aux_sym_command_repeat2, - STATE(697), 1, + ACTIONS(1461), 1, + sym__brace_start, + ACTIONS(1467), 1, + aux_sym__simple_variable_name_token1, + STATE(858), 1, aux_sym__literal_repeat1, - STATE(876), 1, - sym_concatenation, - ACTIONS(1499), 2, + STATE(4140), 1, + sym_subscript, + ACTIONS(1429), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1515), 2, + ACTIONS(1453), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1497), 3, + ACTIONS(1465), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1427), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(429), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55732,7 +57302,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 21, + ACTIONS(1463), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55754,57 +57324,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1337] = 23, + [1313] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1527), 1, + ACTIONS(1473), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(1475), 1, sym__special_character, - ACTIONS(1533), 1, + ACTIONS(1477), 1, anon_sym_DQUOTE, - ACTIONS(1536), 1, + ACTIONS(1479), 1, aux_sym_number_token1, - ACTIONS(1539), 1, + ACTIONS(1481), 1, aux_sym_number_token2, - ACTIONS(1542), 1, + ACTIONS(1483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1545), 1, + ACTIONS(1485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1548), 1, + ACTIONS(1487), 1, anon_sym_BQUOTE, - ACTIONS(1551), 1, + ACTIONS(1489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1557), 1, + ACTIONS(1493), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1560), 1, + ACTIONS(1495), 1, sym_variable_name, - ACTIONS(1563), 1, + ACTIONS(1497), 1, sym_test_operator, - ACTIONS(1566), 1, + ACTIONS(1499), 1, sym__brace_start, - STATE(991), 1, + STATE(988), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4117), 1, sym_subscript, - ACTIONS(1369), 2, + ACTIONS(1465), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1524), 2, + ACTIONS(1471), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1554), 2, + ACTIONS(1491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1521), 3, + ACTIONS(1469), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(426), 3, + STATE(433), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55814,7 +57384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 20, + ACTIONS(1463), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55835,56 +57405,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1441] = 23, + [1417] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(1514), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, + ACTIONS(1517), 1, sym__special_character, - ACTIONS(499), 1, + ACTIONS(1520), 1, + anon_sym_DQUOTE, + ACTIONS(1523), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(1526), 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(1529), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1532), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1535), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1538), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1544), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1547), 1, sym__bare_dollar, - STATE(423), 1, + ACTIONS(1550), 1, + sym__brace_start, + STATE(432), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(803), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(864), 1, sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1504), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1509), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1515), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1571), 2, + ACTIONS(1512), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1541), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1501), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(633), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55894,7 +57464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 21, + ACTIONS(1507), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55916,57 +57486,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1545] = 23, + [1521] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(1473), 1, anon_sym_DOLLAR, - ACTIONS(1471), 1, + ACTIONS(1475), 1, sym__special_character, - ACTIONS(1473), 1, + ACTIONS(1477), 1, anon_sym_DQUOTE, - ACTIONS(1475), 1, + ACTIONS(1479), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(1481), 1, aux_sym_number_token2, - ACTIONS(1479), 1, + ACTIONS(1483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, + ACTIONS(1485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1487), 1, anon_sym_BQUOTE, - ACTIONS(1485), 1, + ACTIONS(1489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1491), 1, + ACTIONS(1495), 1, sym_variable_name, - ACTIONS(1493), 1, + ACTIONS(1497), 1, sym_test_operator, - ACTIONS(1495), 1, + ACTIONS(1499), 1, sym__brace_start, - ACTIONS(1573), 1, + ACTIONS(1553), 1, aux_sym__simple_variable_name_token1, - STATE(991), 1, + STATE(988), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4117), 1, sym_subscript, - ACTIONS(1357), 2, + ACTIONS(1433), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1467), 2, + ACTIONS(1471), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1487), 2, + ACTIONS(1491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1465), 3, + ACTIONS(1469), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(424), 3, + STATE(440), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55976,7 +57546,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 20, + ACTIONS(1431), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55997,13 +57567,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1649] = 23, + [1625] = 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, @@ -56012,41 +57580,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(519), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(1333), 1, + sym__special_character, + ACTIONS(1335), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1337), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1339), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1345), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1347), 1, sym__bare_dollar, - STATE(427), 1, + STATE(432), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(803), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(864), 1, sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1323), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1327), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1515), 2, + ACTIONS(1343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1577), 2, + ACTIONS(1557), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1321), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(633), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56056,7 +57626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 21, + ACTIONS(1555), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56078,137 +57648,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1753] = 23, + [1729] = 7, 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(1507), 1, + ACTIONS(1335), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, - anon_sym_BQUOTE, - ACTIONS(1513), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + STATE(638), 1, + sym_string, + ACTIONS(1561), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, sym_test_operator, - ACTIONS(1519), 1, sym__bare_dollar, - STATE(423), 1, - aux_sym_command_repeat2, - STATE(697), 1, - aux_sym__literal_repeat1, - STATE(876), 1, - sym_concatenation, - ACTIONS(1499), 2, + sym__brace_start, + ACTIONS(1559), 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), 39, 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(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(587), 9, - 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(1579), 21, 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_LPAREN, 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, - [1857] = 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, + [1801] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(711), 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(1569), 1, + anon_sym_LPAREN, + ACTIONS(1571), 1, + sym__special_character, + ACTIONS(1573), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1575), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1577), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1579), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1583), 1, sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1585), 1, sym__bare_dollar, - STATE(441), 1, + STATE(468), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(993), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1132), 1, sym_concatenation, - ACTIONS(1577), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + STATE(2885), 1, + sym_subshell, + ACTIONS(1565), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, + ACTIONS(1567), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1581), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1331), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1563), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(753), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56218,7 +57777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 20, + ACTIONS(1325), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56228,8 +57787,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 +57796,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1960] = 23, + [1909] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1612), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(1615), 1, - sym__special_character, - ACTIONS(1618), 1, - anon_sym_DQUOTE, - ACTIONS(1621), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(1624), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(1627), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1630), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1633), 1, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(1569), 1, + anon_sym_LPAREN, + ACTIONS(1593), 1, + sym__special_character, + ACTIONS(1595), 1, + anon_sym_DQUOTE, + ACTIONS(1597), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1599), 1, anon_sym_BQUOTE, - ACTIONS(1636), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1642), 1, + ACTIONS(1605), 1, sym_test_operator, - ACTIONS(1645), 1, + ACTIONS(1607), 1, sym__bare_dollar, - ACTIONS(1648), 1, - sym__brace_start, - STATE(432), 1, + STATE(477), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1424), 2, + STATE(2885), 1, + sym_subshell, + ACTIONS(1331), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1606), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1609), 2, + ACTIONS(1591), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1639), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1603), 3, + ACTIONS(1587), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56298,7 +57859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 20, + ACTIONS(1325), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56306,10 +57867,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 +57879,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2063] = 23, + [2017] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(491), 1, anon_sym_DOLLAR, - ACTIONS(1660), 1, - sym__special_character, - ACTIONS(1663), 1, - anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(1672), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(1333), 1, + sym__special_character, + ACTIONS(1335), 1, + anon_sym_DQUOTE, + ACTIONS(1337), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1339), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1687), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1690), 1, - sym_variable_name, - ACTIONS(1693), 1, + ACTIONS(1345), 1, sym_test_operator, - ACTIONS(1696), 1, - sym__brace_start, - STATE(1096), 1, + ACTIONS(1347), 1, + sym__bare_dollar, + STATE(432), 1, + aux_sym_command_repeat2, + STATE(803), 1, aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1369), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + STATE(864), 1, + sym_concatenation, + ACTIONS(1323), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1327), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1651), 3, + ACTIONS(1611), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1321), 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(633), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56379,7 +57938,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 19, + ACTIONS(1609), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56387,9 +57946,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 +57960,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2166] = 23, + [2121] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(711), 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(1569), 1, + anon_sym_LPAREN, + ACTIONS(1571), 1, + sym__special_character, + ACTIONS(1573), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1575), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1577), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1579), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1583), 1, sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1585), 1, sym__bare_dollar, - STATE(443), 1, + STATE(463), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(993), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1132), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + STATE(2973), 1, + sym_subshell, + ACTIONS(1565), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, + ACTIONS(1567), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1581), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1351), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1563), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(753), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56458,7 +58024,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 20, + ACTIONS(1349), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56468,8 +58034,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 +58043,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2269] = 23, + [2229] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1619), 1, anon_sym_DOLLAR, - ACTIONS(1705), 1, + ACTIONS(1622), 1, sym__special_character, - ACTIONS(1707), 1, + ACTIONS(1625), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1628), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1631), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1634), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1637), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1640), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1643), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1723), 1, + ACTIONS(1649), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1725), 1, + ACTIONS(1652), 1, sym_variable_name, - ACTIONS(1727), 1, + ACTIONS(1655), 1, sym_test_operator, - ACTIONS(1729), 1, + ACTIONS(1658), 1, sym__brace_start, - STATE(1096), 1, + STATE(988), 1, aux_sym__literal_repeat1, - STATE(3989), 1, + STATE(4117), 1, sym_subscript, - ACTIONS(1325), 2, + ACTIONS(1361), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1616), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1646), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1699), 3, + ACTIONS(1613), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(433), 3, + STATE(440), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56539,7 +58103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 19, + ACTIONS(1359), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56547,9 +58111,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, @@ -56559,58 +58124,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2372] = 23, + [2333] = 25, 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(1569), 1, + anon_sym_LPAREN, + ACTIONS(1593), 1, + sym__special_character, + ACTIONS(1595), 1, + anon_sym_DQUOTE, + ACTIONS(1597), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1599), 1, anon_sym_BQUOTE, - ACTIONS(1761), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1767), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1770), 1, - sym_variable_name, - ACTIONS(1773), 1, + ACTIONS(1605), 1, sym_test_operator, - ACTIONS(1776), 1, - sym__brace_start, - STATE(1080), 1, + ACTIONS(1607), 1, + sym__bare_dollar, + STATE(467), 1, + aux_sym_command_repeat2, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(3933), 1, - sym_subscript, - ACTIONS(1734), 2, + STATE(1248), 1, + sym_concatenation, + STATE(2973), 1, + sym_subshell, + ACTIONS(1351), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1764), 2, + ACTIONS(1591), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1603), 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(1587), 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(816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56620,33 +58187,99 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1349), 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, + [2441] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1335), 1, + anon_sym_DQUOTE, + STATE(638), 1, + sym_string, + ACTIONS(1561), 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(1559), 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), 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_LPAREN, + 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, - [2475] = 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, + [2513] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1335), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(638), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(1561), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 4, @@ -56654,7 +58287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(1779), 9, + ACTIONS(1559), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -56703,57 +58336,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [2546] = 23, + [2584] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1665), 1, anon_sym_DOLLAR, - ACTIONS(1705), 1, + ACTIONS(1667), 1, sym__special_character, - ACTIONS(1707), 1, + ACTIONS(1669), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1671), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1673), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1675), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1677), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1679), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1681), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1725), 1, + ACTIONS(1685), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1687), 1, sym_variable_name, - ACTIONS(1727), 1, + ACTIONS(1689), 1, sym_test_operator, - ACTIONS(1729), 1, + ACTIONS(1691), 1, sym__brace_start, - ACTIONS(1783), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1222), 1, aux_sym__literal_repeat1, - STATE(3989), 1, + STATE(4121), 1, sym_subscript, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1663), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1683), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1699), 3, + ACTIONS(1433), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1661), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(435), 3, + STATE(449), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(905), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56763,7 +58397,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(1431), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56771,7 +58405,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 +58416,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2649] = 23, + [2687] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(1702), 1, anon_sym_DOLLAR, - ACTIONS(1791), 1, + ACTIONS(1705), 1, sym__special_character, - ACTIONS(1793), 1, + ACTIONS(1708), 1, anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(1711), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1714), 1, aux_sym_number_token2, - ACTIONS(1799), 1, + ACTIONS(1717), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(1720), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 1, + ACTIONS(1723), 1, anon_sym_BQUOTE, - ACTIONS(1805), 1, + ACTIONS(1726), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1809), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1811), 1, - sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1732), 1, sym_test_operator, - ACTIONS(1815), 1, + ACTIONS(1735), 1, + sym__bare_dollar, + ACTIONS(1738), 1, sym__brace_start, - STATE(1080), 1, + STATE(445), 1, + aux_sym_command_repeat2, + STATE(956), 1, aux_sym__literal_repeat1, - STATE(3933), 1, - sym_subscript, - ACTIONS(1787), 2, + STATE(983), 1, + sym_concatenation, + ACTIONS(1512), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1696), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1699), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1325), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1785), 3, + ACTIONS(1693), 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(688), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56844,7 +58475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(1507), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56854,6 +58485,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, @@ -56863,32 +58496,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2752] = 7, + [2790] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 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(1139), 4, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - ACTIONS(1779), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(709), 1, anon_sym_DOLLAR, - anon_sym_POUND, + 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(1411), 1, + sym__special_character, + ACTIONS(1413), 1, + anon_sym_DQUOTE, + ACTIONS(1415), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1417), 1, + anon_sym_BQUOTE, + ACTIONS(1419), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1423), 1, + sym_test_operator, + ACTIONS(1425), 1, + sym__bare_dollar, + STATE(445), 1, + aux_sym_command_repeat2, + STATE(956), 1, + aux_sym__literal_repeat1, + STATE(983), 1, + sym_concatenation, + ACTIONS(1407), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1409), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1421), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1611), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1405), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(688), 9, + 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(1609), 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, + [2893] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1413), 1, + anon_sym_DQUOTE, + STATE(701), 1, + sym_string, + ACTIONS(1743), 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(1741), 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, + ACTIONS(1127), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -56898,7 +58611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -56927,56 +58640,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [2823] = 23, + [2964] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(1413), 1, + anon_sym_DQUOTE, + STATE(701), 1, + sym_string, + ACTIONS(1743), 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(1741), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(711), 1, + 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, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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, - ACTIONS(717), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(723), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1589), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [3035] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1751), 1, + anon_sym_DOLLAR, + ACTIONS(1754), 1, + sym__special_character, + ACTIONS(1757), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1760), 1, + aux_sym_number_token1, + ACTIONS(1763), 1, + aux_sym_number_token2, + ACTIONS(1766), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1769), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1772), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1775), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1781), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1784), 1, + sym_variable_name, + ACTIONS(1787), 1, sym_test_operator, - ACTIONS(1601), 1, - sym__bare_dollar, - STATE(432), 1, - aux_sym_command_repeat2, - STATE(810), 1, + ACTIONS(1790), 1, + sym__brace_start, + STATE(1222), 1, aux_sym__literal_repeat1, - STATE(987), 1, - sym_concatenation, - ACTIONS(1571), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + STATE(4121), 1, + sym_subscript, + ACTIONS(1748), 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(1778), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1361), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1745), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(449), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(905), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56986,7 +58765,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 20, + ACTIONS(1359), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56996,8 +58775,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, @@ -57007,58 +58784,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2926] = 23, + [3138] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(1791), 1, + ACTIONS(1799), 1, sym__special_character, - ACTIONS(1793), 1, + ACTIONS(1801), 1, anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(1799), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 1, + ACTIONS(1811), 1, anon_sym_BQUOTE, - ACTIONS(1805), 1, + ACTIONS(1813), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1811), 1, + ACTIONS(1817), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1819), 1, sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1821), 1, sym_test_operator, - ACTIONS(1815), 1, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(1817), 1, - aux_sym__simple_variable_name_token1, - STATE(1080), 1, + STATE(1223), 1, aux_sym__literal_repeat1, - STATE(3933), 1, + STATE(4191), 1, sym_subscript, - ACTIONS(1787), 2, + ACTIONS(1465), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1795), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1815), 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(1793), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(439), 3, + STATE(452), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(771), 9, + STATE(882), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57068,7 +58844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 18, + ACTIONS(1463), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57076,6 +58852,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, @@ -57087,56 +58864,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3029] = 23, + [3241] = 25, 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(1569), 1, + anon_sym_LPAREN, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, - anon_sym_BQUOTE, - ACTIONS(1595), 1, - anon_sym_DOLLAR_BQUOTE, ACTIONS(1599), 1, - sym_test_operator, + anon_sym_BQUOTE, ACTIONS(1601), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1607), 1, sym__bare_dollar, - STATE(432), 1, + ACTIONS(1829), 1, + sym__special_character, + ACTIONS(1831), 1, + sym_test_operator, + STATE(485), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1581), 2, + STATE(2973), 1, + sym_subshell, + ACTIONS(1351), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1589), 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(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1827), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1825), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57146,7 +58927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 20, + ACTIONS(1349), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57156,8 +58937,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,52 +58946,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3132] = 21, + [3348] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(1829), 1, + ACTIONS(1799), 1, sym__special_character, - ACTIONS(1831), 1, + ACTIONS(1801), 1, anon_sym_DQUOTE, - ACTIONS(1833), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(1837), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1839), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1841), 1, + ACTIONS(1811), 1, anon_sym_BQUOTE, - ACTIONS(1843), 1, + ACTIONS(1813), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1847), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1849), 1, + ACTIONS(1819), 1, + sym_variable_name, + ACTIONS(1821), 1, sym_test_operator, - ACTIONS(1851), 1, + ACTIONS(1823), 1, sym__brace_start, - STATE(1038), 1, + ACTIONS(1833), 1, + aux_sym__simple_variable_name_token1, + STATE(1223), 1, aux_sym__literal_repeat1, - ACTIONS(1821), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1825), 2, + STATE(4191), 1, + sym_subscript, + ACTIONS(1433), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1845), 2, + ACTIONS(1795), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1815), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(453), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1819), 3, + ACTIONS(1793), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(458), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(882), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57222,7 +59006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 21, + ACTIONS(1431), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57230,11 +59014,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, @@ -57244,52 +59026,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3230] = 21, + [3451] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1665), 1, anon_sym_DOLLAR, - ACTIONS(1829), 1, + ACTIONS(1667), 1, sym__special_character, - ACTIONS(1831), 1, + ACTIONS(1669), 1, anon_sym_DQUOTE, - ACTIONS(1833), 1, + ACTIONS(1671), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(1673), 1, aux_sym_number_token2, - ACTIONS(1837), 1, + ACTIONS(1675), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1839), 1, + ACTIONS(1677), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1841), 1, + ACTIONS(1679), 1, anon_sym_BQUOTE, - ACTIONS(1843), 1, + ACTIONS(1681), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1849), 1, + ACTIONS(1687), 1, + sym_variable_name, + ACTIONS(1689), 1, sym_test_operator, - ACTIONS(1851), 1, + ACTIONS(1691), 1, sym__brace_start, - ACTIONS(1857), 1, + ACTIONS(1835), 1, aux_sym__simple_variable_name_token1, - STATE(1038), 1, + STATE(1222), 1, aux_sym__literal_repeat1, - ACTIONS(1821), 2, + STATE(4121), 1, + sym_subscript, + ACTIONS(1663), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1845), 2, + ACTIONS(1683), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1855), 2, + ACTIONS(1465), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(444), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1819), 3, + ACTIONS(1661), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(444), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(905), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57299,57 +59087,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 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, - [3328] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1589), 1, - anon_sym_DQUOTE, - STATE(762), 1, - sym_string, - ACTIONS(1861), 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(1859), 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, + ACTIONS(1463), 18, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -57358,83 +59097,69 @@ 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, - 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, - [3398] = 23, + [3554] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(43), 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(1569), 1, + anon_sym_LPAREN, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1599), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, - sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1607), 1, sym__bare_dollar, - STATE(451), 1, + ACTIONS(1829), 1, + sym__special_character, + ACTIONS(1831), 1, + sym_test_operator, + STATE(488), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1865), 2, + STATE(2885), 1, + sym_subshell, + ACTIONS(1331), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1589), 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(1603), 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(1827), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1825), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57444,7 +59169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(1325), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57463,57 +59188,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3500] = 23, + [3661] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(709), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, - sym__special_character, - ACTIONS(49), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(55), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1411), 1, + sym__special_character, + ACTIONS(1413), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1415), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1417), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1419), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(1423), 1, sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1425), 1, sym__bare_dollar, - STATE(455), 1, + STATE(445), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(956), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(983), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1407), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, + ACTIONS(1409), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1421), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1571), 3, + ACTIONS(1557), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(1405), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(688), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57523,7 +59247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(1555), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57533,6 +59257,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, @@ -57542,14 +59268,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3602] = 7, + [3764] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(1335), 1, anon_sym_DQUOTE, - STATE(762), 1, + STATE(638), 1, sym_string, - ACTIONS(1861), 2, + ACTIONS(1561), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, @@ -57557,7 +59283,7 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(1859), 9, + ACTIONS(1559), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -57567,7 +59293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 37, + ACTIONS(1137), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -57577,6 +59303,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, @@ -57605,57 +59332,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [3672] = 23, + [3835] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(1663), 1, - anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(1672), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, - anon_sym_BQUOTE, - ACTIONS(1681), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1696), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1886), 1, + ACTIONS(1569), 1, + anon_sym_LPAREN, + ACTIONS(1595), 1, + anon_sym_DQUOTE, + ACTIONS(1597), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1601), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1607), 1, + sym__bare_dollar, + ACTIONS(1829), 1, sym__special_character, - ACTIONS(1889), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1892), 1, - sym_variable_name, - ACTIONS(1895), 1, + ACTIONS(1831), 1, sym_test_operator, - STATE(1096), 1, + STATE(490), 1, + aux_sym_command_repeat2, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1369), 2, + STATE(1248), 1, + sym_concatenation, + STATE(2973), 1, + sym_subshell, + ACTIONS(1351), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1883), 3, + ACTIONS(1827), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1825), 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(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57665,7 +59393,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1349), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57684,57 +59412,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3774] = 23, + anon_sym_BQUOTE, + [3940] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(1843), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(1846), 1, sym__special_character, - ACTIONS(49), 1, + ACTIONS(1849), 1, + anon_sym_DQUOTE, + ACTIONS(1852), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(1855), 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(1858), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1861), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1864), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1867), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1873), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1876), 1, + sym_variable_name, ACTIONS(1879), 1, sym_test_operator, - ACTIONS(1881), 1, - sym__bare_dollar, - STATE(455), 1, - aux_sym_command_repeat2, - STATE(965), 1, + ACTIONS(1882), 1, + sym__brace_start, + STATE(1223), 1, aux_sym__literal_repeat1, - STATE(1127), 1, - sym_concatenation, - ACTIONS(1865), 2, + STATE(4191), 1, + sym_subscript, + ACTIONS(1361), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1840), 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(1870), 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, + ACTIONS(1837), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(458), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(882), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57744,7 +59473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 18, + ACTIONS(1359), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57752,6 +59481,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, @@ -57763,56 +59493,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3876] = 23, + [4043] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(1910), 1, - sym__special_character, - ACTIONS(1913), 1, - anon_sym_DQUOTE, - ACTIONS(1916), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(1919), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(1922), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, - anon_sym_BQUOTE, - ACTIONS(1931), 1, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(1569), 1, + anon_sym_LPAREN, + ACTIONS(1595), 1, + anon_sym_DQUOTE, + ACTIONS(1597), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1937), 1, - sym_test_operator, - ACTIONS(1940), 1, + ACTIONS(1607), 1, sym__bare_dollar, - ACTIONS(1943), 1, - sym__brace_start, - STATE(452), 1, + ACTIONS(1829), 1, + sym__special_character, + ACTIONS(1831), 1, + sym_test_operator, + STATE(481), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1424), 2, + STATE(2885), 1, + sym_subshell, + ACTIONS(1331), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1904), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1934), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1898), 3, + ACTIONS(1827), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1825), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57822,7 +59554,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 19, + ACTIONS(1325), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57830,7 +59562,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, @@ -57842,52 +59573,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3978] = 21, + anon_sym_BQUOTE, + [4148] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1573), 1, + anon_sym_DQUOTE, + STATE(798), 1, + sym_string, + ACTIONS(1887), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(1885), 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, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [4218] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(1899), 1, anon_sym_DOLLAR, - ACTIONS(1959), 1, + ACTIONS(1902), 1, sym__special_character, - ACTIONS(1962), 1, + ACTIONS(1905), 1, anon_sym_DQUOTE, - ACTIONS(1965), 1, + ACTIONS(1908), 1, aux_sym_number_token1, - ACTIONS(1968), 1, + ACTIONS(1911), 1, aux_sym_number_token2, - ACTIONS(1971), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1974), 1, + ACTIONS(1917), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1977), 1, + ACTIONS(1920), 1, anon_sym_BQUOTE, - ACTIONS(1980), 1, + ACTIONS(1923), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1986), 1, + ACTIONS(1929), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1989), 1, + ACTIONS(1932), 1, sym_test_operator, - ACTIONS(1992), 1, + ACTIONS(1935), 1, sym__brace_start, - STATE(1038), 1, + STATE(1056), 1, aux_sym__literal_repeat1, - ACTIONS(1949), 2, + ACTIONS(1892), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1954), 2, + ACTIONS(1897), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1983), 2, + ACTIONS(1926), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(453), 2, + STATE(461), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1946), 3, + ACTIONS(1889), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(832), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57897,7 +59692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 21, + ACTIONS(1895), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57919,56 +59714,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4076] = 23, + [4316] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(417), 1, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(423), 1, + ACTIONS(1807), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, + ACTIONS(1813), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(775), 1, + ACTIONS(1940), 1, sym__special_character, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, - anon_sym_BQUOTE, - ACTIONS(2007), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1942), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1944), 1, + sym_variable_name, + ACTIONS(1946), 1, sym_test_operator, - ACTIONS(2013), 1, - sym__bare_dollar, - STATE(452), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1223), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + STATE(4204), 1, + sym_subscript, + ACTIONS(1433), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1795), 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(1815), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(1938), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(472), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1079), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57978,7 +59772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 19, + ACTIONS(1431), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57986,7 +59780,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, @@ -57998,57 +59791,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4178] = 23, + anon_sym_BQUOTE, + [4416] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2024), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(2027), 1, - sym__special_character, - ACTIONS(2030), 1, - anon_sym_DQUOTE, - ACTIONS(2033), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(2036), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(2039), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2042), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2045), 1, + ACTIONS(71), 1, + sym__brace_start, + ACTIONS(1571), 1, + sym__special_character, + ACTIONS(1573), 1, + anon_sym_DQUOTE, + ACTIONS(1575), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1577), 1, anon_sym_BQUOTE, - ACTIONS(2048), 1, + ACTIONS(1579), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2054), 1, + ACTIONS(1583), 1, sym_test_operator, - ACTIONS(2057), 1, + ACTIONS(1585), 1, sym__bare_dollar, - ACTIONS(2060), 1, - sym__brace_start, - STATE(455), 1, + STATE(464), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(993), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1132), 1, sym_concatenation, - ACTIONS(2018), 2, + ACTIONS(1565), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2021), 2, + ACTIONS(1567), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2051), 2, + ACTIONS(1581), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1424), 3, + ACTIONS(1557), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2015), 3, + ACTIONS(1563), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(753), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58058,7 +59852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 18, + ACTIONS(1555), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58077,56 +59871,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4280] = 23, + [4518] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1957), 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(775), 1, + ACTIONS(1960), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1963), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1966), 1, + aux_sym_number_token1, + ACTIONS(1969), 1, + aux_sym_number_token2, + ACTIONS(1972), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1975), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1978), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1981), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1987), 1, sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1990), 1, sym__bare_dollar, - STATE(461), 1, + ACTIONS(1993), 1, + sym__brace_start, + STATE(464), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(993), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1132), 1, sym_concatenation, - ACTIONS(1577), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1951), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, + ACTIONS(1954), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1984), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(1512), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1948), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(753), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58136,7 +59931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 19, + ACTIONS(1507), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58144,7 +59939,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,7 +59950,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4382] = 23, + [4620] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1413), 1, + anon_sym_DQUOTE, + STATE(701), 1, + sym_string, + ACTIONS(1743), 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(1741), 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_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, + [4690] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1413), 1, + anon_sym_DQUOTE, + STATE(701), 1, + sym_string, + ACTIONS(1743), 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(1741), 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), 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_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, + [4760] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(409), 1, @@ -58169,43 +60089,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(775), 1, + ACTIONS(1593), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1599), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1605), 1, sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1607), 1, sym__bare_dollar, - STATE(454), 1, + STATE(473), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1505), 2, + ACTIONS(1557), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, + ACTIONS(1591), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(1587), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58215,7 +60135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 19, + ACTIONS(1555), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58235,57 +60155,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4484] = 23, + [4862] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - 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, - anon_sym_BQUOTE, - ACTIONS(1719), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(2065), 1, + ACTIONS(1571), 1, sym__special_character, - ACTIONS(2067), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1573), 1, + anon_sym_DQUOTE, + ACTIONS(1575), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1577), 1, + anon_sym_BQUOTE, + ACTIONS(1579), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1583), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(1585), 1, + sym__bare_dollar, + STATE(464), 1, + aux_sym_command_repeat2, + STATE(993), 1, aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + STATE(1132), 1, + sym_concatenation, + ACTIONS(1565), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1567), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1581), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, + ACTIONS(1563), 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, + ACTIONS(1611), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(753), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58295,7 +60215,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 18, + ACTIONS(1609), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58314,55 +60234,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4586] = 22, + [4964] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(2004), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(2006), 1, + sym__special_character, + ACTIONS(2008), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(2010), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2012), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(2014), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(2016), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1719), 1, + ACTIONS(2018), 1, + anon_sym_BQUOTE, + ACTIONS(2020), 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(2073), 1, + ACTIONS(2024), 1, aux_sym__simple_variable_name_token1, - STATE(1096), 1, + ACTIONS(2026), 1, + sym_test_operator, + ACTIONS(2028), 1, + sym__brace_start, + STATE(1056), 1, aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1998), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(2002), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2022), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, + STATE(461), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1996), 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, + STATE(832), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58372,7 +60289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(2000), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58380,8 +60297,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, @@ -58391,136 +60311,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [4686] = 23, + [5062] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + STATE(792), 1, + sym_string, + ACTIONS(2032), 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(2030), 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), 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_LPAREN, + 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, + 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(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(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, - sym_test_operator, - ACTIONS(2075), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1325), 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(450), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, - sym_arithmetic_expansion, - sym_brace_expression, + [5132] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1573), 1, + anon_sym_DQUOTE, + STATE(798), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(1887), 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(1885), 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_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_LPAREN, 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, - [4788] = 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, + [5202] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1843), 1, anon_sym_DOLLAR, - ACTIONS(417), 1, + ACTIONS(1849), 1, + anon_sym_DQUOTE, + ACTIONS(1852), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1855), 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, + ACTIONS(1858), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1861), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1864), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1867), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1882), 1, + sym__brace_start, + ACTIONS(2037), 1, + sym__special_character, + ACTIONS(2040), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2043), 1, + sym_variable_name, + ACTIONS(2046), 1, sym_test_operator, - ACTIONS(2013), 1, - sym__bare_dollar, - STATE(452), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1223), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1571), 2, + STATE(4204), 1, + sym_subscript, + ACTIONS(1361), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1840), 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(1870), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(2034), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(472), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1079), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58530,7 +60497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 19, + ACTIONS(1359), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58538,7 +60505,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 +60516,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4890] = 23, + [5304] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(2058), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(2061), 1, sym__special_character, - ACTIONS(49), 1, + ACTIONS(2064), 1, + anon_sym_DQUOTE, + ACTIONS(2067), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(2070), 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(2073), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(2076), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2079), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(2082), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(2088), 1, sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(2091), 1, sym__bare_dollar, - STATE(448), 1, + ACTIONS(2094), 1, + sym__brace_start, + STATE(473), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1512), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2052), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, + ACTIONS(2055), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(2085), 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(2049), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58610,7 +60575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 18, + ACTIONS(1507), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58618,6 +60583,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, @@ -58629,134 +60595,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4992] = 22, + [5406] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1595), 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(792), 1, + sym_string, + ACTIONS(2032), 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(1135), 4, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(2030), 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_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_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_LPAREN, + 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, + 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, + [5476] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2004), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(2006), 1, sym__special_character, - ACTIONS(417), 1, + ACTIONS(2008), 1, + anon_sym_DQUOTE, + ACTIONS(2010), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2012), 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(2014), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2016), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2018), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2020), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2026), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, + ACTIONS(2028), 1, + sym__brace_start, + ACTIONS(2101), 1, + aux_sym__simple_variable_name_token1, 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, + ACTIONS(1998), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2022), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(2099), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(469), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1996), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(832), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58766,7 +60713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(2097), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58774,8 +60721,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, @@ -58785,56 +60735,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [5193] = 23, + [5574] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1805), 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(1807), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1809), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1811), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1813), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1823), 1, + sym__brace_start, + ACTIONS(1940), 1, + sym__special_character, + ACTIONS(1942), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1944), 1, + sym_variable_name, + ACTIONS(1946), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1223), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + STATE(4204), 1, + sym_subscript, + ACTIONS(1433), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1795), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1815), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1938), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(472), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1079), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58844,52 +60795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 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, - [5294] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2085), 1, - anon_sym_DQUOTE, - STATE(812), 1, - sym_string, - ACTIONS(2087), 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(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, - anon_sym_LPAREN_LPAREN, + ACTIONS(1431), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58897,11 +60803,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, @@ -58909,29 +60812,13 @@ 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, + [5676] = 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, @@ -58940,39 +60827,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1593), 1, + sym__special_character, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1599), 1, + anon_sym_BQUOTE, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1605), 1, sym_test_operator, - STATE(479), 1, + ACTIONS(1607), 1, + sym__bare_dollar, + STATE(473), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1571), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1591), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1603), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1611), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1587), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58982,7 +60873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 19, + ACTIONS(1609), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58990,6 +60881,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, @@ -59001,158 +60893,65 @@ 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, + [5778] = 22, 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(1139), 4, - 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, + ACTIONS(1797), 1, 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, - 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, - sym_ansi_c_string, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + ACTIONS(1803), 1, aux_sym_number_token1, + ACTIONS(1805), 1, aux_sym_number_token2, + ACTIONS(1807), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1813), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [5531] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1331), 1, - anon_sym_DQUOTE, - STATE(719), 1, - sym_string, - ACTIONS(2095), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, + ACTIONS(1823), 1, + sym__brace_start, + ACTIONS(1940), 1, + sym__special_character, + ACTIONS(1944), 1, sym_variable_name, + ACTIONS(1946), 1, sym_test_operator, - sym__brace_start, - ACTIONS(2093), 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_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(2103), 1, + aux_sym__simple_variable_name_token1, + STATE(1223), 1, + aux_sym__literal_repeat1, + STATE(4204), 1, + sym_subscript, + ACTIONS(1465), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, + ACTIONS(1795), 2, + anon_sym_LPAREN_LPAREN, 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, + ACTIONS(1815), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(1938), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [5600] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2085), 1, - anon_sym_DQUOTE, - STATE(812), 1, + STATE(462), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1079), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(2087), 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(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, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1463), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59160,11 +60959,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, @@ -59172,68 +60968,60 @@ 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, - [5669] = 21, + [5878] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(2103), 1, - sym__special_character, - ACTIONS(2105), 1, + ACTIONS(1801), 1, anon_sym_DQUOTE, - ACTIONS(2107), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(2111), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2113), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2115), 1, + ACTIONS(1811), 1, anon_sym_BQUOTE, - ACTIONS(2117), 1, + ACTIONS(1813), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2121), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2123), 1, - sym_test_operator, - ACTIONS(2125), 1, + ACTIONS(1823), 1, sym__brace_start, - STATE(1082), 1, + ACTIONS(1940), 1, + sym__special_character, + ACTIONS(1944), 1, + sym_variable_name, + ACTIONS(1946), 1, + sym_test_operator, + ACTIONS(2105), 1, + aux_sym__simple_variable_name_token1, + STATE(1223), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + STATE(4204), 1, + sym_subscript, + ACTIONS(1465), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, + ACTIONS(1795), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, + ACTIONS(1815), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(474), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, + ACTIONS(1938), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(476), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1079), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59243,7 +61031,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 20, + ACTIONS(1463), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59253,8 +61041,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, @@ -59264,22 +61050,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [5766] = 7, + [5980] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(719), 1, + STATE(792), 1, sym_string, - ACTIONS(2095), 2, + ACTIONS(2032), 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(2093), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59292,18 +61078,18 @@ static const uint16_t ts_small_parse_table[] = { 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_LPAREN, 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, @@ -59326,13 +61112,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5835] = 22, + [6049] = 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, @@ -59341,39 +61125,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1607), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1829), 1, + sym__special_character, + ACTIONS(1831), 1, sym_test_operator, - STATE(482), 1, + STATE(486), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1611), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1827), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1825), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59383,7 +61169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 19, + ACTIONS(1609), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59403,52 +61189,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [5934] = 21, + [6148] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, + ACTIONS(2111), 1, anon_sym_DOLLAR, - ACTIONS(2103), 1, + ACTIONS(2113), 1, sym__special_character, - ACTIONS(2105), 1, + ACTIONS(2115), 1, anon_sym_DQUOTE, - ACTIONS(2107), 1, + ACTIONS(2117), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(2119), 1, aux_sym_number_token2, - ACTIONS(2111), 1, + ACTIONS(2121), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2113), 1, + ACTIONS(2123), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2115), 1, + ACTIONS(2125), 1, anon_sym_BQUOTE, - ACTIONS(2117), 1, + ACTIONS(2127), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2123), 1, + ACTIONS(2131), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2133), 1, sym_test_operator, - ACTIONS(2125), 1, + ACTIONS(2135), 1, sym__brace_start, - ACTIONS(2127), 1, - aux_sym__simple_variable_name_token1, - STATE(1082), 1, + STATE(1191), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(2099), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, + ACTIONS(2109), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, + ACTIONS(2129), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(478), 2, + STATE(497), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, + ACTIONS(2107), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(963), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59458,7 +61244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 20, + ACTIONS(2097), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59479,22 +61265,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6031] = 7, + [6245] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(792), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2032), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1139), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59504,7 +61290,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_EQ_EQ, @@ -59514,7 +61300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -59541,23 +61327,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6100] = 7, + [6314] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(792), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(2032), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + ACTIONS(1135), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2129), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59567,7 +61352,7 @@ 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, @@ -59577,6 +61362,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, @@ -59603,13 +61389,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6169] = 22, + [6383] = 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, @@ -59618,39 +61402,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1599), 1, + anon_sym_BQUOTE, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1607), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1829), 1, + sym__special_character, + ACTIONS(1831), 1, sym_test_operator, - STATE(467), 1, + STATE(486), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1577), 2, + ACTIONS(1557), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1827), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1825), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59660,7 +61448,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 19, + ACTIONS(1555), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59679,53 +61467,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [6268] = 21, + [6484] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 1, + ACTIONS(2058), 1, anon_sym_DOLLAR, - ACTIONS(2142), 1, - sym__special_character, - ACTIONS(2145), 1, + ACTIONS(2064), 1, anon_sym_DQUOTE, - ACTIONS(2148), 1, + ACTIONS(2067), 1, aux_sym_number_token1, - ACTIONS(2151), 1, + ACTIONS(2070), 1, aux_sym_number_token2, - ACTIONS(2154), 1, + ACTIONS(2073), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2157), 1, + ACTIONS(2076), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2160), 1, + ACTIONS(2079), 1, anon_sym_BQUOTE, - ACTIONS(2163), 1, + ACTIONS(2082), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2169), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2172), 1, - sym_test_operator, - ACTIONS(2175), 1, + ACTIONS(2091), 1, + sym__bare_dollar, + ACTIONS(2094), 1, sym__brace_start, - STATE(1082), 1, + ACTIONS(2143), 1, + sym__special_character, + ACTIONS(2146), 1, + sym_test_operator, + STATE(486), 1, + aux_sym_command_repeat2, + STATE(1066), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + STATE(1248), 1, + sym_concatenation, + ACTIONS(1512), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2136), 2, + ACTIONS(2052), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2166), 2, + ACTIONS(2085), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(478), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2133), 3, + ACTIONS(2140), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2137), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59735,7 +61526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 20, + ACTIONS(1507), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59745,8 +61536,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, @@ -59756,91 +61545,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6365] = 23, + [6585] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 1, - anon_sym_DOLLAR, - ACTIONS(1913), 1, + ACTIONS(1595), 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(1940), 1, + STATE(792), 1, + sym_string, + ACTIONS(2032), 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, - 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, + ACTIONS(2030), 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(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_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, - [6466] = 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, + [6654] = 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, @@ -59849,41 +61620,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1599), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1607), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1829), 1, + sym__special_character, + ACTIONS(1831), 1, sym_test_operator, - STATE(465), 1, + STATE(486), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1611), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1827), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1825), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59893,7 +61666,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(1609), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59912,66 +61685,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6567] = 23, + [6755] = 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(1439), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, - anon_sym_BQUOTE, - ACTIONS(2007), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, - sym_test_operator, - STATE(464), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1577), 2, + STATE(755), 1, + sym_string, + ACTIONS(2151), 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_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2149), 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(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), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59979,8 +61719,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, @@ -59988,15 +61731,27 @@ 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, - [6668] = 22, + 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, + [6824] = 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, @@ -60005,39 +61760,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1607), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1829), 1, + sym__special_character, + ACTIONS(1831), 1, sym_test_operator, - STATE(479), 1, + STATE(486), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1581), 2, + ACTIONS(1557), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1827), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1825), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(919), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60047,7 +61804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 19, + ACTIONS(1555), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60067,23 +61824,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [6767] = 7, + [6923] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(1439), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(755), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(2151), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1135), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2129), 9, + ACTIONS(2149), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60093,20 +61849,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 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, @@ -60129,79 +61886,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6836] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(813), 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(585), 31, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - 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_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [6896] = 7, + [6992] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(1573), 1, anon_sym_DQUOTE, - STATE(900), 1, + STATE(798), 1, sym_string, - ACTIONS(2192), 2, + ACTIONS(1887), 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__bare_dollar, sym__brace_start, - ACTIONS(2190), 9, + ts_builtin_sym_end, + ACTIONS(1885), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60211,9 +61912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + 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, @@ -60222,9 +61924,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, @@ -60247,22 +61948,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6964] = 7, + [7061] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(2155), 1, anon_sym_DQUOTE, - STATE(900), 1, + STATE(959), 1, sym_string, - ACTIONS(2192), 2, + ACTIONS(2157), 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__brace_start, - ACTIONS(2190), 9, + ACTIONS(2153), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60272,7 +61973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1137), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60281,6 +61982,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, @@ -60308,22 +62010,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7032] = 7, + [7130] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(2155), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(959), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(2157), 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(2194), 9, + ACTIONS(2153), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60333,7 +62035,7 @@ 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_AMP_AMP, @@ -60342,6 +62044,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, @@ -60369,97 +62072,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7100] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2204), 1, - anon_sym_DOLLAR, - ACTIONS(2206), 1, - sym__special_character, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(2210), 1, - aux_sym_number_token1, - ACTIONS(2212), 1, - aux_sym_number_token2, - ACTIONS(2214), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2216), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2218), 1, - anon_sym_BQUOTE, - ACTIONS(2220), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2224), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2226), 1, - sym_test_operator, - ACTIONS(2228), 1, - sym__brace_start, - STATE(1284), 1, - aux_sym__literal_repeat1, - ACTIONS(2202), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2222), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(496), 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, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(964), 9, - 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, - 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, - [7196] = 7, + [7199] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(1573), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(798), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(1887), 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__bare_dollar, sym__brace_start, - ACTIONS(2194), 9, + ts_builtin_sym_end, + ACTIONS(1885), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60469,9 +62098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + 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, @@ -60480,9 +62110,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, @@ -60505,127 +62134,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7264] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_DOLLAR, - ACTIONS(2239), 1, - sym__special_character, - 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(2266), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2269), 1, - 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, - 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, - 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, - [7360] = 21, + [7268] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2165), 1, anon_sym_DOLLAR, - ACTIONS(2281), 1, + ACTIONS(2168), 1, sym__special_character, - ACTIONS(2283), 1, + ACTIONS(2171), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2174), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2177), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2180), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2183), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2186), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2189), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2299), 1, + ACTIONS(2195), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2301), 1, + ACTIONS(2198), 1, sym_test_operator, - ACTIONS(2303), 1, + ACTIONS(2201), 1, sym__brace_start, - STATE(1285), 1, + STATE(1191), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(1897), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2162), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2192), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(490), 2, + STATE(496), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, + ACTIONS(2159), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(963), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60635,7 +62189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 19, + ACTIONS(1895), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60643,9 +62197,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, @@ -60655,52 +62210,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7456] = 21, + [7365] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2111), 1, anon_sym_DOLLAR, - ACTIONS(2281), 1, + ACTIONS(2113), 1, sym__special_character, - ACTIONS(2283), 1, + ACTIONS(2115), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2117), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2119), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2121), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2123), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2125), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2127), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2301), 1, + ACTIONS(2133), 1, sym_test_operator, - ACTIONS(2303), 1, + ACTIONS(2135), 1, sym__brace_start, - ACTIONS(2305), 1, + ACTIONS(2204), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + STATE(1191), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + ACTIONS(2002), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2109), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2129), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(491), 2, + STATE(496), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, + ACTIONS(2107), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(963), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60710,7 +62265,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 19, + ACTIONS(2000), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60718,9 +62273,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, @@ -60730,22 +62286,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7552] = 7, + [7462] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(1477), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(843), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2208), 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(2206), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60755,10 +62311,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + 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, @@ -60767,8 +62322,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, @@ -60791,21 +62347,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7620] = 7, + [7530] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(2212), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(981), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(2214), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2307), 9, + ACTIONS(2210), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60815,7 +62372,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, @@ -60824,7 +62381,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, @@ -60852,21 +62408,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7688] = 7, + [7598] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(792), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(2032), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1139), 4, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2307), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60876,21 +62433,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 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_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, @@ -60913,97 +62469,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7756] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2204), 1, - anon_sym_DOLLAR, - ACTIONS(2206), 1, - sym__special_character, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(2210), 1, - aux_sym_number_token1, - ACTIONS(2212), 1, - aux_sym_number_token2, - ACTIONS(2214), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2216), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2218), 1, - anon_sym_BQUOTE, - ACTIONS(2220), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2226), 1, - sym_test_operator, - ACTIONS(2228), 1, - sym__brace_start, - ACTIONS(2311), 1, - aux_sym__simple_variable_name_token1, - STATE(1284), 1, - aux_sym__literal_repeat1, - ACTIONS(2202), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2222), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(498), 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, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(964), 9, - 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), 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, - [7852] = 7, + [7666] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(792), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2032), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1135), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61013,7 +62494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + ACTIONS(1127), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -61049,53 +62530,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7920] = 21, + [7734] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 1, + ACTIONS(2220), 1, anon_sym_DOLLAR, - ACTIONS(2322), 1, + ACTIONS(2222), 1, sym__special_character, - ACTIONS(2325), 1, + ACTIONS(2224), 1, anon_sym_DQUOTE, - ACTIONS(2328), 1, + ACTIONS(2226), 1, aux_sym_number_token1, - ACTIONS(2331), 1, + ACTIONS(2228), 1, aux_sym_number_token2, - ACTIONS(2334), 1, + ACTIONS(2230), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2337), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2340), 1, + ACTIONS(2234), 1, anon_sym_BQUOTE, - ACTIONS(2343), 1, + ACTIONS(2236), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2349), 1, + ACTIONS(2240), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2352), 1, + ACTIONS(2242), 1, sym_test_operator, - ACTIONS(2355), 1, + ACTIONS(2244), 1, sym__brace_start, - STATE(1284), 1, + STATE(1340), 1, aux_sym__literal_repeat1, - ACTIONS(2316), 2, + ACTIONS(2218), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2346), 2, + ACTIONS(2238), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(498), 2, + STATE(514), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1954), 3, + ACTIONS(2099), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2313), 3, + ACTIONS(2216), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1039), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61105,7 +62586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 18, + ACTIONS(2097), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61124,103 +62605,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [8016] = 7, + [7830] = 25, 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, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2358), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(409), 1, 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_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, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + 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(1569), 1, + anon_sym_LPAREN, + ACTIONS(1595), 1, + anon_sym_DQUOTE, + ACTIONS(1597), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1599), 1, anon_sym_BQUOTE, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1607), 1, + sym__bare_dollar, + ACTIONS(2250), 1, + sym__special_character, + ACTIONS(2252), 1, + sym_test_operator, + STATE(562), 1, + aux_sym_command_repeat2, + STATE(1066), 1, + aux_sym__literal_repeat1, + STATE(1248), 1, + sym_concatenation, + STATE(2973), 1, + sym_subshell, + ACTIONS(1351), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1589), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2248), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2246), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [8083] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2360), 1, - anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1298), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(2362), 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(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(1137), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1349), 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, @@ -61228,68 +62683,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, - [8150] = 21, + [7934] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2258), 1, anon_sym_DOLLAR, - ACTIONS(2242), 1, + ACTIONS(2260), 1, + sym__special_character, + ACTIONS(2262), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(2248), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(2251), 1, + ACTIONS(2268), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, + ACTIONS(2272), 1, anon_sym_BQUOTE, - ACTIONS(2260), 1, + ACTIONS(2274), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2272), 1, - sym__brace_start, - ACTIONS(2367), 1, - sym__special_character, - ACTIONS(2370), 1, + ACTIONS(2278), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2373), 1, + ACTIONS(2280), 1, sym_test_operator, - STATE(1285), 1, + ACTIONS(2282), 1, + sym__brace_start, + STATE(1337), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(2002), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2276), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, + STATE(512), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2364), 3, + ACTIONS(2254), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1075), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61299,7 +62739,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 18, + ACTIONS(2000), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61307,6 +62747,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, @@ -61318,22 +62759,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [8245] = 7, + [8030] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(2008), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(857), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2286), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1135), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, + ACTIONS(2284), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61343,7 +62783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1127), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61352,9 +62792,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, @@ -61378,16 +62820,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8312] = 5, - ACTIONS(63), 1, + [8098] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2008), 1, + anon_sym_DQUOTE, + STATE(857), 1, + sym_string, + ACTIONS(2286), 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(2284), 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_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, - ACTIONS(2386), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + anon_sym_PIPE_AMP, + anon_sym_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, + [8166] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(829), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -61409,7 +62906,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(571), 31, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -61417,7 +62914,12 @@ 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, @@ -61436,33 +62938,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [8375] = 7, + [8226] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(2294), 1, + anon_sym_DOLLAR, + ACTIONS(2297), 1, + sym__special_character, + ACTIONS(2300), 1, anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, + ACTIONS(2303), 1, + aux_sym_number_token1, + ACTIONS(2306), 1, + aux_sym_number_token2, + ACTIONS(2309), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2312), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2315), 1, + anon_sym_BQUOTE, + ACTIONS(2318), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2324), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2327), 1, sym_test_operator, + ACTIONS(2330), 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), 34, + STATE(1340), 1, + aux_sym__literal_repeat1, + ACTIONS(2291), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2321), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(508), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1897), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2288), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1039), 9, + 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(1895), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61470,7 +63002,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, @@ -61480,73 +63011,137 @@ 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, + [8322] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2258), 1, + anon_sym_DOLLAR, + ACTIONS(2260), 1, sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + ACTIONS(2264), 1, aux_sym_number_token1, + ACTIONS(2266), 1, aux_sym_number_token2, + ACTIONS(2268), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2272), 1, anon_sym_BQUOTE, + ACTIONS(2274), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2280), 1, + sym_test_operator, + ACTIONS(2282), 1, + sym__brace_start, + ACTIONS(2333), 1, + aux_sym__simple_variable_name_token1, + STATE(1337), 1, + aux_sym__literal_repeat1, + ACTIONS(2099), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2276), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(504), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2254), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [8442] = 23, + STATE(1075), 9, + 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(2097), 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, + [8418] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(1569), 1, + anon_sym_LPAREN, + ACTIONS(1595), 1, + anon_sym_DQUOTE, + ACTIONS(1597), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1599), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2390), 1, + ACTIONS(1607), 1, + sym__bare_dollar, + ACTIONS(2250), 1, sym__special_character, - ACTIONS(2392), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2394), 1, - sym_variable_name, - ACTIONS(2396), 1, + ACTIONS(2252), 1, sym_test_operator, - STATE(1096), 1, + STATE(552), 1, + aux_sym_command_repeat2, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1357), 2, + STATE(1248), 1, + sym_concatenation, + STATE(2885), 1, + sym_subshell, + ACTIONS(1331), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2388), 3, + ACTIONS(2248), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2246), 3, 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, + STATE(1298), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61556,7 +63151,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 15, + ACTIONS(1325), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61572,23 +63167,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [8541] = 7, + [8522] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(2212), 1, anon_sym_DQUOTE, - STATE(957), 1, + STATE(981), 1, sym_string, - ACTIONS(2400), 2, + ACTIONS(2214), 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(2398), 9, + ACTIONS(2210), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61598,7 +63192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1127), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61609,6 +63203,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, @@ -61632,32 +63228,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8608] = 7, + [8590] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(2341), 1, + anon_sym_DOLLAR, + ACTIONS(2344), 1, + sym__special_character, + ACTIONS(2347), 1, anon_sym_DQUOTE, - STATE(972), 1, - sym_string, - ACTIONS(2404), 2, + ACTIONS(2350), 1, + aux_sym_number_token1, + ACTIONS(2353), 1, + aux_sym_number_token2, + ACTIONS(2356), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2359), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2362), 1, + anon_sym_BQUOTE, + ACTIONS(2365), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2371), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, - sym_file_descriptor, + ACTIONS(2374), 1, sym_test_operator, + ACTIONS(2377), 1, sym__brace_start, - ACTIONS(2402), 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, + STATE(1337), 1, + aux_sym__literal_repeat1, + ACTIONS(1897), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2338), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2368), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(512), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2335), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1075), 9, + 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(1895), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61665,10 +63291,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, @@ -61676,39 +63301,24 @@ 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, - [8675] = 7, + [8686] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(1477), 1, anon_sym_DQUOTE, - STATE(957), 1, + STATE(843), 1, sym_string, - ACTIONS(2400), 2, + ACTIONS(2208), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1135), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2398), 9, + ACTIONS(2206), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61718,7 +63328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1127), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61729,6 +63339,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, @@ -61752,57 +63364,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8742] = 23, + [8754] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(2220), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(2222), 1, + sym__special_character, + ACTIONS(2224), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(2226), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2228), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(2230), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(2234), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(2236), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2390), 1, - sym__special_character, - ACTIONS(2394), 1, - sym_variable_name, - ACTIONS(2396), 1, + ACTIONS(2242), 1, sym_test_operator, - ACTIONS(2406), 1, + ACTIONS(2244), 1, + sym__brace_start, + ACTIONS(2380), 1, aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1340), 1, aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1325), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(2218), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(2238), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2388), 3, + STATE(508), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2002), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2216), 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(1039), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61812,7 +63420,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 15, + ACTIONS(2000), 18, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61820,6 +63429,7 @@ 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, @@ -61828,21 +63438,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [8841] = 7, + anon_sym_AMP, + [8850] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(999), 1, + anon_sym_DOLLAR, + ACTIONS(1003), 1, + anon_sym_DQUOTE, + ACTIONS(1007), 1, + aux_sym_number_token1, + ACTIONS(1009), 1, + aux_sym_number_token2, + ACTIONS(1011), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1013), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1015), 1, + anon_sym_BQUOTE, + ACTIONS(1017), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1025), 1, + sym__brace_start, + ACTIONS(2382), 1, + sym_word, + ACTIONS(2386), 1, + anon_sym_LPAREN, + ACTIONS(2388), 1, + sym__special_character, + ACTIONS(2392), 1, + sym_test_operator, + ACTIONS(2394), 1, + sym__bare_dollar, + STATE(566), 1, + aux_sym_command_repeat2, + STATE(1599), 1, + aux_sym__literal_repeat1, + STATE(1707), 1, + sym_concatenation, + STATE(3372), 1, + sym_subshell, + ACTIONS(989), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2384), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2390), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1349), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1352), 9, + 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(1351), 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, + [8955] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2400), 2, + anon_sym_esac, + anon_sym_SEMI_SEMI, + ACTIONS(2402), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2398), 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(2396), 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, + [9018] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(2115), 1, anon_sym_DQUOTE, - STATE(972), 1, + STATE(1115), 1, sym_string, - ACTIONS(2404), 2, + ACTIONS(2406), 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(2402), 9, + ACTIONS(2404), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61888,26 +63636,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8908] = 21, + [9085] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2258), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2262), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2268), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, - anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2274), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(2282), 1, sym__brace_start, ACTIONS(2410), 1, sym__special_character, @@ -61915,25 +63661,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__simple_variable_name_token1, ACTIONS(2414), 1, sym_test_operator, - STATE(1285), 1, + STATE(1337), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(2002), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2276), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, + STATE(529), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(2408), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1195), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61943,7 +63689,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 18, + ACTIONS(2000), 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, + [9178] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1669), 1, + anon_sym_DQUOTE, + STATE(997), 1, + sym_string, + ACTIONS(2418), 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__brace_start, + ts_builtin_sym_end, + ACTIONS(2416), 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, @@ -61960,18 +63753,32 @@ 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, - [9003] = 5, + 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, + [9245] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(2384), 1, + ACTIONS(2420), 2, + anon_sym_esac, anon_sym_SEMI_SEMI, - ACTIONS(2386), 3, - anon_sym_RPAREN, + ACTIONS(2422), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + ACTIONS(2398), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -61993,7 +63800,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(2396), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -62020,62 +63827,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [9066] = 21, + [9308] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2115), 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(2410), 1, - sym__special_character, - ACTIONS(2414), 1, - sym_test_operator, - ACTIONS(2416), 1, + STATE(1115), 1, + sym_string, + ACTIONS(2406), 2, aux_sym__simple_variable_name_token1, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1855), 2, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 3, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(2404), 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(2297), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(511), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 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(1853), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62085,6 +63862,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, @@ -62092,18 +63871,32 @@ 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, + 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, + [9375] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(2418), 2, - anon_sym_esac, + ACTIONS(2420), 1, anon_sym_SEMI_SEMI, - ACTIONS(2420), 2, + ACTIONS(2422), 3, + anon_sym_RPAREN, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + ACTIONS(2398), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -62125,7 +63918,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(2396), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -62152,23 +63945,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [9224] = 7, + [9438] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(1669), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(997), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2418), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1139), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(2416), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62178,7 +63971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1137), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62212,50 +64005,283 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9291] = 20, + [9505] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(999), 1, + anon_sym_DOLLAR, + ACTIONS(1003), 1, + anon_sym_DQUOTE, + ACTIONS(1007), 1, + aux_sym_number_token1, + ACTIONS(1009), 1, + aux_sym_number_token2, + ACTIONS(1011), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1013), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1015), 1, + anon_sym_BQUOTE, + ACTIONS(1017), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1025), 1, + sym__brace_start, + ACTIONS(2382), 1, + sym_word, + ACTIONS(2386), 1, + anon_sym_LPAREN, + ACTIONS(2388), 1, + sym__special_character, + ACTIONS(2392), 1, + sym_test_operator, + ACTIONS(2394), 1, + sym__bare_dollar, + STATE(574), 1, + aux_sym_command_repeat2, + STATE(1599), 1, + aux_sym__literal_repeat1, + STATE(1707), 1, + sym_concatenation, + STATE(3358), 1, + sym_subshell, + ACTIONS(989), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2384), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2390), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1325), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1352), 9, + 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(1331), 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, + [9610] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(1843), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(1849), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(1852), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(1855), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(1858), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(1861), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2295), 1, + ACTIONS(1864), 1, + anon_sym_BQUOTE, + ACTIONS(1867), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(1882), 1, + sym__brace_start, + ACTIONS(2427), 1, + sym__special_character, + ACTIONS(2430), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2433), 1, + sym_variable_name, + ACTIONS(2436), 1, + sym_test_operator, + STATE(1223), 1, + aux_sym__literal_repeat1, + STATE(4209), 1, + sym_subscript, + ACTIONS(1361), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1840), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1870), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2424), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(525), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1375), 9, + 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(1359), 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, + [9709] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1797), 1, + anon_sym_DOLLAR, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + ACTIONS(1803), 1, + aux_sym_number_token1, + ACTIONS(1805), 1, + aux_sym_number_token2, + ACTIONS(1807), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1809), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1811), 1, + anon_sym_BQUOTE, + ACTIONS(1813), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1823), 1, + sym__brace_start, + ACTIONS(2441), 1, + sym__special_character, + ACTIONS(2443), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2445), 1, + sym_variable_name, + ACTIONS(2447), 1, + sym_test_operator, + STATE(1223), 1, + aux_sym__literal_repeat1, + STATE(4209), 1, + sym_subscript, + ACTIONS(1433), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1795), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1815), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2439), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(525), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1375), 9, + 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(1431), 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, + [9808] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2258), 1, + anon_sym_DOLLAR, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + ACTIONS(2264), 1, + aux_sym_number_token1, + ACTIONS(2266), 1, + aux_sym_number_token2, + ACTIONS(2268), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2270), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2272), 1, + anon_sym_BQUOTE, + ACTIONS(2274), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2282), 1, sym__brace_start, ACTIONS(2410), 1, sym__special_character, ACTIONS(2414), 1, sym_test_operator, - ACTIONS(2428), 1, + ACTIONS(2449), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + STATE(1337), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + ACTIONS(2099), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2276), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(518), 2, + STATE(537), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(2408), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1195), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62265,7 +64291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 19, + ACTIONS(2097), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62284,15 +64310,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, - [9384] = 7, + [9903] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(2453), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(1225), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2455), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 5, @@ -62301,7 +64326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, sym__brace_start, ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(2451), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62345,50 +64370,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9451] = 20, + [9970] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2341), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2347), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2350), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2353), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2356), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2295), 1, + ACTIONS(2362), 1, + anon_sym_BQUOTE, + ACTIONS(2365), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(2377), 1, sym__brace_start, - ACTIONS(2410), 1, + ACTIONS(2460), 1, sym__special_character, - ACTIONS(2412), 1, + ACTIONS(2463), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2414), 1, + ACTIONS(2466), 1, sym_test_operator, - STATE(1285), 1, + STATE(1337), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(1897), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2338), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2368), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, + STATE(529), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(2457), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1195), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62398,7 +64425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 19, + ACTIONS(1895), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62417,58 +64444,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [9544] = 23, + [10065] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(1663), 1, + ACTIONS(1801), 1, anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(1672), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(1811), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1813), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1696), 1, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(2433), 1, + ACTIONS(2441), 1, sym__special_character, - ACTIONS(2436), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2439), 1, + ACTIONS(2445), 1, sym_variable_name, - ACTIONS(2442), 1, + ACTIONS(2447), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(2469), 1, + aux_sym__simple_variable_name_token1, + STATE(1223), 1, aux_sym__literal_repeat1, - STATE(3950), 1, + STATE(4209), 1, sym_subscript, - ACTIONS(1369), 2, + ACTIONS(1465), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1795), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1815), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2430), 3, + ACTIONS(2439), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(519), 3, + STATE(526), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(1326), 9, + STATE(1375), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62478,7 +64504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 15, + ACTIONS(1463), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62494,249 +64520,320 @@ 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, + [10164] = 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(2453), 1, + anon_sym_DQUOTE, + STATE(1225), 1, + sym_string, + ACTIONS(2455), 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__brace_start, + ts_builtin_sym_end, + ACTIONS(2451), 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, + 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, + sym_word, + [10231] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2473), 1, + anon_sym_DQUOTE, + STATE(1232), 1, + sym_string, + ACTIONS(2475), 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(2471), 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_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_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_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, + 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, - [9706] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + [10298] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + STATE(1067), 1, + sym_string, + ACTIONS(2479), 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(2477), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(411), 1, + 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_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, sym__special_character, - ACTIONS(413), 1, - 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(433), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [10365] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + STATE(1067), 1, + sym_string, + ACTIONS(2479), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, sym_variable_name, - ACTIONS(435), 1, sym_test_operator, - ACTIONS(437), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - STATE(481), 1, - sym_command_name, - STATE(814), 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(3995), 1, - sym_subscript, - ACTIONS(389), 2, + ACTIONS(2477), 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(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_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, - [9824] = 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(43), 1, + 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, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, + sym_raw_string, + sym_ansi_c_string, 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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [10432] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(67), 1, + ACTIONS(2400), 1, + anon_sym_SEMI_SEMI, + ACTIONS(2402), 3, + anon_sym_RPAREN, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2398), 21, + sym_file_descriptor, sym_variable_name, - ACTIONS(69), 1, sym_test_operator, - ACTIONS(71), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2447), 1, - sym_word, - STATE(462), 1, - sym_command_name, - STATE(865), 1, - aux_sym_command_repeat1, - STATE(930), 1, - aux_sym__literal_repeat1, - STATE(1159), 1, - sym_concatenation, - STATE(1371), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3947), 1, - sym_subscript, - ACTIONS(13), 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(47), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(61), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, + ACTIONS(2396), 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(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, - [9942] = 7, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [10495] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2473), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1232), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2475), 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(2449), 9, + ACTIONS(2471), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62746,7 +64843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1127), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62781,22 +64878,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10008] = 7, + [10562] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2258), 1, + anon_sym_DOLLAR, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + ACTIONS(2264), 1, + aux_sym_number_token1, + ACTIONS(2266), 1, + aux_sym_number_token2, + ACTIONS(2268), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2270), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2272), 1, + anon_sym_BQUOTE, + ACTIONS(2274), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2282), 1, + sym__brace_start, + ACTIONS(2410), 1, + sym__special_character, + ACTIONS(2412), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2414), 1, + sym_test_operator, + STATE(1337), 1, + aux_sym__literal_repeat1, + ACTIONS(2002), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2276), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(529), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2408), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1195), 9, + 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(2000), 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, + [10657] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2258), 1, + anon_sym_DOLLAR, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + ACTIONS(2264), 1, + aux_sym_number_token1, + ACTIONS(2266), 1, + aux_sym_number_token2, + ACTIONS(2268), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2270), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2274), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2282), 1, + sym__brace_start, + ACTIONS(2410), 1, + sym__special_character, + ACTIONS(2414), 1, + sym_test_operator, + ACTIONS(2481), 1, + aux_sym__simple_variable_name_token1, + STATE(1337), 1, + aux_sym__literal_repeat1, + ACTIONS(2099), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2276), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(518), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2408), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1195), 9, + 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(2097), 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, + [10750] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(1215), 1, + STATE(792), 1, sym_string, - ACTIONS(2455), 2, + ACTIONS(2032), 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, - ts_builtin_sym_end, - ACTIONS(2453), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62808,16 +65052,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, 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, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, @@ -62826,7 +65071,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, @@ -62840,22 +65084,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10074] = 7, + [10816] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1801), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(1067), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2479), 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__brace_start, - ACTIONS(2376), 9, + ACTIONS(2477), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62865,7 +65109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1137), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62899,22 +65143,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10140] = 7, + [10882] = 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, + 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(961), 1, + sym__special_character, + ACTIONS(967), 1, + sym_variable_name, + ACTIONS(969), 1, + sym_test_operator, + ACTIONS(1311), 1, + sym_file_descriptor, + ACTIONS(2483), 1, + sym_word, + STATE(503), 1, + sym_command_name, + STATE(906), 1, + aux_sym__literal_repeat1, + STATE(941), 1, + aux_sym_command_repeat1, + STATE(1099), 1, + sym_concatenation, + STATE(1363), 1, + sym_variable_assignment, + STATE(2511), 1, + sym_file_redirect, + STATE(2958), 1, + sym_command, + STATE(4160), 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(963), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2951), 2, + sym_subshell, + sym_test_command, + ACTIONS(1307), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1305), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1154), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [11000] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1801), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(1067), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2479), 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(2376), 9, + ACTIONS(2477), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62924,7 +65253,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, @@ -62958,61 +65287,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10206] = 24, + [11066] = 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, + 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, + sym_variable_name, + ACTIONS(435), 1, + sym_test_operator, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(1311), 1, + sym_file_descriptor, + ACTIONS(2485), 1, + sym_word, + STATE(451), 1, + sym_command_name, + STATE(906), 1, + aux_sym__literal_repeat1, + STATE(915), 1, + aux_sym_command_repeat1, + STATE(1099), 1, + sym_concatenation, + STATE(1363), 1, + sym_variable_assignment, + STATE(2511), 1, + sym_file_redirect, + STATE(2958), 1, + sym_command, + STATE(4170), 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(2951), 2, + sym_subshell, + sym_test_command, + ACTIONS(1307), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1305), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(766), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [11184] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2487), 1, sym_word, - ACTIONS(2461), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, + ACTIONS(2493), 1, sym__special_character, - ACTIONS(2465), 1, + ACTIONS(2495), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(2499), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(2501), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(2503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(2505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(2507), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(2509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2483), 1, + ACTIONS(2513), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2485), 1, + ACTIONS(2515), 1, sym_variable_name, - ACTIONS(2487), 1, + ACTIONS(2517), 1, sym_test_operator, - ACTIONS(2489), 1, + ACTIONS(2519), 1, sym__brace_start, - STATE(1714), 1, + STATE(1704), 1, aux_sym__literal_repeat1, - STATE(4007), 1, + STATE(4219), 1, sym_subscript, - ACTIONS(2459), 2, + ACTIONS(2489), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, + ACTIONS(2497), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2481), 2, + ACTIONS(2511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(529), 3, + STATE(550), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - ACTIONS(1323), 5, + ACTIONS(1431), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1422), 9, + STATE(1498), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63022,7 +65436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1325), 11, + ACTIONS(1433), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -63034,22 +65448,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10306] = 7, + [11284] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2224), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1151), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2523), 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(2358), 9, + ts_builtin_sym_end, + ACTIONS(2521), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -63093,149 +65507,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10372] = 24, - ACTIONS(63), 1, + [11350] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2491), 1, - sym_word, - ACTIONS(2497), 1, - anon_sym_DOLLAR, - ACTIONS(2500), 1, - sym__special_character, - ACTIONS(2503), 1, + ACTIONS(2473), 1, anon_sym_DQUOTE, - ACTIONS(2509), 1, - aux_sym_number_token1, - ACTIONS(2512), 1, - aux_sym_number_token2, - ACTIONS(2515), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2518), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2521), 1, - anon_sym_BQUOTE, - ACTIONS(2524), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2530), 1, + STATE(1232), 1, + sym_string, + ACTIONS(2475), 2, aux_sym__simple_variable_name_token1, - ACTIONS(2533), 1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, sym_variable_name, - ACTIONS(2536), 1, sym_test_operator, - ACTIONS(2539), 1, sym__brace_start, - STATE(1714), 1, - aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2494), 2, + ACTIONS(2471), 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_DOLLAR_LPAREN_LPAREN, - ACTIONS(2506), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2527), 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, + 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, - STATE(1422), 9, - sym_arithmetic_expansion, - sym_brace_expression, + 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, + [11416] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + STATE(1213), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1369), 11, + ACTIONS(2527), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 3, sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2525), 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_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, - [10472] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(417), 1, + anon_sym_AMP, + 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(1017), 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(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, - sym_test_operator, - STATE(532), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1577), 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, + [11482] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + STATE(1213), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1575), 15, + ACTIONS(2527), 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(2525), 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_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, @@ -63243,67 +65668,50 @@ 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, - [10570] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(417), 1, + anon_sym_AMP, + 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(1017), 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(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, - sym_test_operator, - STATE(534), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1505), 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, + [11548] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2473), 1, + anon_sym_DQUOTE, + STATE(1232), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1501), 15, + ACTIONS(2475), 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(2471), 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, anon_sym_LT_LT, @@ -63311,6 +65719,7 @@ 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, @@ -63318,57 +65727,77 @@ 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, - [10668] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(417), 1, + anon_sym_AMP, + 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_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1017), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [11614] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2529), 1, + sym_word, + ACTIONS(2535), 1, + anon_sym_DOLLAR, + ACTIONS(2538), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(2541), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2547), 1, + aux_sym_number_token1, + ACTIONS(2550), 1, + aux_sym_number_token2, + ACTIONS(2553), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2556), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2559), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2562), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2568), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2571), 1, + sym_variable_name, + ACTIONS(2574), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2577), 1, + sym__brace_start, + STATE(1704), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1571), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + STATE(4219), 1, + sym_subscript, + ACTIONS(2532), 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, + ACTIONS(2565), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(550), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + ACTIONS(1359), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1498), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63378,23 +65807,19 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 15, + ACTIONS(1361), 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, - [10766] = 33, + [11714] = 33, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(33), 1, @@ -63403,6 +65828,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, + ACTIONS(121), 1, + sym_variable_name, ACTIONS(409), 1, anon_sym_DOLLAR, ACTIONS(413), 1, @@ -63421,31 +65848,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(1017), 1, + ACTIONS(777), 1, sym__special_character, - ACTIONS(1023), 1, - sym_variable_name, - ACTIONS(1025), 1, + ACTIONS(781), 1, sym_test_operator, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2548), 1, + ACTIONS(2580), 1, sym_word, - STATE(530), 1, + STATE(441), 1, sym_command_name, - STATE(877), 1, + STATE(842), 1, aux_sym_command_repeat1, - STATE(1044), 1, + STATE(906), 1, aux_sym__literal_repeat1, - STATE(1134), 1, + STATE(1099), 1, sym_concatenation, - STATE(1391), 1, + STATE(1363), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2958), 1, sym_command, - STATE(3972), 1, + STATE(4116), 1, sym_subscript, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, @@ -63453,23 +65878,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1019), 2, + ACTIONS(779), 2, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, + STATE(2951), 2, sym_subshell, sym_test_command, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(715), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63479,7 +65904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [10884] = 23, + [11832] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(409), 1, @@ -63492,43 +65917,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1597), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1599), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1601), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1607), 1, sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2250), 1, + sym__special_character, + ACTIONS(2252), 1, sym_test_operator, - STATE(540), 1, + STATE(560), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, + ACTIONS(1611), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2248), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + ACTIONS(2246), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1298), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63538,7 +65963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 15, + ACTIONS(1609), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63554,82 +65979,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10982] = 33, + [11930] = 33, ACTIONS(63), 1, sym_comment, - ACTIONS(262), 1, + ACTIONS(461), 1, + anon_sym_LPAREN, + ACTIONS(483), 1, anon_sym_LBRACK, - ACTIONS(266), 1, + ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(300), 1, - sym_variable_name, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(975), 1, + ACTIONS(709), 1, anon_sym_DOLLAR, - ACTIONS(977), 1, + ACTIONS(711), 1, sym__special_character, - ACTIONS(979), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(999), 1, + ACTIONS(733), 1, + sym_variable_name, + ACTIONS(735), 1, sym_test_operator, - ACTIONS(1001), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2550), 1, + ACTIONS(2582), 1, sym_word, - STATE(546), 1, + STATE(427), 1, sym_command_name, - STATE(897), 1, - aux_sym_command_repeat1, - STATE(1547), 1, + STATE(756), 1, aux_sym__literal_repeat1, - STATE(1749), 1, + STATE(928), 1, sym_concatenation, - STATE(1870), 1, + STATE(934), 1, + aux_sym_command_repeat1, + STATE(1312), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(3199), 1, + STATE(2887), 1, sym_command, - STATE(3974), 1, + STATE(4203), 1, sym_subscript, - ACTIONS(965), 2, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(981), 2, + ACTIONS(715), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(995), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3188), 2, + STATE(2877), 2, sym_subshell, sym_test_command, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(636), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63639,82 +66064,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11100] = 33, - ACTIONS(63), 1, - sym_comment, - ACTIONS(461), 1, + [12048] = 33, + ACTIONS(19), 1, anon_sym_LPAREN, - ACTIONS(483), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(485), 1, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(491), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, + ACTIONS(411), 1, sym__special_character, - 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(515), 1, + ACTIONS(433), 1, sym_variable_name, - ACTIONS(517), 1, + ACTIONS(435), 1, sym_test_operator, - ACTIONS(519), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2552), 1, + ACTIONS(2485), 1, sym_word, - STATE(429), 1, + STATE(457), 1, sym_command_name, - STATE(707), 1, + STATE(869), 1, + aux_sym_command_repeat1, + STATE(906), 1, aux_sym__literal_repeat1, - STATE(830), 1, + STATE(1099), 1, sym_concatenation, - STATE(837), 1, - aux_sym_command_repeat1, - STATE(1104), 1, + STATE(1571), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(2806), 1, + STATE(2958), 1, sym_command, - STATE(4022), 1, + STATE(4170), 1, sym_subscript, - ACTIONS(455), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(497), 2, + ACTIONS(415), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(511), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2764), 2, + STATE(2951), 2, sym_subshell, sym_test_command, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(766), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63724,120 +66149,61 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11218] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - STATE(1215), 1, - sym_string, - ACTIONS(2455), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2453), 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_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, - 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, - [11284] = 24, + [12166] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2487), 1, sym_word, - ACTIONS(2461), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, + ACTIONS(2493), 1, sym__special_character, - ACTIONS(2465), 1, + ACTIONS(2495), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(2499), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(2501), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(2503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(2505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(2507), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(2509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2485), 1, + ACTIONS(2515), 1, sym_variable_name, - ACTIONS(2487), 1, + ACTIONS(2517), 1, sym_test_operator, - ACTIONS(2489), 1, + ACTIONS(2519), 1, sym__brace_start, - ACTIONS(2554), 1, + ACTIONS(2584), 1, aux_sym__simple_variable_name_token1, - STATE(1714), 1, + STATE(1704), 1, aux_sym__literal_repeat1, - STATE(4007), 1, + STATE(4219), 1, sym_subscript, - ACTIONS(2459), 2, + ACTIONS(2489), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, + ACTIONS(2497), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2481), 2, + ACTIONS(2511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(527), 3, + STATE(544), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - ACTIONS(1355), 5, + ACTIONS(1463), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1422), 9, + STATE(1498), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63847,7 +66213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1357), 11, + ACTIONS(1465), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -63859,216 +66225,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [11384] = 7, - ACTIONS(3), 1, + [12266] = 33, + ACTIONS(63), 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, - sym_file_descriptor, - sym_test_operator, - 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), 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, - 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, - [11450] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1907), 1, - anon_sym_DOLLAR, - ACTIONS(1913), 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(1940), 1, - sym__bare_dollar, - ACTIONS(1943), 1, - sym__brace_start, - ACTIONS(2562), 1, - 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, - 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(2559), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2556), 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(1419), 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, - [11548] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, + ACTIONS(298), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(302), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(121), 1, + ACTIONS(336), 1, sym_variable_name, - ACTIONS(409), 1, + ACTIONS(995), 1, + anon_sym_LPAREN, + ACTIONS(999), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(1001), 1, + sym__special_character, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(775), 1, - sym__special_character, - ACTIONS(779), 1, + ACTIONS(1023), 1, sym_test_operator, - ACTIONS(1309), 1, + ACTIONS(1025), 1, + sym__brace_start, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2568), 1, + ACTIONS(2586), 1, sym_word, - STATE(456), 1, + STATE(515), 1, sym_command_name, - STATE(808), 1, + STATE(933), 1, aux_sym_command_repeat1, - STATE(1044), 1, + STATE(1535), 1, aux_sym__literal_repeat1, - STATE(1134), 1, + STATE(1659), 1, sym_concatenation, - STATE(1391), 1, + STATE(1939), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(2768), 1, + STATE(3361), 1, sym_command, - STATE(3939), 1, + STATE(4159), 1, sym_subscript, - ACTIONS(389), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(777), 2, + ACTIONS(1005), 2, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, + ACTIONS(1019), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3355), 2, sym_subshell, sym_test_command, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(1342), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64078,22 +66310,22 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11666] = 7, + [12384] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(792), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2032), 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(2358), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64103,18 +66335,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1137), 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_LPAREN, 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, @@ -64123,7 +66356,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, @@ -64137,92 +66369,66 @@ 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, + [12450] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(413), 1, + ACTIONS(2224), 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, - sym_variable_name, - ACTIONS(435), 1, + STATE(1151), 1, + sym_string, + ACTIONS(2523), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, 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, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3995), 1, - sym_subscript, - ACTIONS(389), 2, + ts_builtin_sym_end, + ACTIONS(2521), 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_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_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, - 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, + 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, + [12516] = 33, ACTIONS(63), 1, sym_comment, ACTIONS(461), 1, @@ -64231,73 +66437,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(709), 1, + ACTIONS(491), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(493), 1, sym__special_character, - ACTIONS(713), 1, + ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(733), 1, + ACTIONS(515), 1, sym_variable_name, - ACTIONS(735), 1, + ACTIONS(517), 1, sym_test_operator, - ACTIONS(737), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2570), 1, + ACTIONS(2588), 1, sym_word, - STATE(431), 1, + STATE(425), 1, sym_command_name, - STATE(829), 1, + STATE(689), 1, aux_sym__literal_repeat1, - STATE(833), 1, - aux_sym_command_repeat1, - STATE(996), 1, + STATE(788), 1, sym_concatenation, - STATE(1275), 1, + STATE(878), 1, + aux_sym_command_repeat1, + STATE(1207), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(2806), 1, + STATE(2887), 1, sym_command, - STATE(3959), 1, + STATE(4156), 1, sym_subscript, - ACTIONS(693), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(715), 2, + ACTIONS(497), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(729), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2764), 2, + STATE(2877), 2, sym_subshell, sym_test_command, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(584), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64307,60 +66513,56 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11968] = 24, - ACTIONS(63), 1, + [12634] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(2058), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(2064), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(2067), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(2070), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(2073), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(2076), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(2079), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(2082), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(2091), 1, + sym__bare_dollar, + ACTIONS(2094), 1, sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, + ACTIONS(2596), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2599), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(550), 1, + STATE(560), 1, aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1672), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(965), 2, + ACTIONS(1512), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2052), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(2085), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, + ACTIONS(2593), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + ACTIONS(2590), 3, sym_raw_string, sym_ansi_c_string, - ACTIONS(1579), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, + sym_word, + STATE(1298), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64370,72 +66572,157 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1581), 11, - sym_file_descriptor, + ACTIONS(1507), 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, - [12067] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(975), 1, + [12732] = 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(979), 1, + ACTIONS(43), 1, + sym__special_character, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(67), 1, + sym_variable_name, + ACTIONS(69), 1, + sym_test_operator, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(2572), 1, + ACTIONS(1311), 1, + sym_file_descriptor, + ACTIONS(2602), 1, sym_word, - ACTIONS(2576), 1, + STATE(439), 1, + sym_command_name, + STATE(936), 1, + aux_sym__literal_repeat1, + STATE(938), 1, + aux_sym_command_repeat1, + STATE(1109), 1, + sym_concatenation, + STATE(1349), 1, + sym_variable_assignment, + STATE(2511), 1, + sym_file_redirect, + STATE(2958), 1, + sym_command, + STATE(4189), 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(2951), 2, + sym_subshell, + sym_test_command, + ACTIONS(1307), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1305), 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, + [12850] = 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(1595), 1, + anon_sym_DQUOTE, + ACTIONS(1597), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1599), 1, + anon_sym_BQUOTE, + ACTIONS(1601), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1607), 1, + sym__bare_dollar, + ACTIONS(2250), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2252), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(549), 1, + STATE(560), 1, aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - STATE(1672), 1, + STATE(1248), 1, sym_concatenation, - ACTIONS(965), 2, + ACTIONS(1557), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1589), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(1603), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, + ACTIONS(2248), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + ACTIONS(2246), 3, 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_word, + STATE(1298), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64445,43 +66732,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1577), 11, - sym_file_descriptor, + ACTIONS(1555), 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, - [12166] = 10, + [12948] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, + ACTIONS(2610), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2594), 1, + ACTIONS(2614), 1, sym_variable_name, - STATE(3963), 1, + STATE(4181), 1, sym_subscript, - ACTIONS(2588), 2, + ACTIONS(2608), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2437), 2, + STATE(2531), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - STATE(2427), 4, + STATE(2520), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 11, + ACTIONS(2606), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -64493,7 +66784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(2584), 24, + ACTIONS(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -64518,47 +66809,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12237] = 14, + [13019] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2614), 1, + sym_variable_name, + STATE(4181), 1, + sym_subscript, + ACTIONS(2612), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(2619), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2531), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2520), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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(2617), 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, + [13088] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, + ACTIONS(2614), 1, sym_variable_name, - ACTIONS(2605), 1, + ACTIONS(2627), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2607), 1, + ACTIONS(2629), 1, anon_sym_LT_LT_LT, - STATE(3963), 1, + STATE(4181), 1, sym_subscript, - ACTIONS(2588), 2, + ACTIONS(2608), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2597), 2, + ACTIONS(2621), 2, anon_sym_SEMI, anon_sym_AMP, - ACTIONS(2599), 2, + ACTIONS(2623), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, + ACTIONS(2625), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2437), 2, + STATE(2531), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2603), 4, + ACTIONS(2420), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, + STATE(2520), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -64583,135 +66934,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12316] = 24, + [13167] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(999), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(2572), 1, + ACTIONS(2382), 1, sym_word, - ACTIONS(2576), 1, + ACTIONS(2388), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2392), 1, sym_test_operator, - ACTIONS(2582), 1, + ACTIONS(2394), 1, sym__bare_dollar, - STATE(550), 1, + STATE(571), 1, aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1599), 1, aux_sym__literal_repeat1, - STATE(1672), 1, + STATE(1707), 1, sym_concatenation, - ACTIONS(965), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(1019), 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(1569), 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(1571), 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, - [12415] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2609), 1, - sym_word, - ACTIONS(2618), 1, - anon_sym_DOLLAR, - ACTIONS(2621), 1, - sym__special_character, - ACTIONS(2624), 1, - anon_sym_DQUOTE, - ACTIONS(2630), 1, - 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, + ACTIONS(2384), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2627), 2, + ACTIONS(2390), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2648), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1419), 5, + ACTIONS(1555), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1294), 9, + STATE(1352), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64721,7 +66997,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1424), 11, + ACTIONS(1557), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -64733,21 +67009,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12514] = 7, + [13266] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(792), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2032), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1135), 4, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64757,9 +67034,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, @@ -64767,8 +67044,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, @@ -64777,7 +67054,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, @@ -64791,22 +67067,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12579] = 7, + [13331] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2262), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1213), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2527), 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__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2525), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64816,9 +67091,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 32, + ACTIONS(1127), 33, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -64826,8 +67101,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, @@ -64836,6 +67111,7 @@ 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, @@ -64849,21 +67125,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12644] = 7, + [13396] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(792), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2032), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1139), 4, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64873,9 +67150,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 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, @@ -64883,8 +67160,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, @@ -64893,7 +67170,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,14 +67183,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12709] = 7, + [13461] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2633), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1441), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2635), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, @@ -64922,7 +67198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2631), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64941,6 +67217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, @@ -64950,7 +67227,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, @@ -64965,29 +67241,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12774] = 9, - ACTIONS(3), 1, + [13526] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(2594), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(2637), 1, + sym_word, + ACTIONS(2646), 1, + anon_sym_DOLLAR, + ACTIONS(2649), 1, + sym__special_character, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2658), 1, + aux_sym_number_token1, + ACTIONS(2661), 1, + aux_sym_number_token2, + ACTIONS(2664), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2667), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2670), 1, + anon_sym_BQUOTE, + ACTIONS(2673), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2679), 1, sym_test_operator, + ACTIONS(2682), 1, + sym__bare_dollar, + ACTIONS(2685), 1, sym__brace_start, - ACTIONS(2662), 2, + STATE(571), 1, + aux_sym_command_repeat2, + STATE(1599), 1, + aux_sym__literal_repeat1, + STATE(1707), 1, + sym_concatenation, + ACTIONS(2640), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2643), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2655), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2676), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1507), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1352), 9, + 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(1512), 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, + [13625] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2614), 1, + sym_variable_name, + ACTIONS(2629), 1, + anon_sym_LT_LT_LT, + ACTIONS(2692), 1, aux_sym_heredoc_redirect_token1, - STATE(2437), 2, + STATE(4181), 1, + sym_subscript, + ACTIONS(2608), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2623), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2625), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2688), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2531), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - STATE(2427), 4, + ACTIONS(2612), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2690), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2520), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2604), 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, @@ -65003,7 +67381,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(2660), 21, + [13704] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + STATE(1213), 1, + sym_string, + ACTIONS(2527), 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(2525), 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, @@ -65011,11 +67414,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, @@ -65023,62 +67423,76 @@ 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, - [12843] = 24, + 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, + [13769] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(999), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(2572), 1, + ACTIONS(2382), 1, sym_word, - ACTIONS(2576), 1, + ACTIONS(2388), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2392), 1, sym_test_operator, - ACTIONS(2582), 1, + ACTIONS(2394), 1, sym__bare_dollar, - STATE(545), 1, + STATE(571), 1, aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1599), 1, aux_sym__literal_repeat1, - STATE(1672), 1, + STATE(1707), 1, sym_concatenation, - ACTIONS(965), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(1019), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, + ACTIONS(2384), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + ACTIONS(2390), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1501), 5, + ACTIONS(1609), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1294), 9, + STATE(1352), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65088,7 +67502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1505), 11, + ACTIONS(1611), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -65100,60 +67514,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12942] = 14, + [13868] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, - sym_variable_name, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(2666), 1, - aux_sym_heredoc_redirect_token1, - STATE(3963), 1, - sym_subscript, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2599), 2, - 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, + ACTIONS(2633), 1, + anon_sym_DQUOTE, + STATE(1441), 1, + sym_string, + ACTIONS(2635), 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(2418), 4, - anon_sym_esac, - 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, + ACTIONS(2631), 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_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_LPAREN, + 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, @@ -65165,29 +67572,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13021] = 9, - ACTIONS(3), 1, + [13933] = 4, + ACTIONS(63), 1, sym_comment, - ACTIONS(2668), 1, + ACTIONS(2402), 1, + ts_builtin_sym_end, + ACTIONS(2398), 21, + sym_file_descriptor, sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(2592), 2, sym_test_operator, sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, + 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(2396), 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, + [13991] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2610), 1, aux_sym_heredoc_redirect_token1, - STATE(2455), 2, + ACTIONS(2696), 1, + sym_variable_name, + STATE(4199), 1, + sym_subscript, + ACTIONS(2694), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2606), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - STATE(2461), 4, + ACTIONS(2612), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2592), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2606), 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(2604), 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, @@ -65203,8 +67686,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(2660), 20, - anon_sym_SEMI, + [14061] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2258), 1, + anon_sym_DOLLAR, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + ACTIONS(2264), 1, + aux_sym_number_token1, + ACTIONS(2266), 1, + aux_sym_number_token2, + ACTIONS(2268), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2270), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2272), 1, + anon_sym_BQUOTE, + ACTIONS(2274), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2282), 1, + sym__brace_start, + ACTIONS(2701), 1, + sym__special_character, + ACTIONS(2703), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2705), 1, + sym_test_operator, + STATE(1337), 1, + aux_sym__literal_repeat1, + ACTIONS(2002), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2276), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(591), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2699), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1497), 9, + 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(2000), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65212,9 +67749,6 @@ 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, @@ -65223,52 +67757,48 @@ 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, - [13089] = 10, + [14153] = 7, 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, + ACTIONS(2707), 1, + anon_sym_LPAREN, + ACTIONS(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2712), 1, + sym__concat, + STATE(589), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 10, + aux_sym_heredoc_redirect_token1, + ACTIONS(1169), 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_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_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, @@ -65284,14 +67814,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13159] = 7, + [14217] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(2633), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1441), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2635), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, @@ -65299,7 +67829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2673), 9, + ACTIONS(2631), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65341,14 +67871,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13223] = 7, + [14281] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(2633), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1441), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2635), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 4, @@ -65356,7 +67886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2673), 9, + ACTIONS(2631), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65398,12 +67928,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13287] = 4, + [14345] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(2420), 1, + ACTIONS(2422), 1, ts_builtin_sym_end, - ACTIONS(2382), 21, + ACTIONS(2398), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -65425,7 +67955,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(2396), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -65452,117 +67982,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [13345] = 21, - 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(2683), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2685), 1, - sym_test_operator, - 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(565), 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(1823), 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, - [13437] = 14, + [14403] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, + ACTIONS(2696), 1, sym_variable_name, - ACTIONS(2691), 1, + ACTIONS(2718), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, + ACTIONS(2720), 1, anon_sym_LT_LT_LT, - STATE(3943), 1, + STATE(4199), 1, sym_subscript, - ACTIONS(2601), 2, + ACTIONS(2625), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, + ACTIONS(2694), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2687), 2, + ACTIONS(2714), 2, anon_sym_SEMI, anon_sym_AMP, - ACTIONS(2689), 2, + ACTIONS(2716), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2455), 2, + STATE(2606), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2603), 3, + ACTIONS(2420), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, + ACTIONS(2612), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2592), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -65587,52 +68046,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13515] = 21, + [14481] = 6, 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(2698), 1, - sym__special_character, - ACTIONS(2701), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2704), 1, - sym_test_operator, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2712), 1, + sym__concat, + STATE(589), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 5, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1169), 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_LPAREN, + 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, + 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, + [14543] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2258), 1, + anon_sym_DOLLAR, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + ACTIONS(2264), 1, + aux_sym_number_token1, + ACTIONS(2266), 1, + aux_sym_number_token2, + ACTIONS(2268), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2270), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2272), 1, + anon_sym_BQUOTE, + ACTIONS(2274), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2282), 1, + sym__brace_start, + ACTIONS(2701), 1, + sym__special_character, + ACTIONS(2705), 1, + sym_test_operator, + ACTIONS(2722), 1, + aux_sym__simple_variable_name_token1, + STATE(1337), 1, + aux_sym__literal_repeat1, + ACTIONS(2099), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2276), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(565), 2, + STATE(578), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2695), 3, + ACTIONS(2699), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(1497), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65642,7 +68157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 15, + ACTIONS(2097), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65658,63 +68173,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [13607] = 3, - ACTIONS(63), 1, + [14635] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(813), 22, - sym_file_descriptor, + ACTIONS(2696), 1, sym_variable_name, + ACTIONS(2720), 1, + anon_sym_LT_LT_LT, + ACTIONS(2726), 1, + aux_sym_heredoc_redirect_token1, + STATE(4199), 1, + sym_subscript, + ACTIONS(2625), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2694), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2716), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2724), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2606), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ACTIONS(2690), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2592), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_RBRACE, - 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(585), 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, - [13663] = 3, + [14713] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(813), 21, + ACTIONS(829), 22, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -65722,6 +68248,7 @@ 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, @@ -65736,7 +68263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(585), 27, + ACTIONS(571), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -65744,7 +68271,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_while, anon_sym_until, - anon_sym_done, anon_sym_if, anon_sym_case, anon_sym_function, @@ -65764,24 +68290,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [13719] = 7, + [14769] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2709), 1, + ACTIONS(2710), 1, aux_sym_concatenation_token1, - ACTIONS(2711), 1, + ACTIONS(2728), 1, sym__concat, - STATE(574), 1, + STATE(594), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1155), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, + ACTIONS(1153), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -65791,6 +68315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -65821,55 +68346,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13783] = 14, + [14831] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, - sym_variable_name, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - STATE(3943), 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, + ACTIONS(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2730), 1, + sym__concat, + STATE(594), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - 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(1181), 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_LPAREN, + 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, @@ -65885,106 +68402,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13861] = 4, - ACTIONS(63), 1, + [14893] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(2386), 1, - ts_builtin_sym_end, - ACTIONS(2382), 21, + ACTIONS(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2712), 1, + sym__concat, + STATE(588), 1, + aux_sym_concatenation_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(189), 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_LBRACE, - anon_sym_LBRACK_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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, 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, - [13919] = 21, + [14955] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2341), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2347), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2350), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2353), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2356), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2362), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2365), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(2377), 1, sym__brace_start, - ACTIONS(2681), 1, + ACTIONS(2735), 1, sym__special_character, - ACTIONS(2685), 1, - sym_test_operator, - ACTIONS(2717), 1, + ACTIONS(2738), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + ACTIONS(2741), 1, + sym_test_operator, + STATE(1337), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + ACTIONS(1897), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2338), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2368), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(563), 2, + STATE(591), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2679), 3, + ACTIONS(2732), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(1497), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65994,49 +68513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - 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] = 7, - 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, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - 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, - anon_sym_LPAREN_LPAREN, + ACTIONS(1895), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66051,93 +68528,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_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, - [14074] = 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), 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, - 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_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [14137] = 6, + [15047] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2710), 1, aux_sym_concatenation_token1, - ACTIONS(2723), 1, + ACTIONS(2712), 1, sym__concat, - STATE(605), 1, + STATE(588), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 39, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -66147,6 +68554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -66177,33 +68585,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14198] = 7, + [15109] = 9, 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(1135), 4, - sym_file_descriptor, + ACTIONS(2696), 1, sym_variable_name, + STATE(4199), 1, + sym_subscript, + ACTIONS(2612), 2, sym_test_operator, 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), 30, + ACTIONS(2619), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2606), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2592), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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(2617), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66211,6 +68632,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, @@ -66218,37 +68642,24 @@ 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, - 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, - [14261] = 6, + anon_sym_AMP, + [15177] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2744), 1, aux_sym_concatenation_token1, - ACTIONS(2725), 1, + ACTIONS(2747), 1, sym__concat, - STATE(605), 1, + STATE(594), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1161), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 39, + ACTIONS(1159), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -66258,6 +68669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -66288,88 +68700,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14322] = 10, - ACTIONS(3), 1, + [15239] = 3, + ACTIONS(63), 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(829), 21, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 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(2584), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_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_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(571), 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, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, sym_word, - [14391] = 9, + [15295] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 1, + ACTIONS(2750), 1, sym_variable_name, - STATE(3964), 1, + STATE(4196), 1, sym_subscript, - ACTIONS(2592), 2, + ACTIONS(2612), 2, sym_test_operator, sym__brace_start, - STATE(2636), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2662), 3, + ACTIONS(2619), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, + STATE(2697), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2702), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2604), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -66386,7 +68791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(2660), 18, + ACTIONS(2617), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -66394,6 +68799,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, @@ -66405,54 +68811,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [14458] = 14, + [15362] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_RPAREN, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(2740), 1, - sym_variable_name, - STATE(3993), 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, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2620), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2712), 1, + sym__concat, + STATE(641), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2755), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2713), 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(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(2753), 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, @@ -66468,42 +68866,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14535] = 7, - ACTIONS(3), 1, + [15423] = 3, + ACTIONS(63), 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(2398), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2743), 9, - anon_sym_DASH, - anon_sym_STAR, + 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(2396), 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_QMARK, + 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, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 30, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [15478] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1250), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 41, 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_LPAREN, + 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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -66511,8 +68953,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, @@ -66524,42 +68970,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14598] = 7, + [15533] = 3, 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, + ACTIONS(1202), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(1200), 41, 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_LPAREN, + 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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -66567,8 +69005,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, @@ -66580,12 +69022,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14661] = 4, + [15588] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(2386), 1, + ACTIONS(2422), 1, anon_sym_BQUOTE, - ACTIONS(2382), 20, + ACTIONS(2398), 20, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -66606,7 +69048,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(2396), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -66633,55 +69075,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [14718] = 14, + [15645] = 3, 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(2740), 1, - sym_variable_name, - STATE(3993), 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, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2620), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1214), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - 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(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 41, 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_LPAREN, + 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, @@ -66696,56 +69127,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14795] = 22, + [15700] = 22, ACTIONS(63), 1, sym_comment, - ACTIONS(2749), 1, + ACTIONS(2757), 1, sym_word, - ACTIONS(2755), 1, + ACTIONS(2761), 1, anon_sym_DOLLAR, - ACTIONS(2758), 1, + ACTIONS(2763), 1, sym__special_character, - ACTIONS(2761), 1, + ACTIONS(2765), 1, anon_sym_DQUOTE, - ACTIONS(2767), 1, + ACTIONS(2769), 1, aux_sym_number_token1, - ACTIONS(2770), 1, + ACTIONS(2771), 1, aux_sym_number_token2, ACTIONS(2773), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2775), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2779), 1, + ACTIONS(2777), 1, anon_sym_BQUOTE, - ACTIONS(2782), 1, + ACTIONS(2779), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2788), 1, + ACTIONS(2783), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2791), 1, + ACTIONS(2785), 1, sym_test_operator, - ACTIONS(2794), 1, + ACTIONS(2787), 1, sym__brace_start, - STATE(1808), 1, + STATE(1842), 1, aux_sym__literal_repeat1, - ACTIONS(2752), 2, + ACTIONS(2759), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2764), 2, + ACTIONS(2767), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2785), 2, + ACTIONS(2781), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(584), 2, + STATE(626), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1952), 5, + ACTIONS(2000), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1559), 9, + STATE(1686), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -66755,7 +69186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1954), 11, + ACTIONS(2002), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -66767,24 +69198,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [14888] = 7, + [15793] = 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(1206), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(1204), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -66794,6 +69218,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -66809,6 +69235,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,46 +69250,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14951] = 6, + [15848] = 14, 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(1156), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(2422), 1, + ts_builtin_sym_end, + ACTIONS(2797), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + ACTIONS(2799), 1, + anon_sym_LT_LT_LT, + ACTIONS(2801), 1, + sym_variable_name, + STATE(4158), 1, + sym_subscript, + ACTIONS(2791), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(2793), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2795), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2698), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2789), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2607), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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, @@ -66878,22 +69313,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15012] = 6, + [15925] = 3, 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(2805), 5, + ACTIONS(1254), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 39, + ACTIONS(1252), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -66903,6 +69333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -66919,6 +69350,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, @@ -66933,22 +69365,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15073] = 6, + [15980] = 3, 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(1214), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 39, + ACTIONS(1212), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -66958,6 +69385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -66974,6 +69402,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, @@ -66988,122 +69417,14 @@ 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, - 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), 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, - 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_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [15252] = 7, + [16035] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1649), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2808), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 4, @@ -67111,7 +69432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(2804), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67131,13 +69452,13 @@ 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, 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, @@ -67152,50 +69473,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15315] = 10, + [16098] = 6, 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(2810), 1, + aux_sym_concatenation_token1, + ACTIONS(2812), 1, + sym__concat, + STATE(618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, sym_file_descriptor, 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(1153), 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_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_LPAREN, + 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, @@ -67211,29 +69528,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15384] = 9, + [16159] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2740), 1, + ACTIONS(2799), 1, + anon_sym_LT_LT_LT, + ACTIONS(2801), 1, sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, + ACTIONS(2814), 1, + ts_builtin_sym_end, + ACTIONS(2818), 1, aux_sym_heredoc_redirect_token1, - STATE(2620), 2, + STATE(4158), 1, + sym_subscript, + ACTIONS(2791), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2795), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2698), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - STATE(2619), 4, + ACTIONS(2612), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2816), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2607), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2604), 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, @@ -67249,98 +69591,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - 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_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, - [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, - 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, + [16236] = 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(2819), 5, + ACTIONS(1262), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 39, + ACTIONS(1260), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67350,6 +69611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -67366,6 +69628,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, @@ -67380,46 +69643,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15575] = 6, + [16291] = 14, 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(2690), 1, + anon_sym_RPAREN, + ACTIONS(2726), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2750), 1, + sym_variable_name, + ACTIONS(2824), 1, + anon_sym_LT_LT_LT, + STATE(4196), 1, + sym_subscript, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2820), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2822), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2697), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 39, - anon_sym_LPAREN_LPAREN, + ACTIONS(2724), 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(2702), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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, @@ -67435,131 +69706,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15636] = 4, - ACTIONS(63), 1, + [16368] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, - anon_sym_BQUOTE, - ACTIONS(2382), 20, + ACTIONS(1226), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1224), 41, 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_LBRACE, - anon_sym_LBRACK_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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, 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, + [16423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(1135), 2, + ACTIONS(1266), 6, + sym_file_descriptor, 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, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1264), 41, + 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_LPAREN, + 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, - [15756] = 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, + [16478] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2810), 1, aux_sym_concatenation_token1, - ACTIONS(2711), 1, + ACTIONS(2826), 1, sym__concat, - STATE(576), 1, + STATE(618), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1183), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 39, + ACTIONS(1181), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67569,7 +69835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -67599,126 +69865,204 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15817] = 22, - ACTIONS(63), 1, + [16539] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 1, - sym_word, - ACTIONS(2829), 1, + ACTIONS(1258), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1256), 41, + 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_LPAREN, + 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, - ACTIONS(2831), 1, sym__special_character, - ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + sym_raw_string, + sym_ansi_c_string, 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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [16594] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2402), 1, + anon_sym_BQUOTE, + ACTIONS(2398), 20, + sym_file_descriptor, + sym_variable_name, 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_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(2835), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(2849), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + ACTIONS(2396), 26, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, + 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, - 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, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [16651] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2828), 1, + aux_sym_concatenation_token1, + ACTIONS(2831), 1, + sym__concat, + STATE(618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 5, sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1159), 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_LPAREN, + 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, + 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, + [16712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, - ts_builtin_sym_end, - ACTIONS(2729), 1, - sym_variable_name, - ACTIONS(2861), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - STATE(3964), 1, - sym_subscript, - 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, - STATE(2636), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1270), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2857), 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(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 41, 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_LPAREN, + 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, @@ -67733,22 +70077,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15987] = 7, + [16767] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2836), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1600), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(1139), 2, + sym__concat, + sym_test_operator, + ACTIONS(2838), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2834), 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, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [16830] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2836), 1, + anon_sym_DQUOTE, + STATE(1600), 1, + sym_string, + ACTIONS(1135), 2, + sym__concat, sym_test_operator, - sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(2838), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2834), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67758,76 +70156,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 30, - anon_sym_LPAREN_LPAREN, + 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_PIPE_AMP, - anon_sym_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_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [16893] = 22, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2757), 1, + sym_word, + ACTIONS(2761), 1, + anon_sym_DOLLAR, + ACTIONS(2763), 1, sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2765), 1, + anon_sym_DQUOTE, + ACTIONS(2769), 1, aux_sym_number_token1, + ACTIONS(2771), 1, aux_sym_number_token2, + ACTIONS(2773), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2775), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2777), 1, anon_sym_BQUOTE, + ACTIONS(2779), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2785), 1, + sym_test_operator, + ACTIONS(2787), 1, + sym__brace_start, + ACTIONS(2840), 1, + aux_sym__simple_variable_name_token1, + STATE(1842), 1, + aux_sym__literal_repeat1, + ACTIONS(2759), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2767), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2781), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [16050] = 14, + STATE(603), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2097), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1686), 9, + 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(2099), 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, + [16986] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 1, + ACTIONS(2420), 1, + anon_sym_RPAREN, + ACTIONS(2718), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2750), 1, sym_variable_name, - ACTIONS(2863), 1, + ACTIONS(2824), 1, anon_sym_LT_LT_LT, - ACTIONS(2865), 1, - ts_builtin_sym_end, - ACTIONS(2869), 1, - aux_sym_heredoc_redirect_token1, - STATE(3964), 1, + STATE(4196), 1, sym_subscript, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2734), 2, + ACTIONS(2793), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2859), 2, + ACTIONS(2820), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2636), 2, + ACTIONS(2822), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2697), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2867), 3, + ACTIONS(2714), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2623), 4, + STATE(2702), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -67852,22 +70323,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16127] = 6, + [17063] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2810), 1, aux_sym_concatenation_token1, - ACTIONS(2711), 1, + ACTIONS(2842), 1, sym__concat, - STATE(576), 1, + STATE(609), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + ACTIONS(1190), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67877,7 +70348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -67907,111 +70378,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16188] = 6, + [17124] = 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, - sym_file_descriptor, + ACTIONS(204), 1, + anon_sym_DQUOTE, + ACTIONS(1135), 1, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(1582), 1, + sym_string, + ACTIONS(2846), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2844), 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_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_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, - 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, - [16249] = 22, + anon_sym_CARET, + [17187] = 22, ACTIONS(63), 1, sym_comment, - ACTIONS(2825), 1, + ACTIONS(2848), 1, sym_word, - ACTIONS(2829), 1, + ACTIONS(2854), 1, anon_sym_DOLLAR, - ACTIONS(2831), 1, + ACTIONS(2857), 1, sym__special_character, - ACTIONS(2833), 1, + ACTIONS(2860), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(2866), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(2869), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(2875), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(2878), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(2881), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2853), 1, + ACTIONS(2887), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2890), 1, sym_test_operator, - ACTIONS(2855), 1, + ACTIONS(2893), 1, sym__brace_start, - ACTIONS(2877), 1, - aux_sym__simple_variable_name_token1, - STATE(1808), 1, + STATE(1842), 1, aux_sym__literal_repeat1, - ACTIONS(2827), 2, + ACTIONS(2851), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2835), 2, + ACTIONS(2863), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2849), 2, + ACTIONS(2884), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(600), 2, + STATE(626), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1853), 5, + ACTIONS(1895), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1559), 9, + STATE(1686), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -68021,7 +70493,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1855), 11, + ACTIONS(1897), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -68033,46 +70505,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [16342] = 9, + [17280] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + STATE(1067), 1, + sym_string, + ACTIONS(2479), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(2592), 2, sym_test_operator, sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2703), 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, + ACTIONS(2477), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, 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_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, @@ -68080,7 +70539,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, @@ -68088,27 +70546,48 @@ 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, - [16408] = 6, + 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, + [17343] = 7, 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, + ACTIONS(1801), 1, + anon_sym_DQUOTE, + STATE(1067), 1, + sym_string, + ACTIONS(2479), 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, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, + ACTIONS(2477), 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, @@ -68116,23 +70595,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, @@ -68144,22 +70617,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16468] = 6, + [17406] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(2710), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(2712), 1, sym__concat, - STATE(608), 1, + STATE(640), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(2898), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 38, + ACTIONS(2896), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68169,6 +70642,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, @@ -68198,22 +70672,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16528] = 7, + [17467] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2473), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(1232), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(2475), 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__brace_start, - ACTIONS(2884), 9, + ACTIONS(2471), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68223,7 +70697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 29, + ACTIONS(1137), 30, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -68239,6 +70713,7 @@ 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, @@ -68253,19 +70728,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16590] = 7, + [17530] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(2473), 1, anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1382), 1, + STATE(1232), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2475), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(1135), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2471), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68275,55 +70753,48 @@ static const uint16_t ts_small_parse_table[] = { 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, + ACTIONS(1127), 30, + 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_RPAREN, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [16652] = 6, + anon_sym_PIPE_AMP, + anon_sym_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, + 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, + [17593] = 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(2809), 5, + ACTIONS(1222), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 38, + ACTIONS(1220), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68333,6 +70804,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -68348,6 +70821,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, @@ -68362,22 +70836,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16712] = 6, + [17648] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(2710), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(2712), 1, sym__concat, - STATE(608), 1, + STATE(641), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(2902), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 38, + ACTIONS(2900), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68387,6 +70861,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, @@ -68416,17 +70891,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16772] = 3, + [17709] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(2810), 1, + aux_sym_concatenation_token1, + ACTIONS(2842), 1, sym__concat, + ACTIONS(2904), 1, + anon_sym_LPAREN, + STATE(615), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 40, + ACTIONS(1169), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68436,7 +70918,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, @@ -68452,7 +70933,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, @@ -68467,17 +70947,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16826] = 3, + [17772] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(2801), 1, + sym_variable_name, + STATE(4158), 1, + sym_subscript, + ACTIONS(2612), 2, + sym_test_operator, + sym__brace_start, + STATE(2698), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2619), 3, sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(2607), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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(2617), 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, + [17839] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2810), 1, + aux_sym_concatenation_token1, + ACTIONS(2842), 1, sym__concat, + STATE(615), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 40, + ACTIONS(1169), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68487,7 +71030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -68503,7 +71046,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, @@ -68518,17 +71060,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16880] = 3, + [17900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1218), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 40, + ACTIONS(1216), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68538,6 +71080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -68569,17 +71112,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16934] = 3, + [17955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1210), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, + ACTIONS(1208), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68589,6 +71132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -68620,72 +71164,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16988] = 7, + [18010] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(2801), 1, + sym_variable_name, + STATE(4158), 1, + sym_subscript, + ACTIONS(2610), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2795), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2698), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, + 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(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, + STATE(2607), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 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(2604), 24, + anon_sym_LPAREN_LPAREN, 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_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [17050] = 3, + 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, + [18079] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2907), 1, sym__concat, + STATE(594), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 40, + ACTIONS(1153), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68711,7 +71264,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 +71278,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17104] = 3, + [18140] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2909), 1, sym__concat, + STATE(594), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 40, + ACTIONS(1181), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68762,7 +71319,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 +71333,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17158] = 6, + [18201] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(2710), 1, aux_sym_concatenation_token1, - ACTIONS(2894), 1, + ACTIONS(2712), 1, sym__concat, - STATE(634), 1, + STATE(640), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(1190), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68802,6 +71358,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, @@ -68831,52 +71388,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17218] = 13, + [18262] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2902), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - 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(2710), 1, + aux_sym_concatenation_token1, + ACTIONS(2712), 1, + sym__concat, + STATE(640), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2913), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2896), 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(2911), 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, @@ -68892,17 +71443,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17292] = 3, + [18323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1246), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 40, + ACTIONS(1244), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68912,6 +71463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -68943,74 +71495,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17346] = 7, + [18378] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_test_operator, - ACTIONS(2813), 1, + ACTIONS(204), 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, - 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, - [17408] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, + ACTIONS(1139), 1, sym_test_operator, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, + STATE(1582), 1, sym_string, - ACTIONS(2815), 2, + ACTIONS(2846), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, + ACTIONS(2844), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69020,7 +71517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 32, + ACTIONS(1137), 33, + anon_sym_RPAREN_RPAREN, anon_sym_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -69048,50 +71546,46 @@ 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, - [17470] = 14, + [18441] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, - anon_sym_BQUOTE, - ACTIONS(2912), 1, + ACTIONS(2610), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2916), 1, + ACTIONS(2750), 1, sym_variable_name, - STATE(4016), 1, + STATE(4196), 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, + ACTIONS(2822), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2561), 2, + STATE(2697), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2906), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, + STATE(2702), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 23, + ACTIONS(2606), 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(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -69111,33 +71605,51 @@ 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, + [18510] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2916), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(2810), 1, + aux_sym_concatenation_token1, + ACTIONS(2842), 1, + sym__concat, + STATE(609), 1, + aux_sym_concatenation_repeat1, + ACTIONS(220), 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(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(189), 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_LPAREN, + 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, @@ -69148,21 +71660,39 @@ 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, + [18571] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1232), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1230), 41, + 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_LPAREN, + 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 +71701,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, + 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, + [18626] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + STATE(1649), 1, + sym_string, + ACTIONS(2808), 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(2804), 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, + 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, + [18689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1242), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, + ACTIONS(1240), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69192,6 +71793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -69223,17 +71825,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17666] = 3, + [18744] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1236), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 40, + ACTIONS(1234), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69243,6 +71845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -69274,17 +71877,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17720] = 3, + [18799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1161), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 40, + ACTIONS(1159), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69294,6 +71897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -69325,43 +71929,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17774] = 13, + [18854] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, + ACTIONS(2915), 1, sym_variable_name, - ACTIONS(2904), 1, + STATE(4130), 1, + sym_subscript, + ACTIONS(2612), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(2619), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2731), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2729), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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(2617), 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, - ACTIONS(2921), 1, + anon_sym_AMP, + anon_sym_BQUOTE, + [18920] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2420), 1, + anon_sym_BQUOTE, + ACTIONS(2915), 1, + sym_variable_name, + ACTIONS(2924), 1, aux_sym_heredoc_redirect_token1, - STATE(4001), 1, + ACTIONS(2926), 1, + anon_sym_LT_LT_LT, + STATE(4130), 1, sym_subscript, - ACTIONS(2734), 2, + ACTIONS(2793), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + ACTIONS(2920), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, + ACTIONS(2922), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2697), 2, + STATE(2731), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2919), 3, + ACTIONS(2918), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2703), 4, + STATE(2729), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2604), 23, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -69381,36 +72044,90 @@ 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, - [17848] = 10, + [18996] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(250), 1, + anon_sym_DQUOTE, + ACTIONS(1135), 1, + sym_test_operator, + STATE(1460), 1, + sym_string, + ACTIONS(2930), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2928), 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_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [19058] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, + ACTIONS(2610), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2916), 1, + ACTIONS(2934), 1, sym_variable_name, - STATE(4016), 1, + STATE(4211), 1, sym_subscript, - ACTIONS(2910), 2, + ACTIONS(2932), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2561), 2, + STATE(2847), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - STATE(2562), 4, + STATE(2850), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 8, + ACTIONS(2606), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -69419,7 +72136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(2584), 24, + ACTIONS(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -69444,17 +72161,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17916] = 3, + [19126] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1135), 1, + sym_test_operator, + ACTIONS(2836), 1, + anon_sym_DQUOTE, + STATE(1600), 1, + sym_string, + ACTIONS(2838), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2834), 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, + [19188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1270), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 40, + ACTIONS(1268), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69464,7 +72236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -69495,22 +72267,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17970] = 6, + [19242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 1, - aux_sym_concatenation_token1, - ACTIONS(2926), 1, - sym__concat, - STATE(634), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1226), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1224), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69520,6 +72287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -69535,6 +72303,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, @@ -69549,22 +72318,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18030] = 6, + [19296] = 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(2805), 5, + ACTIONS(1139), 1, + sym_test_operator, + ACTIONS(2836), 1, + anon_sym_DQUOTE, + STATE(1600), 1, + sym_string, + ACTIONS(2838), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2834), 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, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [19358] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1202), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 38, + ACTIONS(1200), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69574,6 +72393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -69589,6 +72409,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, @@ -69603,14 +72424,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18090] = 7, + [19412] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2939), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(1791), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(2941), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, @@ -69618,7 +72439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2884), 9, + ACTIONS(2937), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69658,17 +72479,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18152] = 3, + [19474] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(2810), 1, + aux_sym_concatenation_token1, + ACTIONS(2842), 1, sym__concat, + STATE(667), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2755), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 40, + ACTIONS(2753), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69678,7 +72504,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, @@ -69694,7 +72519,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, @@ -69709,36 +72533,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18206] = 6, + [19534] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(2931), 1, + ACTIONS(2945), 1, sym__concat, - STATE(640), 1, + STATE(728), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1183), 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(1177), 38, + ACTIONS(1181), 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_LPAREN, 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,45 +72586,41 @@ 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, + [19594] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 1, + ACTIONS(2610), 1, aux_sym_heredoc_redirect_token1, - STATE(4001), 1, + ACTIONS(2915), 1, + sym_variable_name, + STATE(4130), 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(2922), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2697), 2, + STATE(2731), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2933), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, + STATE(2729), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2606), 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(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -69824,36 +72645,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18340] = 6, + [19662] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2937), 1, + ACTIONS(2810), 1, aux_sym_concatenation_token1, - ACTIONS(2940), 1, + ACTIONS(2842), 1, sym__concat, - STATE(640), 1, + STATE(668), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1192), 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(1190), 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, @@ -69876,35 +72698,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, - [18400] = 7, + [19722] = 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(1135), 4, + ACTIONS(2810), 1, + aux_sym_concatenation_token1, + ACTIONS(2947), 1, + sym__concat, + STATE(618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, 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(1127), 29, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 38, 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 +72725,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,63 +72737,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, - [18462] = 7, - 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, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - 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, - 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, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -69988,24 +72753,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18524] = 7, + [19782] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1154), 1, - anon_sym_LPAREN, - ACTIONS(2949), 1, + ACTIONS(2810), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2949), 1, sym__concat, - STATE(717), 1, + STATE(618), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1155), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + ACTIONS(1153), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70015,9 +72778,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, @@ -70043,17 +72807,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18586] = 3, + [19842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1232), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 40, + ACTIONS(1230), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70063,7 +72827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -70094,17 +72858,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18640] = 3, + [19896] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(250), 1, + anon_sym_DQUOTE, + ACTIONS(1135), 1, + sym_test_operator, + STATE(1460), 1, + sym_string, + ACTIONS(2930), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2928), 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_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [19958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1242), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 40, + ACTIONS(1240), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70114,7 +72933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -70145,28 +72964,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18694] = 7, + [20012] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2953), 1, - anon_sym_LPAREN, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(743), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 6, - sym_file_descriptor, + ACTIONS(2934), 1, + sym_variable_name, + STATE(4211), 1, + sym_subscript, + ACTIONS(2612), 2, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, + ACTIONS(2619), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + STATE(2847), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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(2617), 18, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70176,7 +73013,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, @@ -70185,37 +73021,72 @@ 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, + [20078] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(250), 1, 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, - [18756] = 6, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1460), 1, + sym_string, + ACTIONS(2930), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2928), 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_RPAREN, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [20140] = 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(1250), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + ACTIONS(1248), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70225,6 +73096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -70240,6 +73112,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, @@ -70254,49 +73127,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18816] = 10, + [20194] = 6, 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(2951), 1, + aux_sym_concatenation_token1, + ACTIONS(2953), 1, + sym__concat, + STATE(712), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, 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(1153), 38, + anon_sym_LPAREN_LPAREN, 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(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_AMP_GT, anon_sym_AMP_GT_GT, 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, @@ -70311,21 +73179,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, - [18884] = 3, + [20254] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(2951), 1, + aux_sym_concatenation_token1, + ACTIONS(2955), 1, sym__concat, + STATE(712), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 40, + ACTIONS(1181), 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 +73211,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 +73220,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 +73233,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, + [20314] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(2957), 1, sym__concat, - STATE(608), 1, + STATE(700), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(220), 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(189), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70388,10 +73261,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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,160 +73289,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18998] = 7, + [20374] = 13, 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, + ACTIONS(2934), 1, + sym_variable_name, + ACTIONS(2963), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + STATE(4211), 1, + sym_subscript, + ACTIONS(2793), 2, 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_LT_LT_DASH, + ACTIONS(2932), 2, anon_sym_PIPE, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [19060] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 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(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_PIPE_AMP, + ACTIONS(2961), 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_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_COLON, - [19122] = 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, + STATE(2847), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, 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), 30, + ACTIONS(2959), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 24, 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, - aux_sym_heredoc_redirect_token1, - 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, @@ -70582,36 +73350,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19184] = 6, + [20448] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2959), 1, - sym__concat, - STATE(640), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2967), 1, + sym__special_character, + STATE(679), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 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(1274), 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_LPAREN, 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, @@ -70622,7 +73391,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, @@ -70634,19 +73402,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, - [19244] = 3, + [20506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1222), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 40, + ACTIONS(1220), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70656,7 +73423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -70687,20 +73454,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19298] = 3, + [20560] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(2951), 1, + aux_sym_concatenation_token1, + ACTIONS(2974), 1, sym__concat, + STATE(676), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2972), 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(2970), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70713,7 +73484,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, @@ -70723,7 +73493,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,37 +73506,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, - [19352] = 6, + [20620] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2976), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(2979), 1, sym__concat, - STATE(654), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1161), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 38, + ACTIONS(1159), 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_LPAREN, + 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, @@ -70790,21 +73561,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, - [19412] = 7, + [20680] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(250), 1, anon_sym_DQUOTE, ACTIONS(1135), 1, sym_test_operator, - STATE(1382), 1, + STATE(1460), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2930), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(2928), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -70847,22 +73617,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_COLON, - [19474] = 6, + [20742] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2951), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(2974), 1, sym__concat, - STATE(654), 1, + STATE(675), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(2984), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 38, + ACTIONS(2982), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -70901,36 +73671,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [19534] = 6, + [20802] = 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(1218), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 38, + ACTIONS(1216), 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_LPAREN, 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, @@ -70940,6 +73707,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, @@ -70953,38 +73721,38 @@ 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, - [19594] = 6, + [20856] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2810), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(2842), 1, sym__concat, - STATE(638), 1, + STATE(668), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(2898), 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(2896), 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, @@ -71007,19 +73775,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, - [19654] = 3, + [20916] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + STATE(702), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 40, + ACTIONS(1190), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71029,11 +73801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, + 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, @@ -71045,7 +73816,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, @@ -71060,91 +73830,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19708] = 7, + [20976] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, + ACTIONS(2810), 1, + aux_sym_concatenation_token1, + ACTIONS(2842), 1, + sym__concat, + STATE(667), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2902), 5, + sym_file_descriptor, 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, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2900), 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_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, - [19770] = 6, + 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, + [21036] = 5, 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(1169), 5, + ACTIONS(2990), 1, + sym__special_character, + STATE(679), 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(1167), 38, + ACTIONS(189), 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_LPAREN, 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, @@ -71155,7 +73925,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, @@ -71167,21 +73936,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, - [19830] = 7, + [21094] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(250), 1, anon_sym_DQUOTE, ACTIONS(1139), 1, sym_test_operator, - STATE(1444), 1, + STATE(1460), 1, sym_string, - ACTIONS(2721), 2, + ACTIONS(2930), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(2928), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -71192,7 +73960,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0, anon_sym__, ACTIONS(1137), 32, - anon_sym_RPAREN_RPAREN, anon_sym_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -71221,53 +73988,50 @@ 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, - [19892] = 7, + [21156] = 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(1161), 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(1159), 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_LPAREN, 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,98 +74043,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19954] = 7, + [21210] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(1236), 6, + sym_file_descriptor, + sym__concat, 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, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1234), 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_LPAREN, anon_sym_PIPE, - anon_sym_RBRACK_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, - [20016] = 13, + 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, + [21264] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, + ACTIONS(2934), 1, sym_variable_name, - ACTIONS(2904), 1, + ACTIONS(2965), 1, anon_sym_LT_LT_LT, - ACTIONS(2981), 1, + ACTIONS(2994), 1, aux_sym_heredoc_redirect_token1, - STATE(4001), 1, + STATE(4211), 1, sym_subscript, - ACTIONS(2734), 2, + ACTIONS(2793), 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(2932), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2697), 2, + ACTIONS(2961), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(2847), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2979), 3, + ACTIONS(2992), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2703), 4, + STATE(2850), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2604), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -71395,20 +74155,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20090] = 3, + [21338] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(2951), 1, + aux_sym_concatenation_token1, + ACTIONS(2974), 1, sym__concat, + STATE(675), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 40, + ACTIONS(2996), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -71421,7 +74185,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, @@ -71431,7 +74194,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, @@ -71445,38 +74207,38 @@ 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, - [20144] = 6, + [21398] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(2951), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(2974), 1, sym__concat, - STATE(621), 1, + STATE(676), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3002), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(3000), 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, @@ -71499,94 +74261,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, - [20204] = 14, - 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, - sym_file_descriptor, - sym_test_operator, - 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, - 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_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [20280] = 3, + [21458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1258), 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(1256), 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_LPAREN, 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, @@ -71610,43 +74313,56 @@ 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, + [21512] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(2690), 1, + anon_sym_BQUOTE, + ACTIONS(2915), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(2926), 1, + anon_sym_LT_LT_LT, + ACTIONS(3006), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(4130), 1, + sym_subscript, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2920), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(2922), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2731), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3004), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2729), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 23, + 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, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71656,40 +74372,98 @@ 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, - aux_sym__simple_variable_name_token1, sym_word, - [20386] = 6, + [21588] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, - aux_sym_concatenation_token1, - ACTIONS(2989), 1, - sym__concat, - STATE(684), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(250), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1460), 1, + sym_string, + ACTIONS(2930), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2928), 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, + [21650] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2262), 1, + anon_sym_DQUOTE, + STATE(1213), 1, + sym_string, + ACTIONS(2527), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(2525), 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_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, @@ -71697,12 +74471,10 @@ 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, @@ -71713,37 +74485,38 @@ 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, + [21712] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(2993), 1, + ACTIONS(3008), 1, sym__concat, - STATE(731), 1, + STATE(728), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1155), 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(2971), 37, + ACTIONS(1153), 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_LPAREN, 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, @@ -71766,38 +74539,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, - [20504] = 6, + [21772] = 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(2997), 5, + ACTIONS(1210), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 37, + ACTIONS(1208), 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_LPAREN, 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, @@ -71807,6 +74576,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, @@ -71821,36 +74591,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20563] = 6, + [21826] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3010), 1, sym__concat, - STATE(735), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1155), 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(1153), 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_LPAREN, + 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, @@ -71874,21 +74645,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20622] = 7, + [21886] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 1, + ACTIONS(2262), 1, anon_sym_DQUOTE, - STATE(1637), 1, + STATE(1213), 1, sym_string, - ACTIONS(3011), 2, + ACTIONS(2527), 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(3007), 9, + ACTIONS(2525), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -71898,7 +74669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 29, + ACTIONS(1137), 30, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -71914,6 +74685,7 @@ 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, @@ -71928,17 +74700,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20683] = 3, + [21948] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1246), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(1244), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71948,6 +74720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -71978,40 +74751,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20736] = 7, + [22002] = 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(1206), 6, sym_file_descriptor, + sym__concat, 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(1127), 29, + aux_sym_heredoc_redirect_token1, + ACTIONS(1204), 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_LPAREN, 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, @@ -72019,8 +74785,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, @@ -72032,35 +74802,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20797] = 6, + [22056] = 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(1214), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 38, + ACTIONS(1212), 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_LPAREN, 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 +74838,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,45 +74852,53 @@ 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, + [22110] = 13, 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(2934), 1, + sym_variable_name, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + ACTIONS(3014), 1, + aux_sym_heredoc_redirect_token1, + STATE(4211), 1, + sym_subscript, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2932), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2961), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(2847), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 38, - anon_sym_LPAREN_LPAREN, + ACTIONS(3012), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -72136,37 +74913,38 @@ 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, + [22184] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(2993), 1, + ACTIONS(2988), 1, sym__concat, - STATE(708), 1, + STATE(702), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(220), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 37, + ACTIONS(189), 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_LPAREN, + 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, @@ -72189,37 +74967,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, - [20974] = 6, + [22244] = 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(1262), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1260), 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_LPAREN, 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 +75004,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,33 +75018,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, - [21033] = 3, + [22298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1266), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(1264), 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_LPAREN, 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, @@ -72292,26 +75069,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, - [21086] = 6, + [22352] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, + ACTIONS(2810), 1, aux_sym_concatenation_token1, - ACTIONS(3032), 1, + ACTIONS(2842), 1, sym__concat, - STATE(686), 1, + STATE(668), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(2913), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(2911), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72323,6 +75100,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, @@ -72345,19 +75123,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, - [21145] = 3, + [22412] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3016), 1, + aux_sym_concatenation_token1, + ACTIONS(3019), 1, sym__concat, + STATE(712), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1159), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -72381,7 +75163,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, @@ -72397,23 +75178,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [21198] = 6, + [22472] = 3, 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(1214), 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(1171), 36, + ACTIONS(1212), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72423,8 +75198,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, @@ -72436,6 +75214,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, @@ -72450,22 +75229,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21257] = 6, + [22526] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2951), 1, aux_sym_concatenation_token1, - ACTIONS(2993), 1, + ACTIONS(2974), 1, sym__concat, - STATE(708), 1, + STATE(675), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1190), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -72474,6 +75253,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, @@ -72503,23 +75283,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [21316] = 6, + [22586] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3040), 1, + ACTIONS(2988), 1, sym__concat, - STATE(690), 1, + STATE(724), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1176), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1169), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72529,6 +75308,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -72556,17 +75337,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21375] = 3, + [22646] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(2943), 1, + aux_sym_concatenation_token1, + ACTIONS(2957), 1, sym__concat, + ACTIONS(3022), 1, + anon_sym_LPAREN, + STATE(664), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1169), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72578,8 +75367,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, @@ -72591,7 +75378,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, @@ -72606,22 +75392,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21428] = 6, + [22708] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(204), 1, + anon_sym_DQUOTE, + ACTIONS(1135), 1, + sym_test_operator, + STATE(1582), 1, + sym_string, + ACTIONS(2846), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2844), 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, + [22770] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1187), 1, + anon_sym_LPAREN, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2988), 1, sym__concat, - STATE(717), 1, + STATE(724), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(1176), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 37, + ACTIONS(1169), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72659,22 +75502,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21487] = 6, + [22832] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3027), 1, + anon_sym_DQUOTE, + STATE(1632), 1, + sym_string, + ACTIONS(3029), 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(3025), 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, + 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, + [22894] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2957), 1, sym__concat, - STATE(724), 1, + STATE(664), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(1176), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 37, + ACTIONS(1169), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72684,7 +75583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -72712,31 +75611,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21546] = 3, + [22954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1254), 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(1252), 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_LPAREN, 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,37 +75661,38 @@ 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, + [23008] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(3017), 1, + ACTIONS(2957), 1, sym__concat, - STATE(699), 1, + STATE(700), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1192), 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(1190), 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_LPAREN, 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, @@ -72813,44 +75715,54 @@ 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, - [21658] = 3, + [23068] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(2934), 1, + sym_variable_name, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + ACTIONS(3033), 1, + aux_sym_heredoc_redirect_token1, + STATE(4211), 1, + sym_subscript, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2932), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2961), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(2847), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, - anon_sym_LPAREN_LPAREN, + ACTIONS(3031), 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(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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, @@ -72865,20 +75777,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21711] = 5, + [23142] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3035), 1, + sym__concat, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + ACTIONS(1181), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72888,11 +75802,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, + 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, @@ -72905,6 +75818,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, @@ -72917,24 +75831,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21768] = 6, + [23202] = 7, 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, + ACTIONS(2939), 1, + anon_sym_DQUOTE, + STATE(1791), 1, + sym_string, + ACTIONS(2941), 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, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(2937), 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, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72942,9 +75865,6 @@ 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, @@ -72953,11 +75873,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, @@ -72968,81 +75885,89 @@ 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, - [21827] = 6, + [23264] = 7, 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, + ACTIONS(204), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(1582), 1, + sym_string, + ACTIONS(2846), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2844), 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_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_EQ_TILDE, 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, - [21886] = 6, + anon_sym_CARET, + [23326] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(743), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 6, + ACTIONS(3027), 1, + anon_sym_DQUOTE, + STATE(1632), 1, + sym_string, + ACTIONS(3029), 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, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(3025), 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, @@ -73050,9 +75975,7 @@ 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, @@ -73060,11 +75983,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, @@ -73076,23 +75996,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21945] = 6, + [23388] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3037), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3040), 1, sym__concat, - STATE(688), 1, + STATE(728), 1, aux_sym_concatenation_repeat1, - ACTIONS(2823), 6, + ACTIONS(1161), 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(1159), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73102,6 +76022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -73129,32 +76050,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22004] = 3, + [23448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1246), 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(1244), 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 +76098,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, - [22057] = 3, + [23501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1270), 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(1268), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73199,10 +76121,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, @@ -73229,35 +76150,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22110] = 6, + [23554] = 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(2969), 5, + ACTIONS(1232), 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(1230), 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_LPAREN, 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, @@ -73267,6 +76185,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, @@ -73280,19 +76199,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, - [22169] = 3, + [23607] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(3043), 1, + aux_sym_concatenation_token1, + ACTIONS(3045), 1, sym__concat, + STATE(812), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1181), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -73316,7 +76239,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, @@ -73330,19 +76252,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, - [22222] = 3, + [23666] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(3043), 1, + aux_sym_concatenation_token1, + ACTIONS(3047), 1, sym__concat, + STATE(743), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -73366,7 +76292,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 +76305,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, - [22275] = 5, + [23725] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3049), 1, + sym__concat, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 38, + ACTIONS(1181), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73405,11 +76331,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, @@ -73422,6 +76346,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, @@ -73434,35 +76359,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22332] = 6, + [23784] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3047), 1, + ACTIONS(3051), 1, sym__concat, - STATE(686), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1155), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(1153), 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, @@ -73485,19 +76411,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, - [22391] = 3, + [23843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1242), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(1240), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73507,10 +76432,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + 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, @@ -73537,31 +76462,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22444] = 3, + [23896] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(2943), 1, + aux_sym_concatenation_token1, + ACTIONS(3053), 1, sym__concat, - sym_variable_name, + STATE(728), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 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(1181), 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 +76501,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 +76514,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, - [22497] = 6, + [23955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, - aux_sym_concatenation_token1, - ACTIONS(3052), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73612,9 +76534,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + 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, @@ -73640,17 +76565,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22556] = 3, + [24008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1161), 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(1205), 39, + ACTIONS(1159), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73660,10 +76586,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, @@ -73690,22 +76615,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22609] = 6, + [24061] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3055), 1, sym__concat, - STATE(724), 1, + STATE(728), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1155), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(1153), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73715,7 +76641,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, @@ -73743,36 +76668,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22668] = 6, + [24120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3055), 1, - sym__concat, - STATE(763), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1236), 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(1171), 37, + ACTIONS(1234), 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_LPAREN, 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, @@ -73782,6 +76703,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, @@ -73796,36 +76718,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22727] = 6, + [24173] = 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(1169), 5, + ACTIONS(1246), 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(1244), 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_LPAREN, + 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, @@ -73835,6 +76753,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, @@ -73849,32 +76768,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22786] = 3, + [24226] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3043), 1, + aux_sym_concatenation_token1, + ACTIONS(3057), 1, sym__concat, + STATE(812), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 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(1153), 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 +76807,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,36 +76821,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22839] = 6, + [24285] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3059), 1, aux_sym_concatenation_token1, - ACTIONS(3057), 1, + ACTIONS(3061), 1, sym__concat, - STATE(711), 1, + STATE(786), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1183), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1181), 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, @@ -73951,23 +76872,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, - [22898] = 6, + [24344] = 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(1156), 5, + ACTIONS(1254), 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), 37, + ACTIONS(1252), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73977,7 +76895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -73991,6 +76909,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, @@ -74005,17 +76924,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22957] = 3, + [24397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1266), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + ACTIONS(1264), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74055,26 +76974,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23010] = 6, + [24450] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3063), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3065), 1, sym__concat, - STATE(743), 1, + STATE(836), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 6, + ACTIONS(2972), 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(1147), 36, + ACTIONS(2970), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74083,8 +77000,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, @@ -74107,27 +77025,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, - [23069] = 6, + [24509] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3063), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3065), 1, sym__concat, - STATE(688), 1, + STATE(825), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(2984), 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, + ACTIONS(2982), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74136,8 +77053,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, @@ -74160,21 +77078,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, - [23128] = 3, + [24568] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(3063), 1, + aux_sym_concatenation_token1, + ACTIONS(3065), 1, sym__concat, + STATE(836), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(3000), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74186,7 +77109,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, @@ -74196,7 +77118,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, @@ -74210,21 +77131,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, - [23181] = 3, + [24627] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3063), 1, + aux_sym_concatenation_token1, + ACTIONS(3065), 1, sym__concat, + STATE(825), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(2996), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74236,7 +77162,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, @@ -74246,7 +77171,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,23 +77184,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, - [23234] = 6, + [24686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(3059), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1202), 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(1171), 37, + ACTIONS(1200), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74286,7 +77207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -74300,6 +77221,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, @@ -74314,17 +77236,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23293] = 3, + [24739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1262), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(1260), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74364,24 +77286,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23346] = 7, + [24792] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2957), 1, sym__concat, - ACTIONS(3061), 1, - anon_sym_LPAREN, - STATE(874), 1, + STATE(737), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(2902), 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(2900), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74418,31 +77339,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23407] = 3, + [24851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1222), 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), 39, + ACTIONS(1220), 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_LPAREN, + 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, @@ -74466,24 +77388,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, + [24904] = 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(1210), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 37, + ACTIONS(1208), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74507,6 +77423,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,18 +77437,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, - [23519] = 3, + [24957] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(3067), 1, + sym__special_character, + STATE(817), 1, + aux_sym__literal_repeat1, + ACTIONS(220), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(189), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74541,6 +77462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -74556,9 +77478,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, @@ -74571,22 +77491,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23572] = 6, + [25014] = 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(1270), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 37, + ACTIONS(1268), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74610,6 +77525,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, @@ -74623,25 +77539,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, - [23631] = 6, + [25067] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2943), 1, aux_sym_concatenation_token1, - ACTIONS(3071), 1, + ACTIONS(2957), 1, sym__concat, - STATE(686), 1, + STATE(740), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(2898), 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(1177), 37, + ACTIONS(2896), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74650,9 +77569,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, @@ -74675,19 +77593,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, - [23690] = 3, + [25126] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + STATE(789), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74697,10 +77619,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, @@ -74712,7 +77633,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, @@ -74727,17 +77647,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23743] = 3, + [25185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1250), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(1248), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74777,17 +77697,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23796] = 3, + [25238] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + ACTIONS(3069), 1, + anon_sym_LPAREN, + STATE(790), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(1169), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74799,10 +77726,56 @@ static const uint16_t ts_small_parse_table[] = { 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, + [25299] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1232), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1230), 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, @@ -74826,36 +77799,41 @@ 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, - [23849] = 6, + [25352] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3073), 1, - sym__concat, - STATE(763), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3074), 1, + anon_sym_DQUOTE, + STATE(1806), 1, + sym_string, + ACTIONS(3076), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(3072), 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_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, @@ -74864,11 +77842,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, @@ -74880,125 +77855,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23908] = 7, + [25413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, + ACTIONS(1236), 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(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, - 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(1234), 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_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, - [23969] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(322), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, 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, - 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, - [24030] = 3, + sym_word, + [25466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1161), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(1159), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75038,23 +77955,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [24083] = 6, + [25519] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(2988), 1, sym__concat, - STATE(743), 1, + STATE(790), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 6, + ACTIONS(1176), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(1169), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75064,6 +77980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -75091,17 +78008,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24142] = 3, + [25578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1250), 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(1263), 39, + ACTIONS(1248), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75111,10 +78029,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, @@ -75141,31 +78058,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24195] = 3, + [25631] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, - sym_variable_name, + STATE(789), 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(1263), 39, + ACTIONS(189), 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_LPAREN, 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, @@ -75175,7 +78097,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,37 +78110,40 @@ 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, + [25690] = 7, 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(3074), 1, + anon_sym_DQUOTE, + STATE(1806), 1, + sym_string, + ACTIONS(3076), 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, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(3072), 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, 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, @@ -75228,11 +78152,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, @@ -75244,23 +78165,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24307] = 6, + [25751] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(3075), 1, - sym__concat, - STATE(690), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(2990), 1, + sym__special_character, + STATE(679), 1, + aux_sym__literal_repeat1, + ACTIONS(2913), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(2911), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75270,8 +78188,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, @@ -75284,7 +78205,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, @@ -75297,17 +78217,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24366] = 3, + [25808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1214), 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(1251), 39, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75317,10 +78238,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, @@ -75347,31 +78267,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24419] = 3, + [25861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1206), 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(1267), 39, + ACTIONS(1204), 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_LPAREN, 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,19 +78316,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, - [24472] = 3, + [25914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1202), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(1200), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75447,23 +78367,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [24525] = 6, + [25967] = 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(1222), 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(187), 36, + ACTIONS(1220), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75473,6 +78388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -75486,6 +78402,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, @@ -75500,36 +78417,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24584] = 6, + [26020] = 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(1242), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1240), 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, @@ -75539,6 +78451,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, @@ -75552,18 +78465,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, - [24643] = 3, + [26073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1218), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(1216), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75573,10 +78487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + 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, @@ -75603,17 +78517,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24696] = 3, + [26126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1246), 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(1223), 39, + ACTIONS(1244), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75623,10 +78538,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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,31 +78567,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24749] = 3, + [26179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1214), 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(1251), 39, + ACTIONS(1212), 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_LPAREN, 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, @@ -75701,24 +78616,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, - [24802] = 6, + [26232] = 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(1254), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 37, + ACTIONS(1252), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75728,6 +78637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -75742,6 +78652,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, @@ -75756,23 +78667,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24861] = 6, + [26285] = 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(2819), 6, + ACTIONS(1218), 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(1216), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75782,6 +78688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -75795,6 +78702,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, @@ -75809,20 +78717,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24920] = 5, + [26338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(1202), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 38, + ACTIONS(1200), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75832,11 +78737,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, + 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, @@ -75848,53 +78752,6 @@ 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, - [24977] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 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, aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, @@ -75909,33 +78766,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, - [25030] = 3, + [26391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(1212), 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_LPAREN, + 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, @@ -75959,22 +78816,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, - [25083] = 5, + [26444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1258), 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(1273), 38, + ACTIONS(1256), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75984,11 +78838,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_LPAREN, 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, @@ -76000,7 +78852,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, @@ -76013,17 +78867,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25140] = 3, + [26497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1206), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1204), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76033,10 +78887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + 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, @@ -76063,75 +78917,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25193] = 6, + [26550] = 7, 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, - sym_file_descriptor, + ACTIONS(250), 1, + anon_sym_DQUOTE, + ACTIONS(1135), 1, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(1460), 1, + sym_string, + ACTIONS(2930), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2928), 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, 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_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, - [25252] = 6, + anon_sym_CARET, + [26611] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3078), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3081), 1, sym__concat, - STATE(735), 1, + STATE(786), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1161), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1159), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76168,25 +79022,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, - [25311] = 7, + [26670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - ACTIONS(3080), 1, - anon_sym_LPAREN, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1214), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(1212), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76196,6 +79044,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -76209,6 +79059,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,17 +79074,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25372] = 3, + [26723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1176), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + ACTIONS(1169), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76243,6 +79093,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -76258,7 +79110,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, @@ -76273,83 +79124,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25425] = 6, + [26776] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3082), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3085), 1, + ACTIONS(3084), 1, sym__concat, - STATE(763), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1155), 5, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - 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_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, - [25484] = 3, - ACTIONS(3), 1, - sym_comment, - 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(1267), 38, + ACTIONS(1153), 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_LPAREN, 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, @@ -76359,7 +79163,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, @@ -76373,36 +79176,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, - [25536] = 6, + [26835] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3090), 1, + ACTIONS(3086), 1, sym__concat, - STATE(847), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1183), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1181), 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_LPAREN, 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, @@ -76425,20 +79229,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, - [25594] = 3, + [26894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(1250), 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(1219), 37, + ACTIONS(1248), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76448,6 +79250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -76476,18 +79280,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25646] = 3, + [26947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, + ACTIONS(1210), 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(1201), 37, + ACTIONS(1208), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76497,6 +79300,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -76525,18 +79330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25698] = 3, + [27000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, + ACTIONS(1226), 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(1227), 37, + ACTIONS(1224), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76546,6 +79350,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -76574,18 +79380,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25750] = 3, + [27053] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + STATE(734), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2755), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(2753), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76595,6 +79405,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, @@ -76608,7 +79419,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, @@ -76623,16 +79433,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25802] = 3, + [27112] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, + sym__concat, + STATE(735), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2913), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + ACTIONS(2911), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76642,11 +79458,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, @@ -76672,34 +79486,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25854] = 6, + [27171] = 7, 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(250), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1460), 1, + sym_string, + ACTIONS(2930), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2928), 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, + [27232] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1226), 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), 35, + ACTIONS(1224), 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_LPAREN, 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, @@ -76709,6 +79575,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, @@ -76722,36 +79589,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, - [25912] = 6, + [27285] = 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(1210), 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(2961), 35, + ACTIONS(1208), 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_LPAREN, 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, @@ -76761,6 +79625,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,36 +79639,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, - [25970] = 6, + [27338] = 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(1266), 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(2961), 36, + ACTIONS(1264), 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_LPAREN, 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, @@ -76813,6 +79675,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 +79689,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, - [26028] = 6, + [27391] = 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(1262), 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(1260), 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_LPAREN, 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 +79725,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 +79739,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, - [26086] = 3, + [27444] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3088), 1, + aux_sym_concatenation_token1, + ACTIONS(3091), 1, sym__concat, + STATE(801), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1159), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76899,7 +79764,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, @@ -76914,7 +79778,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, @@ -76928,18 +79791,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, - [26138] = 3, + [27503] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(2943), 1, + aux_sym_concatenation_token1, + ACTIONS(2957), 1, sym__concat, + STATE(740), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1190), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76949,7 +79819,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 +79832,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,19 +79846,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26190] = 3, + [27562] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(2990), 1, + sym__special_character, + STATE(679), 1, + aux_sym__literal_repeat1, + ACTIONS(2898), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(2896), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77003,6 +79875,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, @@ -77012,9 +79885,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, @@ -77027,31 +79898,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26242] = 3, + [27619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(1214), 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(1215), 37, + ACTIONS(1212), 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, @@ -77075,32 +79946,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, - [26294] = 3, + [27672] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1206), 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(1204), 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, @@ -77124,20 +79996,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, - [26346] = 3, + [27725] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(2943), 1, + aux_sym_concatenation_token1, + ACTIONS(2957), 1, sym__concat, - sym_variable_name, + STATE(740), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2913), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(2911), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77146,9 +80026,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, @@ -77158,7 +80037,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, @@ -77172,24 +80050,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, - [26398] = 6, + [27784] = 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(1218), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1216), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77198,9 +80070,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 +80085,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,31 +80101,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [26456] = 3, + [27837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1242), 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(1183), 38, + ACTIONS(1240), 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_LPAREN, 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, @@ -77275,23 +80151,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26508] = 6, + [27890] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(3043), 1, aux_sym_concatenation_token1, - ACTIONS(3094), 1, + ACTIONS(3047), 1, sym__concat, - STATE(787), 1, + STATE(743), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(3096), 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(3094), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77300,8 +80175,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, @@ -77325,32 +80203,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, - [26566] = 3, + [27949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1232), 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), 38, + ACTIONS(1230), 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_LPAREN, + 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, @@ -77374,33 +80253,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, - [26618] = 3, + [28002] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3043), 1, + aux_sym_concatenation_token1, + ACTIONS(3047), 1, sym__concat, + STATE(732), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(3098), 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_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, @@ -77410,7 +80293,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 +80307,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26670] = 3, + [28061] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, - sym_file_descriptor, + ACTIONS(3102), 1, + aux_sym_concatenation_token1, + ACTIONS(3105), 1, sym__concat, + STATE(812), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 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(1205), 37, + ACTIONS(1159), 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, @@ -77459,7 +80346,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, @@ -77474,34 +80360,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26722] = 6, + [28120] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3102), 1, + ACTIONS(2988), 1, sym__concat, - STATE(841), 1, + STATE(735), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(2898), 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(1171), 35, + ACTIONS(2896), 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, @@ -77524,20 +80412,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, - [26780] = 3, + [28179] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, - sym_file_descriptor, + ACTIONS(2943), 1, + aux_sym_concatenation_token1, + ACTIONS(2957), 1, sym__concat, + STATE(737), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2755), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(2753), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77560,6 +80452,55 @@ static const uint16_t ts_small_parse_table[] = { 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, + [28238] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1270), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 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_LPAREN, + 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, @@ -77575,22 +80516,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26832] = 6, + [28291] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, + sym__concat, + STATE(734), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2902), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2900), 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, + 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, + [28350] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3108), 1, + sym__special_character, + STATE(817), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1274), 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_LPAREN, + 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, + 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, + [28407] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3043), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3047), 1, sym__concat, - STATE(815), 1, + STATE(743), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3113), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3111), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77599,6 +80645,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, @@ -77627,17 +80674,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26890] = 3, + [28466] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3043), 1, + aux_sym_concatenation_token1, + ACTIONS(3047), 1, sym__concat, + STATE(732), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(3115), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77646,6 +80698,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, @@ -77660,7 +80713,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, @@ -77674,19 +80726,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, - [26942] = 3, + [28525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1258), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1256), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77696,6 +80747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -77725,31 +80777,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26994] = 3, + [28578] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, - sym_file_descriptor, + ACTIONS(3043), 1, + aux_sym_concatenation_token1, + ACTIONS(3047), 1, sym__concat, + STATE(743), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 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(1223), 37, + ACTIONS(2996), 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, @@ -77759,7 +80816,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, @@ -77774,22 +80830,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27046] = 6, + [28637] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3043), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3047), 1, sym__concat, - STATE(781), 1, + STATE(732), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3002), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3000), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77798,9 +80854,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, @@ -77824,33 +80882,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, - [27104] = 3, + [28696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, + ACTIONS(1226), 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(1263), 37, + ACTIONS(1224), 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 +80931,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, - [27156] = 3, + [28749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1254), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1252), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77894,6 +80952,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,22 +80983,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27208] = 6, + [28802] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3063), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3119), 1, sym__concat, - STATE(827), 1, + STATE(801), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1155), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 36, + ACTIONS(1153), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77975,17 +81034,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, - [27266] = 3, + [28861] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, + ACTIONS(3063), 1, + aux_sym_concatenation_token1, + ACTIONS(3065), 1, sym__concat, + STATE(825), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77994,7 +81060,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, @@ -78009,7 +81074,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, @@ -78025,16 +81089,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27318] = 3, + [28920] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, - sym_file_descriptor, + ACTIONS(3059), 1, + aux_sym_concatenation_token1, + ACTIONS(3125), 1, sym__concat, + STATE(830), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3123), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(3121), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78058,7 +81127,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, @@ -78074,16 +81142,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27370] = 3, + [28979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(1212), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78123,25 +81192,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27422] = 6, + [29032] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3108), 1, + ACTIONS(2988), 1, sym__concat, - STATE(841), 1, + ACTIONS(3127), 1, + anon_sym_LPAREN, + STATE(790), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(1176), 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), 35, + ACTIONS(1169), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -78151,6 +81222,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, @@ -78173,19 +81245,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, - [27480] = 3, + [29093] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3059), 1, + aux_sym_concatenation_token1, + ACTIONS(3130), 1, sym__concat, - sym_variable_name, + STATE(786), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1153), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78209,7 +81284,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, @@ -78223,23 +81297,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, - [27532] = 6, + [29152] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2988), 1, sym__concat, - STATE(870), 1, + STATE(735), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78249,6 +81324,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, @@ -78276,22 +81352,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27590] = 6, + [29211] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3059), 1, aux_sym_concatenation_token1, - ACTIONS(3110), 1, + ACTIONS(3125), 1, sym__concat, - STATE(917), 1, + STATE(744), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3134), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(3132), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78300,9 +81375,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, @@ -78328,17 +81405,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27648] = 3, + [29270] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3059), 1, + aux_sym_concatenation_token1, + ACTIONS(3125), 1, sym__concat, - sym_variable_name, + STATE(830), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1190), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78347,6 +81428,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, @@ -78361,7 +81443,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, @@ -78377,31 +81458,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27700] = 3, + [29329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1258), 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(1256), 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, @@ -78425,35 +81506,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, - [27752] = 6, + [29382] = 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(2969), 5, + ACTIONS(1161), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(1159), 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_LPAREN, 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, @@ -78463,6 +81543,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, @@ -78476,33 +81557,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, - [27810] = 3, + [29435] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3063), 1, + aux_sym_concatenation_token1, + ACTIONS(3136), 1, sym__concat, + STATE(801), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 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(1181), 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, @@ -78512,7 +81596,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, @@ -78526,109 +81609,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, - [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, + [29494] = 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(1156), 5, + ACTIONS(1222), 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), 36, + ACTIONS(1220), 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, @@ -78638,6 +81645,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, @@ -78651,21 +81659,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, - [28020] = 5, + [29547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1236), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 37, + ACTIONS(1234), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78675,10 +81681,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + 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 +81696,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,17 +81711,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28076] = 3, + [29600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1262), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1260), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78723,6 +81731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -78752,31 +81761,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28128] = 3, + [29653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1266), 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), 38, + ACTIONS(1264), 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_LPAREN, + 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, @@ -78801,19 +81811,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28180] = 3, + [29706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(2755), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(2753), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -78826,6 +81836,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, @@ -78835,7 +81846,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, @@ -78850,7 +81860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28232] = 27, + [29758] = 27, ACTIONS(63), 1, sym_comment, ACTIONS(409), 1, @@ -78869,51 +81879,51 @@ static const uint16_t ts_small_parse_table[] = { 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(781), 1, + sym_test_operator, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2445), 1, + ACTIONS(2580), 1, sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3118), 1, + ACTIONS(3138), 1, sym__special_character, - STATE(480), 1, + ACTIONS(3140), 1, + sym_variable_name, + STATE(437), 1, sym_command_name, - STATE(1044), 1, + STATE(906), 1, aux_sym__literal_repeat1, - STATE(1134), 1, + STATE(1099), 1, sym_concatenation, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(3985), 1, + STATE(4182), 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, + ACTIONS(779), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2054), 2, sym_variable_assignment, aux_sym_command_repeat1, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(715), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -78923,22 +81933,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [28332] = 6, + [29858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3120), 1, - sym__concat, - STATE(843), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1210), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1208), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78961,6 +81966,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, @@ -78974,26 +81980,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, - [28390] = 6, + [29910] = 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(2823), 5, + ACTIONS(1226), 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), 36, + ACTIONS(1224), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -79002,8 +82003,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, @@ -79013,6 +82015,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, @@ -79026,18 +82029,70 @@ 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, + [29962] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3142), 1, + sym__special_character, + STATE(899), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2996), 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, + 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, - [28448] = 3, + [30018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1262), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1260), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79046,6 +82101,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,33 +82130,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + sym_word, + [30070] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, + sym__concat, + STATE(850), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, - [28500] = 3, + [30128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1202), 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), 38, + ACTIONS(1200), 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, @@ -79124,18 +82230,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, - [28552] = 3, + [30180] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3148), 1, + aux_sym_concatenation_token1, + ACTIONS(3150), 1, sym__concat, - sym_variable_name, + STATE(935), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79158,7 +82269,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, @@ -79174,35 +82284,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [28604] = 6, + [30238] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3152), 1, sym__concat, - STATE(874), 1, + STATE(871), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(1155), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(1153), 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, @@ -79225,18 +82334,76 @@ 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, - [28662] = 3, + [30296] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(3154), 1, + aux_sym_concatenation_token1, + ACTIONS(3156), 1, + sym__concat, + STATE(929), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2984), 6, sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2982), 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, + [30354] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3158), 1, + aux_sym_concatenation_token1, + ACTIONS(3160), 1, sym__concat, + STATE(946), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(3094), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79245,7 +82412,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, @@ -79260,7 +82426,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, @@ -79275,18 +82440,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28714] = 3, + [30412] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(3162), 1, + sym__special_character, + STATE(853), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 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(1247), 37, + ACTIONS(1274), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79296,6 +82463,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -79309,9 +82478,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, @@ -79324,16 +82491,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28766] = 3, + [30468] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, - sym_file_descriptor, + ACTIONS(3158), 1, + aux_sym_concatenation_token1, + ACTIONS(3160), 1, sym__concat, + STATE(962), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, + ACTIONS(3098), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79342,7 +82515,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 +82529,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,22 +82542,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, - [28818] = 5, + [30526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1190), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79396,6 +82562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -79412,6 +82579,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, @@ -79424,22 +82592,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28874] = 6, + [30578] = 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(2977), 5, + ACTIONS(1250), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1248), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79448,9 +82610,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, @@ -79461,6 +82625,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, @@ -79476,16 +82641,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [28932] = 3, + [30630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1210), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1208), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79525,22 +82690,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [28984] = 6, + [30682] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3125), 1, - sym__concat, - STATE(843), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3142), 1, + sym__special_character, + STATE(899), 1, + aux_sym__literal_repeat1, + ACTIONS(2984), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(2982), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79549,6 +82712,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, @@ -79564,7 +82728,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, @@ -79576,18 +82739,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, + [30738] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(183), 1, sym_word, - [29042] = 3, + 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(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1091), 1, + sym__special_character, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(3167), 1, + sym_extglob_pattern, + STATE(1542), 1, + sym__extglob_blob, + STATE(1543), 1, + sym__expression, + STATE(1550), 1, + aux_sym__literal_repeat1, + ACTIONS(133), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(985), 2, + 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1576), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [30836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1242), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1240), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79596,6 +82831,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, @@ -79626,35 +82862,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [29094] = 5, + [30888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(1266), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(1264), 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, @@ -79664,7 +82895,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, @@ -79676,33 +82909,108 @@ 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, + [30940] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1069), 1, sym_word, - [29150] = 3, + ACTIONS(1071), 1, + anon_sym_BANG, + ACTIONS(1081), 1, + sym_test_operator, + ACTIONS(3167), 1, + sym_extglob_pattern, + ACTIONS(3169), 1, + sym__special_character, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1542), 1, + sym__extglob_blob, + STATE(1543), 1, + sym__expression, + STATE(1664), 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(1073), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1079), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1075), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1510), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [31038] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3173), 1, + sym__concat, + STATE(871), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 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(1181), 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_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, @@ -79725,20 +83033,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, - [29202] = 3, + [31096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(2902), 5, 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(2900), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -79751,6 +83060,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, @@ -79760,7 +83070,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,16 +83084,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29254] = 3, + [31148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1236), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(1234), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79793,7 +83103,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, @@ -79824,89 +83133,22 @@ static const uint16_t ts_small_parse_table[] = { 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, + [31200] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, - sym_file_descriptor, + ACTIONS(3158), 1, + aux_sym_concatenation_token1, + ACTIONS(3160), 1, sym__concat, + STATE(946), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(3111), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79915,7 +83157,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, @@ -79930,7 +83171,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, @@ -79944,33 +83184,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, - [29458] = 3, + [31258] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(3158), 1, + aux_sym_concatenation_token1, + ACTIONS(3160), 1, sym__concat, + STATE(962), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 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(3115), 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, @@ -79980,7 +83223,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, @@ -79995,31 +83237,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29510] = 3, + [31316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1161), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1159), 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, @@ -80043,71 +83284,72 @@ 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, - [29562] = 27, + [31368] = 27, ACTIONS(63), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - 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(517), 1, + ACTIONS(435), 1, sym_test_operator, - ACTIONS(519), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2552), 1, + ACTIONS(2485), 1, sym_word, - ACTIONS(3114), 1, + ACTIONS(3140), 1, sym_variable_name, - ACTIONS(3129), 1, + ACTIONS(3175), 1, sym__special_character, - STATE(425), 1, + STATE(459), 1, sym_command_name, - STATE(707), 1, + STATE(906), 1, aux_sym__literal_repeat1, - STATE(830), 1, + STATE(1099), 1, sym_concatenation, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(3985), 1, + STATE(4182), 1, sym_subscript, - ACTIONS(455), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(497), 2, + ACTIONS(415), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(511), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1973), 2, + STATE(2054), 2, sym_variable_assignment, aux_sym_command_repeat1, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(766), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -80117,17 +83359,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [29662] = 3, + [31468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1218), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1216), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80166,17 +83408,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29714] = 3, + [31520] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3177), 1, + aux_sym_concatenation_token1, + ACTIONS(3180), 1, sym__concat, + STATE(871), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1159), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80185,11 +83432,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, @@ -80200,7 +83445,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, @@ -80214,18 +83458,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, - [29766] = 3, + [31578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1262), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1260), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80263,26 +83507,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, - [29818] = 6, + [31630] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3131), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3134), 1, + ACTIONS(2988), 1, sym__concat, - STATE(841), 1, + STATE(893), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1192), 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), 35, + ACTIONS(1190), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -80292,6 +83537,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, @@ -80314,37 +83560,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, - [29876] = 6, + [31688] = 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(1202), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(1200), 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, @@ -80354,6 +83594,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, @@ -80367,23 +83608,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, - [29934] = 6, + [31740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, - aux_sym_concatenation_token1, - ACTIONS(3140), 1, - sym__concat, - STATE(843), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1236), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1234), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80392,6 +83628,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, @@ -80406,6 +83643,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, @@ -80419,18 +83657,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, + [31792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1161), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1159), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80439,6 +83677,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 +83708,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30044] = 3, + [31844] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1232), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1230), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80518,16 +83757,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30096] = 3, - ACTIONS(3), 1, + [31896] = 27, + ACTIONS(63), 1, sym_comment, - ACTIONS(1245), 5, + 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(1311), 1, sym_file_descriptor, + ACTIONS(2588), 1, + sym_word, + ACTIONS(3140), 1, + sym_variable_name, + ACTIONS(3183), 1, + sym__special_character, + STATE(424), 1, + sym_command_name, + STATE(689), 1, + aux_sym__literal_repeat1, + STATE(788), 1, + sym_concatenation, + STATE(2511), 1, + sym_file_redirect, + STATE(4182), 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(2054), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1307), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1305), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(584), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [31996] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3154), 1, + aux_sym_concatenation_token1, + ACTIONS(3156), 1, sym__concat, + STATE(929), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(2996), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80536,11 +83855,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, @@ -80551,7 +83867,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, @@ -80567,21 +83882,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30148] = 6, + [32054] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3154), 1, aux_sym_concatenation_token1, - ACTIONS(3143), 1, + ACTIONS(3156), 1, sym__concat, - STATE(906), 1, + STATE(926), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(3002), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(3000), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80592,8 +83909,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, @@ -80619,21 +83934,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30206] = 3, + [32112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, + ACTIONS(1246), 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(1243), 37, + ACTIONS(1244), 38, 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 +83955,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, @@ -80667,21 +83981,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, - [30258] = 5, + [32164] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, + sym__concat, + STATE(863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2972), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(2970), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80690,11 +84007,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, @@ -80706,6 +84021,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, @@ -80719,17 +84035,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30314] = 3, + [32222] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(3167), 1, + sym_extglob_pattern, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1542), 1, + sym__extglob_blob, + STATE(1543), 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [32320] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, sym__concat, + STATE(850), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2984), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(2982), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80738,10 +84131,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, @@ -80752,7 +84144,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, @@ -80768,30 +84159,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30366] = 3, + [32378] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3167), 1, + sym_extglob_pattern, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1542), 1, + sym__extglob_blob, + STATE(1543), 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1579), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [32476] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3185), 1, sym__concat, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1181), 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, @@ -80801,7 +84269,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, @@ -80815,22 +84282,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, - [30418] = 5, + [32534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(1218), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 37, + ACTIONS(1216), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80839,7 +84302,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, @@ -80854,7 +84316,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, @@ -80868,21 +84332,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30474] = 3, + [32586] = 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(975), 1, + sym__special_character, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(3167), 1, + sym_extglob_pattern, + STATE(1542), 1, + sym__extglob_blob, + STATE(1543), 1, + sym__expression, + STATE(1550), 1, + aux_sym__literal_repeat1, + ACTIONS(93), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(985), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(95), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1362), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [32684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1222), 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(1255), 37, + ACTIONS(1220), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -80891,8 +84425,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, @@ -80916,17 +84451,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, - [30526] = 3, + [32736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1254), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(1252), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80966,17 +84502,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30578] = 3, + [32788] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(236), 1, + sym_word, + ACTIONS(240), 1, + anon_sym_LPAREN, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(268), 1, + sym_test_operator, + ACTIONS(270), 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(3171), 1, + anon_sym_BQUOTE, + ACTIONS(3187), 1, + sym_extglob_pattern, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1876), 1, + sym__expression, + STATE(1877), 1, + sym__extglob_blob, + 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(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [32886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1161), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1159), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80985,6 +84593,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, @@ -81013,21 +84622,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, - [30630] = 3, + [32938] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3189), 1, sym__concat, - sym_variable_name, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1153), 36, 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 +84650,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, @@ -81048,7 +84661,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, @@ -81062,33 +84674,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, + [32996] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1270), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1268), 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 +84722,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, + [33048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1236), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(1234), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81160,33 +84772,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, - [30786] = 3, + [33100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, + ACTIONS(1232), 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(1251), 37, + ACTIONS(1230), 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, @@ -81211,22 +84822,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30838] = 6, + [33152] = 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(1270), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 36, + ACTIONS(1268), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81235,6 +84841,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, @@ -81249,6 +84856,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 +84871,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30896] = 3, + [33204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1250), 6, 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(1248), 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, @@ -81312,17 +84920,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30948] = 3, + [33256] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(3191), 1, + sym__special_character, + STATE(899), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1274), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81331,6 +84942,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, @@ -81345,9 +84957,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, @@ -81361,31 +84971,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31000] = 3, + [33312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1232), 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(1230), 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, @@ -81409,148 +85018,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, - [31052] = 3, + [33364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1266), 6, sym_file_descriptor, sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 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, - 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, - [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, - 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, - sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(1264), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -81559,8 +85041,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, @@ -81570,6 +85053,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, @@ -81583,22 +85067,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, - [31262] = 3, + [33416] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1262), 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(1183), 37, + ACTIONS(1260), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -81607,8 +85090,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, @@ -81632,17 +85116,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, - [31314] = 3, + [33468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1246), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1244), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81682,16 +85167,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31366] = 3, + [33520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1266), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(1264), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81729,27 +85215,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, - [31418] = 6, + [33572] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3154), 1, aux_sym_concatenation_token1, - ACTIONS(3149), 1, + ACTIONS(3156), 1, sym__concat, - STATE(711), 1, + STATE(926), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2972), 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(1171), 36, + ACTIONS(2970), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -81759,7 +85244,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, @@ -81782,18 +85266,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, - [31476] = 3, + [33630] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(3194), 1, + sym__special_character, + STATE(853), 1, + aux_sym__literal_repeat1, + ACTIONS(220), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(189), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81803,6 +85291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, @@ -81817,9 +85306,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, @@ -81832,31 +85319,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31528] = 3, + [33686] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(3196), 1, + aux_sym_concatenation_token1, + ACTIONS(3199), 1, sym__concat, + STATE(907), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(1159), 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, @@ -81866,7 +85356,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, @@ -81880,17 +85369,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, - [31580] = 3, + [33744] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81928,37 +85419,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, - [31632] = 6, + [33796] = 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(1222), 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(1220), 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 +85454,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 +85469,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31690] = 3, + [33848] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, - sym_file_descriptor, + ACTIONS(3158), 1, + aux_sym_concatenation_token1, + ACTIONS(3160), 1, sym__concat, + STATE(946), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 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(1235), 37, + ACTIONS(2996), 36, 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 +85495,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, @@ -82016,7 +85507,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, @@ -82031,19 +85521,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31742] = 3, + [33906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(1214), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 39, + ACTIONS(1212), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82056,7 +85545,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, @@ -82066,6 +85554,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,71 +85568,71 @@ 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, + [33958] = 26, ACTIONS(63), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(1025), 1, - sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2548), 1, + ACTIONS(1043), 1, sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3153), 1, + ACTIONS(1045), 1, + anon_sym_LPAREN, + ACTIONS(1047), 1, + anon_sym_BANG, + ACTIONS(1063), 1, + sym_test_operator, + ACTIONS(3202), 1, sym__special_character, - STATE(531), 1, - sym_command_name, - STATE(1044), 1, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3206), 1, + sym_extglob_pattern, + STATE(1580), 1, aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, + STATE(1828), 1, + sym__extglob_blob, + STATE(1829), 1, + sym__expression, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1019), 2, + ACTIONS(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 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, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1701), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1494), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -82153,16 +85642,22 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [31894] = 3, + [34056] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, - sym_file_descriptor, + ACTIONS(3158), 1, + aux_sym_concatenation_token1, + ACTIONS(3160), 1, sym__concat, + STATE(962), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(3000), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82171,7 +85666,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 +85680,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, @@ -82200,19 +85693,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, - [31946] = 3, + [34114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1206), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1204), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82251,21 +85743,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31998] = 6, + [34166] = 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(1311), 1, + sym_file_descriptor, + ACTIONS(2485), 1, + sym_word, + ACTIONS(3140), 1, + sym_variable_name, + ACTIONS(3175), 1, + sym__special_character, + STATE(454), 1, + sym_command_name, + STATE(906), 1, + aux_sym__literal_repeat1, + STATE(1099), 1, + sym_concatenation, + STATE(2511), 1, + sym_file_redirect, + STATE(4182), 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(2054), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1307), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1305), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(766), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [34266] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3158), 1, aux_sym_concatenation_token1, - ACTIONS(3155), 1, + ACTIONS(3160), 1, sym__concat, - STATE(906), 1, + STATE(946), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1192), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1190), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82301,32 +85867,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, - [32056] = 3, + [34324] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + STATE(893), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2898), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(2896), 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, @@ -82336,7 +85906,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, @@ -82350,25 +85919,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, - [32108] = 6, + [34382] = 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(1214), 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(1212), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82377,8 +85938,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 +85953,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,31 +85969,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32166] = 3, + [34434] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, - sym_variable_name, + STATE(886), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2902), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(2900), 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, @@ -82438,7 +86007,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, @@ -82453,17 +86021,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32218] = 3, + [34492] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(3208), 1, + aux_sym_concatenation_token1, + ACTIONS(3211), 1, sym__concat, + STATE(920), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1159), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82472,11 +86046,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, @@ -82487,7 +86058,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, @@ -82501,19 +86071,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, - [32270] = 3, + [34550] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + STATE(893), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2913), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(2911), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82536,7 +86111,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, @@ -82551,25 +86125,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32322] = 6, + [34608] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3094), 1, + ACTIONS(2988), 1, sym__concat, - STATE(800), 1, + STATE(886), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 6, + ACTIONS(2755), 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(2975), 35, + ACTIONS(2753), 36, 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 +86153,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, @@ -82601,19 +86176,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, - [32380] = 3, + [34666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82622,7 +86196,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 +86224,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, - [32432] = 6, + [34718] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3090), 1, + ACTIONS(3146), 1, sym__concat, - STATE(847), 1, + STATE(863), 1, aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(3002), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 37, + ACTIONS(3000), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82675,10 +86250,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, @@ -82704,16 +86278,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32490] = 3, + [34776] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, - sym_file_descriptor, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, sym__concat, + STATE(850), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(2996), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82722,11 +86302,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, @@ -82737,7 +86315,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, @@ -82753,21 +86330,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32542] = 6, + [34834] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3154), 1, aux_sym_concatenation_token1, - ACTIONS(3090), 1, + ACTIONS(3214), 1, sym__concat, - STATE(880), 1, + STATE(920), 1, aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(1183), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 37, + ACTIONS(1181), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82778,8 +86357,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, @@ -82805,17 +86382,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32600] = 3, + [34892] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82824,6 +86401,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, @@ -82852,19 +86430,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, - [32652] = 3, + [34944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1176), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1169), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82874,9 +86450,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, 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, @@ -82888,7 +86466,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, @@ -82903,21 +86480,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32704] = 3, + [34996] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, - sym_file_descriptor, + ACTIONS(3154), 1, + aux_sym_concatenation_token1, + ACTIONS(3216), 1, sym__concat, + STATE(920), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 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(1211), 37, + ACTIONS(1153), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82927,7 +86508,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, @@ -82937,7 +86517,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, @@ -82951,18 +86530,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, - [32756] = 3, + [35054] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3154), 1, + aux_sym_concatenation_token1, + ACTIONS(3156), 1, sym__concat, + STATE(929), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1190), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82971,11 +86557,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, @@ -82986,7 +86569,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, @@ -83000,32 +86582,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, - [32808] = 3, + [35112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1206), 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(1204), 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, @@ -83049,32 +86631,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, - [32860] = 3, + [35164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1214), 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), 38, + ACTIONS(1212), 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, @@ -83098,71 +86680,145 @@ 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, + [35216] = 27, ACTIONS(63), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(999), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(999), 1, + ACTIONS(1023), 1, sym_test_operator, - ACTIONS(1001), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2550), 1, + ACTIONS(2586), 1, sym_word, - ACTIONS(2576), 1, + ACTIONS(3140), 1, + sym_variable_name, + ACTIONS(3218), 1, sym__special_character, - ACTIONS(3114), 1, + STATE(524), 1, + sym_command_name, + STATE(1535), 1, + aux_sym__literal_repeat1, + STATE(1659), 1, + sym_concatenation, + STATE(2511), 1, + sym_file_redirect, + STATE(4182), 1, + sym_subscript, + ACTIONS(989), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1019), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2054), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1307), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1305), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1342), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [35316] = 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(1311), 1, + sym_file_descriptor, + ACTIONS(2582), 1, + sym_word, + ACTIONS(3140), 1, sym_variable_name, - STATE(556), 1, + ACTIONS(3220), 1, + sym__special_character, + STATE(428), 1, sym_command_name, - STATE(1547), 1, + STATE(756), 1, aux_sym__literal_repeat1, - STATE(1749), 1, + STATE(928), 1, sym_concatenation, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(3985), 1, + STATE(4182), 1, sym_subscript, - ACTIONS(965), 2, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(981), 2, + ACTIONS(715), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(995), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1973), 2, + STATE(2054), 2, sym_variable_assignment, aux_sym_command_repeat1, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(636), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -83172,16 +86828,119 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [33012] = 3, + [35416] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(3148), 1, + aux_sym_concatenation_token1, + ACTIONS(3222), 1, + sym__concat, + STATE(907), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 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, + [35474] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3224), 1, + sym__special_character, + STATE(943), 1, + aux_sym__literal_repeat1, + ACTIONS(220), 6, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + 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, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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, + 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, + [35530] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1218), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(1216), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83221,70 +86980,70 @@ 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, + [35582] = 27, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(435), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(69), 1, sym_test_operator, - ACTIONS(437), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(1311), 1, sym_file_descriptor, - ACTIONS(2445), 1, + ACTIONS(2602), 1, sym_word, - ACTIONS(3114), 1, + ACTIONS(3140), 1, sym_variable_name, - ACTIONS(3118), 1, + ACTIONS(3226), 1, sym__special_character, - STATE(473), 1, + STATE(436), 1, sym_command_name, - STATE(1044), 1, + STATE(936), 1, aux_sym__literal_repeat1, - STATE(1134), 1, + STATE(1109), 1, sym_concatenation, - STATE(2409), 1, + STATE(2511), 1, sym_file_redirect, - STATE(3985), 1, + STATE(4182), 1, sym_subscript, - ACTIONS(389), 2, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, + ACTIONS(47), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(429), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1973), 2, + STATE(2054), 2, sym_variable_assignment, aux_sym_command_repeat1, - ACTIONS(1305), 3, + ACTIONS(1307), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, + ACTIONS(1305), 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, + STATE(720), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -83294,17 +87053,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [33164] = 3, + [35682] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1242), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(1240), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83313,6 +87072,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, @@ -83341,19 +87101,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, - [33216] = 3, + [35734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1242), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1240), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83362,7 +87121,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 +87149,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, + [35786] = 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(969), 1, + sym_test_operator, + ACTIONS(1311), 1, + sym_file_descriptor, + ACTIONS(2483), 1, sym_word, - [33268] = 3, + ACTIONS(3140), 1, + sym_variable_name, + ACTIONS(3228), 1, + sym__special_character, + STATE(510), 1, + sym_command_name, + STATE(906), 1, + aux_sym__literal_repeat1, + STATE(1099), 1, + sym_concatenation, + STATE(2511), 1, + sym_file_redirect, + STATE(4182), 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(963), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2054), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1307), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1305), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1154), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [35886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1226), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1224), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83411,6 +87242,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, @@ -83441,17 +87273,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33320] = 3, + [35938] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(3230), 1, + sym__special_character, + STATE(943), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 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), 38, + ACTIONS(1274), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83461,7 +87297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -83475,9 +87311,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, @@ -83490,31 +87324,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33372] = 3, + [35994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, + ACTIONS(1222), 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(1239), 37, + ACTIONS(1220), 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, @@ -83538,21 +87371,96 @@ 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, - [33424] = 5, - ACTIONS(3), 1, + [36046] = 26, + ACTIONS(63), 1, sym_comment, - ACTIONS(3157), 1, + 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(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3233), 1, sym__special_character, - STATE(905), 1, + ACTIONS(3235), 1, + sym_extglob_pattern, + STATE(1603), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 5, + STATE(1879), 1, + sym__extglob_blob, + STATE(1880), 1, + sym__expression, + ACTIONS(308), 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(310), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1896), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1577), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [36144] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3158), 1, + aux_sym_concatenation_token1, + ACTIONS(3237), 1, + sym__concat, + STATE(953), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1153), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83561,7 +87469,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, @@ -83577,6 +87484,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, @@ -83588,23 +87496,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, - [33480] = 6, + [36202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3160), 1, - aux_sym_concatenation_token1, - ACTIONS(3163), 1, - sym__concat, - STATE(906), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(1254), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1252), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83613,6 +87516,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, @@ -83627,6 +87531,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, @@ -83640,19 +87545,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, - [33538] = 3, + [36254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1206), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1204), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83661,6 +87564,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, @@ -83691,23 +87595,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33590] = 5, + [36306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(1270), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 37, + ACTIONS(1268), 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 +87619,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 +87628,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 +87642,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, - [33646] = 6, + [36358] = 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(1226), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 36, + ACTIONS(1224), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83766,6 +87663,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, @@ -83780,6 +87678,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, @@ -83794,32 +87693,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33704] = 3, + [36410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(1258), 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(1256), 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, @@ -83829,6 +87726,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, @@ -83842,25 +87740,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, - [33756] = 6, + [36462] = 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(3067), 1, + sym__special_character, + STATE(817), 1, + aux_sym__literal_repeat1, + ACTIONS(2913), 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(2911), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -83872,6 +87770,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, @@ -83882,7 +87781,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 +87793,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33814] = 3, + [36518] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3239), 1, + aux_sym_concatenation_token1, + ACTIONS(3242), 1, sym__concat, + STATE(953), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1159), 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, + 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, + [36576] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1250), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83944,17 +87894,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33866] = 3, + [36628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1202), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1200), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83993,24 +87943,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33918] = 6, + [36680] = 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(3067), 1, + sym__special_character, + STATE(817), 1, + aux_sym__literal_repeat1, + ACTIONS(2898), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(2896), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -84022,6 +87971,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, @@ -84032,7 +87982,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,22 +87994,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33976] = 6, + [36736] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3148), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3245), 1, sym__concat, - STATE(815), 1, + STATE(907), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1183), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(1181), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84096,18 +88044,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, - [34034] = 3, + [36794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1258), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1256), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84145,23 +88093,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, - [34086] = 6, + [36846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3166), 1, - aux_sym_concatenation_token1, - ACTIONS(3169), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1210), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1208), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84170,9 +88114,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, @@ -84183,6 +88129,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, @@ -84196,27 +88143,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, - [34144] = 6, + [36898] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3148), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3150), 1, sym__concat, - STATE(870), 1, + STATE(935), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3123), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3121), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -84225,8 +88169,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, @@ -84249,22 +88194,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, - [34202] = 6, + [36956] = 3, 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(1258), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + ACTIONS(1256), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84273,9 +88215,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, @@ -84286,6 +88230,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, @@ -84299,24 +88244,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, - [34259] = 6, + [37008] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3158), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3247), 1, sym__concat, - STATE(946), 1, + STATE(953), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1183), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 35, + ACTIONS(1181), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84325,9 +88269,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, @@ -84352,22 +88297,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34316] = 6, + [37066] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3148), 1, aux_sym_concatenation_token1, - ACTIONS(3180), 1, + ACTIONS(3150), 1, sym__concat, - STATE(917), 1, + STATE(957), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3134), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(3132), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84378,6 +88322,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, @@ -84403,18 +88349,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34373] = 3, + [37124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1246), 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(1244), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84423,8 +88368,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, @@ -84449,20 +88397,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, - [34424] = 3, + [37176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, + ACTIONS(1254), 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(1235), 36, + ACTIONS(1252), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84473,6 +88419,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, @@ -84499,18 +88447,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34475] = 3, + [37228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1250), 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(1248), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84519,6 +88466,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, @@ -84547,18 +88495,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34526] = 3, + [37279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(1206), 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(1204), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84569,6 +88515,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, @@ -84595,22 +88543,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34577] = 6, + [37330] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3182), 1, + ACTIONS(3249), 1, aux_sym_concatenation_token1, - ACTIONS(3185), 1, + ACTIONS(3251), 1, sym__concat, - STATE(926), 1, + STATE(1098), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(3113), 6, 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(3111), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84644,19 +88593,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, - [34634] = 3, + [37387] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(3249), 1, + aux_sym_concatenation_token1, + ACTIONS(3251), 1, sym__concat, + STATE(1071), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(3115), 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, + [37444] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84693,23 +88691,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, - [34685] = 6, + [37495] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3249), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3251), 1, sym__concat, - STATE(929), 1, + STATE(1098), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(2998), 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(2996), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84718,7 +88718,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, @@ -84745,22 +88744,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34742] = 6, + [37552] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3249), 1, aux_sym_concatenation_token1, - ACTIONS(3188), 1, + ACTIONS(3251), 1, sym__concat, - STATE(962), 1, + STATE(1071), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3002), 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(3000), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84769,7 +88769,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, @@ -84796,21 +88795,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34799] = 5, + [37609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, + ACTIONS(1270), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 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, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 6, + 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, + [37660] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2755), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 35, + ACTIONS(2753), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -84822,6 +88864,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, @@ -84834,6 +88878,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 +88891,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34854] = 3, + [37711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, + ACTIONS(1161), 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(1223), 36, + ACTIONS(1159), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84868,6 +88912,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, @@ -84892,20 +88938,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, - [34905] = 3, + [37762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, + ACTIONS(1250), 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(1263), 36, + ACTIONS(1248), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84916,6 +88960,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, @@ -84940,24 +88986,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, - [34956] = 6, + [37813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3194), 1, - sym__concat, - STATE(926), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1236), 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(1177), 35, + ACTIONS(1234), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84968,6 +89008,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, @@ -84978,6 +89020,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, @@ -84991,20 +89034,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, + [37864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, + ACTIONS(1236), 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(1234), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85015,6 +89055,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 +89083,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35064] = 3, + [37915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(1161), 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(1231), 36, + ACTIONS(1159), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85063,6 +89103,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, @@ -85089,17 +89131,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35115] = 3, + [37966] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(3171), 1, + anon_sym_BQUOTE, + ACTIONS(3253), 1, + sym__regex_no_space, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1543), 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [38061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1210), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(1208), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85137,22 +89249,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35166] = 6, + [38112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3196), 1, - sym__concat, - STATE(926), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1232), 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(1171), 35, + ACTIONS(1230), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85163,6 +89270,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, @@ -85173,6 +89282,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, @@ -85186,22 +89296,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, - [35223] = 3, + [38163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, + ACTIONS(2902), 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(1259), 36, + ACTIONS(2900), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -85210,7 +89318,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, @@ -85220,7 +89331,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 +89344,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, - [35274] = 6, + [38214] = 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(1169), 5, + ACTIONS(1270), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1268), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85262,6 +89365,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, @@ -85272,6 +89377,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, @@ -85287,20 +89393,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35331] = 5, + [38265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(1218), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 36, + ACTIONS(1216), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85309,7 +89411,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, @@ -85324,7 +89425,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,19 +89439,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, - [35386] = 3, + [38316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, + ACTIONS(1242), 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(1211), 36, + ACTIONS(1240), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85359,6 +89462,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, @@ -85383,19 +89488,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, - [35437] = 3, + [38367] = 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(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3233), 1, + sym__special_character, + ACTIONS(3255), 1, + sym__regex_no_space, + STATE(1603), 1, + aux_sym__literal_repeat1, + STATE(1880), 1, + sym__expression, + ACTIONS(308), 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(310), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1896), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1577), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [38462] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(3257), 1, + sym__special_character, + STATE(1096), 1, + aux_sym__literal_repeat1, + ACTIONS(2984), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(2982), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85418,9 +89595,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, @@ -85432,30 +89607,103 @@ 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, + [38517] = 25, + 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(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1091), 1, + sym__special_character, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(3253), 1, + sym__regex_no_space, + STATE(1543), 1, + sym__expression, + STATE(1550), 1, + aux_sym__literal_repeat1, + ACTIONS(133), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(985), 2, + 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1576), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [38612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, + ACTIONS(1192), 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(1251), 36, + ACTIONS(1190), 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_LPAREN, 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, @@ -85465,7 +89713,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 +89726,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, - [35539] = 3, + [38663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(1250), 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(1248), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85503,6 +89747,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, @@ -85529,17 +89775,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35590] = 3, + [38714] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1214), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85576,35 +89821,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, - [35641] = 6, + [38765] = 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(3224), 1, + sym__special_character, + STATE(943), 1, + aux_sym__literal_repeat1, + ACTIONS(2898), 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(1177), 35, + ACTIONS(2896), 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, @@ -85615,7 +89861,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 +89873,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35698] = 3, + [38820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, + ACTIONS(1246), 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(1267), 36, + ACTIONS(1244), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85650,6 +89893,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, @@ -85676,18 +89921,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35749] = 3, + [38871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, + ACTIONS(1218), 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(1243), 36, + ACTIONS(1216), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85698,6 +89942,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, @@ -85722,22 +89968,29 @@ 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, - [35800] = 3, + [38922] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, - sym_file_descriptor, - sym__concat, + ACTIONS(3259), 1, sym_variable_name, + STATE(4167), 1, + sym_subscript, + ACTIONS(2612), 2, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, + ACTIONS(2619), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(3064), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -85745,7 +89998,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, @@ -85754,9 +90006,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, + ACTIONS(2604), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -85770,19 +90022,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, - [35851] = 3, + [38985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1210), 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), 37, + ACTIONS(1208), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85793,8 +90045,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, @@ -85819,11 +90069,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, - [35902] = 3, + [39036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1226), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -85831,7 +90082,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1224), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85868,10 +90119,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35953] = 3, + [39087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1236), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -85879,7 +90130,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 36, + ACTIONS(1234), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85916,23 +90167,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36004] = 6, + [39138] = 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(2997), 6, + ACTIONS(1161), 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), 34, + ACTIONS(1159), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85953,6 +90199,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, @@ -85966,24 +90213,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, - [36061] = 6, + [39189] = 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(3005), 6, + ACTIONS(1232), 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(3003), 34, + ACTIONS(1230), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86004,6 +90247,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, @@ -86017,21 +90261,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, - [36118] = 5, + [39240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1202), 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(3063), 36, + ACTIONS(1200), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86040,11 +90283,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, @@ -86055,7 +90295,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,19 +90309,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, - [36173] = 3, + [39291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(1222), 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(1219), 36, + ACTIONS(1220), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86090,6 +90331,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, @@ -86116,10 +90359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36224] = 3, + [39342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, + ACTIONS(1218), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -86127,7 +90370,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(1216), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86164,20 +90407,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36275] = 5, + [39393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1242), 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), 36, + ACTIONS(1240), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86186,11 +90427,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, @@ -86201,59 +90439,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, - [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, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -86267,148 +90453,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, - [36393] = 10, + [39444] = 3, 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, + ACTIONS(1246), 7, 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, - 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_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(1244), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86417,7 +90475,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, @@ -86430,6 +90487,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 +90501,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, - [36610] = 6, + [39495] = 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(1202), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(1200), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86470,6 +90523,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, @@ -86480,6 +90535,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 +90551,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36667] = 6, + [39546] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3198), 1, + ACTIONS(3262), 1, sym__concat, - STATE(933), 1, + STATE(871), 1, aux_sym_concatenation_repeat1, - ACTIONS(3015), 5, + ACTIONS(1183), 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(1181), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86546,24 +90602,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36724] = 5, + [39603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 6, + ACTIONS(1222), 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), 35, + ACTIONS(1220), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -86573,7 +90625,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, @@ -86583,7 +90634,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, @@ -86595,25 +90648,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, - [36779] = 5, + [39654] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3264), 1, + sym__concat, + STATE(871), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 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(1273), 35, + ACTIONS(1153), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -86623,7 +90677,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, @@ -86634,6 +90687,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, @@ -86645,24 +90699,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, - [36834] = 6, + [39711] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3266), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3268), 1, sym__concat, - STATE(1045), 1, + STATE(1013), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 6, + ACTIONS(1192), 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(1190), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86696,24 +90750,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, - [36891] = 6, + [39768] = 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(3069), 6, + ACTIONS(1254), 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(1252), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86734,6 +90784,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, @@ -86747,17 +90798,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, - [36948] = 3, + [39819] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3266), 1, + aux_sym_concatenation_token1, + ACTIONS(3270), 1, + sym__concat, + STATE(1027), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 38, + ACTIONS(1153), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86766,11 +90824,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, @@ -86796,23 +90851,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36999] = 6, + [39876] = 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(1262), 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(1260), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86833,6 +90883,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 +90897,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, - [37056] = 6, + [39927] = 5, 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(3272), 1, + sym__special_character, + STATE(1015), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, + ACTIONS(1274), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86872,8 +90920,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, @@ -86885,7 +90936,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, @@ -86897,17 +90947,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, - [37113] = 3, + [39982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(1226), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(1224), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86946,16 +90997,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37164] = 3, + [40033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1266), 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), 38, + ACTIONS(1264), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86966,8 +91019,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, @@ -86994,16 +91045,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37215] = 3, + [40084] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3266), 1, + aux_sym_concatenation_token1, + ACTIONS(3275), 1, + sym__concat, + STATE(1027), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1181), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87012,11 +91069,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, @@ -87042,16 +91096,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37266] = 3, + [40141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, + ACTIONS(1258), 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), 38, + ACTIONS(1256), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87062,8 +91118,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, @@ -87090,19 +91144,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37317] = 3, + [40192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(1270), 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(1268), 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 +91166,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, @@ -87124,6 +91176,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, @@ -87137,18 +91190,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, - [37368] = 3, + [40243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1254), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(1252), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87186,156 +91240,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [37419] = 25, - ACTIONS(63), 1, + [40294] = 3, + 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, + ACTIONS(1258), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(1256), 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, - ACTIONS(367), 2, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, 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_DOLLAR_LPAREN, 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_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, - [37609] = 3, + sym_word, + [40345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1222), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(1220), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87372,19 +91335,73 @@ 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, - [37660] = 3, + [40396] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2610), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3259), 1, + sym_variable_name, + STATE(4167), 1, + sym_subscript, + ACTIONS(3277), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3064), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(2604), 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, + [40461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1212), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87393,10 +91410,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, @@ -87421,17 +91437,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, + [40512] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, + ACTIONS(1206), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1204), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87440,10 +91458,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 +91487,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37762] = 5, + [40563] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3236), 1, - sym__special_character, - STATE(983), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(3279), 1, + aux_sym_concatenation_token1, + ACTIONS(3282), 1, + sym__concat, + STATE(1027), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 5, sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1159), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87491,11 +91511,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, @@ -87507,6 +91524,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, @@ -87520,67 +91538,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37817] = 5, - ACTIONS(3), 1, + [40620] = 25, + ACTIONS(63), 1, sym_comment, - ACTIONS(3190), 1, + 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(975), 1, sym__special_character, - STATE(966), 1, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(3253), 1, + sym__regex_no_space, + STATE(1543), 1, + sym__expression, + STATE(1550), 1, aux_sym__literal_repeat1, - ACTIONS(2819), 6, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 35, + ACTIONS(93), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(971), 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_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, - anon_sym_DQUOTE, + ACTIONS(979), 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(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [37872] = 3, + ACTIONS(95), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1362), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [40715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(1212), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87618,20 +91656,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37923] = 5, + [40766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3239), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1250), 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), 36, + ACTIONS(1248), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87640,11 +91676,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, @@ -87655,7 +91688,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,66 +91702,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, - [37978] = 3, - ACTIONS(3), 1, + [40817] = 25, + ACTIONS(63), 1, sym_comment, - ACTIONS(2805), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 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_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(246), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(252), 1, aux_sym_number_token1, + ACTIONS(254), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(270), 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(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + ACTIONS(3253), 1, + sym__regex_no_space, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1543), 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, - sym_word, - [38029] = 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1579), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [40912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1214), 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(1219), 37, + ACTIONS(1212), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87737,8 +91796,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, @@ -87763,34 +91820,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, - [38080] = 5, + [40963] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3242), 1, + ACTIONS(3194), 1, sym__special_character, - STATE(989), 1, + STATE(853), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(2913), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(2911), 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, @@ -87812,18 +91871,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, - [38135] = 3, + [41018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1206), 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(1239), 38, + ACTIONS(1204), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87834,8 +91894,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, @@ -87862,20 +91920,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38186] = 5, + [41069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(1214), 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), 36, + ACTIONS(1212), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87886,8 +91942,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, @@ -87898,7 +91952,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, @@ -87912,48 +91968,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38241] = 12, + [41120] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3208), 1, - sym_variable_name, ACTIONS(3249), 1, - aux_sym_heredoc_redirect_token1, + aux_sym_concatenation_token1, ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - STATE(3971), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(3211), 2, - anon_sym_PIPE, - 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, + sym__concat, + STATE(1098), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 6, sym_file_descriptor, + 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3094), 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, @@ -87969,17 +92019,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38310] = 3, + [41177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1212), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88017,16 +92067,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38361] = 3, + [41228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1206), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1204), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88063,19 +92114,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, - [38412] = 3, + [41279] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3266), 1, + aux_sym_concatenation_token1, + ACTIONS(3268), 1, sym__concat, - sym_variable_name, + STATE(1018), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3134), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(3132), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88086,8 +92141,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, @@ -88098,7 +92151,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, @@ -88112,20 +92164,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, - [38463] = 3, + [41336] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(3266), 1, + aux_sym_concatenation_token1, + ACTIONS(3268), 1, + sym__concat, + STATE(1013), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3123), 5, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(3121), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -88134,10 +92192,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, @@ -88160,88 +92215,124 @@ 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, + [41393] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1042), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, - 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_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(228), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, + [41450] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3289), 1, + sym__concat, + STATE(1051), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(953), 1, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 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, - ACTIONS(957), 1, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, 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, + sym_word, + [41507] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(3291), 1, + sym__special_character, + STATE(1108), 1, + aux_sym__literal_repeat1, + ACTIONS(3096), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(3094), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88250,9 +92341,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, @@ -88263,9 +92356,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, @@ -88277,22 +92368,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, - [38660] = 5, + [41562] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3255), 1, + ACTIONS(3224), 1, sym__special_character, - STATE(999), 1, + STATE(943), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(2913), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(2911), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -88302,7 +92393,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, @@ -88329,17 +92419,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38715] = 3, + [41617] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1069), 1, + sym_word, + ACTIONS(1071), 1, + anon_sym_BANG, + ACTIONS(1081), 1, + sym_test_operator, + ACTIONS(3169), 1, + sym__special_character, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + ACTIONS(3253), 1, + sym__regex_no_space, + STATE(1543), 1, + sym__expression, + STATE(1664), 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(1073), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1079), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1075), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1510), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [41712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1262), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1260), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88348,9 +92508,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, @@ -88375,19 +92536,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, - [38766] = 3, + [41763] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3293), 1, sym__concat, + STATE(1051), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(1181), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88409,7 +92574,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, @@ -88423,32 +92587,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, - [38817] = 3, + [41820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(1192), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 38, + ACTIONS(1190), 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_LPAREN, + 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, @@ -88471,18 +92635,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, - [38868] = 3, + [41871] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(3291), 1, + sym__special_character, + STATE(1108), 1, + aux_sym__literal_repeat1, + ACTIONS(3113), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 38, + ACTIONS(3111), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88507,7 +92674,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, @@ -88519,36 +92685,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, - [38919] = 5, + [41926] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, + ACTIONS(3291), 1, sym__special_character, - STATE(999), 1, + STATE(1108), 1, aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(2998), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(2996), 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_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, @@ -88571,17 +92736,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38974] = 3, + [41981] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(3295), 1, + aux_sym_concatenation_token1, + ACTIONS(3298), 1, sym__concat, + STATE(1051), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(1159), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88603,7 +92773,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, @@ -88617,23 +92786,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, - [39025] = 6, + [42038] = 3, 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(1169), 4, + ACTIONS(1214), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1212), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88642,9 +92806,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, @@ -88655,6 +92820,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, @@ -88668,23 +92834,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, - [39082] = 6, + [42089] = 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(1266), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1264), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88693,9 +92853,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, @@ -88706,6 +92867,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 +92883,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39139] = 3, + [42140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1262), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1260), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88740,9 +92901,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, @@ -88769,21 +92931,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39190] = 6, + [42191] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3270), 1, + ACTIONS(3146), 1, sym__concat, - STATE(1016), 1, + STATE(1010), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1192), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1190), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88792,7 +92955,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, @@ -88820,17 +92982,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39247] = 3, + [42248] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(3301), 1, + sym__special_character, + STATE(1015), 1, + aux_sym__literal_repeat1, + ACTIONS(3123), 4, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(3121), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88839,6 +93003,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, @@ -88853,9 +93018,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, @@ -88867,17 +93030,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, - [39298] = 3, + [42303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1242), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1240), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88916,17 +93080,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39349] = 3, + [42354] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1246), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1244), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88964,16 +93128,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [39400] = 3, + [42405] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, - sym_file_descriptor, + ACTIONS(3303), 1, + aux_sym_concatenation_token1, + ACTIONS(3306), 1, sym__concat, + STATE(1059), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1159), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88984,6 +93155,51 @@ static const uint16_t ts_small_parse_table[] = { 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, + [42462] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3002), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3000), 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, @@ -88996,7 +93212,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, @@ -89012,92 +93227,175 @@ 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, + [42513] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1047), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3000), 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, - 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_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [42570] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1042), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, sym__brace_start, - ACTIONS(1033), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2996), 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, - 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_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, + [42627] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3249), 1, + aux_sym_concatenation_token1, + ACTIONS(3251), 1, + sym__concat, + STATE(1071), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 6, + sym_file_descriptor, + sym_variable_name, 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, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3098), 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(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, 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, + 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, + [42684] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3285), 1, aux_sym_concatenation_token1, - ACTIONS(3274), 1, + ACTIONS(3287), 1, sym__concat, - STATE(917), 1, + STATE(1047), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3117), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(3115), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89106,6 +93404,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, @@ -89131,23 +93430,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, - [39603] = 6, + [42741] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 1, + ACTIONS(3285), 1, aux_sym_concatenation_token1, - ACTIONS(3279), 1, + ACTIONS(3287), 1, sym__concat, - STATE(1016), 1, + STATE(1042), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(3113), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(3111), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89182,21 +93481,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, - [39660] = 3, + [42798] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(3194), 1, + sym__special_character, + STATE(853), 1, + aux_sym__literal_repeat1, + ACTIONS(2898), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(2896), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -89207,6 +93509,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, @@ -89216,9 +93519,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, @@ -89230,18 +93531,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, - [39711] = 3, + [42853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1210), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1208), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89250,10 +93551,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, @@ -89280,17 +93580,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39762] = 3, + [42904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1202), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1200), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89299,9 +93599,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, @@ -89326,19 +93627,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, - [39813] = 3, + [42955] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, sym__concat, + STATE(1010), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(2996), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89349,8 +93654,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, @@ -89361,7 +93664,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, @@ -89375,18 +93677,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, - [39864] = 3, + [43012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1270), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1268), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89395,10 +93698,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, @@ -89423,158 +93725,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, - [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, + [43063] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(3249), 1, + aux_sym_concatenation_token1, + ACTIONS(3309), 1, sym__concat, + STATE(1059), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1181), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89583,7 +93752,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, @@ -89596,7 +93764,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, @@ -89610,19 +93777,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, - [40156] = 3, + [43120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1236), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1234), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89660,22 +93826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40207] = 6, + [43171] = 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(1161), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1159), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89684,6 +93845,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, @@ -89696,6 +93858,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, @@ -89711,22 +93874,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40264] = 6, + [43222] = 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(1266), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1264), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89735,6 +93893,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, @@ -89747,6 +93906,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 +93922,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40321] = 6, + [43273] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3311), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3313), 1, sym__concat, - STATE(1015), 1, + STATE(1090), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(3134), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(3132), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89786,6 +93945,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, @@ -89813,136 +93973,21 @@ 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 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, - [40528] = 3, + [43330] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3313), 1, sym__concat, + STATE(1087), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3123), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(3121), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89951,10 +93996,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, @@ -89965,7 +94009,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, @@ -89981,16 +94024,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40579] = 3, + [43387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1218), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1216), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89999,10 +94043,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, @@ -90029,16 +94072,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40630] = 3, + [43438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(3317), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(3315), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90047,6 +94090,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, @@ -90061,7 +94105,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, @@ -90077,22 +94120,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40681] = 6, + [43489] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3146), 1, sym__concat, - STATE(921), 1, + STATE(1008), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(2972), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 35, + ACTIONS(2970), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90128,22 +94171,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40738] = 6, + [43546] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(236), 1, + sym_word, + ACTIONS(240), 1, + anon_sym_LPAREN, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(268), 1, + sym_test_operator, + ACTIONS(270), 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(3171), 1, + anon_sym_BQUOTE, + ACTIONS(3319), 1, + sym__regex_no_space, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1876), 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(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [43641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3323), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3321), 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, + 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, + [43692] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3146), 1, sym__concat, - STATE(1015), 1, + STATE(1010), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(2984), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(2982), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90179,16 +94340,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40795] = 3, + [43749] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, - sym_file_descriptor, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, sym__concat, + STATE(1008), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(3000), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90199,8 +94366,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, @@ -90211,7 +94376,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, @@ -90227,16 +94391,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40846] = 3, + [43806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1222), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1220), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90245,10 +94410,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, @@ -90275,19 +94439,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40897] = 5, + [43857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3284), 1, - sym__special_character, - STATE(983), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(1192), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 37, + ACTIONS(1190), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90312,6 +94473,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, @@ -90325,17 +94487,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40952] = 3, + [43908] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3313), 1, sym__concat, - sym_variable_name, + STATE(1087), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1190), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90344,10 +94510,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, @@ -90358,7 +94523,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 +94536,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, - [41003] = 3, + [43965] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3325), 1, sym__concat, - sym_variable_name, + STATE(1100), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1153), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90392,10 +94561,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, @@ -90406,7 +94574,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, @@ -90420,17 +94587,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, - [41054] = 3, + [44022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1258), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1256), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90469,16 +94637,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41105] = 3, + [44073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(1226), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1224), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90487,10 +94656,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 +94685,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41156] = 6, + [44124] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3311), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3327), 1, sym__concat, - STATE(1045), 1, + STATE(1100), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(1183), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(1181), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90542,6 +94708,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, @@ -90567,24 +94734,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, - [41213] = 5, + [44181] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1047), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 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(3098), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -90595,7 +94764,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, @@ -90606,6 +94774,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, @@ -90618,23 +94787,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41268] = 6, + [44238] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3285), 1, aux_sym_concatenation_token1, - ACTIONS(3286), 1, + ACTIONS(3287), 1, sym__concat, - STATE(1047), 1, + STATE(1042), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(3096), 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(3094), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90643,6 +94811,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, @@ -90669,17 +94838,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41325] = 3, + [44295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1226), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1224), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90717,23 +94886,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41376] = 6, + [44346] = 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(1063), 1, + sym_test_operator, + ACTIONS(3202), 1, + sym__special_character, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3329), 1, + sym__regex_no_space, + STATE(1580), 1, + aux_sym__literal_repeat1, + STATE(1829), 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(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1701), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1494), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [44441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3288), 1, - aux_sym_concatenation_token1, - ACTIONS(3291), 1, - sym__concat, - STATE(1047), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1232), 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(1183), 34, + ACTIONS(1230), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90744,6 +94976,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, @@ -90754,6 +94988,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, @@ -90767,18 +95002,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, - [41433] = 3, + [44492] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(3331), 1, + sym__special_character, + STATE(1096), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1274), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90801,9 +95040,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, @@ -90815,18 +95052,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, - [41484] = 3, + [44547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1254), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1252), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90835,9 +95072,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, @@ -90864,22 +95102,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41535] = 6, + [44598] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3249), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3334), 1, sym__concat, - STATE(929), 1, + STATE(1059), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1155), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 35, + ACTIONS(1153), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90888,7 +95127,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, @@ -90915,16 +95153,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41592] = 3, + [44655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1176), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1169), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -90934,10 +95172,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + 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, @@ -90963,17 +95201,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41643] = 3, + [44706] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3336), 1, + aux_sym_concatenation_token1, + ACTIONS(3339), 1, sym__concat, - sym_variable_name, + STATE(1100), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1159), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90982,10 +95224,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, @@ -90996,7 +95237,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, @@ -91010,18 +95250,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, - [41694] = 3, + [44763] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3249), 1, + aux_sym_concatenation_token1, + ACTIONS(3251), 1, sym__concat, + STATE(1098), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1190), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91030,7 +95277,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, @@ -91043,7 +95289,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, @@ -91057,18 +95302,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, - [41745] = 3, + [44820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1232), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1230), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91077,10 +95322,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, @@ -91107,16 +95351,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41796] = 3, + [44871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1202), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1200), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91125,10 +95370,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,72 +95399,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41847] = 5, + [44922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1242), 6, sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - 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, - 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, - [41902] = 6, - 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(2977), 5, - sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1240), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91242,6 +95431,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, @@ -91255,91 +95445,51 @@ 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, + [44973] = 12, 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, - sym_file_descriptor, + ACTIONS(3259), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3344), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3346), 1, + anon_sym_LT_LT_LT, + STATE(4167), 1, + sym_subscript, + ACTIONS(2793), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LT_LT_DASH, + ACTIONS(3277), 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, - 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, - [42016] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 6, + ACTIONS(3342), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3064), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91353,95 +95503,49 @@ 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, + [45042] = 12, 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, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, + ACTIONS(3259), 1, + sym_variable_name, + ACTIONS(3346), 1, + anon_sym_LT_LT_LT, + ACTIONS(3348), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(4167), 1, + sym_subscript, + ACTIONS(2793), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, + anon_sym_LT_LT_DASH, + ACTIONS(3277), 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, - 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, - [42124] = 6, - 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(3342), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3064), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2612), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 34, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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_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, @@ -91457,17 +95561,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42181] = 3, + [45111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1246), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1244), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91505,17 +95609,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42232] = 3, + [45162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(3350), 1, + sym__special_character, + STATE(1108), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1274), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91524,9 +95631,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, @@ -91537,9 +95646,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, @@ -91551,31 +95658,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, - [42283] = 3, + [45217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1176), 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(1169), 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_LPAREN, 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, @@ -91585,7 +95693,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, @@ -91599,19 +95706,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, - [42334] = 3, + [45268] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(3257), 1, + sym__special_character, + STATE(1096), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(2996), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91620,9 +95729,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, @@ -91633,9 +95743,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, @@ -91649,22 +95757,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42385] = 6, + [45323] = 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(1254), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, + ACTIONS(1252), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91686,6 +95789,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 +95803,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, - [42442] = 3, + [45374] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1262), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1260), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91748,22 +95853,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42493] = 6, + [45425] = 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(3065), 5, + ACTIONS(1258), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(1256), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91785,6 +95885,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, @@ -91798,18 +95899,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, - [42550] = 3, + [45476] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3357), 1, + anon_sym_DQUOTE, + ACTIONS(3359), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1433), 2, + sym_string, + sym_expansion, + ACTIONS(3355), 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(3353), 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, + [45533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1210), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1208), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91818,9 +95970,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, @@ -91847,16 +96000,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42601] = 3, + [45584] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1266), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1264), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91865,9 +96019,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, @@ -91892,24 +96047,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, - [42651] = 6, + [45635] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1848), 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1579), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [45727] = 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(3002), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(3000), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91918,8 +96134,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, @@ -91944,18 +96163,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42707] = 3, + [45777] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(236), 1, + sym_word, + ACTIONS(240), 1, + anon_sym_LPAREN, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(268), 1, + sym_test_operator, + ACTIONS(270), 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(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1892), 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(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [45869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1254), 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), 35, + ACTIONS(1252), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91964,6 +96249,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, @@ -91990,17 +96276,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, - [42757] = 3, + [45919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1214), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1212), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92038,10 +96325,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42807] = 3, + [45969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1206), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -92049,7 +96336,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 35, + ACTIONS(1204), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92085,20 +96372,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42857] = 5, - ACTIONS(3), 1, + [46019] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(3296), 1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1069), 1, + sym_word, + ACTIONS(1071), 1, + anon_sym_BANG, + ACTIONS(1081), 1, + sym_test_operator, + ACTIONS(3169), 1, sym__special_character, - STATE(1129), 1, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1664), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 5, + STATE(1837), 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(1073), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1079), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1075), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1510), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [46111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1206), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1204), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92120,7 +96471,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 +96487,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42911] = 3, + [46161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(3323), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 36, + ACTIONS(3321), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92153,9 +96505,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, @@ -92166,7 +96519,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, @@ -92180,21 +96532,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, - [42961] = 24, + [46211] = 25, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + 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(3202), 1, + sym__special_character, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3361), 1, + sym_word, + ACTIONS(3365), 1, + sym_test_operator, + STATE(1531), 1, + aux_sym__literal_repeat1, + STATE(1934), 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(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3363), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1575), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1815), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1523), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [46305] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -92202,19 +96624,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, + ACTIONS(1069), 1, sym_word, - ACTIONS(1097), 1, + ACTIONS(1071), 1, anon_sym_BANG, - ACTIONS(1107), 1, + ACTIONS(1081), 1, sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(3169), 1, sym__special_character, - STATE(1571), 1, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1664), 1, aux_sym__literal_repeat1, - STATE(1775), 1, + STATE(1852), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -92222,24 +96644,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1099), 2, + ACTIONS(1073), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(1079), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + ACTIONS(1075), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1510), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -92249,16 +96671,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [43053] = 3, + [46397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3317), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(3315), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92296,17 +96718,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43103] = 3, + [46447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1214), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1212), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92343,21 +96765,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43153] = 5, + [46497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 6, + ACTIONS(1214), 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(2961), 34, + ACTIONS(1212), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92366,6 +96783,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, @@ -92378,7 +96796,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, @@ -92392,16 +96812,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43207] = 3, + [46547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1206), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1204), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92437,21 +96858,111 @@ 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, + [46597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3300), 1, + ACTIONS(2902), 6, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2900), 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, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + 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, + [46647] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + 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, + [46697] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92460,6 +96971,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, @@ -92475,6 +96987,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 +96999,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, - [43311] = 3, + [46747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1222), 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), 36, + ACTIONS(1220), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92533,67 +97046,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, - [43361] = 24, + [46797] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(1043), 1, + ACTIONS(1033), 1, + anon_sym_DQUOTE, + ACTIONS(1037), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1039), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1069), 1, sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, + ACTIONS(1071), 1, anon_sym_BANG, - ACTIONS(1059), 1, + ACTIONS(1081), 1, sym_test_operator, - ACTIONS(3213), 1, + ACTIONS(3169), 1, sym__special_character, - ACTIONS(3215), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1498), 1, + STATE(1664), 1, aux_sym__literal_repeat1, - STATE(1676), 1, + STATE(1903), 1, sym__expression, - ACTIONS(348), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1049), 2, + ACTIONS(1073), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1057), 2, + ACTIONS(1079), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1051), 3, + ACTIONS(1075), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1715), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1419), 9, + STATE(1510), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -92603,16 +97115,21 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [43453] = 3, + [46889] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(3367), 1, + sym__special_character, + STATE(1137), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 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(1223), 37, + ACTIONS(1274), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92621,7 +97138,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, @@ -92634,9 +97150,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, @@ -92650,19 +97164,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43503] = 3, + [46943] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + ACTIONS(3370), 1, + anon_sym_LPAREN, + STATE(1236), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(1169), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -92670,8 +97191,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, @@ -92679,9 +97200,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, @@ -92695,21 +97214,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, - [43553] = 3, + [47001] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1910), 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1579), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47093] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(3373), 1, + sym__special_character, + STATE(1245), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, + ACTIONS(2996), 35, 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 +97309,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, @@ -92731,7 +97319,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, @@ -92743,89 +97330,250 @@ 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, - ACTIONS(3), 1, + [47147] = 24, + ACTIONS(63), 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, - sym_file_descriptor, - sym_test_operator, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1033), 1, + anon_sym_DQUOTE, + ACTIONS(1037), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1039), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1069), 1, + sym_word, + ACTIONS(1071), 1, + anon_sym_BANG, + ACTIONS(1081), 1, + sym_test_operator, + ACTIONS(3169), 1, + sym__special_character, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1664), 1, + aux_sym__literal_repeat1, + STATE(1840), 1, + sym__expression, + ACTIONS(1027), 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, + ACTIONS(1041), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1073), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1079), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1075), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1510), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47239] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(236), 1, + sym_word, + ACTIONS(240), 1, + anon_sym_LPAREN, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(268), 1, + sym_test_operator, + ACTIONS(270), 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(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1898), 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(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47331] = 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, - anon_sym_BQUOTE, + 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(3202), 1, + sym__special_character, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3375), 1, + sym_word, + ACTIONS(3379), 1, + sym_test_operator, + STATE(1501), 1, + aux_sym__literal_repeat1, + STATE(1934), 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, - [43659] = 3, + ACTIONS(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3377), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1575), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1699), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1511), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47425] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, - sym__concat, + ACTIONS(3393), 3, + sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -92839,18 +97587,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, - [43709] = 3, + [47483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1246), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1244), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92888,17 +97635,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43759] = 3, + [47533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1242), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 36, + ACTIONS(1240), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92907,6 +97653,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, @@ -92935,29 +97682,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43809] = 3, + [47583] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, - sym_variable_name, + STATE(1237), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 35, + ACTIONS(1190), 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_LPAREN, 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, @@ -92965,9 +97717,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, @@ -92982,10 +97732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43859] = 3, + [47639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, + ACTIONS(1246), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -92993,7 +97743,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 35, + ACTIONS(1244), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93029,65 +97779,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43909] = 24, + [47689] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(346), 1, + ACTIONS(183), 1, sym_word, - ACTIONS(355), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(357), 1, + ACTIONS(196), 1, anon_sym_BANG, - ACTIONS(361), 1, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, + ACTIONS(224), 1, sym_test_operator, - ACTIONS(385), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3228), 1, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1091), 1, sym__special_character, + ACTIONS(3165), 1, + anon_sym_BQUOTE, STATE(1550), 1, aux_sym__literal_repeat1, - STATE(1784), 1, + STATE(1835), 1, sym__expression, - ACTIONS(272), 2, + ACTIONS(133), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(348), 2, + ACTIONS(971), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, + ACTIONS(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(274), 3, + 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(1773), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1521), 9, + STATE(1576), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -93097,17 +97847,18 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [44001] = 3, + [47781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1242), 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(1219), 36, + ACTIONS(1240), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93116,7 +97867,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, @@ -93144,20 +97894,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [44051] = 5, + [47831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3296), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(1210), 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(2961), 35, + ACTIONS(1208), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93166,7 +97913,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 +97925,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, @@ -93193,85 +97941,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44105] = 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(1799), 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, - [44197] = 3, + [47881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1226), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, + ACTIONS(1224), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93308,85 +97988,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44247] = 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(1694), 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, - [44339] = 3, + [47931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1236), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 36, + ACTIONS(1234), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93423,96 +98035,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44389] = 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(1814), 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, - [44481] = 3, + [47981] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + STATE(1236), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1176), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1169), 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_LPAREN, 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, @@ -93520,9 +98070,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, @@ -93536,22 +98084,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, - [44531] = 24, + [48037] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -93559,19 +98106,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, + ACTIONS(1113), 1, sym_word, - ACTIONS(1097), 1, + ACTIONS(1115), 1, anon_sym_BANG, - ACTIONS(1107), 1, + ACTIONS(1121), 1, + sym__special_character, + ACTIONS(1125), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1782), 1, + STATE(1972), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -93579,24 +98126,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1099), 2, + ACTIONS(1117), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(1123), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + ACTIONS(1119), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -93606,19 +98153,39 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [44623] = 5, + [48129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(1250), 6, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2584), 16, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 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, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -93633,7 +98200,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(3304), 21, + [48179] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1202), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1200), 37, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -93641,11 +98218,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, @@ -93655,65 +98230,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [44677] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, + 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_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [48229] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1043), 1, sym_word, - ACTIONS(1115), 1, + ACTIONS(1045), 1, + anon_sym_LPAREN, + ACTIONS(1047), 1, anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, + ACTIONS(1063), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3202), 1, + sym__special_character, + ACTIONS(3204), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1580), 1, aux_sym__literal_repeat1, - STATE(1871), 1, + STATE(1829), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1117), 2, + ACTIONS(1051), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1123), 2, + ACTIONS(1059), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1119), 3, + ACTIONS(1053), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1701), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1541), 9, + STATE(1494), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -93723,28 +98315,34 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [44769] = 3, + [48321] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, sym__concat, + STATE(1237), 1, + aux_sym_concatenation_repeat1, + 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(1205), 36, + ACTIONS(189), 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_LPAREN, 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, @@ -93752,9 +98350,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, @@ -93768,22 +98364,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, - [44819] = 5, + [48377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93807,6 +98398,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, @@ -93818,17 +98410,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, - [44873] = 3, + [48427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1232), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1230), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93866,17 +98459,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44923] = 3, + [48477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1161), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(1159), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93913,16 +98506,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44973] = 3, + [48527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1232), 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(1230), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93933,8 +98527,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, @@ -93945,6 +98537,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 +98553,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45023] = 3, + [48577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1202), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(1200), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94007,169 +98600,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45073] = 13, + [48627] = 24, 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, + 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(2592), 19, - sym_file_descriptor, + ACTIONS(230), 1, + anon_sym_BANG, + ACTIONS(234), 1, 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(975), 1, sym__special_character, + ACTIONS(977), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(981), 1, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, + ACTIONS(983), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [45143] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3260), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 37, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + STATE(1550), 1, + aux_sym__literal_repeat1, + STATE(1713), 1, + sym__expression, + ACTIONS(93), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(971), 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_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(979), 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(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [45193] = 24, + ACTIONS(95), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1362), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [48719] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - 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(342), 1, + ACTIONS(226), 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, + ACTIONS(228), 1, sym_word, - ACTIONS(1097), 1, + ACTIONS(230), 1, anon_sym_BANG, - ACTIONS(1107), 1, + ACTIONS(234), 1, sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(975), 1, sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1777), 1, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + STATE(1543), 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, + STATE(1550), 1, + aux_sym__literal_repeat1, + ACTIONS(93), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + ACTIONS(985), 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(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1362), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -94179,19 +98736,19 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [45285] = 3, + [48811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(2755), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(2753), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -94202,6 +98759,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, @@ -94211,7 +98769,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, @@ -94226,17 +98783,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [45335] = 3, + [48861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1218), 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(1235), 36, + ACTIONS(1216), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94245,7 +98802,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, @@ -94272,18 +98828,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, + [48911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(3002), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(3000), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94292,9 +98848,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, @@ -94305,7 +98862,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, @@ -94319,86 +98875,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, - [45435] = 24, - ACTIONS(63), 1, + [48961] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(1270), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 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, + 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_BQUOTE, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1043), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, 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(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, - [45527] = 3, + [49011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1242), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1240), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94435,272 +98971,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45577] = 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(1776), 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, - [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, - 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(1804), 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, - [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, - 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, - [45911] = 3, + [49061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1226), 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(1224), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94709,6 +98989,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 +99018,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45961] = 3, + [49111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1266), 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(1264), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94756,6 +99037,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,101 +99064,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, - [46011] = 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(3327), 1, sym_word, - ACTIONS(3331), 1, - sym_test_operator, - STATE(1440), 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(3329), 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(1644), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1405), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [46105] = 3, + [49161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 6, + ACTIONS(1262), 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(1260), 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 +99097,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,16 +99112,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46155] = 3, + [49211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1246), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1244), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94918,7 +99131,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, @@ -94947,20 +99159,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46205] = 5, + [49261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1222), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(1220), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94982,7 +99190,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, @@ -94996,30 +99206,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46259] = 3, + [49311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1222), 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(1167), 37, + ACTIONS(1220), 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, @@ -95029,6 +99237,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, @@ -95042,20 +99251,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, - [46309] = 5, + [49361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3336), 1, - sym__special_character, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(1254), 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(1252), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95066,8 +99274,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 +99284,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,15 +99300,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46363] = 24, + [49411] = 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, @@ -95115,42 +99317,48 @@ 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(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3228), 1, + ACTIONS(1043), 1, + sym_word, + ACTIONS(1045), 1, + anon_sym_LPAREN, + ACTIONS(1047), 1, + anon_sym_BANG, + ACTIONS(1063), 1, + sym_test_operator, + ACTIONS(3202), 1, sym__special_character, - STATE(1550), 1, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + STATE(1580), 1, aux_sym__literal_repeat1, - STATE(1819), 1, + STATE(1834), 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, + ACTIONS(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1053), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1773), 6, + STATE(1701), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1521), 9, + STATE(1494), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -95160,15 +99368,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [46455] = 3, + [49503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(1250), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1248), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95177,11 +99386,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, @@ -95192,6 +99399,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, @@ -95207,30 +99415,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46505] = 3, + [49553] = 9, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3395), 1, + sym_variable_name, + STATE(4133), 1, + sym_subscript, + STATE(3184), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3127), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2617), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(2619), 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(2612), 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, + [49615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(1262), 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(1260), 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 +99499,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,89 +99513,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, - [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, + [49665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(1266), 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(1167), 36, + ACTIONS(1264), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -95345,7 +99537,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, @@ -95355,6 +99546,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 +99560,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, + [49715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1258), 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(1256), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95416,21 +99609,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46747] = 6, + [49765] = 3, 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(1218), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1216), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95439,6 +99627,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, @@ -95451,6 +99640,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, @@ -95466,43 +99656,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46803] = 7, + [49815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1270), 6, sym_file_descriptor, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 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, - ACTIONS(3343), 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(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -95516,66 +99701,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, - [46861] = 24, + [49865] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(1043), 1, + ACTIONS(228), 1, sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, + ACTIONS(230), 1, anon_sym_BANG, - ACTIONS(1059), 1, + ACTIONS(234), 1, sym_test_operator, - ACTIONS(3213), 1, + ACTIONS(975), 1, sym__special_character, - ACTIONS(3215), 1, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, anon_sym_BQUOTE, - STATE(1498), 1, + STATE(1550), 1, aux_sym__literal_repeat1, - STATE(1691), 1, + STATE(1710), 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, + ACTIONS(93), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1057), 2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1051), 3, + ACTIONS(985), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(95), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1715), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1419), 9, + STATE(1362), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -95585,118 +99771,133 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [46953] = 9, + [49957] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(3322), 1, - 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, + 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, - sym_word, - 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, - ACTIONS(2592), 13, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(383), 1, sym_test_operator, + ACTIONS(385), 1, sym__brace_start, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3233), 1, + sym__special_character, + STATE(1603), 1, + aux_sym__literal_repeat1, + STATE(1880), 1, + sym__expression, + ACTIONS(308), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(367), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [47015] = 24, + ACTIONS(310), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1896), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1577), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [50049] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - 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(342), 1, + ACTIONS(226), 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, + ACTIONS(228), 1, sym_word, - ACTIONS(1063), 1, + ACTIONS(230), 1, anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, + ACTIONS(234), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(975), 1, + sym__special_character, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1550), 1, aux_sym__literal_repeat1, - STATE(1811), 1, + STATE(1715), 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, + ACTIONS(93), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(985), 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(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1362), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -95706,16 +99907,74 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [47107] = 3, + [50141] = 11, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2606), 1, + anon_sym_LT_LT, + ACTIONS(3395), 1, + sym_variable_name, + ACTIONS(3398), 1, + anon_sym_PIPE, + ACTIONS(3400), 1, + anon_sym_PIPE_AMP, + STATE(4133), 1, + sym_subscript, + STATE(3184), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2610), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + STATE(3127), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 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(2612), 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, + [50207] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(3402), 1, + sym__special_character, + STATE(1270), 1, + aux_sym__literal_repeat1, + ACTIONS(3123), 4, sym_file_descriptor, - sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(3121), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95724,9 +99983,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, @@ -95737,9 +99997,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, @@ -95753,17 +100011,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47157] = 3, + [50261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1254), 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), 36, + ACTIONS(1252), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95772,7 +100031,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, @@ -95800,10 +100058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47207] = 3, + [50311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, + ACTIONS(1214), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -95811,7 +100069,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 35, + ACTIONS(1212), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95847,16 +100105,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47257] = 3, + [50361] = 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(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1091), 1, + sym__special_character, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + STATE(1550), 1, + aux_sym__literal_repeat1, + STATE(1887), 1, + sym__expression, + ACTIONS(133), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(985), 2, + 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1576), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [50453] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3313), 1, + sym__concat, + STATE(1289), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3134), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3132), 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, + [50509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1161), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1159), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95894,17 +100270,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47307] = 3, + [50559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1270), 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(1268), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95913,6 +100288,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 +100317,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47357] = 3, + [50609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1214), 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), 36, + ACTIONS(1212), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95986,19 +100363,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, - [47407] = 3, + [50659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1250), 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), 36, + ACTIONS(1248), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96007,7 +100384,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, @@ -96035,17 +100411,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47457] = 3, + [50709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1236), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(1234), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96081,18 +100456,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, - [47507] = 3, + [50759] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(3404), 1, + sym__special_character, + STATE(1214), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 36, + ACTIONS(2996), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96101,9 +100480,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, @@ -96114,9 +100494,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, @@ -96129,65 +100507,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47557] = 24, + [50813] = 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(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, + ACTIONS(270), 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, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1803), 1, + STATE(1878), 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, + 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(1763), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -96197,134 +100575,112 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [47649] = 25, - ACTIONS(63), 1, + [50905] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(1250), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 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(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(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, - 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(3357), 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, + aux_sym__simple_variable_name_token1, + sym_word, + [50955] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(236), 1, + sym_word, + ACTIONS(240), 1, anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(258), 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, + ACTIONS(268), 1, sym_test_operator, - ACTIONS(953), 1, + ACTIONS(270), 1, + sym__brace_start, + ACTIONS(1031), 1, + sym__special_character, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, - sym__special_character, - ACTIONS(3253), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1458), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1812), 1, + STATE(1876), 1, sym__expression, - ACTIONS(133), 2, + ACTIONS(151), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(947), 2, + ACTIONS(1027), 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(1035), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(135), 3, + 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(1520), 6, + STATE(1863), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1499), 9, + STATE(1558), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -96334,16 +100690,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [47835] = 3, + [51047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(1214), 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(3258), 37, + ACTIONS(1212), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96352,11 +100709,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, @@ -96367,6 +100721,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, @@ -96380,115 +100735,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, - [47885] = 5, - ACTIONS(3), 1, + [51097] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(3361), 1, - sym__special_character, - STATE(1156), 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, - [47939] = 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(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, + ACTIONS(270), 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, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1813), 1, + STATE(1919), 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, + 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(1763), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -96498,17 +100805,66 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [48031] = 3, + [51189] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3408), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2612), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2604), 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(3406), 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, + [51243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1206), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(1204), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96545,20 +100901,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48081] = 3, + [51293] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 6, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3313), 1, + sym__concat, + STATE(1274), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 4, 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(1190), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -96568,7 +100927,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, @@ -96591,18 +100949,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, - [48131] = 3, + [51349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1258), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 36, + ACTIONS(1256), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96639,163 +100998,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48181] = 24, - ACTIONS(63), 1, + [51399] = 3, + 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(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, + ACTIONS(1214), 6, + sym_file_descriptor, + sym__concat, 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, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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(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, + 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(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_DOLLAR_BQUOTE, 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, + aux_sym__simple_variable_name_token1, + sym_word, + [51449] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(308), 1, + ACTIONS(236), 1, sym_word, - ACTIONS(312), 1, + ACTIONS(240), 1, anon_sym_LPAREN, - ACTIONS(314), 1, + ACTIONS(242), 1, anon_sym_BANG, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + ACTIONS(268), 1, sym_test_operator, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1031), 1, sym__special_character, @@ -96805,11 +101074,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1785), 1, + STATE(1866), 1, sym__expression, ACTIONS(151), 2, anon_sym_DASH2, @@ -96827,14 +101096,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1763), 6, + STATE(1863), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1558), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -96844,17 +101113,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [48459] = 3, + [51541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1210), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1208), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96863,6 +101131,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, @@ -96891,188 +101160,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48509] = 24, - ACTIONS(63), 1, + [51591] = 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(3410), 1, sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1214), 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, + ACTIONS(1276), 5, + sym_file_descriptor, sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2590), 4, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1274), 35, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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_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, - ACTIONS(2592), 19, + [51645] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1251), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, - [48667] = 24, + sym_word, + [51701] = 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, - sym__special_character, - ACTIONS(1033), 1, + ACTIONS(977), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(981), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(983), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(1091), 1, + sym__special_character, + ACTIONS(3165), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1550), 1, aux_sym__literal_repeat1, - STATE(1801), 1, + STATE(1868), 1, sym__expression, - ACTIONS(151), 2, + ACTIONS(133), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1027), 2, + ACTIONS(971), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, + ACTIONS(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, + 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(1763), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1576), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -97082,17 +101327,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [48759] = 3, + [51793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1254), 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(1252), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97101,6 +101346,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 +101373,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, + [51843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1218), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -97140,7 +101385,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(1216), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97176,63 +101421,226 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48859] = 3, - ACTIONS(3), 1, + [51893] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, - sym__concat, - 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(1215), 36, + ACTIONS(1043), 1, + sym_word, + ACTIONS(1045), 1, + anon_sym_LPAREN, + ACTIONS(1047), 1, + anon_sym_BANG, + ACTIONS(1063), 1, + sym_test_operator, + ACTIONS(3202), 1, + sym__special_character, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + STATE(1580), 1, + aux_sym__literal_repeat1, + STATE(1773), 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_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(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1701), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1494), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [51985] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(236), 1, + sym_word, + ACTIONS(240), 1, + anon_sym_LPAREN, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(268), 1, + sym_test_operator, + ACTIONS(270), 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(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1864), 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(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [52077] = 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, - anon_sym_BQUOTE, + 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(3202), 1, + sym__special_character, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3413), 1, + sym_word, + ACTIONS(3417), 1, + sym_test_operator, + STATE(1562), 1, + aux_sym__literal_repeat1, + STATE(1934), 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, - [48909] = 3, + ACTIONS(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3415), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1575), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1788), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + 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, + [52171] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(3419), 1, + sym__special_character, + STATE(1137), 1, + aux_sym__literal_repeat1, + ACTIONS(2984), 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(1243), 37, + ACTIONS(2982), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97241,7 +101649,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, @@ -97254,9 +101661,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, @@ -97270,16 +101675,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48959] = 3, + [52225] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(3373), 1, + sym__special_character, + STATE(1245), 1, + aux_sym__literal_repeat1, + ACTIONS(2984), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(2982), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97301,9 +101710,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, @@ -97317,86 +101724,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [49009] = 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(1783), 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, - 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, - [49101] = 3, + [52279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, + ACTIONS(3100), 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(1235), 35, + ACTIONS(3098), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97405,8 +101742,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, @@ -97417,7 +101757,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, @@ -97432,10 +101771,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49151] = 3, + [52329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1210), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -97443,7 +101782,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(1208), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97479,21 +101818,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49201] = 6, + [52379] = 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(3021), 4, + ACTIONS(1226), 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(1224), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97514,6 +101850,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, @@ -97527,23 +101864,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, - [49257] = 6, + [52429] = 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(1063), 1, + sym_test_operator, + ACTIONS(3202), 1, + sym__special_character, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + STATE(1580), 1, + aux_sym__literal_repeat1, + STATE(1775), 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(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1701), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1494), 9, + 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] = 3, 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, + ACTIONS(1258), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 35, + ACTIONS(1256), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97552,6 +101951,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, @@ -97564,6 +101964,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, @@ -97579,10 +101980,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [49313] = 3, + [52571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(1202), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -97590,7 +101991,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(1200), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97626,30 +102027,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49363] = 3, + [52621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 6, + ACTIONS(1266), 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(2807), 36, + ACTIONS(1264), 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, @@ -97659,6 +102058,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, @@ -97672,17 +102072,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, - [49413] = 3, + [52671] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(3404), 1, + sym__special_character, + STATE(1214), 1, + aux_sym__literal_repeat1, + ACTIONS(3113), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 37, + ACTIONS(3111), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97691,7 +102096,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, @@ -97707,7 +102111,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, @@ -97720,16 +102123,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49463] = 3, + [52725] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1210), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1208), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97738,11 +102142,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, @@ -97753,6 +102155,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, @@ -97767,18 +102170,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49513] = 3, + [52775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, + ACTIONS(1262), 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(1239), 35, + ACTIONS(1260), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97787,6 +102188,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, @@ -97813,66 +102215,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, - [49563] = 24, + [52825] = 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(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, + ACTIONS(270), 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, + ACTIONS(1069), 1, + sym_word, + ACTIONS(1071), 1, + anon_sym_BANG, + ACTIONS(1081), 1, + sym_test_operator, + ACTIONS(3169), 1, + sym__special_character, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1797), 1, + STATE(1543), 1, sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, + STATE(1664), 1, + aux_sym__literal_repeat1, 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, + ACTIONS(1073), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1079), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1075), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1763), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1510), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -97882,77 +102285,102 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [49655] = 3, - ACTIONS(3), 1, + [52917] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 5, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 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(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(252), 1, aux_sym_number_token1, + ACTIONS(254), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(270), 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(1069), 1, + sym_word, + ACTIONS(1071), 1, + anon_sym_BANG, + ACTIONS(1081), 1, + sym_test_operator, + ACTIONS(3169), 1, + sym__special_character, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1664), 1, + aux_sym__literal_repeat1, + STATE(1883), 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, - aux_sym__simple_variable_name_token1, - sym_word, - [49705] = 3, + ACTIONS(1073), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1079), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1075), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1510), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [53009] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3421), 1, + sym__concat, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1181), 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_esac, + anon_sym_LPAREN, 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, @@ -97960,7 +102388,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, @@ -97976,29 +102403,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49755] = 3, + [53065] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, - sym_file_descriptor, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3423), 1, sym__concat, - sym_variable_name, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 35, + ACTIONS(1153), 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_LPAREN, 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, @@ -98006,9 +102438,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, @@ -98023,22 +102453,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49805] = 6, + [53121] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3285), 1, aux_sym_concatenation_token1, - ACTIONS(3370), 1, + ACTIONS(3287), 1, sym__concat, - STATE(962), 1, + STATE(1273), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3002), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 34, + ACTIONS(3000), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98073,22 +102503,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49861] = 6, + [53177] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3285), 1, aux_sym_concatenation_token1, - ACTIONS(3372), 1, + ACTIONS(3287), 1, sym__concat, - STATE(962), 1, + STATE(1251), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(2998), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 34, + ACTIONS(2996), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98123,16 +102553,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49917] = 3, + [53233] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1273), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(3115), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98143,8 +102579,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, @@ -98168,67 +102602,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, - [49967] = 24, + [53289] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, - sym_test_operator, - ACTIONS(953), 1, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, sym__special_character, - ACTIONS(3253), 1, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1458), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1786), 1, + STATE(1888), 1, sym__expression, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1093), 2, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(135), 3, + ACTIONS(1101), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1499), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -98238,208 +102671,134 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [50059] = 3, - ACTIONS(3), 1, + [53381] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1229), 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), 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(236), 1, + sym_word, + ACTIONS(240), 1, + anon_sym_LPAREN, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(252), 1, aux_sym_number_token1, + ACTIONS(254), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [50109] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(268), 1, sym_test_operator, + ACTIONS(270), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 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, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, + ACTIONS(1031), 1, sym__special_character, + ACTIONS(1033), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [50159] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3374), 1, - sym__special_character, - STATE(1193), 1, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 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, + STATE(1890), 1, + sym__expression, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1027), 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, - anon_sym_DQUOTE, + ACTIONS(1035), 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(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [50213] = 24, + ACTIONS(153), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [53473] = 25, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(371), 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(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1045), 1, + anon_sym_LPAREN, + ACTIONS(1047), 1, anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(3202), 1, sym__special_character, - STATE(1571), 1, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3425), 1, + sym_word, + ACTIONS(3429), 1, + sym_test_operator, + STATE(1518), 1, aux_sym__literal_repeat1, - STATE(1771), 1, + STATE(1934), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1099), 2, + ACTIONS(1051), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(3427), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + STATE(1575), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1053), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1691), 4, sym_binary_expression, - sym_ternary_expression, sym_unary_expression, - sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1525), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -98449,79 +102808,30 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [50305] = 6, - 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, - sym_file_descriptor, - 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, - 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, - [50361] = 3, + [53567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(2755), 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(1201), 36, + ACTIONS(2753), 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, @@ -98531,7 +102841,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, @@ -98546,21 +102855,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50411] = 5, + [53617] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, + ACTIONS(3431), 1, sym__special_character, - STATE(1193), 1, + STATE(1245), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 6, + ACTIONS(1276), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1274), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98569,6 +102877,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, @@ -98595,16 +102904,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [50465] = 3, + [53671] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, - sym_file_descriptor, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, sym__concat, + STATE(1251), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(3111), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98613,7 +102928,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, @@ -98626,7 +102940,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, @@ -98640,19 +102953,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, - [50515] = 3, + [53727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(3117), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 36, + ACTIONS(3115), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98661,9 +102972,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, @@ -98674,7 +102987,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, @@ -98689,19 +103001,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50565] = 3, + [53777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(2902), 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), 36, + ACTIONS(2900), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -98712,6 +103024,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, @@ -98721,7 +103034,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, @@ -98736,84 +103048,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50615] = 24, - ACTIONS(63), 1, + [53827] = 5, + 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, - sym_test_operator, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(951), 1, + ACTIONS(3404), 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, + STATE(1214), 1, aux_sym__literal_repeat1, - STATE(1631), 1, - sym__expression, - 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, - [50707] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 5, + ACTIONS(3096), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(3094), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98822,9 +103070,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, @@ -98835,9 +103084,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, @@ -98849,158 +103096,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, - [50757] = 24, + [53881] = 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_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(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, - 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, - [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, - 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(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, - [50941] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -99008,19 +103118,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 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(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1427), 1, + STATE(1543), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -99028,24 +103138,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1065), 2, + ACTIONS(1117), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(1123), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(1119), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99055,17 +103165,22 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51033] = 3, + [53973] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3434), 1, sym__concat, + STATE(1051), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(1153), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99074,7 +103189,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, @@ -99087,7 +103201,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, @@ -99102,158 +103215,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51083] = 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(1780), 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, - [51175] = 24, - ACTIONS(63), 1, + [54029] = 5, + 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, - sym_test_operator, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(951), 1, + ACTIONS(3419), 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(1427), 1, - sym__expression, - STATE(1458), 1, + STATE(1137), 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, - [51267] = 6, - 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(2998), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, + ACTIONS(2996), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99275,7 +103251,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, @@ -99287,134 +103262,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, - [51323] = 24, + [54083] = 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(246), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, - sym_test_operator, - ACTIONS(224), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(951), 1, - sym__special_character, - ACTIONS(953), 1, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - STATE(1458), 1, - aux_sym__literal_repeat1, - STATE(1634), 1, - sym__expression, - 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, - [51415] = 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, + ACTIONS(1113), 1, sym_word, - ACTIONS(230), 1, + ACTIONS(1115), 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, + ACTIONS(1121), 1, sym__special_character, - ACTIONS(3253), 1, + ACTIONS(1125), 1, + sym_test_operator, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1427), 1, - sym__expression, - STATE(1458), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, + STATE(1982), 1, + sym__expression, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1093), 2, + ACTIONS(1117), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1123), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(135), 3, + ACTIONS(1119), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1499), 9, + STATE(1681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99424,22 +103332,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51507] = 6, + [54175] = 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(3323), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(3321), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99448,8 +103350,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, @@ -99474,63 +103379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51563] = 3, + [54225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1246), 6, sym_file_descriptor, sym__concat, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 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, - [51613] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3264), 5, - sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 37, + ACTIONS(1244), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99539,11 +103398,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, @@ -99554,6 +103411,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, @@ -99568,17 +103426,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51663] = 3, + [54275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1242), 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(1240), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99587,6 +103445,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, @@ -99613,18 +103472,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, - [51713] = 3, + [54325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(3317), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(3315), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99633,9 +103491,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, @@ -99646,7 +103506,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, @@ -99660,22 +103519,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, - [51763] = 24, + [54375] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -99683,19 +103541,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 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(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1848), 1, + STATE(1543), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -99703,24 +103561,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 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(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1541), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99730,70 +103588,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51855] = 6, - 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, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 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, - [51911] = 24, + [54467] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -99805,15 +103613,15 @@ static const uint16_t ts_small_parse_table[] = { sym_word, ACTIONS(1097), 1, anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, ACTIONS(1107), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1791), 1, + STATE(1859), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -99831,14 +103639,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99848,22 +103656,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [52003] = 6, + [54559] = 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(1202), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(1200), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99872,6 +103675,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, @@ -99884,6 +103688,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, @@ -99898,153 +103703,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52059] = 24, - ACTIONS(63), 1, + [54609] = 3, + 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(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, + ACTIONS(1270), 7, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1427), 1, - sym__expression, - STATE(1571), 1, - aux_sym__literal_repeat1, - ACTIONS(1027), 2, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 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(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, - [52151] = 25, - ACTIONS(63), 1, - sym_comment, - 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(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, + sym_word, + [54659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, + ACTIONS(1232), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1230), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100080,24 +103796,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, - [52295] = 6, + [54709] = 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(3005), 5, + ACTIONS(1192), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 34, + ACTIONS(1190), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100106,8 +103814,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, @@ -100131,96 +103842,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, - [52351] = 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(3383), 1, - sym_word, - ACTIONS(3387), 1, - sym_test_operator, - STATE(1460), 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(3385), 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(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, + [54759] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(308), 1, + ACTIONS(236), 1, sym_word, - ACTIONS(312), 1, + ACTIONS(240), 1, anon_sym_LPAREN, - ACTIONS(314), 1, + ACTIONS(242), 1, anon_sym_BANG, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + ACTIONS(268), 1, sym_test_operator, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1031), 1, sym__special_character, @@ -100230,11 +103873,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1820), 1, + STATE(1917), 1, sym__expression, ACTIONS(151), 2, anon_sym_DASH2, @@ -100252,14 +103895,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1763), 6, + STATE(1863), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1558), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -100269,20 +103912,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [52537] = 24, + [54851] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -100290,19 +103933,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 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(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1806), 1, + STATE(1981), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -100310,24 +103953,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1065), 2, + ACTIONS(1117), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(1123), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(1119), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -100337,16 +103980,18 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [52629] = 3, + [54943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(1258), 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(3003), 37, + ACTIONS(1256), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100355,11 +104000,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, @@ -100370,6 +104012,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, @@ -100384,10 +104027,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52679] = 3, + [54993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, + ACTIONS(1266), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -100395,7 +104038,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 35, + ACTIONS(1264), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100431,22 +104074,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52729] = 6, + [55043] = 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(2997), 5, + ACTIONS(1262), 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), 34, + ACTIONS(1260), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100467,6 +104106,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, @@ -100481,67 +104121,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52785] = 3, - ACTIONS(3), 1, + [55093] = 24, + ACTIONS(63), 1, sym_comment, - 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(1267), 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, - 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, - [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, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -100549,19 +104142,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 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(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1427), 1, + STATE(1856), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -100569,24 +104162,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 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(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1541), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -100596,20 +104189,19 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [52927] = 5, + [55185] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, + ACTIONS(3436), 1, sym__special_character, - STATE(1156), 1, + STATE(1270), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1276), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1274), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100644,11 +104236,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, - [52981] = 3, + [55239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, + ACTIONS(1236), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -100656,7 +104249,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 35, + ACTIONS(1234), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100692,78 +104285,10 @@ 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, + [55289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, + ACTIONS(1161), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -100771,7 +104296,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 35, + ACTIONS(1159), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100807,98 +104332,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53173] = 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(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, + [55339] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3439), 1, + sym__concat, + STATE(1051), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 37, + ACTIONS(1181), 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, @@ -100922,18 +104382,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53315] = 3, + [55395] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, - sym_file_descriptor, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3441), 1, sym__concat, - sym_variable_name, + STATE(1100), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 35, + ACTIONS(1153), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100954,7 +104417,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, @@ -100968,18 +104430,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, - [53365] = 3, + [55451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1226), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(1224), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101016,20 +104479,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53415] = 24, + [55501] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(346), 1, + sym_word, + ACTIONS(355), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(357), 1, + anon_sym_BANG, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(330), 1, + 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(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3233), 1, + sym__special_character, + STATE(1603), 1, + aux_sym__literal_repeat1, + STATE(1905), 1, + sym__expression, + ACTIONS(308), 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(310), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1896), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1577), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [55593] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -101037,19 +104568,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 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(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1774), 1, + STATE(1891), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -101057,24 +104588,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 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(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -101084,26 +104615,26 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [53507] = 24, + [55685] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(308), 1, + ACTIONS(236), 1, sym_word, - ACTIONS(312), 1, + ACTIONS(240), 1, anon_sym_LPAREN, - ACTIONS(314), 1, + ACTIONS(242), 1, anon_sym_BANG, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + ACTIONS(268), 1, sym_test_operator, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1031), 1, sym__special_character, @@ -101113,11 +104644,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1757), 1, + STATE(1914), 1, sym__expression, ACTIONS(151), 2, anon_sym_DASH2, @@ -101135,14 +104666,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1763), 6, + STATE(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [55777] = 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(3202), 1, + sym__special_character, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3443), 1, + sym_word, + ACTIONS(3447), 1, + sym_test_operator, + STATE(1573), 1, + aux_sym__literal_repeat1, + STATE(1934), 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(1051), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3445), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1575), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1053), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1769), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1564), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [55871] = 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(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3233), 1, + sym__special_character, + STATE(1603), 1, + aux_sym__literal_repeat1, + STATE(1865), 1, + sym__expression, + ACTIONS(308), 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(310), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1896), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1577), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -101152,10 +104820,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [53599] = 3, + [55963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(1232), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -101163,7 +104831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 35, + ACTIONS(1230), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101199,16 +104867,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53649] = 3, + [56013] = 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(3204), 1, + anon_sym_BQUOTE, + ACTIONS(3233), 1, + sym__special_character, + STATE(1603), 1, + aux_sym__literal_repeat1, + STATE(1895), 1, + sym__expression, + ACTIONS(308), 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(310), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1896), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1577), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [56105] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, - sym_file_descriptor, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, sym__concat, + STATE(1251), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(3094), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101217,7 +104959,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, @@ -101230,7 +104971,56 @@ static const uint16_t ts_small_parse_table[] = { 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, + [56161] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1273), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3098), 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, @@ -101244,22 +105034,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, - [53699] = 24, + [56217] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(246), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -101267,19 +105056,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 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(3171), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1506), 1, aux_sym__literal_repeat1, - STATE(1847), 1, + STATE(1836), 1, sym__expression, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -101287,24 +105076,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 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(1575), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1541), 9, + STATE(1579), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -101314,18 +105103,21 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [53791] = 3, + [56309] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, - sym_file_descriptor, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3313), 1, sym__concat, - sym_variable_name, + STATE(1274), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3123), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 35, + ACTIONS(3121), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101346,7 +105138,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,67 +105151,76 @@ 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, - ACTIONS(3), 1, + [56365] = 13, + ACTIONS(63), 1, sym_comment, - ACTIONS(3308), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, - sym_file_descriptor, + ACTIONS(3395), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + ACTIONS(3398), 1, + anon_sym_PIPE, + ACTIONS(3400), 1, + anon_sym_PIPE_AMP, + ACTIONS(3451), 1, + anon_sym_LT_LT, + ACTIONS(3453), 1, + anon_sym_LT_LT_DASH, + ACTIONS(3455), 1, + anon_sym_LT_LT_LT, + STATE(4133), 1, + sym_subscript, + ACTIONS(3449), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + STATE(3184), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3074), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2604), 8, 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_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2612), 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_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, - [53895] = 3, + [56435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1222), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(1220), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101457,24 +105257,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53945] = 6, + [56485] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3311), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3457), 1, sym__concat, - STATE(1254), 1, + STATE(1100), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(1183), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 33, + ACTIONS(1181), 35, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -101482,8 +105281,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, @@ -101491,6 +105290,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, @@ -101505,22 +105305,87 @@ 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, - [54000] = 5, - ACTIONS(3), 1, + [56541] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(3389), 1, + ACTIONS(236), 1, + sym_word, + ACTIONS(240), 1, + anon_sym_LPAREN, + ACTIONS(242), 1, + anon_sym_BANG, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(268), 1, + sym_test_operator, + ACTIONS(270), 1, + sym__brace_start, + ACTIONS(1031), 1, sym__special_character, - STATE(1286), 1, + ACTIONS(1033), 1, + anon_sym_DQUOTE, + ACTIONS(1037), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1039), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 6, + STATE(1855), 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(1863), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1558), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [56633] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1218), 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(2967), 33, + ACTIONS(1216), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101529,6 +105394,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, @@ -101541,7 +105407,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, @@ -101554,16 +105422,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54053] = 3, + [56683] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1911), 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1579), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [56775] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, + aux_sym_number_token1, + ACTIONS(254), 1, + aux_sym_number_token2, + ACTIONS(258), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(270), 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(1069), 1, + sym_word, + ACTIONS(1071), 1, + anon_sym_BANG, + ACTIONS(1081), 1, + sym_test_operator, + ACTIONS(3169), 1, + sym__special_character, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + STATE(1664), 1, + aux_sym__literal_repeat1, + STATE(1838), 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(1073), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1079), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1075), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1510), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [56867] = 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(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1091), 1, + sym__special_character, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + STATE(1543), 1, + sym__expression, + STATE(1550), 1, + aux_sym__literal_repeat1, + ACTIONS(133), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(971), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(985), 2, + 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(1575), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1576), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [56959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(1161), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 36, + ACTIONS(1159), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101572,10 +105645,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, @@ -101586,6 +105658,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, @@ -101600,68 +105673,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54102] = 6, - ACTIONS(63), 1, + [57009] = 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(1236), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1234), 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, + 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, - [54157] = 5, + sym_word, + [57059] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3393), 1, + ACTIONS(3459), 1, sym__special_character, - STATE(1253), 1, + STATE(1335), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(3096), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(3094), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101695,24 +105767,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, - [54210] = 6, + [57112] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(3396), 1, + ACTIONS(2988), 1, sym__concat, - STATE(711), 1, + STATE(1336), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2902), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 33, + ACTIONS(2900), 33, anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, anon_sym_AMP_AMP, @@ -101746,18 +105817,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54265] = 3, + [57167] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, + sym__concat, + STATE(1334), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2898), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(2896), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -101765,10 +105842,8 @@ 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, @@ -101776,7 +105851,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, @@ -101792,17 +105866,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54314] = 3, + [57222] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3461), 1, + sym__special_character, + STATE(1314), 1, + aux_sym__literal_repeat1, + ACTIONS(3096), 6, 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(3094), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101824,7 +105902,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, @@ -101836,17 +105913,65 @@ 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, - [54363] = 5, + [57275] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3463), 1, + anon_sym_DQUOTE, + ACTIONS(3465), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1670), 2, + sym_string, + sym_expansion, + ACTIONS(3355), 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(3353), 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, + [57330] = 5, ACTIONS(63), 1, sym_comment, - STATE(1346), 1, + STATE(1302), 1, aux_sym_concatenation_repeat1, - ACTIONS(949), 2, + ACTIONS(3467), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 14, + ACTIONS(1159), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -101857,13 +105982,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(1169), 24, + ACTIONS(1161), 25, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -101883,20 +106006,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_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - sym__special_character, - [54416] = 3, + anon_sym_COLON, + [57383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 6, + ACTIONS(1192), 4, 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(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101907,6 +106030,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, @@ -101932,41 +106057,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [54465] = 5, + [57432] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - sym__special_character, - STATE(1259), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3393), 3, + 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, + ACTIONS(3385), 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(3383), 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(3381), 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, @@ -101978,35 +106106,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, - [54518] = 6, + [57489] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(3401), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3459), 1, + sym__special_character, + STATE(1335), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 33, + ACTIONS(2996), 34, 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, @@ -102014,9 +106140,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, @@ -102029,24 +106155,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54573] = 6, + [57542] = 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(3100), 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(3098), 36, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102054,8 +106174,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, @@ -102063,6 +106185,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, @@ -102078,22 +106201,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54628] = 6, + [57591] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2986), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2988), 1, sym__concat, - STATE(1260), 1, + STATE(1336), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(2755), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 33, + ACTIONS(2753), 33, anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, anon_sym_AMP_AMP, @@ -102127,21 +106250,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54683] = 5, + [57646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 6, + ACTIONS(1192), 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(1190), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102163,6 +106282,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, @@ -102174,17 +106294,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, - [54736] = 3, + [57695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3002), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3000), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102193,10 +106314,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, @@ -102220,45 +106340,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, - [54785] = 7, + [57744] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3461), 1, + sym__special_character, + STATE(1314), 1, + aux_sym__literal_repeat1, + ACTIONS(3113), 6, sym_file_descriptor, - 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(3111), 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, - ACTIONS(3343), 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(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, @@ -102271,64 +106390,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54842] = 5, - ACTIONS(63), 1, + [57797] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3403), 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, - [54895] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2977), 5, + ACTIONS(3323), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(3321), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102337,7 +106409,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, @@ -102365,16 +106436,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [54944] = 3, + [57846] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3408), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2612), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2604), 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(3406), 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, + [57899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3323), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(3321), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102411,17 +106530,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54993] = 3, + [57948] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(3470), 1, + sym__special_character, + STATE(1314), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 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(1274), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102443,7 +106566,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, @@ -102455,25 +106577,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, - [55042] = 5, + [58001] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 6, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, + sym__concat, + STATE(1334), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 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(3063), 33, + ACTIONS(1190), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102481,8 +106603,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, @@ -102490,9 +106612,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, @@ -102505,17 +106627,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55095] = 3, + [58056] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 6, + ACTIONS(3461), 1, + sym__special_character, + STATE(1314), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 35, + ACTIONS(2996), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102537,7 +106663,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, @@ -102549,18 +106674,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, - [55144] = 3, + [58109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3002), 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(3000), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102569,7 +106694,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, @@ -102597,16 +106721,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55193] = 3, + [58158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(3317), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 36, + ACTIONS(3315), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102643,16 +106767,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55242] = 3, + [58207] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3473), 1, + sym__special_character, + STATE(1319), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(1274), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102661,7 +106789,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, @@ -102675,7 +106802,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, @@ -102689,63 +106815,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55291] = 5, - ACTIONS(3), 1, + [58260] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3306), 2, + STATE(1320), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3476), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1161), 24, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2584), 16, 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_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, + [58313] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1450), 1, + aux_sym_concatenation_repeat1, + ACTIONS(973), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 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_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, + anon_sym_CARET, + ACTIONS(1192), 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, + [58366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(3317), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(3315), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102754,10 +106929,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, @@ -102783,83 +106957,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55393] = 6, - ACTIONS(3), 1, + [58415] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3479), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3481), 1, sym__concat, - STATE(1254), 1, + STATE(1320), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(187), 33, - anon_sym_LPAREN_LPAREN, + ACTIONS(1153), 14, 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_LPAREN, 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, - [55448] = 6, - 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(1155), 24, 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, @@ -102867,30 +106998,24 @@ 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, - [55503] = 3, + [58470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(3323), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 36, + ACTIONS(3321), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102927,66 +107052,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55552] = 5, - ACTIONS(3), 1, + [58519] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + STATE(1323), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3479), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(189), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(220), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, 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, 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, - [55605] = 3, + [58572] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(2988), 1, + sym__concat, + STATE(1334), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2913), 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(2911), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102994,10 +107125,8 @@ 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, @@ -103005,7 +107134,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, @@ -103021,34 +107149,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55654] = 6, - ACTIONS(3), 1, + [58627] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1254), 1, + ACTIONS(1295), 1, + anon_sym_LPAREN, + STATE(1330), 1, aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(3479), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1169), 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(1176), 24, sym_file_descriptor, 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, 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, @@ -103056,47 +107190,40 @@ 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, - [55709] = 6, + [58682] = 5, 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(3459), 1, + sym__special_character, + STATE(1335), 1, + aux_sym__literal_repeat1, + ACTIONS(3113), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 33, + ACTIONS(3111), 34, 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, @@ -103104,9 +107231,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, @@ -103119,20 +107246,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55764] = 5, + [58735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - sym__special_character, - STATE(1259), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 5, + ACTIONS(3317), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 34, + ACTIONS(3315), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103154,6 +107278,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, @@ -103167,69 +107292,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55817] = 5, - ACTIONS(3), 1, + [58784] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(3410), 1, - sym__special_character, - STATE(1253), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(3479), 1, + aux_sym_concatenation_token1, + ACTIONS(3483), 1, + sym__concat, + STATE(1320), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1183), 24, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, 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_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, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [58839] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1323), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3479), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + sym_word, + ACTIONS(1192), 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, - aux_sym__simple_variable_name_token1, - sym_word, - [55870] = 5, + [58892] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3412), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(3117), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 33, + ACTIONS(3115), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103240,6 +107409,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, @@ -103251,6 +107422,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, @@ -103263,20 +107435,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55923] = 5, + [58941] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, + ACTIONS(3485), 1, sym__special_character, - STATE(1288), 1, + STATE(1333), 1, aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1276), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(1274), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103310,33 +107481,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, - [55976] = 5, + [58994] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3415), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3488), 1, + sym__concat, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, + ACTIONS(1153), 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_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, @@ -103344,9 +107517,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, @@ -103359,20 +107532,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56029] = 5, + [59049] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, + ACTIONS(3490), 1, sym__special_character, - STATE(1288), 1, + STATE(1335), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1276), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1274), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103407,41 +107580,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56082] = 8, + [59102] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(2986), 1, + aux_sym_concatenation_token1, + ACTIONS(3493), 1, + sym__concat, + STATE(682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, - ACTIONS(3418), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, - 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, @@ -103457,44 +107629,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56140] = 8, + [59157] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3495), 1, + sym__special_character, + STATE(1333), 1, + aux_sym__literal_repeat1, + ACTIONS(3123), 4, sym_file_descriptor, - ACTIONS(3421), 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(3121), 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, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -103506,42 +107675,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, - [56198] = 8, + [59210] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3002), 5, sym_file_descriptor, - ACTIONS(3424), 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(3000), 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, - 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, @@ -103557,17 +107723,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56256] = 3, + [59259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 6, + ACTIONS(1192), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 34, + ACTIONS(1190), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103576,6 +107741,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, @@ -103601,89 +107767,87 @@ 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, - [56304] = 5, - ACTIONS(63), 1, + [59308] = 5, + ACTIONS(3), 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, - 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), 24, + ACTIONS(3497), 1, + sym__special_character, + STATE(1319), 1, + aux_sym__literal_repeat1, + ACTIONS(3123), 5, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3121), 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, - sym__special_character, + 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, - [56356] = 8, + aux_sym__simple_variable_name_token1, + sym_word, + [59361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1192), 5, sym_file_descriptor, - ACTIONS(3427), 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(1190), 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, - 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, @@ -103699,136 +107863,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56414] = 3, + [59410] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, - anon_sym_EQ, + STATE(1330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3479), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1169), 14, + 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_LPAREN, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1217), 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, - [56462] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + 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(1176), 24, sym_file_descriptor, - ACTIONS(3430), 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, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [59463] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3507), 1, + anon_sym_esac, + ACTIONS(3509), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3521), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, anon_sym_BQUOTE, + ACTIONS(3527), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4741), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1948), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [56520] = 8, + ACTIONS(3503), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [59555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3317), 5, sym_file_descriptor, - ACTIONS(3433), 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(3315), 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, @@ -103844,111 +108023,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56578] = 8, - ACTIONS(3), 1, + [59603] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1244), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1246), 26, sym_file_descriptor, - ACTIONS(3436), 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, - [56636] = 3, - ACTIONS(3), 1, + [59651] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1240), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1242), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, 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, 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, + 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, - [56684] = 3, + [59699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3002), 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(3000), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103957,6 +108131,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,22 +108157,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, - [56732] = 8, + [59747] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3439), 1, + ACTIONS(3537), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104006,7 +108180,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104017,7 +108191,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104034,158 +108208,62 @@ static const uint16_t ts_small_parse_table[] = { 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, + [59805] = 5, + ACTIONS(3), 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, + ACTIONS(2612), 3, + 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, + ACTIONS(3408), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2604), 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(3406), 18, + anon_sym_SEMI, 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_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_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, + [59857] = 3, ACTIONS(63), 1, sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2821), 13, + ACTIONS(1268), 14, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -104195,8 +108273,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2823), 24, + ACTIONS(1270), 26, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -104212,6 +108291,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, @@ -104220,62 +108300,16 @@ static const uint16_t ts_small_parse_table[] = { 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, + [59905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 6, + ACTIONS(1192), 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(1190), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -104284,6 +108318,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, @@ -104310,220 +108345,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57090] = 3, + [59953] = 5, 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, + STATE(1439), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3479), 2, 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, - 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(1169), 5, - sym_file_descriptor, - sym_variable_name, - 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, + ACTIONS(2900), 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, - [57192] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(2902), 24, sym_file_descriptor, - ACTIONS(3445), 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, - [57250] = 3, - ACTIONS(3), 1, + [60005] = 3, + ACTIONS(63), 1, sym_comment, - 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(1167), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1200), 14, + anon_sym_EQ_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, - [57298] = 6, - 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(1202), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, 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, 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, @@ -104531,85 +108428,28 @@ 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, + 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, - aux_sym__simple_variable_name_token1, - sym_word, - [57352] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 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_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, - sym__special_character, - [57404] = 6, + [60053] = 3, 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(3317), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 32, + ACTIONS(3315), 34, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -104617,6 +108457,7 @@ 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, @@ -104625,6 +108466,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, @@ -104639,22 +108481,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, + [60101] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3448), 1, + ACTIONS(3540), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104663,7 +108504,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104674,7 +108515,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104691,20 +108532,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57516] = 8, + [60159] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3451), 1, + ACTIONS(3543), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104713,7 +108554,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104724,7 +108565,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104741,69 +108582,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57574] = 8, - ACTIONS(3), 1, + [60217] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1260), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1262), 26, sym_file_descriptor, - ACTIONS(3454), 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, - [57632] = 3, + [60265] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, + sym__concat, + STATE(1491), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 34, + ACTIONS(1190), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -104811,7 +108651,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, @@ -104820,7 +108659,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, @@ -104835,21 +108673,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, - [57680] = 8, + [60319] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3457), 1, + ACTIONS(3546), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104858,7 +108697,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104869,7 +108708,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104886,60 +108725,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57738] = 8, - ACTIONS(3), 1, + [60377] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1264), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1266), 26, sym_file_descriptor, - ACTIONS(3460), 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, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [60425] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1230), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + sym_word, + ACTIONS(1232), 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, - sym_word, - [57796] = 3, + [60473] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, + STATE(1414), 1, + aux_sym_concatenation_repeat1, + ACTIONS(973), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1171), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -104950,12 +108834,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(1225), 27, - sym__concat, + ACTIONS(1293), 23, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -104975,26 +108860,69 @@ 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, - [57844] = 8, + [60525] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3408), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(2612), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2604), 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(3406), 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, + [60577] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3463), 1, + ACTIONS(3549), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105003,7 +108931,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105014,7 +108942,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105031,10 +108959,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57902] = 3, + [60635] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(1224), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -105045,12 +108973,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(1265), 27, - sym__concat, + ACTIONS(1226), 26, sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -105070,21 +109000,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_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - aux_sym_concatenation_token1, - [57950] = 3, + [60683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(1192), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1190), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105121,22 +109049,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [57998] = 6, + [60731] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3146), 1, sym__concat, - STATE(1342), 1, + STATE(1474), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(3002), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 32, + ACTIONS(3000), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105169,16 +109097,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [58052] = 3, + [60785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(3100), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 35, + ACTIONS(3098), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105214,22 +109142,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58100] = 6, + [60833] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3146), 1, sym__concat, - STATE(1393), 1, + STATE(1491), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(2998), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 32, + ACTIONS(2996), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105262,164 +109190,393 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [58154] = 8, + [60887] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3466), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3521), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, + anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, 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(3554), 1, + anon_sym_esac, + ACTIONS(3556), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4331), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1920), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3552), 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(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [60979] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, anon_sym_DOLLAR, + ACTIONS(3513), 1, sym__special_character, + ACTIONS(3515), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3521), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, anon_sym_BQUOTE, + ACTIONS(3527), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3560), 1, + anon_sym_esac, + ACTIONS(3562), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4320), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1985), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [58212] = 5, + ACTIONS(3558), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [61071] = 5, ACTIONS(63), 1, sym_comment, - STATE(1349), 1, + STATE(1372), 1, aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, + ACTIONS(3564), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1147), 13, - anon_sym_EQ_EQ, + ACTIONS(1159), 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_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, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1161), 23, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - 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, + [61123] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3567), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 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, + [61181] = 3, ACTIONS(63), 1, sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 13, - anon_sym_EQ_EQ, + ACTIONS(1244), 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(1246), 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, + [61229] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, + sym__concat, + STATE(1474), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2972), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2970), 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, - ACTIONS(1169), 24, + [61283] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3393), 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(3385), 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(3383), 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, + ACTIONS(3381), 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, - [58316] = 8, + sym_word, + [61339] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3469), 1, + ACTIONS(3570), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105428,7 +109585,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105439,7 +109596,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105456,20 +109613,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58374] = 8, + [61397] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3472), 1, + ACTIONS(3573), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105478,7 +109635,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105489,7 +109646,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105506,10 +109663,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58432] = 3, + [61455] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3521), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, + anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3578), 1, + anon_sym_esac, + ACTIONS(3580), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4679), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1967), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3576), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [61547] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 13, + STATE(1554), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -105523,8 +109752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 27, - sym__concat, + ACTIONS(1192), 24, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -105545,76 +109773,91 @@ 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, - [58480] = 8, + sym__special_character, + [61599] = 25, ACTIONS(3), 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, - 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(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, anon_sym_DOLLAR, + ACTIONS(3513), 1, sym__special_character, + ACTIONS(3515), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3521), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, anon_sym_BQUOTE, + ACTIONS(3527), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3584), 1, + anon_sym_esac, + ACTIONS(3586), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4678), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1968), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [58538] = 8, + ACTIONS(3582), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [61691] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3478), 1, + ACTIONS(3588), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105623,7 +109866,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105634,7 +109877,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105651,77 +109894,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58596] = 8, + [61749] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3481), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3521), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, + anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, + ACTIONS(3593), 1, + anon_sym_esac, + ACTIONS(3595), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4428), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1975), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3591), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [61841] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1248), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + 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(1250), 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, - 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, - [58654] = 3, + [61889] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3146), 1, + sym__concat, + STATE(1491), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2984), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 35, + ACTIONS(2982), 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 +110038,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,20 +110052,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, - [58702] = 5, + [61943] = 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, + ACTIONS(1224), 14, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -105768,8 +110072,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(218), 24, + ACTIONS(1226), 26, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -105785,6 +110090,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, @@ -105793,115 +110099,236 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [58754] = 3, - ACTIONS(63), 1, + [61991] = 25, + ACTIONS(3), 1, sym_comment, - ACTIONS(1231), 13, - anon_sym_EQ, - anon_sym_LT_LT, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3521), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, + anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3599), 1, + anon_sym_esac, + ACTIONS(3601), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4433), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1928), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3597), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [62083] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3603), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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, - anon_sym_CARET, - ACTIONS(1233), 27, - sym__concat, + ACTIONS(3381), 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, + [62141] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3606), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + 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, + ACTIONS(3385), 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(3383), 10, + anon_sym_SEMI, 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, - [58802] = 5, - ACTIONS(63), 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_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3381), 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(1185), 24, + [62199] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3609), 1, + anon_sym_RPAREN, + ACTIONS(3393), 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(3385), 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(3383), 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(3381), 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, + [62257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3487), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3323), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 32, + ACTIONS(3321), 34, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -105909,6 +110336,7 @@ 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, @@ -105917,6 +110345,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, @@ -105931,22 +110360,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, - [58908] = 8, + [62305] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3489), 1, + ACTIONS(3612), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105955,7 +110383,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105966,7 +110394,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105983,41 +110411,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58966] = 8, + [62363] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3521), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, + anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3617), 1, + anon_sym_esac, + ACTIONS(3619), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4740), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1949), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3615), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [62455] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3100), 6, sym_file_descriptor, - ACTIONS(3492), 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(3098), 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, @@ -106033,111 +110523,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59024] = 6, + [62503] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3495), 1, - sym__concat, - STATE(1303), 1, + STATE(1451), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 14, - anon_sym_EQ, + ACTIONS(3479), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 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_RPAREN, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1179), 23, + 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(1192), 24, + sym_file_descriptor, 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, - [59078] = 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, + 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, + [62555] = 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, - anon_sym_EQ, + ACTIONS(1220), 14, + 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_RPAREN, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, + 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(1222), 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, - [59132] = 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, + [62603] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3621), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 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, + [62661] = 5, ACTIONS(63), 1, sym_comment, - STATE(1345), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, - sym__concat, + ACTIONS(1055), 1, aux_sym_concatenation_token1, - ACTIONS(1149), 14, + STATE(1588), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1190), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106148,13 +110683,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, + sym__special_character, + ACTIONS(1192), 24, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -106174,22 +110709,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_EQ_TILDE, anon_sym_QMARK, - [59184] = 8, + [62713] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3499), 1, + ACTIONS(3624), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106198,7 +110734,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106209,7 +110745,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106226,20 +110762,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59242] = 6, + [62771] = 3, 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, + ACTIONS(1256), 14, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -106249,8 +110780,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1179), 24, + ACTIONS(1258), 26, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -106266,6 +110798,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, @@ -106274,20 +110807,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [59296] = 8, + [62819] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3504), 1, + ACTIONS(3627), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106296,7 +110829,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106307,7 +110840,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106324,20 +110857,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59354] = 8, + [62877] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3507), 1, + ACTIONS(3630), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106346,7 +110879,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106357,7 +110890,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106374,15 +110907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59412] = 5, + [62935] = 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(1200), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106393,11 +110921,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(1202), 26, sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -106417,14 +110948,69 @@ 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, + [62983] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3633), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, - [59464] = 3, + 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, + [63041] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, + STATE(1585), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106438,8 +111024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 27, - sym__concat, + ACTIONS(1192), 24, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -106461,25 +111046,22 @@ 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, - [59512] = 8, + sym__special_character, + [63093] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3510), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3388), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106488,7 +111070,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106499,7 +111081,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106516,20 +111098,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59570] = 8, + [63149] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1268), 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(1270), 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, + [63197] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3513), 1, + ACTIONS(3636), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106538,7 +111165,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106549,7 +111176,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106566,20 +111193,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59628] = 8, + [63255] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1216), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1218), 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, + [63303] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3516), 1, + ACTIONS(3639), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106588,7 +111260,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106599,7 +111271,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106616,20 +111288,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59686] = 8, + [63361] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3519), 1, + ACTIONS(3642), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106638,7 +111310,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106649,7 +111321,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106666,115 +111338,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59744] = 3, + [63419] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 13, - anon_sym_EQ, + STATE(1451), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3479), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2896), 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(1213), 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, - [59792] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + 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(2898), 24, sym_file_descriptor, - ACTIONS(3522), 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, - [59850] = 8, + [63471] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3525), 1, + ACTIONS(3645), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106783,7 +111407,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106794,7 +111418,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106811,20 +111435,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59908] = 8, + [63529] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(973), 1, + aux_sym_concatenation_token1, + ACTIONS(3648), 1, + sym__concat, + STATE(1372), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 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(1183), 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, + [63583] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3528), 1, + ACTIONS(3650), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106833,7 +111505,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106844,7 +111516,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106861,115 +111533,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59966] = 3, - ACTIONS(3), 1, + [63641] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(2977), 6, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1212), 14, + anon_sym_EQ_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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, - [60014] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1214), 26, sym_file_descriptor, - ACTIONS(3531), 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, - [60072] = 8, + [63689] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3534), 1, + ACTIONS(3653), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106978,7 +111600,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106989,7 +111611,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107006,17 +111628,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60130] = 3, + [63747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 6, + ACTIONS(3002), 6, 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(3000), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -107051,157 +111673,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60178] = 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), 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, - [60226] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1418), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - 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_PIPE, - anon_sym_AMP, - anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 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, - [60278] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 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(1249), 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, - [60326] = 8, + [63795] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3537), 1, + ACTIONS(3656), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107210,7 +111695,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107221,7 +111706,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107238,113 +111723,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60384] = 8, - ACTIONS(3), 1, + [63853] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1204), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1206), 26, sym_file_descriptor, - ACTIONS(3540), 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, - [60442] = 5, - ACTIONS(3), 1, + [63901] = 3, + ACTIONS(63), 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, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1212), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, 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, + ACTIONS(1214), 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_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, - [60494] = 6, + 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, + [63949] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3391), 1, - aux_sym_concatenation_token1, - ACTIONS(3543), 1, - sym__concat, - STATE(1341), 1, + STATE(1451), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(3479), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2911), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -107358,7 +111835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1173), 24, + ACTIONS(2913), 24, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -107383,68 +111860,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [60548] = 8, - ACTIONS(3), 1, + [64001] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1159), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1161), 26, sym_file_descriptor, - ACTIONS(3545), 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, - [60606] = 7, + [64049] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3353), 3, + ACTIONS(3659), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107453,19 +111927,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(3383), 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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107482,20 +111955,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60662] = 8, + [64107] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3548), 1, + ACTIONS(3662), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107504,7 +111977,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107515,7 +111988,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107532,41 +112005,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60720] = 8, + [64165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3117), 5, sym_file_descriptor, - ACTIONS(3551), 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(3115), 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, @@ -107582,41 +112050,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60778] = 8, + [64213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1192), 5, sym_file_descriptor, - ACTIONS(3554), 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(1190), 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, - 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, @@ -107631,20 +112093,65 @@ 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, - [60836] = 5, + [64261] = 6, ACTIONS(63), 1, sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2817), 13, + ACTIONS(3665), 1, + anon_sym_DQUOTE, + ACTIONS(3667), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1796), 2, + sym_string, + sym_expansion, + ACTIONS(3355), 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(3353), 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, + [64315] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1234), 14, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -107654,8 +112161,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2819), 24, + ACTIONS(1236), 26, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -107671,6 +112179,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,19 +112188,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [60888] = 7, + [64363] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3348), 2, - ts_builtin_sym_end, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3353), 3, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3669), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107700,7 +112210,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107711,7 +112221,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107728,107 +112238,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60944] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1404), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1053), 2, - sym__concat, - aux_sym_concatenation_token1, - 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_PIPE, - anon_sym_AMP, - anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 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, - [60996] = 8, + [64421] = 25, 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, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, anon_sym_DOLLAR, + ACTIONS(3513), 1, sym__special_character, + ACTIONS(3515), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3521), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, anon_sym_BQUOTE, + ACTIONS(3527), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3674), 1, + anon_sym_esac, + ACTIONS(3676), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4681), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1964), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [61054] = 3, + ACTIONS(3672), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [64513] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 13, + STATE(1537), 1, + aux_sym_concatenation_repeat1, + ACTIONS(973), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107842,9 +112327,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1203), 27, - sym__concat, + ACTIONS(1192), 24, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -107864,16 +112349,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_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [61102] = 3, + sym__special_character, + [64565] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 13, + ACTIONS(3682), 1, + sym_extglob_pattern, + ACTIONS(3680), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107884,12 +112368,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(1221), 27, - sym__concat, + ACTIONS(3678), 25, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -107909,21 +112394,69 @@ 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, + [64615] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3684), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 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, + [64673] = 5, ACTIONS(63), 1, sym_comment, - STATE(1349), 1, + STATE(1439), 1, aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, + ACTIONS(3479), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2807), 13, + ACTIONS(2753), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -107937,7 +112470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2809), 24, + ACTIONS(2755), 24, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -107962,36 +112495,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [61202] = 3, + [64725] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3687), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, 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, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -108007,10 +112545,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61250] = 3, + [64783] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 13, + ACTIONS(1248), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108021,12 +112559,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, - sym__concat, + ACTIONS(1250), 26, sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108046,70 +112586,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, anon_sym_COLON, - aux_sym_concatenation_token1, - [61298] = 8, - ACTIONS(3), 1, + [64831] = 6, + ACTIONS(63), 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, + ACTIONS(3690), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, + ACTIONS(3692), 1, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - STATE(1515), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1167), 14, + STATE(1816), 2, + sym_string, + sym_expansion, + ACTIONS(3355), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108123,9 +112614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 24, - sym__concat, + ACTIONS(3353), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -108149,70 +112638,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [61408] = 8, - ACTIONS(3), 1, + [64885] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3479), 1, + aux_sym_concatenation_token1, + ACTIONS(3694), 1, + sym__concat, + STATE(1320), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 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(1183), 24, sym_file_descriptor, - ACTIONS(3563), 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, - [61466] = 8, + [64939] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3566), 1, + ACTIONS(3696), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -108221,7 +112708,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -108232,7 +112719,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -108249,67 +112736,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61524] = 5, - ACTIONS(3), 1, + [64997] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(1208), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1210), 26, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2584), 16, 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_DOLLAR, + 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, + [65045] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3521), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, anon_sym_BQUOTE, + ACTIONS(3527), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3701), 1, + anon_sym_esac, + ACTIONS(3703), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4743), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1947), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(3304), 19, + ACTIONS(3699), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [65137] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 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_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, + anon_sym_CARET, + ACTIONS(1214), 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, + [65185] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3569), 1, + ACTIONS(3705), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -108318,7 +112915,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -108329,7 +112926,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -108346,108 +112943,214 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61634] = 6, - ACTIONS(3), 1, + [65243] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3572), 1, - sym__concat, - STATE(917), 1, + STATE(1536), 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_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 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_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - 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, + anon_sym_AMP, + anon_sym_CARET, 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, - sym_file_descriptor, - ACTIONS(3574), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + ACTIONS(1192), 23, sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, + 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, + [65295] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1204), 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(1206), 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, + [65343] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 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_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(1214), 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, + [65391] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, anon_sym_DOLLAR, + ACTIONS(3513), 1, sym__special_character, + ACTIONS(3515), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3521), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, anon_sym_BQUOTE, + ACTIONS(3527), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3710), 1, + anon_sym_esac, + ACTIONS(3712), 1, + aux_sym_heredoc_redirect_token1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4744), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1945), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [61746] = 3, + ACTIONS(3708), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [65483] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 13, + ACTIONS(1248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108461,7 +113164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1245), 27, + ACTIONS(1250), 27, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -108489,20 +113192,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_COLON, aux_sym_concatenation_token1, - [61794] = 8, + [65531] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(973), 1, + aux_sym_concatenation_token1, + ACTIONS(3714), 1, + sym__concat, + STATE(1372), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 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(1155), 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, + [65585] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3479), 1, + aux_sym_concatenation_token1, + ACTIONS(3716), 1, + sym__concat, + STATE(1320), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 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(1155), 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, + [65639] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3577), 1, + ACTIONS(3718), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -108511,7 +113310,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -108522,7 +113321,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -108539,41 +113338,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61852] = 8, + [65697] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3513), 1, + sym__special_character, + ACTIONS(3515), 1, + anon_sym_DQUOTE, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3521), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3525), 1, + anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3723), 1, + anon_sym_esac, + ACTIONS(3725), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4682), 1, + sym_last_case_item, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3529), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1921), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3499), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3721), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [65789] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 6, sym_file_descriptor, - ACTIONS(3580), 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(1190), 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, @@ -108589,20 +113450,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61910] = 8, + [65837] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3390), 1, sym_file_descriptor, - ACTIONS(3583), 1, + ACTIONS(3727), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3385), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -108611,7 +113472,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(3383), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -108622,7 +113483,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(3381), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -108639,61 +113500,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61968] = 3, - ACTIONS(63), 1, - sym_comment, - 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, - 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, - [62016] = 3, + [65895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(3117), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, + ACTIONS(3115), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -108702,7 +113519,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, @@ -108729,106 +113545,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62064] = 3, - ACTIONS(63), 1, + [65943] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1255), 13, - anon_sym_EQ, - anon_sym_LT_LT, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3730), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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_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_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3383), 10, + anon_sym_SEMI, 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, - 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_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, 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, - [62160] = 3, + ACTIONS(3381), 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, + [66001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3323), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(3321), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -108864,16 +113640,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62208] = 6, + [66049] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3586), 1, - sym__concat, - STATE(1519), 1, + STATE(1565), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(1055), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108887,7 +113662,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + sym__special_character, + ACTIONS(1192), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -108911,18 +113687,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [62261] = 7, + [66101] = 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(1208), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108936,7 +113704,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1210), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -108957,17 +113726,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, - [62316] = 5, + anon_sym_COLON, + aux_sym_concatenation_token1, + [66149] = 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(1224), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108981,7 +113749,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1226), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109002,173 +113771,97 @@ 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, - [62367] = 25, + anon_sym_COLON, + aux_sym_concatenation_token1, + [66197] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3600), 1, - anon_sym_esac, - ACTIONS(3602), 1, + ACTIONS(3388), 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, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3733), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, 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, + ACTIONS(3385), 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(3383), 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, - [62458] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3381), 16, + 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_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, + [66255] = 8, 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(3065), 5, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3736), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 31, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109184,38 +113877,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62602] = 6, + [66313] = 8, 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(3069), 5, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3739), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, 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, - anon_sym_LT_LT, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109231,38 +113927,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62655] = 6, + [66371] = 8, 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, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3742), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 31, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109278,32 +113977,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62708] = 6, - ACTIONS(3), 1, + [66429] = 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(3005), 5, + ACTIONS(1252), 14, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + 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(1254), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 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, @@ -109311,52 +114013,50 @@ 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, + 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, - [62761] = 6, + [66477] = 8, 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(2997), 5, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3745), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 31, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109372,85 +114072,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62814] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3636), 1, - sym__concat, - STATE(1266), 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_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [62867] = 6, + [66535] = 8, 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(2977), 5, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3748), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, 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, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109466,15 +114122,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62920] = 5, + [66593] = 3, ACTIONS(63), 1, sym_comment, - STATE(1468), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, + ACTIONS(1268), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109488,7 +114139,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1270), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109509,21 +114161,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, - [62971] = 7, + aux_sym_concatenation_token1, + [66641] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1079), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3640), 1, - sym__concat, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1256), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109537,7 +114184,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 22, + ACTIONS(1258), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109558,18 +114206,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, - [63026] = 6, + anon_sym_COLON, + aux_sym_concatenation_token1, + [66689] = 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(1264), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109583,7 +114229,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1266), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109604,17 +114251,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, - [63079] = 5, + anon_sym_COLON, + aux_sym_concatenation_token1, + [66737] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + ACTIONS(1260), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109628,7 +114274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 24, + ACTIONS(1262), 27, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -109650,86 +114296,88 @@ 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_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [63130] = 5, - ACTIONS(63), 1, + anon_sym_COLON, + aux_sym_concatenation_token1, + [66785] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(3644), 1, - sym__special_character, - STATE(1426), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, - anon_sym_EQ, - anon_sym_LT_LT, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3751), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 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_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3383), 10, + anon_sym_SEMI, 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, - ACTIONS(63), 1, - sym_comment, - STATE(1525), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2961), 12, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3381), 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(2963), 24, + [66843] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3144), 1, + aux_sym_concatenation_token1, + ACTIONS(3754), 1, + sym__concat, + STATE(871), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, @@ -109737,64 +114385,125 @@ 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, - [63232] = 5, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [66897] = 8, + ACTIONS(3), 1, sym_comment, - STATE(1526), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2971), 12, - anon_sym_LT_LT, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3756), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 8, + anon_sym_GT_GT, 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, + ACTIONS(3383), 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(3381), 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(2973), 24, + [66955] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, sym_file_descriptor, + ACTIONS(3759), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3385), 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(3383), 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(3381), 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, - [63283] = 3, + sym_word, + [67013] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 14, + ACTIONS(1252), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109805,13 +114514,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(3648), 25, + ACTIONS(1254), 27, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -109831,41 +114539,86 @@ 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, - [63330] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, aux_sym_concatenation_token1, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3654), 1, - sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, + [67061] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3762), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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, - 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, + ACTIONS(3381), 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, + [67119] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1234), 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(1236), 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, @@ -109881,20 +114634,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, - [63385] = 7, + anon_sym_COLON, + aux_sym_concatenation_token1, + [67167] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1083), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3656), 1, - sym__concat, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1159), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109908,7 +114657,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 22, + ACTIONS(1161), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109929,16 +114679,116 @@ 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, - [63440] = 5, - ACTIONS(63), 1, + anon_sym_COLON, + aux_sym_concatenation_token1, + [67215] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3765), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 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, + [67273] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(3658), 1, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3768), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, - STATE(1426), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 13, + 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, + [67331] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1230), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109952,7 +114802,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1275), 24, + ACTIONS(1232), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109974,13 +114825,15 @@ 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, - [63491] = 3, + aux_sym_concatenation_token1, + [67379] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 14, + ACTIONS(1200), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109991,13 +114844,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(3648), 25, + ACTIONS(1202), 27, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110017,14 +114869,116 @@ 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, - [63538] = 3, + aux_sym_concatenation_token1, + [67427] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3771), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 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, + [67485] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3774), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 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, + [67543] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 14, + ACTIONS(1244), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110035,13 +114989,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(3661), 25, + ACTIONS(1246), 27, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110061,18 +115014,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, - [63585] = 5, + aux_sym_concatenation_token1, + [67591] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3665), 1, - sym__special_character, - STATE(1429), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 14, + ACTIONS(1220), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110083,13 +115034,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(1275), 23, + ACTIONS(1222), 27, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110109,20 +115059,61 @@ 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, - [63636] = 7, + anon_sym_COLON, + aux_sym_concatenation_token1, + [67639] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3670), 1, + ACTIONS(1240), 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(1242), 27, sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + 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, + [67687] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1216), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110136,7 +115127,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1218), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -110157,24 +115149,28 @@ 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, - [63691] = 6, + anon_sym_COLON, + aux_sym_concatenation_token1, + [67735] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3144), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3777), 1, sym__concat, - STATE(1465), 1, + STATE(871), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1155), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 31, + ACTIONS(1153), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -110205,227 +115201,311 @@ 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, + [67789] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3388), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3779), 1, + anon_sym_RPAREN, + ACTIONS(3393), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3385), 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(3383), 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(3381), 16, + 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_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(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, - anon_sym_LPAREN_LPAREN, - 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_raw_string, - sym_ansi_c_string, sym_word, - ACTIONS(3672), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, + [67847] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1230), 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, - 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, + anon_sym_CARET, + ACTIONS(1232), 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, + [67894] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1055), 1, + aux_sym_concatenation_token1, + STATE(1581), 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(1293), 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, + [67945] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3313), 1, + sym__concat, + STATE(1517), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3123), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3121), 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, - 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_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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3678), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, + [67998] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1220), 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, - 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, + anon_sym_CARET, + ACTIONS(1222), 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, + [68045] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3313), 1, + sym__concat, + STATE(1557), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3134), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3132), 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, - 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_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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3684), 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, - [64017] = 3, + [68098] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 13, - anon_sym_EQ_EQ, + STATE(1547), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3782), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2970), 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(1185), 26, + ACTIONS(2972), 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, @@ -110439,7 +115519,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, @@ -110448,81 +115527,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [64064] = 25, + [68149] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1540), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3111), 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, - 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_BQUOTE, - ACTIONS(3620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [68202] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, + sym__concat, + STATE(1534), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 5, + sym_file_descriptor, + sym_variable_name, 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, + ACTIONS(3115), 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, - 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, + 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(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, + [68255] = 7, ACTIONS(63), 1, sym_comment, - STATE(1562), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, + ACTIONS(1049), 1, + anon_sym_RBRACK, + ACTIONS(3784), 1, + sym__special_character, + ACTIONS(3786), 1, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 13, + STATE(1567), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110536,7 +115646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1169), 23, + ACTIONS(350), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -110559,82 +115669,56 @@ 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, + [68310] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + STATE(1529), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3788), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 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(1192), 24, + sym_file_descriptor, + sym_variable_name, 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_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(1900), 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(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, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [68361] = 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(1240), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110645,11 +115729,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(1242), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110669,21 +115756,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, - [64348] = 7, + aux_sym_concatenation_token1, + [68408] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1075), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3702), 1, - sym__concat, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1204), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110694,11 +115773,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), 22, + ACTIONS(1206), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110720,18 +115802,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [64403] = 7, + aux_sym_concatenation_token1, + [68455] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1087), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3704), 1, + STATE(1516), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3782), 2, sym__concat, - STATE(1528), 1, + aux_sym_concatenation_token1, + ACTIONS(2982), 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(2984), 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, + [68506] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3790), 1, + sym__special_character, + STATE(1507), 1, aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110745,7 +115870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 22, + ACTIONS(350), 24, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -110766,84 +115891,18 @@ 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, - [64458] = 25, - ACTIONS(3), 1, + anon_sym_COLON, + [68557] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, + ACTIONS(3792), 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(3708), 1, - anon_sym_esac, - ACTIONS(3710), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, + STATE(1507), 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_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, - 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, - 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(1274), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110857,9 +115916,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1276), 24, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110879,12 +115937,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, - [64602] = 3, + anon_sym_COLON, + [68608] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 14, + ACTIONS(1252), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110899,7 +115959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1203), 25, + ACTIONS(1254), 25, sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, @@ -110925,16 +115985,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [64649] = 6, + [68655] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3714), 1, - sym__concat, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, + ACTIONS(1256), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110945,10 +115999,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(1179), 23, + ACTIONS(1258), 25, + sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -110972,10 +116028,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [64702] = 3, + aux_sym_concatenation_token1, + [68702] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 14, + STATE(1528), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110986,14 +116048,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(1293), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111013,145 +116072,21 @@ 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, - aux_sym_concatenation_token1, - [64749] = 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(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_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1893), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3716), 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, - [64840] = 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(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_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1890), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3722), 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, - [64931] = 3, + [68753] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 14, + ACTIONS(1055), 1, + aux_sym_concatenation_token1, + ACTIONS(3795), 1, + anon_sym_RBRACK, + ACTIONS(3797), 1, + sym__concat, + STATE(1581), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111162,14 +116097,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(1293), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111191,11 +116123,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [64978] = 3, + [68808] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 14, + ACTIONS(1200), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111210,7 +116141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1269), 25, + ACTIONS(1202), 25, sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, @@ -111236,69 +116167,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [65025] = 3, + [68855] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ_EQ, + ACTIONS(1216), 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_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(1207), 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, - [65072] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 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_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1213), 25, + ACTIONS(1218), 25, sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, @@ -111324,62 +116211,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [65119] = 3, - ACTIONS(63), 1, - sym_comment, - 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, - [65166] = 7, + [68902] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3728), 1, - anon_sym_RBRACK, - ACTIONS(3730), 1, - sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + ACTIONS(1224), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111390,11 +116225,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(1226), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111416,34 +116254,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [65221] = 3, + aux_sym_concatenation_token1, + [68949] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ_EQ, + STATE(1515), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3799), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 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(1161), 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 +116294,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,28 +116301,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65268] = 3, + [69000] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 13, - anon_sym_EQ_EQ, + ACTIONS(3782), 1, + aux_sym_concatenation_token1, + ACTIONS(3802), 1, + sym__concat, + STATE(1566), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 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(1253), 26, + ACTIONS(1155), 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, @@ -111495,7 +116340,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, @@ -111504,34 +116348,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65315] = 3, - ACTIONS(63), 1, + [69053] = 6, + ACTIONS(3), 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, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3804), 1, sym__concat, + STATE(1100), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 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, @@ -111539,23 +116380,33 @@ 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, - [65362] = 5, + aux_sym__simple_variable_name_token1, + sym_word, + [69106] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(1109), 1, + anon_sym_RBRACK, + ACTIONS(3784), 1, sym__special_character, - STATE(1429), 1, + ACTIONS(3806), 1, + sym__concat, + STATE(1567), 1, aux_sym__literal_repeat1, - ACTIONS(185), 14, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111566,13 +116417,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(350), 23, + ACTIONS(350), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111594,102 +116443,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [65413] = 3, - ACTIONS(63), 1, + [69161] = 6, + ACTIONS(3), 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, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, sym__concat, + STATE(1534), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 5, + 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(3098), 31, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [65460] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1109), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3734), 1, - sym__concat, - STATE(1528), 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), 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, - [65515] = 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, + [69214] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 14, + STATE(1617), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111700,14 +116509,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(1192), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111729,22 +116535,22 @@ 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, + [69265] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3311), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3313), 1, sym__concat, - STATE(1523), 1, + STATE(1517), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1192), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 32, + ACTIONS(1190), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -111777,22 +116583,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [65615] = 6, + [69318] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3285), 1, aux_sym_concatenation_token1, - ACTIONS(3736), 1, + ACTIONS(3287), 1, sym__concat, - STATE(962), 1, + STATE(1540), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 31, + ACTIONS(1190), 31, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -111824,125 +116630,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [65668] = 3, + [69371] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, - anon_sym_EQ_EQ, + ACTIONS(1055), 1, + aux_sym_concatenation_token1, + ACTIONS(3808), 1, + anon_sym_RBRACK, + ACTIONS(3810), 1, + sym__concat, + STATE(1581), 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_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(1261), 26, - sym_file_descriptor, - sym__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1293), 22, 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, - [65715] = 6, - ACTIONS(3), 1, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [69426] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3788), 1, aux_sym_concatenation_token1, - ACTIONS(3738), 1, + ACTIONS(3812), 1, sym__concat, - STATE(962), 1, + STATE(1515), 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), 31, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1181), 12, 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, - [65768] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 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(1245), 26, + ACTIONS(1183), 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, @@ -111950,8 +116718,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, @@ -111959,34 +116725,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65815] = 3, + [69479] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 13, - anon_sym_EQ_EQ, + ACTIONS(1055), 1, + aux_sym_concatenation_token1, + ACTIONS(3814), 1, + anon_sym_RBRACK, + ACTIONS(3816), 1, + sym__concat, + STATE(1581), 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(1293), 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_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, + anon_sym_QMARK, + [69534] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, sym__concat, + STATE(1540), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3094), 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, @@ -111994,25 +116806,24 @@ 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, + sym_word, + [69587] = 3, 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(1248), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112023,11 +116834,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(1179), 23, + ACTIONS(1250), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112049,17 +116863,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [65915] = 6, + aux_sym_concatenation_token1, + [69634] = 6, ACTIONS(63), 1, sym_comment, ACTIONS(1029), 1, aux_sym_concatenation_token1, - ACTIONS(3742), 1, + ACTIONS(3818), 1, sym__concat, - STATE(1266), 1, + STATE(1302), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(1181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112073,7 +116887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1183), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -112094,37 +116908,42 @@ 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, - [65968] = 3, + [69687] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, - anon_sym_EQ_EQ, + ACTIONS(3788), 1, + aux_sym_concatenation_token1, + ACTIONS(3820), 1, + sym__concat, + STATE(1515), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 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(1217), 26, + ACTIONS(1155), 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, @@ -112132,8 +116951,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, @@ -112141,109 +116958,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66015] = 3, + [69740] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 13, - anon_sym_EQ_EQ, + ACTIONS(1268), 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_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, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1270), 25, sym__concat, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - 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_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, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1522), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 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, - [66115] = 7, + [69787] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3744), 1, + ACTIONS(1087), 1, anon_sym_RBRACK, - ACTIONS(3746), 1, + ACTIONS(3784), 1, + sym__special_character, + ACTIONS(3822), 1, sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + STATE(1567), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112257,7 +117027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(350), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -112280,123 +117050,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [66170] = 6, - ACTIONS(3), 1, + [69842] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1523), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 32, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3824), 1, + sym__special_character, + STATE(1532), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 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, - 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, + anon_sym_CARET, + ACTIONS(1276), 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, + [69893] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3756), 14, + ACTIONS(3829), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112411,7 +117114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 25, + ACTIONS(3827), 25, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -112437,34 +117140,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [66361] = 3, - ACTIONS(63), 1, + [69940] = 6, + ACTIONS(3), 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, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3831), 1, sym__concat, + STATE(1051), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, @@ -112472,23 +117173,33 @@ 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, - [66408] = 3, + sym_word, + [69993] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(3833), 1, + sym__special_character, + STATE(1549), 1, + aux_sym__literal_repeat1, + ACTIONS(189), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -112496,11 +117207,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(1225), 26, + ACTIONS(220), 24, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -112516,19 +117225,24 @@ 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, - [66455] = 3, + [70044] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 14, + ACTIONS(1029), 1, + aux_sym_concatenation_token1, + ACTIONS(3835), 1, + sym__concat, + STATE(1302), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112539,14 +117253,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(1155), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112566,13 +117277,19 @@ 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, - aux_sym_concatenation_token1, - [66502] = 3, + [70097] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 14, + ACTIONS(973), 1, + aux_sym_concatenation_token1, + ACTIONS(3837), 1, + sym__concat, + STATE(1372), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112583,12 +117300,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(1237), 25, - sym__concat, + ACTIONS(1155), 23, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -112612,11 +117327,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [66549] = 3, + [70150] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 14, + ACTIONS(1244), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112631,7 +117345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1221), 25, + ACTIONS(1246), 25, sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, @@ -112657,10 +117371,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [66596] = 3, + [70197] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 14, + ACTIONS(1055), 1, + aux_sym_concatenation_token1, + ACTIONS(3839), 1, + anon_sym_RBRACK, + ACTIONS(3841), 1, + sym__concat, + STATE(1581), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112671,14 +117393,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(1245), 25, - sym__concat, + ACTIONS(1293), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112700,11 +117419,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, + [70252] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3843), 1, + sym__concat, + STATE(1051), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 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, + [70305] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, aux_sym_concatenation_token1, - [66643] = 3, + ACTIONS(3287), 1, + sym__concat, + STATE(1540), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2996), 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, + [70358] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 14, + ACTIONS(3847), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112719,8 +117531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 25, - sym__concat, + ACTIONS(3845), 25, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -112742,37 +117553,80 @@ 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, - aux_sym_concatenation_token1, - [66690] = 3, + anon_sym_COLON, + [70405] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 13, - anon_sym_EQ_EQ, + ACTIONS(3847), 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(3845), 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_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1269), 26, - sym_file_descriptor, + anon_sym_QMARK, + anon_sym_COLON, + [70452] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_concatenation_token1, + ACTIONS(3287), 1, sym__concat, + STATE(1534), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3000), 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, @@ -112780,37 +117634,42 @@ 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, - [66737] = 5, + sym_word, + [70505] = 5, ACTIONS(63), 1, sym_comment, - STATE(1525), 1, + STATE(1524), 1, aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(3788), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 12, + ACTIONS(3115), 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(1169), 24, + ACTIONS(3117), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -112820,6 +117679,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, @@ -112827,7 +117687,6 @@ 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, @@ -112835,72 +117694,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66788] = 3, + [70556] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 13, - anon_sym_EQ_EQ, + ACTIONS(3851), 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_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__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3849), 25, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - 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_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, - [66835] = 5, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [70603] = 6, ACTIONS(63), 1, sym_comment, - STATE(1512), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, + ACTIONS(3782), 1, aux_sym_concatenation_token1, - ACTIONS(3067), 12, + ACTIONS(3853), 1, + sym__concat, + STATE(1566), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 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(3069), 24, + ACTIONS(1183), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -112910,7 +117770,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, @@ -112918,6 +117777,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, @@ -112925,82 +117785,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66886] = 3, + [70656] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, - anon_sym_EQ_EQ, + ACTIONS(3857), 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_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(1265), 26, - sym_file_descriptor, - sym__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3855), 25, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - 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_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, - [66933] = 5, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [70703] = 5, ACTIONS(63), 1, sym_comment, - STATE(1510), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 12, + ACTIONS(3859), 1, + sym__special_character, + STATE(1549), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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(3065), 24, + ACTIONS(1276), 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, @@ -113012,19 +117871,18 @@ 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, - [66984] = 6, + [70754] = 5, 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, + ACTIONS(3862), 1, + sym__special_character, + STATE(1532), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113035,11 +117893,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(1179), 23, + ACTIONS(350), 23, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113059,31 +117919,30 @@ 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, - [67037] = 5, + [70805] = 5, ACTIONS(63), 1, sym_comment, - STATE(1525), 1, + STATE(1529), 1, aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(3788), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2967), 12, + ACTIONS(3111), 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(2969), 24, + ACTIONS(3113), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -113093,6 +117952,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, @@ -113100,7 +117960,6 @@ 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, @@ -113108,15 +117967,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67088] = 5, + [70856] = 5, ACTIONS(63), 1, sym_comment, - STATE(1526), 1, + STATE(1516), 1, aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(3782), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2975), 12, + ACTIONS(1190), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -113129,7 +117988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2977), 24, + ACTIONS(1192), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -113154,16 +118013,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67139] = 6, + [70907] = 6, ACTIONS(63), 1, sym_comment, ACTIONS(1029), 1, aux_sym_concatenation_token1, - ACTIONS(3762), 1, + ACTIONS(3864), 1, sym__concat, - STATE(1266), 1, + STATE(1302), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(1181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113177,7 +118036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1183), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -113198,13 +118057,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, - [67192] = 3, + anon_sym_COLON, + [70960] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 14, + ACTIONS(1029), 1, + aux_sym_concatenation_token1, + ACTIONS(3866), 1, + sym__concat, + STATE(1302), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113215,14 +118080,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(1253), 25, - sym__concat, + ACTIONS(1155), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113244,11 +118106,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [67239] = 3, + anon_sym_COLON, + [71013] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 14, + STATE(1555), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3868), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113259,14 +118126,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(1161), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113286,81 +118150,81 @@ 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, - [67286] = 3, + [71064] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 13, - anon_sym_EQ_EQ, + ACTIONS(1055), 1, + aux_sym_concatenation_token1, + ACTIONS(3871), 1, + sym__concat, + STATE(1555), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 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(1203), 26, - sym_file_descriptor, - sym__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1183), 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, - [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_STAR_STAR, + anon_sym_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(1233), 26, - sym_file_descriptor, + anon_sym_QMARK, + [71117] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3311), 1, + aux_sym_concatenation_token1, + ACTIONS(3873), 1, sym__concat, + STATE(1100), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, @@ -113368,23 +118232,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, + 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, - [67380] = 5, + aux_sym__simple_variable_name_token1, + sym_word, + [71170] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3638), 1, - sym__special_character, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + STATE(1586), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113398,8 +118269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 24, - sym__concat, + ACTIONS(1293), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -113420,18 +118290,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_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [67431] = 5, + [71221] = 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(1264), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113442,10 +118307,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), 23, + ACTIONS(1266), 25, + sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -113469,100 +118336,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [67482] = 5, + aux_sym_concatenation_token1, + [71268] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, + ACTIONS(3388), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, + ACTIONS(3390), 1, + sym_file_descriptor, + ACTIONS(3393), 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, + ACTIONS(3385), 9, 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, + ACTIONS(3383), 10, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, 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(3381), 15, + anon_sym_LPAREN_LPAREN, 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_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67580] = 3, + sym_word, + [71323] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 14, + ACTIONS(1260), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113577,7 +118403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 25, + ACTIONS(1262), 25, sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, @@ -113603,102 +118429,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [67627] = 5, + [71370] = 7, ACTIONS(63), 1, sym_comment, - STATE(1512), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 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, - 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, + ACTIONS(1083), 1, 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, - [67678] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1510), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(3784), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2997), 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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [67729] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 14, + ACTIONS(3875), 1, + sym__concat, + STATE(1567), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113709,14 +118451,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(1265), 25, - sym__concat, + ACTIONS(350), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113738,59 +118477,64 @@ 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, + [71425] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + STATE(1529), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3788), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3094), 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(3096), 24, sym_file_descriptor, - ACTIONS(3353), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 9, + 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_RBRACK, 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, + [71476] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 14, + ACTIONS(1055), 1, + aux_sym_concatenation_token1, + ACTIONS(3877), 1, + anon_sym_RBRACK, + ACTIONS(3879), 1, + sym__concat, + STATE(1581), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113801,14 +118545,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(1293), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113830,17 +118571,16 @@ 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, + [71531] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, + ACTIONS(1055), 1, aux_sym_concatenation_token1, - ACTIONS(3764), 1, + ACTIONS(3881), 1, sym__concat, - STATE(1266), 1, + STATE(1555), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, + ACTIONS(1153), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113854,7 +118594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1179), 23, + ACTIONS(1155), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -113875,98 +118615,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_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [67931] = 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(3768), 1, - anon_sym_esac, - ACTIONS(3770), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 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, + [71584] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3758), 1, - aux_sym_concatenation_token1, - ACTIONS(3772), 1, - sym__concat, - STATE(1513), 1, + STATE(1566), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + ACTIONS(3883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 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(1173), 24, + ACTIONS(1161), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -113976,7 +118649,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, @@ -113984,6 +118656,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, @@ -113991,10 +118664,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68075] = 3, + [71635] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 14, + ACTIONS(3886), 1, + sym__special_character, + STATE(1567), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114005,14 +118682,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(1233), 25, + ACTIONS(1276), 24, sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114032,19 +118707,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, - [68122] = 6, + [71686] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3758), 1, - aux_sym_concatenation_token1, - ACTIONS(3774), 1, - sym__concat, - STATE(1513), 1, + STATE(1524), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, + ACTIONS(3788), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3098), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -114057,7 +118731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1179), 24, + ACTIONS(3100), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -114082,28 +118756,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68175] = 5, + [71737] = 5, ACTIONS(63), 1, sym_comment, - STATE(1513), 1, + STATE(1516), 1, aux_sym_concatenation_repeat1, - ACTIONS(3776), 2, + ACTIONS(3782), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1183), 12, + ACTIONS(2996), 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(2998), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -114113,7 +118787,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 +118794,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,64 +118802,102 @@ 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, + [71788] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3781), 1, - anon_sym_DQUOTE, - STATE(2080), 1, - sym_string, - ACTIONS(3783), 2, + STATE(1547), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3782), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3000), 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, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + sym_word, + ACTIONS(3002), 24, 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_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, 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, + [71839] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3408), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2612), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2604), 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_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [68281] = 6, + ACTIONS(3406), 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, + [71890] = 3, 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, + ACTIONS(1159), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114196,11 +118908,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(1161), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114220,107 +118935,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, 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_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(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, - 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, + aux_sym_concatenation_token1, + [71937] = 7, ACTIONS(63), 1, sym_comment, - STATE(1510), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, + ACTIONS(1065), 1, + anon_sym_RBRACK, + ACTIONS(3784), 1, + sym__special_character, + ACTIONS(3889), 1, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, + STATE(1567), 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_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, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(350), 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_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, - [68440] = 3, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [71992] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 14, + ACTIONS(1234), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114335,7 +119004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 25, + ACTIONS(1236), 25, sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, @@ -114361,15 +119030,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [68487] = 5, + [72039] = 3, ACTIONS(63), 1, sym_comment, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3787), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 13, + ACTIONS(1171), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114380,11 +119044,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(1185), 23, + ACTIONS(1293), 25, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114404,13 +119070,19 @@ 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, - [68538] = 3, + anon_sym_COLON, + [72086] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1149), 14, + STATE(1589), 1, + aux_sym_concatenation_repeat1, + ACTIONS(973), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114421,11 +119093,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(1283), 25, + ACTIONS(1293), 23, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -114447,19 +119118,17 @@ 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, + [72137] = 5, ACTIONS(63), 1, sym_comment, - STATE(1490), 1, + STATE(1556), 1, aux_sym_concatenation_repeat1, - ACTIONS(1053), 2, + ACTIONS(1055), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1149), 13, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114473,7 +119142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1293), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -114497,110 +119166,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [68636] = 6, - ACTIONS(3), 1, + [72188] = 3, + ACTIONS(63), 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, - 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, + ACTIONS(1212), 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, - aux_sym__simple_variable_name_token1, - sym_word, - [68689] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3792), 1, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1214), 25, sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, - sym_file_descriptor, 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, + [72235] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1553), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + 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_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - 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, - [68742] = 6, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1293), 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_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [72286] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3794), 1, - sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, + ACTIONS(3784), 1, + sym__special_character, + STATE(1567), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114614,7 +119277,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1179), 23, + ACTIONS(350), 24, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -114638,154 +119302,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [68795] = 6, + [72337] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3646), 1, + ACTIONS(1055), 1, aux_sym_concatenation_token1, - ACTIONS(3796), 1, + ACTIONS(3891), 1, sym__concat, - STATE(1527), 1, + STATE(1555), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + ACTIONS(1181), 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(1173), 24, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1183), 23, 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, - [68848] = 6, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [72390] = 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(1208), 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_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1210), 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, + [72437] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3895), 1, + anon_sym_DQUOTE, + STATE(2182), 1, + sym_string, + ACTIONS(3897), 2, aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1179), 24, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ACTIONS(3893), 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_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, 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, - [68901] = 5, + sym_word, + [72492] = 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(1212), 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_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(1185), 24, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1214), 25, + sym__concat, sym_test_operator, - sym__brace_start, - 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_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, - [68952] = 5, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [72539] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3803), 1, - sym__special_character, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 13, + ACTIONS(1029), 1, + aux_sym_concatenation_token1, + ACTIONS(3899), 1, + sym__concat, + STATE(1302), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114799,8 +119508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1275), 24, - sym__concat, + ACTIONS(1155), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -114821,102 +119529,161 @@ 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, - [69003] = 3, + [72592] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(1029), 1, + aux_sym_concatenation_token1, + ACTIONS(3901), 1, + sym__concat, + STATE(1302), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 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, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1183), 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, + [72645] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3895), 1, + anon_sym_DQUOTE, + STATE(2182), 1, + sym_string, + ACTIONS(3897), 2, aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1257), 26, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ACTIONS(3893), 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_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, 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, - [69049] = 6, + sym_word, + [72700] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3806), 1, + ACTIONS(1055), 1, aux_sym_concatenation_token1, - ACTIONS(3808), 1, + ACTIONS(3903), 1, sym__concat, - STATE(1591), 1, + STATE(1555), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 11, + ACTIONS(1153), 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(1173), 24, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1155), 23, 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, - [69101] = 3, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [72753] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 13, + ACTIONS(973), 1, + aux_sym_concatenation_token1, + ACTIONS(3905), 1, + sym__concat, + STATE(1372), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114930,9 +119697,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1203), 25, - sym__concat, + ACTIONS(1183), 23, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114952,14 +119719,14 @@ 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, - [69147] = 3, + [72806] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 13, + ACTIONS(3911), 1, + anon_sym_LBRACK, + ACTIONS(3909), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114973,9 +119740,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1221), 25, - sym__concat, - sym_test_operator, + ACTIONS(3907), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114995,14 +119762,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, - [69193] = 3, + anon_sym_COLON, + [72854] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(1190), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115013,13 +119779,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, - sym__special_character, - ACTIONS(1169), 24, - sym__concat, + ACTIONS(1192), 24, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115039,28 +119805,31 @@ 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, - [69239] = 3, + sym__special_character, + [72900] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 12, + STATE(1619), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3000), 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(1203), 26, + ACTIONS(3002), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -115069,7 +119838,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, @@ -115077,7 +119845,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, @@ -115085,10 +119853,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69285] = 3, + [72950] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1200), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115101,7 +119869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1207), 26, + ACTIONS(1202), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115128,53 +119896,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69331] = 3, + [72996] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 12, + ACTIONS(1212), 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(1237), 26, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1214), 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, - [69377] = 3, + [73042] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 12, + ACTIONS(1252), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115187,7 +119955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1261), 26, + ACTIONS(1254), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115214,10 +119982,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69423] = 3, + [73088] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 13, + ACTIONS(1204), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115231,7 +119999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1257), 25, + ACTIONS(1206), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -115257,57 +120025,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [69469] = 3, + [73134] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 13, - anon_sym_EQ, + STATE(1618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2996), 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(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_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(2998), 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_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69515] = 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, + 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, + [73184] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3810), 1, - sym__special_character, - STATE(1540), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 13, + ACTIONS(1212), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115321,7 +120087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1275), 23, + ACTIONS(1214), 25, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -115345,15 +120112,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [69565] = 5, + aux_sym_concatenation_token1, + [73230] = 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, + ACTIONS(3833), 1, + sym__special_character, + STATE(1549), 1, + aux_sym__literal_repeat1, + ACTIONS(2896), 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(2898), 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, + [73280] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1208), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115367,7 +120175,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1210), 25, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -115388,12 +120197,14 @@ 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, - [69615] = 3, + aux_sym_concatenation_token1, + [73326] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 13, + ACTIONS(1224), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115407,7 +120218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1245), 25, + ACTIONS(1226), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -115433,23 +120244,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [69661] = 3, + [73372] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1248), 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(1250), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115460,6 +120271,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, @@ -115468,7 +120280,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, @@ -115476,55 +120287,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69707] = 3, + [73418] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(3915), 1, + sym__special_character, + STATE(1652), 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_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(1257), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(350), 23, 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_STAR_STAR, 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, - [69753] = 4, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [73468] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3817), 1, - anon_sym_LBRACK, - ACTIONS(3815), 13, + ACTIONS(1224), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115538,9 +120349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3813), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1226), 25, + sym__concat, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115560,76 +120372,73 @@ 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, - [69801] = 3, + [73514] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 12, + ACTIONS(1190), 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_GT, - anon_sym_DOLLAR, + anon_sym_AMP, + anon_sym_CARET, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 26, - sym_file_descriptor, + ACTIONS(1192), 24, 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_STAR_STAR, 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, - [69847] = 5, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [73560] = 3, 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, + ACTIONS(1256), 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(218), 24, + ACTIONS(1258), 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, @@ -115643,18 +120452,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, - [69897] = 3, + [73606] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 13, + ACTIONS(1244), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115668,9 +120478,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1269), 25, + ACTIONS(1246), 25, sym__concat, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115693,24 +120504,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [69943] = 3, + [73652] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 12, + ACTIONS(1216), 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(1269), 26, + ACTIONS(1218), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115721,7 +120531,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, @@ -115730,6 +120539,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, @@ -115737,14 +120547,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69989] = 5, + [73698] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3821), 1, - sym__special_character, - STATE(1540), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115758,8 +120564,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 23, + ACTIONS(1250), 25, + sym__concat, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115782,10 +120590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [70039] = 3, + [73744] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 12, + ACTIONS(1159), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115798,7 +120606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1217), 26, + ACTIONS(1161), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115825,10 +120633,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70085] = 3, + [73790] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 13, + ACTIONS(3921), 1, + sym__concat, + ACTIONS(3919), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115842,9 +120652,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1253), 25, + ACTIONS(3917), 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, + [73838] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3927), 1, sym__concat, - sym_test_operator, + ACTIONS(3925), 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(3923), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115864,14 +120718,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, - [70131] = 3, + anon_sym_COLON, + [73886] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 12, + ACTIONS(1268), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115884,7 +120737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 26, + ACTIONS(1270), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115911,23 +120764,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70177] = 3, + [73932] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 12, + ACTIONS(1234), 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(1217), 26, + ACTIONS(1236), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115938,7 +120791,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, @@ -115947,6 +120799,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, @@ -115954,10 +120807,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70223] = 3, + [73978] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 13, + ACTIONS(1234), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115971,7 +120824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1213), 25, + ACTIONS(1236), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -115997,53 +120850,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [70269] = 3, + [74024] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 12, + ACTIONS(1159), 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, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1221), 26, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1161), 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_STAR_STAR, 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_EQ_TILDE, + anon_sym_QMARK, 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, - [70315] = 3, + [74070] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(1029), 1, + aux_sym_concatenation_token1, + ACTIONS(3929), 1, + sym__concat, + STATE(1302), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116057,8 +120916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 25, - sym__concat, + ACTIONS(1155), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -116079,19 +120937,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, - [70361] = 5, + [74122] = 6, ACTIONS(63), 1, sym_comment, - STATE(1619), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, + ACTIONS(3913), 1, aux_sym_concatenation_token1, - ACTIONS(3019), 12, + ACTIONS(3931), 1, + sym__concat, + STATE(1622), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116102,10 +120959,10 @@ 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(3021), 23, + ACTIONS(1155), 24, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -116128,15 +120985,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70411] = 5, + [74174] = 6, ACTIONS(63), 1, sym_comment, - STATE(1614), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, + ACTIONS(3913), 1, aux_sym_concatenation_token1, - ACTIONS(3013), 12, + ACTIONS(3933), 1, + sym__concat, + STATE(1622), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116147,10 +121005,10 @@ 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(3015), 23, + ACTIONS(1183), 24, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -116173,10 +121031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70461] = 3, + [74226] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 13, + ACTIONS(1200), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116190,56 +121048,8 @@ static const uint16_t ts_small_parse_table[] = { 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, - sym__special_character, - [70507] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3825), 1, + ACTIONS(1202), 25, sym__concat, - STATE(1266), 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), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -116260,82 +121070,37 @@ 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, - [70559] = 6, - 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, - 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), 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, - [70611] = 3, + [74272] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 12, + ACTIONS(1190), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, 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(1225), 26, + ACTIONS(1192), 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, 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, @@ -116343,18 +121108,24 @@ 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, - [70657] = 3, + [74318] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 12, + STATE(1622), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3935), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116365,11 +121136,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(1161), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -116385,7 +121154,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,23 +121162,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70703] = 3, + [74368] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 12, + ACTIONS(1220), 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(1222), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116421,7 +121189,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, @@ -116430,6 +121197,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, @@ -116437,10 +121205,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70749] = 3, + [74414] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 12, + ACTIONS(1252), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116453,7 +121221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 26, + ACTIONS(1254), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116480,10 +121248,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70795] = 3, + [74460] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 12, + STATE(1618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116494,11 +121267,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(1192), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -116514,7 +121285,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 +121293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70841] = 3, + [74510] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(1216), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116540,7 +121310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 25, + ACTIONS(1218), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -116566,10 +121336,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [70887] = 3, + [74556] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 12, + ACTIONS(1264), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116582,7 +121352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1229), 26, + ACTIONS(1266), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116609,26 +121379,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70933] = 3, + [74602] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 12, + ACTIONS(3938), 1, + aux_sym_concatenation_token1, + ACTIONS(3940), 1, + sym__concat, + STATE(1671), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 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(1155), 23, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -116636,7 +121410,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, @@ -116644,7 +121417,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, @@ -116652,14 +121425,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70979] = 5, + [74654] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(3833), 1, sym__special_character, - STATE(1610), 1, + STATE(1549), 1, aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(2911), 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(2913), 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, + [74704] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1244), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116673,7 +121487,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 23, + ACTIONS(1246), 25, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -116694,13 +121509,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, + [74750] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1224), 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(1226), 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, + [74796] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 12, + ACTIONS(1208), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116713,7 +121572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1233), 26, + ACTIONS(1210), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116740,10 +121599,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71075] = 3, + [74842] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1220), 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(1222), 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, + [74888] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(1230), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116756,7 +121658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 26, + ACTIONS(1232), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116783,61 +121685,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71121] = 6, + [74934] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3806), 1, + ACTIONS(1252), 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(1254), 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(3831), 1, + [74980] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1029), 1, + aux_sym_concatenation_token1, + ACTIONS(3942), 1, sym__concat, - STATE(1591), 1, + STATE(1302), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 11, + ACTIONS(1181), 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(1179), 24, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1183), 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, - 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, - [71173] = 5, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [75032] = 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(1212), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116848,9 +121788,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(3069), 24, + ACTIONS(1214), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -116866,6 +121808,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, @@ -116874,15 +121817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71223] = 5, + [75078] = 3, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 11, + ACTIONS(1204), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116893,9 +121831,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(3065), 24, + ACTIONS(1206), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -116911,6 +121851,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, @@ -116919,29 +121860,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71273] = 5, + [75124] = 3, ACTIONS(63), 1, sym_comment, - STATE(1619), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, + ACTIONS(1224), 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(1169), 23, + ACTIONS(1226), 26, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -116949,6 +121887,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, @@ -116956,7 +121895,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, @@ -116964,23 +121903,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71323] = 3, + [75170] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 12, + ACTIONS(1212), 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(1214), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116991,7 +121930,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, @@ -117000,6 +121938,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, @@ -117007,28 +121946,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71369] = 5, + [75216] = 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(1260), 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(1262), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -117037,6 +121973,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 +121981,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 +121989,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71419] = 5, + [75262] = 3, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 11, + ACTIONS(1200), 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(1202), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -117082,6 +122016,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 +122024,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 +122032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71469] = 3, + [75308] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(1268), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117114,9 +122049,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 25, + ACTIONS(1270), 25, sym__concat, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -117139,11 +122075,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [71515] = 3, + [75354] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(1248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117157,7 +122092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 25, + ACTIONS(1250), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -117183,15 +122118,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [71561] = 5, + [75400] = 6, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, + ACTIONS(3938), 1, aux_sym_concatenation_token1, - ACTIONS(1167), 11, + ACTIONS(3944), 1, + sym__concat, + STATE(1671), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -117202,10 +122138,10 @@ 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(1183), 23, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -117228,10 +122164,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71611] = 3, + [75452] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 13, + ACTIONS(1256), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117245,7 +122181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1241), 25, + ACTIONS(1258), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -117271,12 +122207,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [71657] = 4, + [75498] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3837), 1, + STATE(1628), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3938), 2, sym__concat, - ACTIONS(3835), 13, + aux_sym_concatenation_token1, + ACTIONS(1190), 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(1192), 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, + [75548] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1256), 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(1258), 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, + [75594] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1208), 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(1210), 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, + [75640] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3950), 1, + sym__concat, + ACTIONS(3948), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117290,7 +122357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3833), 24, + ACTIONS(3946), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -117315,12 +122382,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [71705] = 4, + [75688] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3843), 1, - sym__concat, - ACTIONS(3841), 13, + ACTIONS(1268), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117334,9 +122399,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3839), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1270), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -117356,13 +122421,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, - anon_sym_COLON, - [71753] = 3, + aux_sym_concatenation_token1, + [75734] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(3952), 1, + sym__special_character, + STATE(1652), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117376,8 +122446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 25, - sym__concat, + ACTIONS(1276), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -117401,31 +122470,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [71799] = 5, + [75784] = 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, + STATE(1619), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3115), 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(2823), 24, + ACTIONS(3117), 24, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -117439,18 +122507,23 @@ 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, - [71849] = 3, + [75834] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 12, + STATE(1618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3111), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -117461,11 +122534,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(1253), 26, + ACTIONS(3113), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -117481,7 +122552,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, @@ -117490,23 +122560,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71895] = 3, + [75884] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(1234), 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(1236), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117517,6 +122587,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 +122596,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,28 +122603,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71941] = 5, + [75930] = 3, ACTIONS(63), 1, sym_comment, - STATE(1591), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3845), 2, + ACTIONS(1212), 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(1214), 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, - ACTIONS(1183), 11, + 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, + [75976] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1204), 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(1185), 24, + ACTIONS(1206), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -117563,6 +122673,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, @@ -117570,7 +122681,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, @@ -117578,23 +122689,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71991] = 3, + [76022] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 12, + ACTIONS(1212), 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(1203), 26, + ACTIONS(1214), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117605,6 +122716,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, @@ -117613,7 +122725,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, @@ -117621,18 +122732,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72037] = 5, + [76068] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3819), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(2817), 12, + ACTIONS(1169), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -117641,7 +122749,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2819), 24, + ACTIONS(1176), 25, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -117658,6 +122766,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, @@ -117666,10 +122775,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72087] = 3, + [76114] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 13, + ACTIONS(3955), 1, + sym__special_character, + STATE(1660), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117683,8 +122796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1249), 25, - sym__concat, + ACTIONS(1276), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -117705,59 +122817,56 @@ 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, - [72133] = 3, + [76164] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1200), 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, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 26, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1202), 25, sym__concat, - sym_variable_name, 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_STAR_STAR, 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, - [72179] = 4, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [76210] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3852), 1, - sym__concat, - ACTIONS(3850), 13, + ACTIONS(1230), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117771,9 +122880,9 @@ 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, + ACTIONS(1232), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -117793,26 +122902,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, - anon_sym_COLON, - [72227] = 3, + aux_sym_concatenation_token1, + [76256] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 12, + ACTIONS(1159), 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(1161), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117823,6 +122933,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 +122942,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,96 +122949,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72273] = 3, + [76302] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 12, + ACTIONS(3958), 1, + sym__special_character, + STATE(1660), 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_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(1237), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(350), 23, 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_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, - [72319] = 3, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [76352] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 12, + ACTIONS(3964), 1, + sym__concat, + ACTIONS(3962), 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(1241), 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(3960), 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, - [72365] = 3, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [76400] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 12, + ACTIONS(1244), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -117941,7 +123054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 26, + ACTIONS(1246), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117968,29 +123081,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72411] = 5, + [76446] = 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(1216), 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(1218), 26, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -117998,6 +123108,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 +123116,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,23 +123124,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72461] = 3, + [76492] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1260), 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(1262), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -118040,7 +123151,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, @@ -118049,6 +123159,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, @@ -118056,10 +123167,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72507] = 3, + [76538] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 12, + ACTIONS(1264), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118072,7 +123183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1269), 26, + ACTIONS(1266), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -118099,12 +123210,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72553] = 4, + [76584] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3861), 1, - sym__concat, - ACTIONS(3859), 13, + ACTIONS(3966), 1, + sym_extglob_pattern, + ACTIONS(3680), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118118,9 +123229,9 @@ 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(3678), 24, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -118140,18 +123251,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, - anon_sym_COLON, - [72601] = 5, + [76632] = 5, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, + STATE(1671), 1, aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, + ACTIONS(3968), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2967), 11, + ACTIONS(1159), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118162,10 +123273,10 @@ 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(2969), 24, + ACTIONS(1161), 23, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -118188,53 +123299,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72651] = 3, - 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, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [72697] = 3, + [76682] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(1240), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118248,7 +123316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 25, + ACTIONS(1242), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -118274,10 +123342,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [72743] = 3, + [76728] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 12, + ACTIONS(1244), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118290,7 +123358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1265), 26, + ACTIONS(1246), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -118317,57 +123385,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72789] = 3, + [76774] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, - anon_sym_EQ, + ACTIONS(1268), 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(1169), 24, + 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(1270), 26, + sym_file_descriptor, + sym__concat, + 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_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, sym__special_character, - [72835] = 5, + 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, + [76820] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3863), 1, - sym__special_character, - STATE(1610), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 13, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118381,7 +123445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1275), 23, + ACTIONS(1192), 25, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -118402,18 +123466,20 @@ 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_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [72885] = 5, + anon_sym_COLON, + sym__special_character, + [76866] = 5, ACTIONS(63), 1, sym_comment, - STATE(1574), 1, + STATE(1619), 1, aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, + ACTIONS(3913), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2975), 11, + ACTIONS(3098), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118425,7 +123491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2977), 24, + ACTIONS(3100), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -118450,79 +123516,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72935] = 3, + [76916] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, - anon_sym_EQ, + ACTIONS(1248), 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(1225), 25, + 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(1250), 26, + sym_file_descriptor, sym__concat, + 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_RBRACK, - 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, - [72981] = 5, + 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, + [76962] = 3, 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, + ACTIONS(1240), 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(1275), 24, + ACTIONS(1242), 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, 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, @@ -118530,24 +123594,23 @@ 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, - [73031] = 6, + [77008] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3823), 1, - aux_sym_concatenation_token1, - ACTIONS(3869), 1, - sym__concat, - STATE(1601), 1, + STATE(1618), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, + ACTIONS(3913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3094), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118558,10 +123621,10 @@ 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(1179), 23, + ACTIONS(3096), 24, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -118584,10 +123647,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73083] = 3, + [77058] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 12, + ACTIONS(1240), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118600,7 +123663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1221), 26, + ACTIONS(1242), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -118627,10 +123690,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73129] = 3, + [77104] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, + STATE(1636), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1029), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118644,8 +123712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 25, - sym__concat, + ACTIONS(1293), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -118666,27 +123733,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, - aux_sym_concatenation_token1, - [73175] = 3, + [77154] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 12, + ACTIONS(1220), 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(1213), 26, + ACTIONS(1222), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -118697,6 +123762,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, @@ -118705,7 +123771,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, @@ -118713,23 +123778,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73221] = 3, + [77200] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 12, + ACTIONS(1230), 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(1261), 26, + ACTIONS(1232), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -118740,7 +123805,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, @@ -118749,6 +123813,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, @@ -118756,99 +123821,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73267] = 6, + [77246] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3823), 1, - aux_sym_concatenation_token1, - ACTIONS(3871), 1, - sym__concat, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + ACTIONS(1260), 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(1173), 23, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1262), 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, - [73319] = 3, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [77292] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 12, + ACTIONS(1264), 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(1265), 26, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1266), 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, - [73365] = 3, + [77338] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 11, + STATE(1645), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3938), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3132), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118859,11 +123926,10 @@ 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), 26, + ACTIONS(3134), 23, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -118878,7 +123944,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, @@ -118887,10 +123952,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73410] = 3, + [77388] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 12, + STATE(1628), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3938), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3121), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118903,9 +123973,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1221), 25, + ACTIONS(3123), 23, sym_file_descriptor, - sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -118920,7 +123989,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, @@ -118929,21 +123997,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73455] = 8, + [77438] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3873), 1, + ACTIONS(3971), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - STATE(3846), 1, + STATE(4101), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118957,7 +124025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118976,10 +124044,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [73510] = 3, + [77493] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 11, + ACTIONS(1204), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118991,7 +124059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 26, + ACTIONS(1206), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -119018,10 +124086,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73555] = 3, + [77538] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 11, + ACTIONS(1212), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119033,7 +124101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 26, + ACTIONS(1214), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -119060,52 +124128,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73600] = 3, + [77583] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 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(1169), 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, - [73645] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3887), 13, + ACTIONS(3814), 1, + anon_sym_RBRACK, + ACTIONS(3983), 1, + sym__concat, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119119,9 +124149,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1293), 22, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119143,11 +124172,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [73690] = 3, + [77632] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(3985), 1, + anon_sym_RPAREN_RPAREN, + STATE(3991), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119161,11 +124200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119184,12 +124219,52 @@ 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, - [73735] = 3, + [77687] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1252), 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(1254), 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, + [77732] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3891), 13, + ACTIONS(3857), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119203,9 +124278,9 @@ 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, + ACTIONS(3855), 24, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119225,24 +124300,55 @@ 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, - [73780] = 8, + [77777] = 3, 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(1256), 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(1258), 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, + [77822] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1268), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119256,7 +124362,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1270), 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, @@ -119274,22 +124384,24 @@ 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, - [73835] = 6, + anon_sym_QMARK, + [77867] = 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(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(3987), 1, anon_sym_RPAREN_RPAREN, + STATE(4073), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(3897), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119303,8 +124415,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119315,15 +124426,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, + [77922] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(1248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119337,9 +124451,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, + ACTIONS(1250), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119359,26 +124473,17 @@ 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_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [73931] = 8, + [77967] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3905), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(3909), 1, - anon_sym_RPAREN, - ACTIONS(3911), 1, - anon_sym_QMARK, - 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(3795), 1, + anon_sym_RBRACK, + ACTIONS(3989), 1, + sym__concat, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119392,53 +124497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1293), 22, 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, - [73986] = 6, - 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, - 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(3899), 16, - sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119449,26 +124511,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, - [74037] = 8, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [78016] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3917), 1, + ACTIONS(3991), 1, anon_sym_RPAREN_RPAREN, - STATE(3874), 1, + STATE(4048), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119482,7 +124548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119501,21 +124567,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [74092] = 6, + [78071] = 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(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119529,8 +124584,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1293), 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, @@ -119541,15 +124599,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, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [78116] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 12, + ACTIONS(1260), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119562,7 +124625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1203), 25, + ACTIONS(1262), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -119588,57 +124651,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74188] = 8, + [78161] = 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, - 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, - [74243] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 11, + ACTIONS(1264), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119649,11 +124665,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(1266), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -119677,14 +124693,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74288] = 5, + [78206] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3993), 1, sym__special_character, - STATE(1640), 1, + STATE(1818), 1, aux_sym__literal_repeat1, - ACTIONS(1273), 11, + ACTIONS(2982), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119696,7 +124712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1275), 24, + ACTIONS(2984), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -119721,10 +124737,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74337] = 3, + [78255] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(1268), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119737,7 +124753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1257), 25, + ACTIONS(1270), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -119763,108 +124779,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74382] = 8, + [78300] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3924), 1, - anon_sym_RPAREN_RPAREN, - STATE(3820), 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, - [74437] = 8, - 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, - 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, - [74492] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3588), 1, - anon_sym_RBRACK, - ACTIONS(3928), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(1268), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119878,8 +124796,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1270), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119899,70 +124818,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, - [74541] = 3, + [78345] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 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(1261), 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, + ACTIONS(2900), 12, 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, - [74586] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 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(1185), 25, + ACTIONS(2902), 25, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -119976,23 +124854,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, - [74631] = 5, + [78390] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3728), 1, - anon_sym_RBRACK, - ACTIONS(3930), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(3995), 1, + anon_sym_RPAREN_RPAREN, + STATE(4034), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120006,10 +124891,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120028,11 +124910,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, + [78445] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 11, + ACTIONS(1248), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -120043,11 +124924,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(1245), 26, + ACTIONS(1250), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -120071,14 +124952,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74725] = 5, + [78490] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3932), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(4005), 1, + anon_sym_RPAREN, + ACTIONS(4007), 1, + anon_sym_EQ_TILDE, + ACTIONS(4003), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3999), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120092,10 +124981,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(4001), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120106,19 +124993,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, - anon_sym_QMARK, - [74774] = 3, + [78543] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(1248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120132,9 +125015,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 24, - sym__concat, + ACTIONS(1250), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120157,10 +125040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74819] = 3, + [78588] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4011), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120174,9 +125057,9 @@ 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, + ACTIONS(4009), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120196,13 +125079,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, - [74864] = 3, + anon_sym_COLON, + [78633] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3850), 13, + ACTIONS(4005), 1, + anon_sym_RPAREN, + ACTIONS(4007), 1, + anon_sym_EQ_TILDE, + ACTIONS(4003), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3999), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120216,11 +125111,8 @@ 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(4001), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120231,20 +125123,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, - anon_sym_QMARK, - anon_sym_COLON, - [74909] = 3, + [78686] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4011), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120258,9 +125145,9 @@ 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, + ACTIONS(4009), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120280,24 +125167,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, - [74954] = 8, + anon_sym_COLON, + [78731] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3934), 1, + ACTIONS(4007), 1, + anon_sym_EQ_TILDE, + ACTIONS(4015), 1, + anon_sym_RPAREN, + ACTIONS(4003), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4013), 4, anon_sym_RPAREN_RPAREN, - STATE(3902), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_QMARK, + ACTIONS(3999), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120311,7 +125199,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4001), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120322,18 +125211,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, - [75009] = 3, + [78784] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 11, + ACTIONS(1212), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -120345,7 +125231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 26, + ACTIONS(1214), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -120372,21 +125258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75054] = 8, + [78829] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3936), 1, - anon_sym_RPAREN_RPAREN, - STATE(3798), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4019), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120400,7 +125275,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4017), 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, @@ -120419,63 +125298,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75109] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 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(1269), 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, - [75154] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [78874] = 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, + ACTIONS(1248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120489,7 +125317,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1250), 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, @@ -120508,63 +125340,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75209] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 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(1269), 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, - [75254] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [78919] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3940), 1, - anon_sym_RPAREN_RPAREN, - STATE(3818), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4023), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120578,7 +125359,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + 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, @@ -120597,10 +125382,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75309] = 3, + anon_sym_QMARK, + anon_sym_COLON, + [78964] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4025), 1, + anon_sym_RPAREN_RPAREN, + STATE(3993), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120614,11 +125412,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120637,23 +125431,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, - [75354] = 8, + [79019] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3942), 1, - anon_sym_RPAREN_RPAREN, - STATE(3803), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1212), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120667,7 +125448,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1214), 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, @@ -120686,32 +125471,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75409] = 3, + anon_sym_QMARK, + anon_sym_COLON, + [79064] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(2807), 12, - anon_sym_EQ_EQ, + ACTIONS(4027), 1, + sym__special_character, + STATE(1733), 1, + aux_sym__literal_repeat1, + ACTIONS(3111), 10, 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, + ACTIONS(3113), 25, 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, @@ -120719,7 +125509,6 @@ 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, @@ -120728,10 +125517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75454] = 3, + [79113] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(1204), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120745,7 +125534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 24, + ACTIONS(1206), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -120770,21 +125559,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [75499] = 8, + [79158] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3944), 1, + ACTIONS(4029), 1, anon_sym_RPAREN_RPAREN, - STATE(3845), 1, + STATE(4049), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120798,7 +125587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120817,94 +125606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75554] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 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(1253), 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, - [75599] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 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(1185), 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, - [75644] = 3, + [79213] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3948), 13, + ACTIONS(1212), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120918,7 +125623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3946), 24, + ACTIONS(1214), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -120943,56 +125648,21 @@ 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, + [79258] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3950), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4031), 1, + anon_sym_RPAREN_RPAREN, + STATE(4043), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121006,10 +125676,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121028,11 +125695,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [75783] = 3, + [79313] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4033), 1, + anon_sym_RPAREN_RPAREN, + STATE(4018), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121046,11 +125723,7 @@ 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121069,54 +125742,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, - [75828] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2803), 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(2805), 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, - [75873] = 3, + [79368] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(4037), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121130,7 +125759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 24, + ACTIONS(4035), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -121155,63 +125784,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [75918] = 3, + [79413] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 11, + ACTIONS(4007), 1, + anon_sym_EQ_TILDE, + ACTIONS(4039), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4043), 1, + anon_sym_RPAREN, + ACTIONS(4045), 1, + anon_sym_QMARK, + ACTIONS(4003), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3999), 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(1207), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4001), 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, - [75963] = 8, + anon_sym_STAR_STAR, + [79470] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3956), 1, + ACTIONS(4047), 1, anon_sym_RPAREN_RPAREN, - STATE(3901), 1, + STATE(4006), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121225,7 +125860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121244,20 +125879,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76018] = 5, + [79525] = 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(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4049), 1, + anon_sym_RPAREN_RPAREN, + STATE(3996), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(3958), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121271,8 +125907,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121283,28 +125918,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, - [76067] = 8, + anon_sym_EQ_TILDE, + [79580] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3911), 1, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3964), 1, + ACTIONS(4051), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(3966), 1, - anon_sym_RPAREN, - ACTIONS(3907), 2, + STATE(4032), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 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(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121318,8 +125954,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121330,15 +125965,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, - [76122] = 3, + anon_sym_EQ_TILDE, + [79635] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 12, + ACTIONS(4053), 1, + sym__special_character, + STATE(1733), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 10, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -121348,12 +125990,10 @@ 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(1261), 25, + ACTIONS(1276), 25, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -121361,6 +126001,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, @@ -121368,19 +126009,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, - 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, - [76167] = 3, + [79684] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 12, + ACTIONS(1224), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -121391,11 +126031,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(1213), 25, + ACTIONS(1226), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -121419,10 +126059,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [76212] = 3, + [79729] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 11, + ACTIONS(1256), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -121434,7 +126074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1237), 26, + ACTIONS(1258), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -121461,21 +126101,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [76257] = 8, + [79774] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3968), 1, + ACTIONS(4056), 1, anon_sym_RPAREN_RPAREN, - STATE(3887), 1, + STATE(4077), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121489,7 +126129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121508,21 +126148,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76312] = 8, + [79829] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3970), 1, + ACTIONS(4058), 1, anon_sym_RPAREN_RPAREN, - STATE(3854), 1, + STATE(4064), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121536,7 +126176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121555,21 +126195,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76367] = 8, + [79884] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3972), 1, - anon_sym_RPAREN_RPAREN, - STATE(3841), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1252), 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(1254), 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, + [79929] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4062), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121583,7 +126254,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4060), 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, @@ -121602,21 +126277,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76422] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [79974] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3974), 1, + ACTIONS(4064), 1, anon_sym_RPAREN_RPAREN, - STATE(3829), 1, + STATE(3980), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121630,7 +126307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121649,21 +126326,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76477] = 8, + [80029] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3976), 1, - anon_sym_RPAREN_RPAREN, - STATE(3848), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1244), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121677,7 +126343,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1246), 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, @@ -121695,108 +126365,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, - [76532] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 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(1217), 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, - [76577] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 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(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_AMP_GT_GT, - 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, - [76622] = 8, + anon_sym_QMARK, + [80074] = 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(1268), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121810,8 +126385,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(1270), 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, @@ -121822,26 +126400,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, - [76677] = 8, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [80119] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3978), 1, + ACTIONS(4066), 1, anon_sym_RPAREN_RPAREN, - STATE(3886), 1, + STATE(4066), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121855,7 +126438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121874,21 +126457,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76732] = 8, + [80174] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3980), 1, - anon_sym_RPAREN_RPAREN, - STATE(3825), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1256), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121902,7 +126474,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1258), 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, @@ -121921,20 +126497,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76787] = 5, + anon_sym_QMARK, + anon_sym_COLON, + [80219] = 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(1224), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121948,8 +126516,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, + ACTIONS(1226), 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, @@ -121960,15 +126531,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, - [76836] = 3, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [80264] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 12, + ACTIONS(1244), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -121981,7 +126557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1265), 25, + ACTIONS(1246), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122007,21 +126583,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [76881] = 8, - ACTIONS(63), 1, + [80309] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(4070), 1, + anon_sym_DQUOTE, + STATE(2565), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4072), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4068), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, anon_sym_QMARK, - ACTIONS(3982), 1, - anon_sym_RPAREN_RPAREN, - STATE(3875), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + 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, + [80362] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1260), 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(1262), 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, + [80407] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1264), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122035,7 +126688,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1266), 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, @@ -122054,20 +126711,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76936] = 5, + anon_sym_QMARK, + anon_sym_COLON, + [80452] = 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(1260), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122081,8 +126730,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(1262), 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 +126745,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, - [76985] = 8, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [80497] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3984), 1, - anon_sym_RPAREN_RPAREN, - STATE(3791), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4076), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122126,7 +126772,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4074), 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, @@ -122145,14 +126795,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [77040] = 5, + anon_sym_QMARK, + anon_sym_COLON, + [80542] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3986), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 10, + ACTIONS(1240), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122162,10 +126810,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(1275), 25, + ACTIONS(1242), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -122173,7 +126823,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, @@ -122181,74 +126830,33 @@ 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, - [77089] = 3, + [80587] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 12, + ACTIONS(4076), 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(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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3859), 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_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(3857), 24, + ACTIONS(4074), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -122273,141 +126881,21 @@ static const uint16_t ts_small_parse_table[] = { 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 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(1245), 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, - [77269] = 8, + [80632] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(3989), 1, + ACTIONS(4078), 1, anon_sym_RPAREN_RPAREN, - STATE(3795), 1, + STATE(4058), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 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, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122421,11 +126909,7 @@ static const uint16_t ts_small_parse_table[] = { 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, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122444,58 +126928,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, - [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, + [80687] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 11, + ACTIONS(1264), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122507,7 +126943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1261), 26, + ACTIONS(1266), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -122534,20 +126970,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77467] = 7, + [80732] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(4070), 1, anon_sym_DQUOTE, - STATE(2468), 1, + STATE(2565), 1, sym_string, - ACTIONS(1135), 2, + ACTIONS(1139), 2, sym_file_descriptor, sym_variable_name, - ACTIONS(3995), 2, + ACTIONS(4072), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(4068), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -122557,7 +126993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 22, + ACTIONS(1137), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -122580,21 +127016,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [77520] = 8, + [80785] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3997), 1, - anon_sym_RPAREN_RPAREN, - STATE(3813), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4082), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122608,7 +127033,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4080), 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, @@ -122627,101 +127056,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [77575] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 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(2969), 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, - [77624] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [80830] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4001), 1, + ACTIONS(4084), 1, anon_sym_RPAREN_RPAREN, - STATE(3852), 1, + STATE(4087), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 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, - [77679] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4005), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122735,11 +127086,7 @@ 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122758,12 +127105,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, - [77724] = 3, + [80885] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1200), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122776,7 +127121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1207), 25, + ACTIONS(1202), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122802,10 +127147,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77769] = 3, + [80930] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 12, + ACTIONS(1230), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122818,7 +127163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1237), 25, + ACTIONS(1232), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122844,10 +127189,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77814] = 3, + [80975] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4086), 1, + anon_sym_RPAREN_RPAREN, + STATE(3987), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 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(3979), 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, + [81030] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1268), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122858,11 +127250,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(1270), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -122886,10 +127278,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77859] = 3, + [81075] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4009), 13, + ACTIONS(4090), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122903,7 +127295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4007), 24, + ACTIONS(4088), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -122928,54 +127320,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [77904] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2961), 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(2963), 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, - [77953] = 3, + [81120] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(1200), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122989,9 +127337,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 24, - sym__concat, + ACTIONS(1202), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123014,21 +127362,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [77998] = 8, + [81165] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4011), 1, + ACTIONS(4092), 1, anon_sym_RPAREN_RPAREN, - STATE(3873), 1, + STATE(4102), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123042,7 +127390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123061,10 +127409,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78053] = 3, + [81220] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(4007), 1, + anon_sym_EQ_TILDE, + ACTIONS(4039), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4045), 1, + anon_sym_QMARK, + ACTIONS(4094), 1, + anon_sym_RPAREN, + ACTIONS(4003), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3999), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123078,11 +127440,8 @@ 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4001), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123093,20 +127452,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, - anon_sym_QMARK, - anon_sym_COLON, - [78098] = 3, + [81277] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(1200), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123120,9 +127474,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(1202), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123142,13 +127496,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, - [78143] = 3, + [81322] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4019), 13, + ACTIONS(1224), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123162,9 +127516,9 @@ 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, + ACTIONS(1226), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123184,13 +127538,17 @@ 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, - [78188] = 3, + [81367] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 13, + ACTIONS(3877), 1, + anon_sym_RBRACK, + ACTIONS(4096), 1, + sym__concat, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123204,9 +127562,8 @@ 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(1293), 22, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123228,22 +127585,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78233] = 8, + [81416] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4027), 1, + sym__special_character, + STATE(1733), 1, + aux_sym__literal_repeat1, + ACTIONS(3094), 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(3096), 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, + [81465] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3993), 1, + sym__special_character, + STATE(1818), 1, + aux_sym__literal_repeat1, + ACTIONS(2996), 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(2998), 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, + [81514] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4021), 1, + ACTIONS(4098), 1, anon_sym_RPAREN_RPAREN, - STATE(3859), 1, + STATE(4037), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123257,7 +127701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123276,21 +127720,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78288] = 8, + [81569] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4106), 1, + anon_sym_EQ_TILDE, + ACTIONS(4104), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 5, + sym__concat, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4100), 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(4102), 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, + [81620] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4023), 1, + ACTIONS(4108), 1, anon_sym_RPAREN_RPAREN, - STATE(3860), 1, + STATE(4076), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123304,7 +127793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123323,63 +127812,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78343] = 3, + [81675] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 11, + ACTIONS(4106), 1, + anon_sym_EQ_TILDE, + ACTIONS(4104), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 5, + sym__concat, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4100), 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(4102), 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, - [78388] = 8, + anon_sym_STAR_STAR, + [81726] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4025), 1, + ACTIONS(4110), 6, anon_sym_RPAREN_RPAREN, - STATE(3862), 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(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123393,7 +127881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123412,21 +127900,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78443] = 8, + [81773] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4027), 1, + ACTIONS(4112), 1, anon_sym_RPAREN_RPAREN, - STATE(3917), 1, + STATE(3995), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123440,7 +127928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123459,10 +127947,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78498] = 3, + [81828] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4114), 1, + anon_sym_RPAREN_RPAREN, + STATE(3976), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123476,11 +127975,7 @@ 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123499,12 +127994,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, - [78543] = 3, + [81883] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(1252), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123518,7 +128011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 24, + ACTIONS(1254), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -123543,21 +128036,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [78588] = 8, + [81928] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4029), 1, + ACTIONS(4116), 1, anon_sym_RPAREN_RPAREN, - STATE(3884), 1, + STATE(4031), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123571,7 +128064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123590,14 +128083,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78643] = 5, + [81983] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4031), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 10, + ACTIONS(1212), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -123607,10 +128096,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(3065), 25, + ACTIONS(1214), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -123618,7 +128109,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, @@ -123626,18 +128116,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, - [78692] = 3, + [82028] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4035), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4118), 1, + anon_sym_RPAREN_RPAREN, + STATE(4017), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123651,11 +128153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4033), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123674,23 +128172,63 @@ 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, - [78737] = 8, + [82083] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(1204), 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(1206), 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, + [82128] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4037), 1, + ACTIONS(4120), 1, anon_sym_RPAREN_RPAREN, - STATE(3868), 1, + STATE(4021), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123704,7 +128242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123723,10 +128261,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78792] = 3, + [82183] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 11, + ACTIONS(1212), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -123737,11 +128275,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(1225), 26, + ACTIONS(1214), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -123765,21 +128303,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [78837] = 8, + [82228] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4039), 1, + ACTIONS(4122), 1, anon_sym_RPAREN_RPAREN, - STATE(3907), 1, + STATE(3972), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123793,7 +128331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123812,21 +128350,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78892] = 8, + [82283] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4041), 1, + ACTIONS(4124), 1, anon_sym_RPAREN_RPAREN, - STATE(3915), 1, + STATE(4042), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123840,7 +128378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123859,21 +128397,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78947] = 8, + [82338] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3839), 1, + anon_sym_RBRACK, + ACTIONS(4126), 1, + sym__concat, + 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(1293), 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, + [82387] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4043), 1, + ACTIONS(4128), 1, + anon_sym_RPAREN_RPAREN, + STATE(4024), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 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(3979), 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, + [82442] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4130), 1, anon_sym_RPAREN_RPAREN, - STATE(3889), 1, + STATE(3997), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123887,7 +128516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123906,10 +128535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79002] = 3, + [82497] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 12, + ACTIONS(1208), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -123920,11 +128549,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(1233), 25, + ACTIONS(1210), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -123948,17 +128577,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79047] = 4, + [82542] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(4045), 6, + ACTIONS(4007), 1, + anon_sym_EQ_TILDE, + ACTIONS(4043), 1, + anon_sym_RPAREN, + ACTIONS(4045), 1, + anon_sym_QMARK, + ACTIONS(4132), 1, anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(4003), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(3877), 13, + ACTIONS(3999), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123972,7 +128608,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4001), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123983,29 +128620,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_EQ_TILDE, - [79094] = 8, + [82599] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4047), 1, + ACTIONS(4134), 1, anon_sym_RPAREN_RPAREN, - STATE(3837), 1, + STATE(4088), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124019,7 +128653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124038,14 +128672,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79149] = 5, + [82654] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3744), 1, - anon_sym_RBRACK, - ACTIONS(4049), 1, + ACTIONS(1234), 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(1236), 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, + [82699] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1159), 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(1161), 26, + sym_file_descriptor, sym__concat, - ACTIONS(1149), 13, + 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, + [82744] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4136), 1, + sym_extglob_pattern, + ACTIONS(3680), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124059,7 +128775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(3678), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -124080,23 +128796,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, - [79198] = 8, + [82791] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4051), 1, + ACTIONS(4138), 1, + anon_sym_RPAREN_RPAREN, + STATE(4085), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 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(3979), 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, + [82846] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4140), 1, anon_sym_RPAREN_RPAREN, - STATE(3810), 1, + STATE(4079), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124110,7 +128874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124129,10 +128893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79253] = 3, + [82901] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(1224), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124145,7 +128909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1249), 25, + ACTIONS(1226), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -124171,10 +128935,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79298] = 3, + [82946] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 12, + ACTIONS(1216), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124185,11 +128949,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(1253), 25, + ACTIONS(1218), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -124213,57 +128977,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79343] = 8, + [82991] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4053), 1, - anon_sym_RPAREN_RPAREN, - STATE(3865), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, + ACTIONS(2753), 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(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_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2755), 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_STAR_STAR, - anon_sym_EQ_TILDE, - [79398] = 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, + 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, + [83036] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4142), 1, + anon_sym_RPAREN_RPAREN, + STATE(4111), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124277,11 +129047,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124299,13 +129065,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, + [83091] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 12, + ACTIONS(1220), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124316,11 +129080,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(1222), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -124344,63 +129108,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79488] = 3, + [83136] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 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(1225), 24, - anon_sym_RPAREN_RPAREN, + ACTIONS(3973), 1, 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, - [79533] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4055), 1, + ACTIONS(4144), 1, anon_sym_RPAREN_RPAREN, - STATE(3805), 1, + STATE(4067), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124414,7 +129136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124433,10 +129155,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79588] = 3, + [83191] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 12, + ACTIONS(1244), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124447,11 +129169,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), 25, + ACTIONS(1246), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -124475,69 +129197,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79633] = 3, + [83236] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1147), 12, - anon_sym_EQ_EQ, + ACTIONS(1208), 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, - sym_word, - ACTIONS(1156), 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, - [79678] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4031), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2997), 25, + ACTIONS(1210), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -124545,7 +129223,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 +129230,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, + [83281] = 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(4148), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124589,7 +129256,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4146), 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, @@ -124608,21 +129279,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79782] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [83326] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4059), 1, + ACTIONS(4150), 1, anon_sym_RPAREN_RPAREN, - STATE(3808), 1, + STATE(4001), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124636,7 +129309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124655,21 +129328,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79837] = 8, + [83381] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4061), 1, + ACTIONS(4152), 1, anon_sym_RPAREN_RPAREN, - STATE(3918), 1, + STATE(3984), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124683,7 +129356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124702,10 +129375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79892] = 3, + [83436] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 11, + ACTIONS(1248), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124717,7 +129390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1233), 26, + ACTIONS(1250), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -124744,10 +129417,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79937] = 3, + [83481] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 11, + ACTIONS(1244), 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(1246), 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, + 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, + [83526] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1230), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124759,7 +129474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1229), 26, + ACTIONS(1232), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -124786,21 +129501,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79982] = 8, + [83571] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3981), 1, anon_sym_QMARK, - ACTIONS(4063), 1, + ACTIONS(4154), 1, anon_sym_RPAREN_RPAREN, - STATE(3912), 1, + STATE(4059), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124814,7 +129529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124833,19 +129548,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [80037] = 5, + [83626] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4156), 1, + anon_sym_RPAREN_RPAREN, + STATE(4015), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124859,8 +129576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, - sym_test_operator, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124871,230 +129587,105 @@ 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, - [80085] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 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(2997), 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, - [80133] = 7, + anon_sym_EQ_TILDE, + [83681] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3343), 2, - 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, + ACTIONS(3808), 1, anon_sym_RBRACK, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(3350), 6, - sym_file_descriptor, + ACTIONS(4158), 1, + sym__concat, + ACTIONS(1171), 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), 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(1293), 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, - 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_EQ_TILDE, + anon_sym_QMARK, + [83730] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 11, + ACTIONS(4160), 1, + sym_extglob_pattern, + ACTIONS(3680), 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, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3005), 25, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3678), 23, 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_STAR_STAR, 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, - [80325] = 3, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [83777] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(1190), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125108,7 +129699,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + sym__special_character, + ACTIONS(1192), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -125129,13 +129721,17 @@ 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, - [80369] = 3, + [83822] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3262), 11, + ACTIONS(4162), 1, + sym__special_character, + STATE(1818), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125147,7 +129743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3264), 25, + ACTIONS(1276), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -125164,7 +129760,6 @@ 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, @@ -125173,10 +129768,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80413] = 3, + [83871] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2975), 11, + ACTIONS(1234), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125186,11 +129781,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(1236), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125205,30 +129801,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, - [80457] = 7, + [83916] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4081), 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(1190), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125242,8 +129827,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + sym__special_character, + ACTIONS(1192), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125254,64 +129842,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, - [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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, 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, + [83961] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4083), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 10, + ACTIONS(1220), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125321,10 +129865,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(1275), 24, + ACTIONS(1222), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125339,29 +129885,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, - [80609] = 7, + [84006] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(77), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, - anon_sym_QMARK, - ACTIONS(4088), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(3948), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125375,8 +129911,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(3946), 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, @@ -125387,19 +129926,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, - [80661] = 5, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [84051] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4096), 1, - sym__special_character, - STATE(1770), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 11, + ACTIONS(1200), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125409,10 +129949,12 @@ 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(1275), 23, + ACTIONS(1202), 26, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125427,74 +129969,33 @@ 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, - [80709] = 5, - ACTIONS(63), 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, - 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_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [80757] = 3, + [84096] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3067), 11, + ACTIONS(1240), 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(3069), 25, + ACTIONS(1242), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -125503,7 +130004,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, @@ -125511,18 +130011,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, - [80801] = 3, + [84141] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4165), 1, + anon_sym_RPAREN_RPAREN, + STATE(4072), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125536,10 +130048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125557,22 +130066,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, - [80845] = 5, + [84196] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4077), 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_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(3962), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125586,8 +130084,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(3960), 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, @@ -125598,24 +130099,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, - [80893] = 5, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [84241] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4167), 1, + anon_sym_RPAREN_RPAREN, + STATE(4056), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, - anon_sym_QMARK, - ACTIONS(4099), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125629,8 +130137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125641,24 +130148,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, - [80941] = 5, + anon_sym_EQ_TILDE, + [84296] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4077), 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_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(3847), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125672,8 +130173,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(3845), 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, @@ -125684,26 +130188,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, - [80989] = 7, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [84341] = 3, 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(3847), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125717,8 +130215,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(3845), 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, @@ -125729,116 +130230,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, - [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_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, - [81093] = 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_RBRACK, + anon_sym_EQ_TILDE, 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, - [81145] = 7, + [84386] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4113), 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(3851), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125852,8 +130257,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(3849), 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, @@ -125864,19 +130272,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, - [81197] = 5, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [84431] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 10, + ACTIONS(1159), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125886,10 +130295,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(3065), 24, + ACTIONS(1161), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125904,70 +130315,72 @@ 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, - [81245] = 5, + [84476] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4103), 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_RBRACK, - anon_sym_QMARK, - ACTIONS(4099), 13, - anon_sym_EQ, + ACTIONS(1216), 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(4101), 16, + 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(1218), 25, + sym_file_descriptor, + sym__concat, 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, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [81293] = 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, + [84521] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4169), 1, anon_sym_RPAREN_RPAREN, + STATE(3981), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3977), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4115), 13, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125981,8 +130394,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(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125993,24 +130405,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, - [81341] = 5, + anon_sym_EQ_TILDE, + [84576] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4092), 3, + ACTIONS(4106), 1, + anon_sym_EQ_TILDE, + ACTIONS(4104), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(4013), 5, + sym__concat, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4086), 13, + ACTIONS(4100), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126024,7 +130441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(4102), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126041,21 +130458,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81389] = 7, + [84627] = 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(4177), 1, + anon_sym_EQ_TILDE, + ACTIONS(4175), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(3997), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126069,7 +130485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4173), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126086,19 +130502,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81441] = 5, + [84677] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4119), 3, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4183), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_RPAREN_RPAREN, + ACTIONS(3997), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4115), 13, + anon_sym_COLON, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126112,7 +130529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4181), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126129,51 +130546,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81489] = 3, + [84727] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3756), 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(3754), 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, + ACTIONS(4193), 1, + anon_sym_EQ_TILDE, + ACTIONS(4191), 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, + ACTIONS(3997), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, anon_sym_QMARK, - [81533] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3650), 13, + ACTIONS(4187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126187,10 +130573,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(4189), 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 +130585,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, + [84777] = 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(4193), 1, + anon_sym_EQ_TILDE, + ACTIONS(4191), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(3997), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(4187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126239,7 +130617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(4189), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126256,10 +130634,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81629] = 3, + [84827] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(3857), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126273,7 +130651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(3855), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -126297,66 +130675,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81673] = 7, + [84871] = 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(4193), 1, + anon_sym_EQ_TILDE, + ACTIONS(4191), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4099), 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(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_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [81725] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4127), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(4013), 4, 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, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(4187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126370,7 +130702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4189), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126387,95 +130719,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81777] = 3, + [84921] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 13, - anon_sym_EQ, + ACTIONS(3383), 2, 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_PIPE, + ACTIONS(3385), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3661), 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_GT, + ACTIONS(3381), 6, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3388), 6, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, + anon_sym_PIPE_AMP, anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [81821] = 4, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(3390), 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(3393), 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, + [84973] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4131), 1, - sym__concat, - ACTIONS(3835), 13, - anon_sym_EQ, + ACTIONS(4195), 1, + sym__special_character, + STATE(1901), 1, + aux_sym__literal_repeat1, + ACTIONS(3121), 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(3833), 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, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(3123), 23, + sym_file_descriptor, + 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, - [81867] = 4, + 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, + [85021] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4133), 1, - sym__concat, - ACTIONS(3841), 13, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(3909), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126489,7 +130826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3839), 22, + ACTIONS(3907), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126512,22 +130849,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81913] = 3, + [85067] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(4199), 1, + sym__special_character, + STATE(1847), 1, + aux_sym__literal_repeat1, + ACTIONS(2996), 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, sym_word, - ACTIONS(1169), 25, + ACTIONS(2998), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -126537,7 +130877,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,146 +130892,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [81957] = 3, - ACTIONS(63), 1, + [85115] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4203), 1, + anon_sym_DQUOTE, + STATE(2736), 1, + sym_string, + ACTIONS(4205), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4201), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + 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, - anon_sym_CARET, - ACTIONS(3648), 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, + [85167] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4203), 1, + anon_sym_DQUOTE, + STATE(2736), 1, + sym_string, + ACTIONS(4205), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4201), 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_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [82001] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3650), 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_AMP, - anon_sym_CARET, - ACTIONS(3648), 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, - [82045] = 5, + anon_sym_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, + [85219] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4077), 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_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, - anon_sym_EQ, + ACTIONS(4207), 1, + sym__special_character, + STATE(1847), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 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_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4075), 16, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1276), 24, + sym_file_descriptor, + sym_variable_name, 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, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [82093] = 7, + 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, + [85267] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, anon_sym_QMARK, - ACTIONS(4088), 2, + ACTIONS(4212), 1, + anon_sym_COLON, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4092), 3, + ACTIONS(4183), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126706,7 +131054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(4181), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126723,55 +131071,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82145] = 5, - ACTIONS(63), 1, + [85321] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4069), 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_RPAREN, + ACTIONS(4070), 1, + anon_sym_DQUOTE, + STATE(2565), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4072), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4068), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, anon_sym_QMARK, - ACTIONS(4065), 13, - anon_sym_EQ, + 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_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_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_CARET, - ACTIONS(4067), 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, + [85373] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4070), 1, + anon_sym_DQUOTE, + STATE(2565), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4072), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4068), 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_STAR_STAR, - [82193] = 4, + 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, + [85425] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4135), 1, - sym__concat, - ACTIONS(3859), 13, + ACTIONS(127), 1, + anon_sym_RBRACK, + ACTIONS(4222), 1, + anon_sym_EQ_TILDE, + ACTIONS(4224), 1, + anon_sym_QMARK, + ACTIONS(4216), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4220), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4214), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126785,9 +131190,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(4218), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126798,31 +131202,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, - [82239] = 7, + [85479] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(127), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(4193), 1, + anon_sym_EQ_TILDE, + ACTIONS(4226), 1, anon_sym_QMARK, - ACTIONS(4137), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4069), 3, + ACTIONS(4191), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(4187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126836,7 +131236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4189), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126853,21 +131253,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82291] = 7, + [85533] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, anon_sym_QMARK, - ACTIONS(4139), 1, + ACTIONS(4228), 1, anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4183), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126881,7 +131282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4181), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126898,21 +131299,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82343] = 7, + [85587] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, + ACTIONS(4132), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4177), 1, + anon_sym_EQ_TILDE, + ACTIONS(4230), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4103), 3, + ACTIONS(4175), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4099), 13, + ACTIONS(4171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126926,7 +131328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(4173), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126943,21 +131345,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82395] = 7, + [85641] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4240), 1, + anon_sym_RPAREN, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4244), 1, anon_sym_QMARK, - ACTIONS(4141), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4234), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4238), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126971,7 +131374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4236), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126988,12 +131391,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82447] = 4, + [85695] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4143), 1, - sym__concat, - ACTIONS(3850), 13, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, + anon_sym_QMARK, + ACTIONS(4246), 1, + anon_sym_COLON, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4183), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127007,9 +131420,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(4181), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127020,74 +131432,151 @@ 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, + [85749] = 24, 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, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3507), 1, + anon_sym_esac, + ACTIONS(3511), 1, anon_sym_DOLLAR, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(3021), 23, - sym_file_descriptor, + ACTIONS(3531), 1, sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4741), 1, + sym_last_case_item, + ACTIONS(4248), 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, - anon_sym_DQUOTE, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1948), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [85835] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(3617), 1, + anon_sym_esac, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4740), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82541] = 7, + STATE(1949), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [85921] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3905), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(4264), 1, + anon_sym_COLON, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4119), 3, + ACTIONS(4183), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4115), 13, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127101,7 +131590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4181), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127118,22 +131607,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82593] = 3, + [85975] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4266), 1, + anon_sym_esac, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4733), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86061] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4268), 1, + anon_sym_esac, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4732), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1952), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86147] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(3098), 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, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1169), 25, + ACTIONS(3100), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -127143,6 +131756,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, @@ -127150,7 +131764,6 @@ 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, @@ -127159,21 +131772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82637] = 7, + [86191] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127187,8 +131789,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(1293), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127199,24 +131803,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, - [82689] = 5, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [86235] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4119), 3, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4238), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, - anon_sym_RPAREN_RPAREN, + ACTIONS(3997), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_RPAREN, anon_sym_QMARK, - ACTIONS(4115), 13, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127230,7 +131840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4236), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127247,19 +131857,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82737] = 5, + [86285] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4069), 3, + ACTIONS(4222), 1, + anon_sym_EQ_TILDE, + ACTIONS(4220), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4013), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(4214), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127273,7 +131884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4218), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127290,21 +131901,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82785] = 7, + [86335] = 6, 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, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4238), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(3997), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127318,7 +131928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4236), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127335,25 +131945,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82837] = 5, + [86385] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 10, + ACTIONS(3115), 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, sym_word, - ACTIONS(2969), 24, + ACTIONS(3117), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -127363,6 +131970,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, @@ -127378,18 +131986,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82885] = 6, + [86429] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3879), 2, + ACTIONS(4177), 1, + anon_sym_EQ_TILDE, + ACTIONS(4175), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 4, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4151), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(3877), 13, + anon_sym_QMARK, + ACTIONS(4171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127403,7 +132013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4173), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127414,29 +132025,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, - [82935] = 7, + [86479] = 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(3829), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127450,8 +132047,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(3827), 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 +132061,146 @@ 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [86523] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4270), 1, + anon_sym_esac, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4225), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1978), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86609] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4272), 1, + anon_sym_esac, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4236), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1983), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86695] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(4274), 1, + sym__concat, + ACTIONS(3919), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127484,8 +132214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 23, - sym_test_operator, + ACTIONS(3917), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -127508,19 +132237,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [83031] = 5, + [86741] = 4, 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(4276), 1, + sym__concat, + ACTIONS(3925), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127534,8 +132256,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(3923), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127546,26 +132269,73 @@ 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [86787] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1190), 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, + sym_word, + ACTIONS(1192), 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, + [86831] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(141), 1, + anon_sym_RBRACK, + ACTIONS(4222), 1, + anon_sym_EQ_TILDE, + ACTIONS(4224), 1, anon_sym_QMARK, - ACTIONS(4153), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, + ACTIONS(4216), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4069), 3, + ACTIONS(4220), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(4214), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127579,7 +132349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4218), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127596,19 +132366,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83131] = 5, + [86885] = 3, 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(3847), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127622,8 +132383,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(3845), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127634,26 +132397,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, + [86929] = 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(3847), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127667,8 +132424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(3845), 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 +132438,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, - [83231] = 7, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [86973] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, anon_sym_QMARK, - ACTIONS(4157), 1, + ACTIONS(4278), 1, anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4183), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127712,7 +132477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4181), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127729,10 +132494,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83283] = 3, + [87027] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3756), 13, + ACTIONS(3847), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127746,7 +132511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 23, + ACTIONS(3845), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -127770,21 +132535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [83327] = 7, + [87071] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4159), 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(3847), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127798,43 +132552,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(3845), 23, 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, - [83379] = 4, - 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, @@ -127854,24 +132573,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, - [83425] = 7, + [87115] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4163), 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(3851), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127885,8 +132593,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(3849), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127897,63 +132607,69 @@ 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, - [83477] = 24, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [87159] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4167), 1, + ACTIONS(3560), 1, anon_sym_esac, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, + STATE(4320), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1891), 2, + STATE(1985), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -127963,10 +132679,22 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [83562] = 3, + [87245] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(141), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(4193), 1, + anon_sym_EQ_TILDE, + ACTIONS(4226), 1, + anon_sym_QMARK, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4191), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127980,9 +132708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4189), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127993,20 +132720,17 @@ 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, - [83605] = 3, + [87299] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4035), 13, + ACTIONS(4280), 1, + sym__concat, + ACTIONS(3962), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128020,7 +132744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4033), 22, + ACTIONS(3960), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128043,264 +132767,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [83648] = 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(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_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, + [87345] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(3692), 1, + ACTIONS(3554), 1, anon_sym_esac, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, + STATE(4331), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1909), 2, + STATE(1920), 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2975), 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(2977), 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, - [83912] = 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(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, + STATE(3975), 2, sym_concatenation, - STATE(4295), 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(1892), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128310,54 +132829,18 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [83997] = 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, - 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, + [87431] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4282), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(3975), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128371,9 +132854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3979), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128391,57 +132872,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, - [84091] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3343), 2, - anon_sym_LT_LT, - anon_sym_PIPE, - ACTIONS(3345), 3, - 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_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_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, - 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, + [87481] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4019), 13, + ACTIONS(4177), 1, + anon_sym_EQ_TILDE, + ACTIONS(4175), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4013), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128455,9 +132900,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4017), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4173), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128468,125 +132912,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, - [84185] = 24, + [87531] = 8, 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(4191), 1, - anon_sym_esac, - 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(1911), 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, - [84270] = 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, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, 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, - [84321] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4015), 13, + ACTIONS(4284), 1, + anon_sym_COLON, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4183), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128600,9 +132946,8 @@ 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(4181), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128613,27 +132958,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, - [84364] = 6, + [87585] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4199), 1, - anon_sym_RPAREN, - ACTIONS(4201), 1, + ACTIONS(4177), 1, + anon_sym_EQ_TILDE, + ACTIONS(4230), 1, anon_sym_QMARK, - ACTIONS(4195), 2, + ACTIONS(4286), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4193), 13, + ACTIONS(4175), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128647,7 +132992,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(4173), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128658,65 +133004,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_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, + [87639] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3883), 1, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4244), 1, anon_sym_QMARK, - ACTIONS(4203), 1, - anon_sym_COLON, - ACTIONS(3879), 2, + ACTIONS(4288), 1, + anon_sym_RPAREN, + ACTIONS(4234), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4238), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128730,7 +133038,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4236), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128741,25 +133050,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_EQ_TILDE, - [84505] = 6, + [87693] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3883), 1, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, anon_sym_QMARK, - ACTIONS(4205), 1, + ACTIONS(4290), 1, anon_sym_COLON, - ACTIONS(3879), 2, + ACTIONS(4041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4183), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128773,7 +133084,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4181), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128784,26 +133096,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_EQ_TILDE, - [84554] = 5, + [87747] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3913), 3, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4244), 1, + anon_sym_QMARK, + ACTIONS(4292), 1, + anon_sym_RPAREN, + ACTIONS(4234), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, + ACTIONS(4238), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128817,7 +133130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, + ACTIONS(4236), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -128834,18 +133147,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [84601] = 5, + [87801] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3913), 3, + ACTIONS(77), 1, + anon_sym_RBRACK, + ACTIONS(4222), 1, + anon_sym_EQ_TILDE, + ACTIONS(4224), 1, + anon_sym_QMARK, + ACTIONS(4216), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, + ACTIONS(4220), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(4214), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128859,7 +133176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, + ACTIONS(4218), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -128876,132 +133193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [84648] = 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(3632), 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(4081), 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(1916), 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, - [84733] = 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(3718), 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(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, + [87855] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4009), 13, + ACTIONS(3829), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129015,7 +133210,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4007), 22, + ACTIONS(3827), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129035,121 +133231,23 @@ 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, - [84861] = 3, + [87899] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4005), 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(4003), 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(4222), 1, + anon_sym_EQ_TILDE, + ACTIONS(4220), 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, - [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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4201), 1, - anon_sym_QMARK, - ACTIONS(4213), 1, - anon_sym_RPAREN, - ACTIONS(4195), 2, + ACTIONS(3997), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4193), 13, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4214), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129163,7 +133261,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(4218), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129174,18 +133273,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, + [87949] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3850), 13, + ACTIONS(1171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129199,7 +133295,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 22, + ACTIONS(1293), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129219,13 +133316,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_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85081] = 3, + [87993] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(4294), 1, + sym__concat, + ACTIONS(3948), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129239,7 +133338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3952), 22, + ACTIONS(3946), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129262,10 +133361,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85124] = 3, + [88039] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3948), 13, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4244), 1, + anon_sym_QMARK, + ACTIONS(4296), 1, + anon_sym_RPAREN, + ACTIONS(4234), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4238), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129279,9 +133390,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3946), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4236), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129292,20 +133402,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_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [85167] = 3, + [88093] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3258), 10, + ACTIONS(3321), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -129315,8 +133420,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(3260), 25, + ACTIONS(3323), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -129342,175 +133448,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85210] = 24, + [88137] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1190), 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(1192), 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, - ACTIONS(4215), 1, - anon_sym_esac, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4044), 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(1913), 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, - [85295] = 6, + [88181] = 5, 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, - anon_sym_EQ, + ACTIONS(4298), 1, + sym__special_character, + STATE(1901), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 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(3960), 16, + 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(1276), 23, + sym_file_descriptor, 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, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [85344] = 24, + 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, + [88229] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3315), 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(3317), 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, - 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, + [88273] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(77), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(4193), 1, + anon_sym_EQ_TILDE, + ACTIONS(4226), 1, + anon_sym_QMARK, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4191), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129524,9 +133602,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(4189), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129537,60 +133614,68 @@ 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, - [85472] = 3, + [88327] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 13, - anon_sym_EQ, + ACTIONS(4199), 1, + sym__special_character, + STATE(1847), 1, + aux_sym__literal_repeat1, + ACTIONS(3111), 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_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1233), 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, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3113), 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_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [85515] = 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, + 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, + [88375] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(4222), 1, + anon_sym_EQ_TILDE, + ACTIONS(4220), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4214), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129604,9 +133689,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4218), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129617,20 +133701,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, - [85558] = 3, + [88425] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(4039), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4177), 1, + anon_sym_EQ_TILDE, + ACTIONS(4230), 1, + anon_sym_QMARK, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4175), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4171), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129644,9 +133735,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1225), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4173), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129657,20 +133747,19 @@ 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, - [85601] = 3, + [88479] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 10, + ACTIONS(4199), 1, + sym__special_character, + STATE(1847), 1, + aux_sym__literal_repeat1, + ACTIONS(3094), 10, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -129681,7 +133770,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(3005), 25, + ACTIONS(3096), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -129698,7 +133787,6 @@ 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, @@ -129707,58 +133795,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85644] = 24, + [88527] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(3724), 1, + ACTIONS(3578), 1, anon_sym_esac, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4112), 1, + STATE(4679), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1890), 2, + STATE(1967), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -129768,50 +133857,84 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [85729] = 3, + [88613] = 24, 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(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, anon_sym_DOLLAR, + ACTIONS(3517), 1, aux_sym_number_token1, + ACTIONS(3519), 1, aux_sym_number_token2, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3069), 25, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3531), 1, sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 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(3584), 1, + anon_sym_esac, + ACTIONS(4250), 1, sym__special_character, + ACTIONS(4252), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4678), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85772] = 3, + STATE(1968), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88699] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4210), 1, + anon_sym_QMARK, + ACTIONS(4301), 1, + anon_sym_COLON, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4183), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129825,9 +133948,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4181), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129838,70 +133960,195 @@ 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, - [85815] = 5, + [88753] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(2584), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3304), 5, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4183), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4013), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(4179), 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, - ACTIONS(3306), 11, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4181), 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_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, + anon_sym_STAR_STAR, + [88803] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4250), 1, sym__special_character, + ACTIONS(4252), 1, anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4303), 1, + anon_sym_esac, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4674), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1969), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88889] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(4305), 1, + anon_sym_esac, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4673), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85862] = 5, + STATE(1971), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88975] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3895), 3, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4244), 1, + anon_sym_QMARK, + ACTIONS(4307), 1, + anon_sym_RPAREN, + ACTIONS(4234), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, + ACTIONS(4238), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129915,7 +134162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, + ACTIONS(4236), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -129932,59 +134179,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [85909] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(4189), 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(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), 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, - [85960] = 4, + [89029] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4045), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4193), 13, + ACTIONS(3851), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129998,7 +134196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(3849), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130016,11 +134217,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, - [86005] = 3, + anon_sym_QMARK, + [89073] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(3000), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -130032,8 +134235,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1169), 24, + ACTIONS(3002), 25, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -130057,54 +134261,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [86048] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(4189), 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, - 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, - [86099] = 3, + [89117] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3891), 13, + ACTIONS(4242), 1, + anon_sym_EQ_TILDE, + ACTIONS(4238), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4013), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(4232), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130118,9 +134288,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(4236), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130131,60 +134300,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_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [86142] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1167), 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, - 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, - [86185] = 3, + [89167] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(3857), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130198,7 +134322,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 22, + ACTIONS(3855), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130221,10 +134346,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86228] = 3, + [89211] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(4185), 1, + anon_sym_EQ_TILDE, + ACTIONS(4183), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(4179), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130238,9 +134373,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4181), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130251,68 +134385,62 @@ 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, - [86271] = 24, + [89261] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4221), 1, - anon_sym_esac, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4037), 1, + STATE(4236), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1897), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130322,32 +134450,477 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [86356] = 3, + [89344] = 23, 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), 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, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4679), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [89427] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4090), 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(4088), 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, + [89470] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4110), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(4309), 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(4311), 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, + [89515] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4062), 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(4060), 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, + [89558] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4076), 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(4074), 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, + [89601] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4076), 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(4074), 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, + [89644] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4148), 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(4146), 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, + [89687] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4331), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [89770] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3383), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(3385), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(3381), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3388), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(3390), 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(3393), 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, + [89821] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4011), 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(4009), 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, + [89864] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4011), 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(4009), 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, @@ -130362,10 +134935,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86399] = 3, + [89907] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(1256), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130379,7 +134952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 22, + ACTIONS(1258), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130402,10 +134975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86442] = 3, + [89950] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(4019), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130419,7 +134992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 22, + ACTIONS(4017), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130442,10 +135015,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86485] = 3, + [89993] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4106), 1, + anon_sym_EQ_TILDE, + ACTIONS(4313), 1, + anon_sym_QMARK, + ACTIONS(4041), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4104), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4100), 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(4102), 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, + [90044] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(3948), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130459,7 +135076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 22, + ACTIONS(3946), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130482,20 +135099,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86528] = 7, + [90087] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2552), 1, sym_string, - ACTIONS(1135), 2, + ACTIONS(1139), 2, sym_file_descriptor, sym_variable_name, - ACTIONS(4189), 2, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -130505,7 +135122,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, @@ -130526,19 +135143,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [86579] = 7, + [90138] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4109), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2517), 1, + STATE(2552), 1, sym_string, - ACTIONS(4111), 2, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -130548,7 +135166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 21, + ACTIONS(1127), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -130558,8 +135176,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, @@ -130570,100 +135186,340 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [86630] = 7, - ACTIONS(3), 1, + anon_sym_BQUOTE, + [90189] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1139), 2, + ACTIONS(4023), 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(4021), 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, + [90232] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2604), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3406), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3408), 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(2612), 14, sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + 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, + [90279] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4082), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4080), 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, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, - anon_sym_SEMI, + [90322] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1252), 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(1254), 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, + [90365] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3115), 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(3117), 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, + [90408] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3000), 10, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3002), 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, + [90451] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3098), 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(3100), 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, - [86681] = 23, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [90494] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4061), 1, + STATE(4741), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130673,56 +135529,97 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [86763] = 23, + [90577] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1190), 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(1192), 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, + [90620] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4112), 1, + STATE(4740), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130732,56 +135629,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [86845] = 23, + [90703] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4054), 1, + STATE(4733), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130791,56 +135689,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [86927] = 23, + [90786] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4223), 1, + STATE(4732), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130850,56 +135749,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87009] = 23, + [90869] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4323), 1, + anon_sym_RPAREN, + ACTIONS(4325), 1, + anon_sym_QMARK, + ACTIONS(4321), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4309), 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(4311), 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, + [90918] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4283), 1, + STATE(4731), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130909,56 +135852,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87091] = 23, + [91001] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4037), 1, + STATE(4694), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130968,19 +135912,19 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87173] = 7, + [91084] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, + ACTIONS(1135), 1, sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4203), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2736), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4205), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4201), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -130990,7 +135934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 20, + ACTIONS(1127), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131000,6 +135944,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, @@ -131010,20 +135956,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [87223] = 7, + [91135] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(1139), 1, sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4203), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2736), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4205), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4201), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131033,7 +135978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 20, + ACTIONS(1137), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131043,6 +135988,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, @@ -131053,139 +136000,100 @@ 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, + [91186] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3315), 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(3317), 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, - 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, - 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, - [87355] = 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, + 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(4151), 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, - [87437] = 7, + [91229] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3962), 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(3960), 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, + [91272] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2552), 1, sym_string, ACTIONS(1135), 2, sym_file_descriptor, - ts_builtin_sym_end, - ACTIONS(4227), 2, + sym_variable_name, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131195,7 +136103,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, @@ -131203,6 +136111,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, @@ -131215,56 +136124,300 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [87487] = 23, + [91323] = 3, 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, + ACTIONS(1212), 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(1214), 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, + [91366] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1204), 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(1206), 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, + [91409] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4327), 1, + anon_sym_COLON, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 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(3979), 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, + [91458] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3321), 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(3323), 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, + [91501] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4037), 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(4035), 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, + [91544] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1190), 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(1192), 24, + 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_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [91587] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4154), 1, + STATE(4678), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131274,56 +136427,140 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87569] = 23, + [91670] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 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(1214), 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, + [91713] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4325), 1, + anon_sym_QMARK, + ACTIONS(4329), 1, + anon_sym_RPAREN, + ACTIONS(4321), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4309), 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(4311), 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, + [91762] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, + STATE(4674), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131333,53 +136570,403 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87651] = 20, - ACTIONS(3), 1, + [91845] = 23, + ACTIONS(63), 1, sym_comment, - ACTIONS(4235), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4237), 1, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(4239), 1, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4241), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4243), 1, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4673), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [91928] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(4247), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4253), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4672), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [92011] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1268), 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(1270), 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, + [92054] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, sym__brace_start, - STATE(2877), 1, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, aux_sym__literal_repeat1, - ACTIONS(4231), 2, + STATE(4671), 1, + sym_last_case_item, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1912), 2, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [92137] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4337), 1, + anon_sym_EQ_TILDE, + ACTIONS(4335), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4013), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4331), 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(4333), 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, + [92186] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3981), 1, + anon_sym_QMARK, + ACTIONS(4339), 1, + anon_sym_COLON, + ACTIONS(3977), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3975), 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(3979), 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, + [92235] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1260), 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(1262), 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, + [92278] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4320), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - ACTIONS(4233), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2519), 9, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131389,20 +136976,60 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87727] = 7, + [92361] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1264), 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(1266), 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, + [92404] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2552), 1, sym_string, ACTIONS(1139), 2, sym_file_descriptor, - ts_builtin_sym_end, - ACTIONS(4227), 2, + sym_variable_name, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131412,7 +137039,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 +137047,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,56 +137060,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [87777] = 23, + [92455] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3499), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3505), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3531), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3533), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4250), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3817), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4122), 1, + STATE(4245), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4254), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131491,19 +137120,21 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87859] = 7, + [92538] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2552), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(1135), 3, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131513,7 +137144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 20, + ACTIONS(1127), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131521,7 +137152,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,72 +137164,24 @@ 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, + [92589] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(4267), 1, + ACTIONS(1248), 13, anon_sym_EQ, - ACTIONS(4269), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4265), 32, - anon_sym_SEMI, - anon_sym_COMMA, + 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(1250), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -131607,7 +137189,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -131619,6 +137200,24 @@ static const uint16_t ts_small_parse_table[] = { 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, + [92632] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4337), 1, + anon_sym_EQ_TILDE, + ACTIONS(4335), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4331), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -131626,23 +137225,146 @@ static const uint16_t ts_small_parse_table[] = { 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(4333), 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, + [92681] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4337), 1, + anon_sym_EQ_TILDE, + ACTIONS(4335), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3997), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4331), 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, - [88029] = 7, + anon_sym_CARET, + ACTIONS(4333), 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, + [92730] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4244), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [92813] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2552), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(1139), 3, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131652,7 +137374,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 +137382,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,54 +137394,114 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [88079] = 20, + [92864] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3505), 1, + anon_sym_LPAREN, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3531), 1, + sym_test_operator, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3817), 1, + aux_sym__literal_repeat1, + STATE(4225), 1, + sym_last_case_item, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4254), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1987), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3975), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [92947] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(4343), 1, anon_sym_SLASH, - ACTIONS(4275), 1, + ACTIONS(4345), 1, anon_sym_PERCENT, - ACTIONS(4277), 1, + ACTIONS(4347), 1, anon_sym_COLON, - ACTIONS(4281), 1, + ACTIONS(4351), 1, anon_sym_RBRACE3, - ACTIONS(4283), 1, + ACTIONS(4353), 1, anon_sym_AT, - ACTIONS(4285), 1, + ACTIONS(4355), 1, anon_sym_STAR2, - STATE(3690), 1, + STATE(3835), 1, aux_sym__expansion_body_repeat1, - STATE(4080), 1, - sym__expansion_regex, - STATE(4176), 1, + STATE(4386), 1, sym__expansion_operator, - STATE(4177), 1, + STATE(4387), 1, sym__expansion_max_length, - STATE(4179), 1, + STATE(4389), 1, sym__expansion_regex_removal, - STATE(4180), 1, + STATE(4390), 1, sym__expansion_regex_replacement, - STATE(4182), 1, + STATE(4391), 1, + sym__expansion_regex, + STATE(4392), 1, sym__expansion_expression, - ACTIONS(4271), 2, + ACTIONS(4341), 2, anon_sym_COMMA, anon_sym_CARET, - ACTIONS(4291), 2, + ACTIONS(4361), 2, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - ACTIONS(4279), 3, + ACTIONS(4349), 3, sym__immediate_double_hash, anon_sym_POUND, anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, + ACTIONS(4359), 3, anon_sym_SLASH_SLASH, anon_sym_SLASH_POUND, anon_sym_SLASH_PERCENT, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(4287), 8, + ACTIONS(4357), 8, anon_sym_EQ2, anon_sym_COLON_EQ, anon_sym_DASH3, @@ -131729,56 +137510,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_PLUS, anon_sym_QMARK2, anon_sym_COLON_QMARK, - [88155] = 23, + [93023] = 22, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(4365), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4371), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4374), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4377), 1, + sym__special_character, + ACTIONS(4380), 1, + anon_sym_DQUOTE, + ACTIONS(4386), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4389), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(4392), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(4398), 1, + anon_sym_BQUOTE, + ACTIONS(4401), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4407), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(4410), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(4413), 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(3818), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4368), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4383), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4404), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3988), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3788), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131788,20 +137568,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88237] = 7, + [93103] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2552), 1, sym_string, - ACTIONS(1139), 2, + ACTIONS(1135), 2, sym_file_descriptor, sym_variable_name, - ACTIONS(4189), 2, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131811,7 +137591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 19, + ACTIONS(1127), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131831,112 +137611,53 @@ 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, - 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(4275), 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, - [88369] = 20, + [93153] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4303), 1, + ACTIONS(4424), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4305), 1, + ACTIONS(4426), 1, anon_sym_DOLLAR, - ACTIONS(4308), 1, + ACTIONS(4429), 1, sym__special_character, - ACTIONS(4311), 1, + ACTIONS(4432), 1, anon_sym_DQUOTE, - ACTIONS(4314), 1, + ACTIONS(4435), 1, aux_sym_number_token1, - ACTIONS(4317), 1, + ACTIONS(4438), 1, aux_sym_number_token2, - ACTIONS(4320), 1, + ACTIONS(4441), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4323), 1, + ACTIONS(4444), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4326), 1, + ACTIONS(4447), 1, anon_sym_BQUOTE, - ACTIONS(4329), 1, + ACTIONS(4450), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4335), 1, + ACTIONS(4456), 1, sym_test_operator, - ACTIONS(4338), 1, + ACTIONS(4459), 1, sym__brace_start, - STATE(2877), 1, + STATE(2903), 1, aux_sym__literal_repeat1, - ACTIONS(4298), 2, + ACTIONS(4419), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4332), 2, + ACTIONS(4453), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1912), 2, + STATE(1989), 2, sym_concatenation, aux_sym_for_statement_repeat1, - ACTIONS(4295), 3, + ACTIONS(4416), 3, sym_raw_string, sym_ansi_c_string, sym_word, - ACTIONS(4301), 3, + ACTIONS(4422), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2519), 9, + STATE(2747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131946,56 +137667,1572 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88445] = 23, - ACTIONS(63), 1, + [93229] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4317), 1, + anon_sym_DQUOTE, + STATE(2552), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4315), 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, + [93279] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4468), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4470), 1, + anon_sym_DOLLAR, + ACTIONS(4472), 1, + sym__special_character, + ACTIONS(4474), 1, + anon_sym_DQUOTE, + ACTIONS(4476), 1, + aux_sym_number_token1, + ACTIONS(4478), 1, + aux_sym_number_token2, + ACTIONS(4480), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4482), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4484), 1, + anon_sym_BQUOTE, + ACTIONS(4486), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4490), 1, + sym_test_operator, + ACTIONS(4492), 1, + sym__brace_start, + STATE(2903), 1, + aux_sym__literal_repeat1, + ACTIONS(4464), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4488), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1989), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4462), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4466), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2747), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [93355] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, + 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, + [93405] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, + [93455] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4470), 1, + anon_sym_DOLLAR, + ACTIONS(4472), 1, + sym__special_character, + ACTIONS(4474), 1, + anon_sym_DQUOTE, + ACTIONS(4476), 1, + aux_sym_number_token1, + ACTIONS(4478), 1, + aux_sym_number_token2, + ACTIONS(4480), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4482), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4484), 1, + anon_sym_BQUOTE, + ACTIONS(4486), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4490), 1, + sym_test_operator, + ACTIONS(4492), 1, + sym__brace_start, + ACTIONS(4502), 1, + aux_sym_heredoc_redirect_token1, + STATE(2903), 1, + aux_sym__literal_repeat1, + ACTIONS(4464), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4488), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1989), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4462), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4500), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2747), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [93531] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4506), 1, + anon_sym_EQ, + ACTIONS(4508), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4504), 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, + [93575] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + ts_builtin_sym_end, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, + [93625] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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_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, + [93675] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4470), 1, + anon_sym_DOLLAR, + ACTIONS(4472), 1, + sym__special_character, + ACTIONS(4474), 1, + anon_sym_DQUOTE, + ACTIONS(4476), 1, + aux_sym_number_token1, + ACTIONS(4478), 1, + aux_sym_number_token2, + ACTIONS(4480), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4482), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4484), 1, + anon_sym_BQUOTE, + ACTIONS(4486), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4490), 1, + sym_test_operator, + ACTIONS(4492), 1, + sym__brace_start, + ACTIONS(4512), 1, + aux_sym_heredoc_redirect_token1, + STATE(2903), 1, + aux_sym__literal_repeat1, + ACTIONS(4464), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4488), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1989), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4462), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4510), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2747), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [93751] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + ts_builtin_sym_end, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, + [93801] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, + 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, + [93851] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, + [93900] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4514), 1, + sym_word, + ACTIONS(4518), 1, + anon_sym_LPAREN, + ACTIONS(4520), 1, + anon_sym_DOLLAR, + ACTIONS(4522), 1, + sym__special_character, + ACTIONS(4524), 1, + anon_sym_DQUOTE, + ACTIONS(4528), 1, + aux_sym_number_token1, + ACTIONS(4530), 1, + aux_sym_number_token2, + ACTIONS(4532), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4534), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4536), 1, + anon_sym_BQUOTE, + ACTIONS(4538), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4542), 1, + sym__comment_word, + ACTIONS(4544), 1, + sym__empty_value, + ACTIONS(4546), 1, + sym_test_operator, + ACTIONS(4548), 1, + sym__brace_start, + STATE(1201), 1, + aux_sym__literal_repeat1, + ACTIONS(4516), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4526), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4540), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1338), 2, + sym_concatenation, + sym_array, + STATE(913), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [93979] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4474), 1, + anon_sym_DQUOTE, + STATE(2851), 1, + sym_string, + ACTIONS(1135), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(4552), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4550), 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, + [94028] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4474), 1, + anon_sym_DQUOTE, + STATE(2851), 1, + sym_string, + ACTIONS(1139), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(4552), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4550), 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, + [94077] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4554), 1, + sym_word, + ACTIONS(4558), 1, + anon_sym_LPAREN, + ACTIONS(4560), 1, + anon_sym_DOLLAR, + ACTIONS(4562), 1, + sym__special_character, + ACTIONS(4564), 1, + anon_sym_DQUOTE, + ACTIONS(4568), 1, + aux_sym_number_token1, + ACTIONS(4570), 1, + aux_sym_number_token2, + ACTIONS(4572), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4574), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4576), 1, + anon_sym_BQUOTE, + ACTIONS(4578), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4582), 1, + sym__comment_word, + ACTIONS(4584), 1, + sym__empty_value, + ACTIONS(4586), 1, + sym_test_operator, + ACTIONS(4588), 1, + sym__brace_start, + STATE(1844), 1, + aux_sym__literal_repeat1, + ACTIONS(4556), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4566), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4580), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1943), 2, + sym_concatenation, + sym_array, + STATE(1592), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [94156] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4343), 1, + anon_sym_SLASH, + ACTIONS(4345), 1, + anon_sym_PERCENT, + ACTIONS(4347), 1, + anon_sym_COLON, + ACTIONS(4590), 1, + anon_sym_RBRACE3, + ACTIONS(4592), 1, + anon_sym_AT, + STATE(3862), 1, + aux_sym__expansion_body_repeat1, + STATE(4508), 1, + sym__expansion_operator, + STATE(4509), 1, + sym__expansion_max_length, + STATE(4510), 1, + sym__expansion_regex_removal, + STATE(4511), 1, + sym__expansion_regex_replacement, + STATE(4512), 1, + sym__expansion_regex, + STATE(4513), 1, + sym__expansion_expression, + ACTIONS(4341), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4361), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4349), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4359), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4357), 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, + [94229] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4343), 1, + anon_sym_SLASH, + ACTIONS(4345), 1, + anon_sym_PERCENT, + ACTIONS(4347), 1, + anon_sym_COLON, + ACTIONS(4592), 1, + anon_sym_AT, + ACTIONS(4594), 1, + anon_sym_RBRACE3, + STATE(3858), 1, + aux_sym__expansion_body_repeat1, + STATE(4498), 1, + sym__expansion_operator, + STATE(4499), 1, + sym__expansion_max_length, + STATE(4500), 1, + sym__expansion_regex_removal, + STATE(4501), 1, + sym__expansion_regex_replacement, + STATE(4502), 1, + sym__expansion_regex, + STATE(4503), 1, + sym__expansion_expression, + ACTIONS(4341), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4361), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4349), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4359), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4357), 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, + [94302] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4596), 1, + sym_word, + ACTIONS(4600), 1, + anon_sym_LPAREN, + ACTIONS(4602), 1, + anon_sym_DOLLAR, + ACTIONS(4604), 1, + sym__special_character, + ACTIONS(4606), 1, + anon_sym_DQUOTE, + ACTIONS(4610), 1, + aux_sym_number_token1, + ACTIONS(4612), 1, + aux_sym_number_token2, + ACTIONS(4614), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4616), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4618), 1, + anon_sym_BQUOTE, + ACTIONS(4620), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4624), 1, + sym__comment_word, + ACTIONS(4626), 1, + sym__empty_value, + ACTIONS(4628), 1, + sym_test_operator, + ACTIONS(4630), 1, + sym__brace_start, + STATE(2555), 1, + aux_sym__literal_repeat1, + ACTIONS(4598), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4608), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4622), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2791), 2, + sym_concatenation, + sym_array, + STATE(2764), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [94381] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4638), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4634), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4632), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(4636), 27, + 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, + [94426] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + [94467] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4642), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4640), 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, + [94508] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4642), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4640), 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, + [94549] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4343), 1, + anon_sym_SLASH, + ACTIONS(4345), 1, + anon_sym_PERCENT, + ACTIONS(4347), 1, + anon_sym_COLON, + ACTIONS(4592), 1, + anon_sym_AT, + ACTIONS(4644), 1, + anon_sym_RBRACE3, + STATE(3832), 1, + aux_sym__expansion_body_repeat1, + STATE(4294), 1, + sym__expansion_regex, + STATE(4395), 1, + sym__expansion_operator, + STATE(4396), 1, + sym__expansion_max_length, + STATE(4397), 1, + sym__expansion_regex_removal, + STATE(4398), 1, + sym__expansion_regex_replacement, + STATE(4401), 1, + sym__expansion_expression, + ACTIONS(4341), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4361), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4349), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4359), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4357), 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, + [94622] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4600), 1, + anon_sym_LPAREN, + ACTIONS(4602), 1, + anon_sym_DOLLAR, + ACTIONS(4606), 1, + anon_sym_DQUOTE, + ACTIONS(4610), 1, + aux_sym_number_token1, + ACTIONS(4612), 1, + aux_sym_number_token2, + ACTIONS(4614), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4616), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4618), 1, + anon_sym_BQUOTE, + ACTIONS(4620), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4624), 1, + sym__comment_word, + ACTIONS(4626), 1, + sym__empty_value, + ACTIONS(4630), 1, + sym__brace_start, + ACTIONS(4646), 1, + sym_word, + ACTIONS(4648), 1, + sym__special_character, + ACTIONS(4652), 1, + sym_test_operator, + STATE(2555), 1, + aux_sym__literal_repeat1, + ACTIONS(4598), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4622), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4650), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2791), 2, + sym_concatenation, + sym_array, + STATE(2826), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [94701] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4642), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4640), 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, + [94742] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1254), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1252), 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, + [94783] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4656), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4654), 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, + [94824] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4660), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4658), 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, + [94865] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4343), 1, + anon_sym_SLASH, + ACTIONS(4345), 1, + anon_sym_PERCENT, + ACTIONS(4347), 1, + anon_sym_COLON, + ACTIONS(4351), 1, + anon_sym_RBRACE3, + ACTIONS(4592), 1, + anon_sym_AT, + STATE(3836), 1, + aux_sym__expansion_body_repeat1, + STATE(4378), 1, + sym__expansion_operator, + STATE(4379), 1, + sym__expansion_max_length, + STATE(4380), 1, + sym__expansion_regex_removal, + STATE(4381), 1, + sym__expansion_regex_replacement, + STATE(4383), 1, + sym__expansion_regex, + STATE(4384), 1, + sym__expansion_expression, + ACTIONS(4341), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4361), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4349), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4359), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4357), 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, + [94938] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4662), 1, + sym_word, + ACTIONS(4666), 1, + anon_sym_LPAREN, + ACTIONS(4668), 1, + anon_sym_DOLLAR, + ACTIONS(4670), 1, + sym__special_character, + ACTIONS(4672), 1, + anon_sym_DQUOTE, + ACTIONS(4676), 1, + aux_sym_number_token1, + ACTIONS(4678), 1, + aux_sym_number_token2, + ACTIONS(4680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4684), 1, + anon_sym_BQUOTE, + ACTIONS(4686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4690), 1, + sym__comment_word, + ACTIONS(4692), 1, + sym__empty_value, + ACTIONS(4694), 1, + sym_test_operator, + ACTIONS(4696), 1, + sym__brace_start, + STATE(1305), 1, + aux_sym__literal_repeat1, + ACTIONS(4664), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4674), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1347), 2, + sym_concatenation, + sym_array, + STATE(1238), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95017] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + [95058] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1258), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1256), 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, + [95099] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, + ACTIONS(4600), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4602), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4606), 1, + anon_sym_DQUOTE, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4612), 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, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4616), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4624), 1, + sym__comment_word, + ACTIONS(4626), 1, + sym__empty_value, + ACTIONS(4630), 1, + sym__brace_start, + ACTIONS(4698), 1, + sym_word, + ACTIONS(4700), 1, + sym__special_character, + ACTIONS(4704), 1, + sym_test_operator, + STATE(2555), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4053), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + ACTIONS(4702), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2791), 2, + sym_concatenation, + sym_array, + STATE(2648), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132005,56 +139242,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88527] = 23, - ACTIONS(63), 1, + [95178] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4706), 1, + sym_word, + ACTIONS(4710), 1, + anon_sym_LPAREN, + ACTIONS(4712), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4714), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4718), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4722), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4726), 1, + sym__comment_word, + ACTIONS(4728), 1, + sym__empty_value, + ACTIONS(4730), 1, + sym_test_operator, + STATE(1140), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4038), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4716), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1309), 2, + sym_concatenation, + sym_array, + STATE(1083), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132064,53 +139299,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88609] = 20, + [95257] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, + ACTIONS(4666), 1, + anon_sym_LPAREN, + ACTIONS(4668), 1, anon_sym_DOLLAR, - ACTIONS(4239), 1, - sym__special_character, - ACTIONS(4241), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(4243), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(4247), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(4253), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, - sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(4690), 1, + sym__comment_word, + ACTIONS(4692), 1, + sym__empty_value, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(4343), 1, - aux_sym_heredoc_redirect_token1, - STATE(2877), 1, + ACTIONS(4732), 1, + sym_word, + ACTIONS(4734), 1, + sym__special_character, + ACTIONS(4738), 1, + sym_test_operator, + STATE(1305), 1, aux_sym__literal_repeat1, - ACTIONS(4231), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, + ACTIONS(4736), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - ACTIONS(4341), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2519), 9, + STATE(1347), 2, + sym_concatenation, + sym_array, + STATE(1061), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132120,56 +139356,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88685] = 23, - ACTIONS(63), 1, + [95336] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, + ACTIONS(4666), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4668), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4672), 1, + anon_sym_DQUOTE, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4678), 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, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4690), 1, + sym__comment_word, + ACTIONS(4692), 1, + sym__empty_value, + ACTIONS(4696), 1, + sym__brace_start, + ACTIONS(4740), 1, + sym_word, + ACTIONS(4742), 1, + sym__special_character, + ACTIONS(4746), 1, + sym_test_operator, + STATE(1305), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4044), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + ACTIONS(4744), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1347), 2, + sym_concatenation, + sym_array, + STATE(1544), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132179,158 +139413,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88767] = 7, + [95415] = 22, 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), 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, - [88817] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1473), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(1479), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1481), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1499), 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(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, - [88899] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, + ACTIONS(4748), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4752), 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, + ACTIONS(4754), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4756), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4760), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4762), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4764), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4768), 1, + sym__comment_word, + ACTIONS(4770), 1, + sym__empty_value, + ACTIONS(4772), 1, + sym_test_operator, + STATE(1110), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4081), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4750), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4758), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4766), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1169), 2, + sym_concatenation, + sym_array, + STATE(749), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132340,12 +139470,12 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88981] = 3, + [95494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 1, + ACTIONS(4776), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 32, + ACTIONS(4774), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132378,54 +139508,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89022] = 22, + [95535] = 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(4778), 1, sym_word, - ACTIONS(4349), 1, + ACTIONS(4782), 1, anon_sym_LPAREN, - ACTIONS(4351), 1, + ACTIONS(4784), 1, + anon_sym_DOLLAR, + ACTIONS(4786), 1, sym__special_character, - ACTIONS(4353), 1, + ACTIONS(4788), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(4792), 1, + aux_sym_number_token1, + ACTIONS(4794), 1, + aux_sym_number_token2, + ACTIONS(4796), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(4798), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4800), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4365), 1, + ACTIONS(4806), 1, sym__comment_word, - ACTIONS(4367), 1, + ACTIONS(4808), 1, sym__empty_value, - ACTIONS(4369), 1, + ACTIONS(4810), 1, sym_test_operator, - STATE(1197), 1, + ACTIONS(4812), 1, + sym__brace_start, + STATE(2544), 1, aux_sym__literal_repeat1, - ACTIONS(4347), 2, + ACTIONS(4780), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4355), 2, + ACTIONS(4790), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4363), 2, + ACTIONS(4804), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1258), 2, + STATE(2807), 2, sym_concatenation, sym_array, - STATE(886), 9, + STATE(2605), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132435,92 +139565,12 @@ 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 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, - [89191] = 3, + [95614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 1, + ACTIONS(1262), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, + ACTIONS(1260), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132553,12 +139603,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89232] = 3, + [95655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 1, + ACTIONS(1266), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, + ACTIONS(1264), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132591,54 +139641,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89273] = 22, + [95696] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 1, + ACTIONS(1665), 1, + anon_sym_DOLLAR, + ACTIONS(1671), 1, + aux_sym_number_token1, + ACTIONS(1673), 1, + aux_sym_number_token2, + ACTIONS(1677), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1691), 1, + sym__brace_start, + ACTIONS(4814), 1, sym_word, - ACTIONS(4383), 1, + ACTIONS(4818), 1, anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4387), 1, + ACTIONS(4820), 1, sym__special_character, - ACTIONS(4389), 1, + ACTIONS(4822), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4826), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4828), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4830), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, + ACTIONS(4834), 1, sym__comment_word, - ACTIONS(4409), 1, + ACTIONS(4836), 1, sym__empty_value, - ACTIONS(4411), 1, + ACTIONS(4838), 1, sym_test_operator, - ACTIONS(4413), 1, - sym__brace_start, - STATE(2448), 1, + STATE(1252), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(4816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4391), 2, + ACTIONS(4824), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4405), 2, + ACTIONS(4832), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2758), 2, + STATE(1317), 2, sym_concatenation, sym_array, - STATE(2590), 9, + STATE(880), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132648,54 +139698,111 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89352] = 22, + [95775] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(4782), 1, + anon_sym_LPAREN, + ACTIONS(4784), 1, anon_sym_DOLLAR, - ACTIONS(1475), 1, + ACTIONS(4788), 1, + anon_sym_DQUOTE, + ACTIONS(4792), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(4794), 1, aux_sym_number_token2, - ACTIONS(1481), 1, + ACTIONS(4796), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4798), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, + ACTIONS(4800), 1, + anon_sym_BQUOTE, + ACTIONS(4802), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4806), 1, + sym__comment_word, + ACTIONS(4808), 1, + sym__empty_value, + ACTIONS(4812), 1, sym__brace_start, - ACTIONS(4415), 1, + ACTIONS(4840), 1, + sym_word, + ACTIONS(4842), 1, + sym__special_character, + ACTIONS(4846), 1, + sym_test_operator, + STATE(2544), 1, + aux_sym__literal_repeat1, + ACTIONS(4780), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4804), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4844), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2807), 2, + sym_concatenation, + sym_array, + STATE(2522), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95854] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4848), 1, sym_word, - ACTIONS(4419), 1, + ACTIONS(4852), 1, anon_sym_LPAREN, - ACTIONS(4421), 1, + ACTIONS(4854), 1, + anon_sym_DOLLAR, + ACTIONS(4856), 1, sym__special_character, - ACTIONS(4423), 1, + ACTIONS(4858), 1, anon_sym_DQUOTE, - ACTIONS(4427), 1, + ACTIONS(4862), 1, + aux_sym_number_token1, + ACTIONS(4864), 1, + aux_sym_number_token2, + ACTIONS(4866), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(4868), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4870), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(4872), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4435), 1, + ACTIONS(4876), 1, sym__comment_word, - ACTIONS(4437), 1, + ACTIONS(4878), 1, sym__empty_value, - ACTIONS(4439), 1, + ACTIONS(4880), 1, sym_test_operator, - STATE(1030), 1, + ACTIONS(4882), 1, + sym__brace_start, + STATE(2194), 1, aux_sym__literal_repeat1, - ACTIONS(4417), 2, + ACTIONS(4850), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4425), 2, + ACTIONS(4860), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4433), 2, + ACTIONS(4874), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1189), 2, + STATE(2486), 2, sym_concatenation, sym_array, - STATE(698), 9, + STATE(2120), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132705,19 +139812,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89431] = 5, + [95933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4447), 1, + ACTIONS(1226), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4443), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4441), 3, + ACTIONS(1224), 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,126 +139849,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - [89476] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4449), 1, - sym_word, - ACTIONS(4453), 1, - anon_sym_LPAREN, - ACTIONS(4455), 1, - anon_sym_DOLLAR, - ACTIONS(4457), 1, - sym__special_character, - 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, - anon_sym_BQUOTE, - ACTIONS(4473), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4477), 1, - sym__comment_word, - ACTIONS(4479), 1, - sym__empty_value, - ACTIONS(4481), 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, - 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, - aux_sym__literal_repeat1, - ACTIONS(4487), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4495), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4503), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1267), 2, - sym_concatenation, - sym_array, - STATE(1027), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89634] = 3, + anon_sym_AMP, + [95974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 1, + ACTIONS(1206), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 32, + ACTIONS(1204), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132897,12 +139888,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89675] = 3, + [96015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 1, + ACTIONS(1202), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 32, + ACTIONS(1200), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132935,54 +139926,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89716] = 22, + [96056] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 1, + ACTIONS(4884), 1, + sym_word, + ACTIONS(4888), 1, anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(4890), 1, anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(4892), 1, + sym__special_character, + ACTIONS(4894), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(4898), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(4900), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(4904), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4906), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4908), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, + ACTIONS(4912), 1, sym__comment_word, - ACTIONS(4409), 1, + ACTIONS(4914), 1, sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4511), 1, - sym_word, - ACTIONS(4513), 1, - sym__special_character, - ACTIONS(4517), 1, + ACTIONS(4916), 1, sym_test_operator, - STATE(2448), 1, + ACTIONS(4918), 1, + sym__brace_start, + STATE(1316), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(4886), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4515), 2, + ACTIONS(4896), 2, sym_raw_string, sym_ansi_c_string, - STATE(2758), 2, + ACTIONS(4910), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1418), 2, sym_concatenation, sym_array, - STATE(2525), 9, + STATE(972), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132992,54 +139983,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89795] = 22, + [96135] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 1, + ACTIONS(4920), 1, + sym_word, + ACTIONS(4924), 1, anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(4926), 1, anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(4928), 1, + sym__special_character, + ACTIONS(4930), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(4934), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(4936), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4938), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(4940), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4942), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4944), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, + ACTIONS(4948), 1, sym__comment_word, - ACTIONS(4409), 1, + ACTIONS(4950), 1, sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4519), 1, - sym_word, - ACTIONS(4521), 1, - sym__special_character, - ACTIONS(4525), 1, + ACTIONS(4952), 1, sym_test_operator, - STATE(2448), 1, + ACTIONS(4954), 1, + sym__brace_start, + STATE(1050), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(4922), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4523), 2, + ACTIONS(4932), 2, sym_raw_string, sym_ansi_c_string, - STATE(2758), 2, + ACTIONS(4946), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1118), 2, sym_concatenation, sym_array, - STATE(2719), 9, + STATE(822), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133049,66 +140040,12 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89874] = 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(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, + [96214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 1, + ACTIONS(1270), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 32, + ACTIONS(1268), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -133141,108 +140078,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89988] = 19, + [96255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(1250), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 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(4281), 1, - anon_sym_RBRACE3, - ACTIONS(4529), 1, - anon_sym_AT, - STATE(3691), 1, - aux_sym__expansion_body_repeat1, - STATE(4168), 1, - sym__expansion_operator, - STATE(4169), 1, - sym__expansion_max_length, - STATE(4170), 1, - sym__expansion_regex_removal, - STATE(4171), 1, - sym__expansion_regex_replacement, - STATE(4173), 1, - sym__expansion_regex, - STATE(4174), 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, - [90061] = 22, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [96296] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4531), 1, + ACTIONS(4956), 1, sym_word, - ACTIONS(4535), 1, + ACTIONS(4960), 1, anon_sym_LPAREN, - ACTIONS(4537), 1, + ACTIONS(4962), 1, anon_sym_DOLLAR, - ACTIONS(4539), 1, + ACTIONS(4964), 1, sym__special_character, - ACTIONS(4541), 1, + ACTIONS(4966), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(4970), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(4972), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(4976), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(4978), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(4980), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4559), 1, + ACTIONS(4984), 1, sym__comment_word, - ACTIONS(4561), 1, + ACTIONS(4986), 1, sym__empty_value, - ACTIONS(4563), 1, + ACTIONS(4988), 1, sym_test_operator, - ACTIONS(4565), 1, + ACTIONS(4990), 1, sym__brace_start, - STATE(1233), 1, + STATE(3228), 1, aux_sym__literal_repeat1, - ACTIONS(4533), 2, + ACTIONS(4958), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4543), 2, + ACTIONS(4968), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4557), 2, + ACTIONS(4982), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1255), 2, + STATE(3315), 2, sym_concatenation, sym_array, - STATE(914), 9, + STATE(3123), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133252,111 +140173,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90140] = 22, + [96375] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(4489), 1, + ACTIONS(4710), 1, anon_sym_LPAREN, - ACTIONS(4493), 1, + ACTIONS(4714), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4718), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4722), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4505), 1, + ACTIONS(4726), 1, sym__comment_word, - ACTIONS(4507), 1, + ACTIONS(4728), 1, sym__empty_value, - ACTIONS(4567), 1, + ACTIONS(4992), 1, sym_word, - ACTIONS(4569), 1, + ACTIONS(4994), 1, sym__special_character, - ACTIONS(4573), 1, + ACTIONS(4998), 1, sym_test_operator, - STATE(1075), 1, + STATE(1140), 1, aux_sym__literal_repeat1, - ACTIONS(4487), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4571), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1267), 2, - sym_concatenation, - sym_array, - STATE(1313), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90219] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4575), 1, - sym_word, - ACTIONS(4579), 1, - anon_sym_LPAREN, - ACTIONS(4581), 1, - anon_sym_DOLLAR, - ACTIONS(4583), 1, - sym__special_character, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, - aux_sym_number_token1, - ACTIONS(4591), 1, - aux_sym_number_token2, - ACTIONS(4593), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, - anon_sym_BQUOTE, - ACTIONS(4599), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4603), 1, - sym__comment_word, - ACTIONS(4605), 1, - sym__empty_value, - ACTIONS(4607), 1, - sym_test_operator, - ACTIONS(4609), 1, - sym__brace_start, - STATE(2127), 1, - aux_sym__literal_repeat1, - ACTIONS(4577), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4587), 2, + ACTIONS(4996), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2388), 2, + STATE(1309), 2, sym_concatenation, sym_array, - STATE(1997), 9, + STATE(924), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133366,168 +140230,92 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90298] = 22, + [96454] = 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(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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4615), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, - sym_concatenation, - sym_array, - STATE(2661), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90377] = 22, + ACTIONS(5002), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5000), 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, + [96495] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4619), 1, - sym_word, - ACTIONS(4623), 1, - anon_sym_LPAREN, - ACTIONS(4625), 1, + ACTIONS(1435), 1, anon_sym_DOLLAR, - ACTIONS(4627), 1, - sym__special_character, - ACTIONS(4629), 1, - anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(1441), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(1443), 1, aux_sym_number_token2, - ACTIONS(4637), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(1447), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, - anon_sym_BQUOTE, - ACTIONS(4643), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4647), 1, - sym__comment_word, - ACTIONS(4649), 1, - sym__empty_value, - ACTIONS(4651), 1, - sym_test_operator, - ACTIONS(4653), 1, + ACTIONS(1461), 1, sym__brace_start, - STATE(3114), 1, - aux_sym__literal_repeat1, - ACTIONS(4621), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4631), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4645), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3176), 2, - sym_concatenation, - sym_array, - STATE(2992), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90456] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4655), 1, + ACTIONS(5004), 1, sym_word, - ACTIONS(4659), 1, + ACTIONS(5008), 1, anon_sym_LPAREN, - ACTIONS(4661), 1, - anon_sym_DOLLAR, - ACTIONS(4663), 1, + ACTIONS(5010), 1, sym__special_character, - ACTIONS(4665), 1, + ACTIONS(5012), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, - aux_sym_number_token1, - ACTIONS(4671), 1, - aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5016), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5018), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5020), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, + ACTIONS(5024), 1, sym__comment_word, - ACTIONS(4685), 1, + ACTIONS(5026), 1, sym__empty_value, - ACTIONS(4687), 1, + ACTIONS(5028), 1, sym_test_operator, - ACTIONS(4689), 1, - sym__brace_start, - STATE(1289), 1, + STATE(845), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + ACTIONS(5006), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4667), 2, + ACTIONS(5014), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4681), 2, + ACTIONS(5022), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1403), 2, + STATE(1060), 2, sym_concatenation, sym_array, - STATE(1209), 9, + STATE(695), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133537,12 +140325,12 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90535] = 3, + [96574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4693), 1, + ACTIONS(1246), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4691), 32, + ACTIONS(1244), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -133575,54 +140363,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [90576] = 22, + [96615] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4453), 1, - anon_sym_LPAREN, - ACTIONS(4455), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(4459), 1, + ACTIONS(2493), 1, + sym__special_character, + ACTIONS(2495), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(2499), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(2501), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(2503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(2505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(2507), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(2509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4477), 1, - sym__comment_word, - ACTIONS(4479), 1, - sym__empty_value, - ACTIONS(4483), 1, + ACTIONS(2519), 1, sym__brace_start, - ACTIONS(4695), 1, + ACTIONS(5030), 1, sym_word, - ACTIONS(4697), 1, - sym__special_character, - ACTIONS(4701), 1, + ACTIONS(5032), 1, + anon_sym_LPAREN, + ACTIONS(5036), 1, + sym__comment_word, + ACTIONS(5038), 1, + sym__empty_value, + ACTIONS(5040), 1, sym_test_operator, - STATE(2446), 1, + STATE(1771), 1, aux_sym__literal_repeat1, - ACTIONS(4451), 2, + ACTIONS(2489), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(2511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4699), 2, + ACTIONS(5034), 2, sym_raw_string, sym_ansi_c_string, - STATE(2707), 2, + STATE(1916), 2, sym_concatenation, sym_array, - STATE(2424), 9, + STATE(1570), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133632,58 +140420,19 @@ 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, + [96694] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 1, + ACTIONS(5044), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 32, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(4634), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(5042), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(4636), 27, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -133711,97 +140460,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [90745] = 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), 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, - [90794] = 22, + [96739] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 1, + ACTIONS(4600), 1, anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(4602), 1, anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, + ACTIONS(4624), 1, sym__comment_word, - ACTIONS(4409), 1, + ACTIONS(4626), 1, sym__empty_value, - ACTIONS(4413), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(4703), 1, + ACTIONS(5046), 1, sym_word, - ACTIONS(4705), 1, + ACTIONS(5048), 1, sym__special_character, - ACTIONS(4709), 1, + ACTIONS(5052), 1, sym_test_operator, - STATE(2448), 1, + STATE(2555), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4707), 2, + ACTIONS(5050), 2, sym_raw_string, sym_ansi_c_string, - STATE(2758), 2, + STATE(2791), 2, sym_concatenation, sym_array, - STATE(2952), 9, + STATE(3069), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133811,111 +140517,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90873] = 22, + [96818] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(4489), 1, + ACTIONS(4710), 1, anon_sym_LPAREN, - ACTIONS(4493), 1, + ACTIONS(4714), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4718), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4722), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4505), 1, + ACTIONS(4726), 1, sym__comment_word, - ACTIONS(4507), 1, + ACTIONS(4728), 1, sym__empty_value, - ACTIONS(4711), 1, + ACTIONS(5054), 1, sym_word, - ACTIONS(4713), 1, + ACTIONS(5056), 1, sym__special_character, - ACTIONS(4717), 1, + ACTIONS(5060), 1, sym_test_operator, - STATE(1075), 1, + STATE(1140), 1, aux_sym__literal_repeat1, - ACTIONS(4487), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4715), 2, + ACTIONS(5058), 2, sym_raw_string, sym_ansi_c_string, - STATE(1267), 2, + STATE(1309), 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(1367), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133925,96 +140574,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, + [96897] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(4600), 1, + anon_sym_LPAREN, + ACTIONS(4602), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, - sym__special_character, - ACTIONS(2465), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(4620), 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(4624), 1, sym__comment_word, - ACTIONS(4778), 1, + ACTIONS(4626), 1, sym__empty_value, - ACTIONS(4780), 1, + ACTIONS(4630), 1, + sym__brace_start, + ACTIONS(5062), 1, + sym_word, + ACTIONS(5064), 1, + sym__special_character, + ACTIONS(5068), 1, sym_test_operator, - STATE(1707), 1, + STATE(2555), 1, aux_sym__literal_repeat1, - ACTIONS(2459), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4774), 2, + ACTIONS(5066), 2, sym_raw_string, sym_ansi_c_string, - STATE(1765), 2, + STATE(2791), 2, sym_concatenation, sym_array, - STATE(1492), 9, + STATE(2770), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134024,13 +140631,66 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91159] = 3, + [96976] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 32, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, + [97025] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5070), 1, + anon_sym_EQ, + ACTIONS(4504), 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(4508), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134051,135 +140711,67 @@ static const uint16_t ts_small_parse_table[] = { 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, + [97067] = 10, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5082), 1, + sym_file_descriptor, + ACTIONS(5085), 1, + sym_variable_name, + STATE(2511), 1, + sym_file_redirect, + STATE(4182), 1, + sym_subscript, + STATE(2054), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(5079), 3, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91200] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1327), 1, + anon_sym_AMP_GT, + ACTIONS(5072), 5, anon_sym_DOLLAR, - ACTIONS(1333), 1, aux_sym_number_token1, - ACTIONS(1335), 1, aux_sym_number_token2, - ACTIONS(1339), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4782), 1, sym_word, - ACTIONS(4786), 1, - anon_sym_LPAREN, - ACTIONS(4788), 1, - sym__special_character, - ACTIONS(4790), 1, - anon_sym_DQUOTE, - ACTIONS(4794), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, - anon_sym_BQUOTE, - ACTIONS(4798), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4802), 1, - sym__comment_word, - ACTIONS(4804), 1, - sym__empty_value, - ACTIONS(4806), 1, + ACTIONS(5076), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(5074), 13, sym_test_operator, - STATE(849), 1, - aux_sym__literal_repeat1, - ACTIONS(4784), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4792), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4800), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(969), 2, - sym_concatenation, - sym_array, - 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, - [91279] = 19, - ACTIONS(3), 1, + [97121] = 4, + ACTIONS(63), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(5088), 1, + anon_sym_EQ, + ACTIONS(4504), 10, + 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(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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 32, - anon_sym_SEMI, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4508), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134200,6 +140792,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + [97163] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1256), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134210,109 +140807,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91393] = 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(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, + ACTIONS(1258), 21, 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, - [91466] = 22, - ACTIONS(3), 1, + 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, + [97202] = 20, + ACTIONS(63), 1, sym_comment, - ACTIONS(4659), 1, - anon_sym_LPAREN, - ACTIONS(4661), 1, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5094), 1, + anon_sym_RPAREN, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, - sym__comment_word, - ACTIONS(4685), 1, - sym__empty_value, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(4812), 1, - sym_word, - ACTIONS(4814), 1, - sym__special_character, - ACTIONS(4818), 1, + ACTIONS(5118), 1, sym_test_operator, - STATE(1289), 1, + ACTIONS(5120), 1, + sym__brace_start, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4816), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - STATE(1403), 2, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2142), 2, sym_concatenation, - sym_array, - STATE(1057), 9, + aux_sym_for_statement_repeat1, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134322,54 +140882,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91545] = 22, - ACTIONS(3), 1, + [97275] = 20, + ACTIONS(63), 1, sym_comment, - ACTIONS(4820), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4824), 1, - anon_sym_LPAREN, - ACTIONS(4826), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4830), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4848), 1, - sym__comment_word, - ACTIONS(4850), 1, - sym__empty_value, - ACTIONS(4852), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(4854), 1, + ACTIONS(5120), 1, sym__brace_start, - STATE(1815), 1, + ACTIONS(5122), 1, + anon_sym_RPAREN, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4822), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4832), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4846), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1834), 2, + STATE(2061), 2, sym_concatenation, - sym_array, - STATE(1611), 9, + aux_sym_for_statement_repeat1, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134379,16 +140935,27 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91624] = 3, - ACTIONS(3), 1, + [97348] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 32, - anon_sym_SEMI, + ACTIONS(5044), 2, anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5124), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(5128), 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(5126), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -134406,6 +140973,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [97391] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4774), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134416,14 +140987,8 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_SEMI, + ACTIONS(4776), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134444,6 +141009,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [97430] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5130), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2102), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [97503] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134454,14 +141076,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91706] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4858), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4856), 32, - anon_sym_SEMI, + ACTIONS(1214), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134482,6 +141098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [97542] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1204), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134492,14 +141112,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 32, - anon_sym_SEMI, + ACTIONS(1206), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134520,6 +141134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [97581] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134530,14 +141148,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91788] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1217), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 32, - anon_sym_SEMI, + ACTIONS(1214), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134558,6 +141170,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [97620] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3511), 1, + anon_sym_DOLLAR, + ACTIONS(3517), 1, + aux_sym_number_token1, + ACTIONS(3519), 1, + aux_sym_number_token2, + ACTIONS(3523), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, + anon_sym_BQUOTE, + ACTIONS(4260), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5132), 1, + sym_word, + ACTIONS(5136), 1, + sym_test_operator, + STATE(3949), 1, + aux_sym__literal_repeat1, + ACTIONS(4248), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4262), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5134), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4129), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3815), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [97693] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5000), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134568,14 +141237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91829] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4862), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4860), 32, - anon_sym_SEMI, + ACTIONS(5002), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134596,6 +141258,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + [97732] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4658), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134606,14 +141273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4866), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4864), 32, - anon_sym_SEMI, + ACTIONS(4660), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134634,6 +141294,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + [97771] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4654), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134644,14 +141309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91911] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4377), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, - anon_sym_SEMI, + ACTIONS(4656), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134672,179 +141330,126 @@ static const uint16_t ts_small_parse_table[] = { 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_RPAREN, + [97810] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(2101), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5138), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 9, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91952] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4659), 1, - anon_sym_LPAREN, - ACTIONS(4661), 1, + anon_sym_AMP_GT, anon_sym_DOLLAR, - 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(4683), 1, - sym__comment_word, - ACTIONS(4685), 1, - sym__empty_value, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(4868), 1, sym_word, - ACTIONS(4870), 1, - sym__special_character, - ACTIONS(4874), 1, + ACTIONS(1192), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(1289), 1, - aux_sym__literal_repeat1, - ACTIONS(4657), 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(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4872), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1403), 2, - sym_concatenation, - sym_array, - STATE(1415), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [92031] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4876), 1, - sym_word, - ACTIONS(4880), 1, - anon_sym_LPAREN, - ACTIONS(4882), 1, - anon_sym_DOLLAR, - ACTIONS(4884), 1, sym__special_character, - ACTIONS(4886), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, - aux_sym_number_token1, - ACTIONS(4892), 1, - aux_sym_number_token2, - ACTIONS(4894), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, - anon_sym_BQUOTE, - ACTIONS(4900), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4904), 1, - sym__comment_word, - ACTIONS(4906), 1, - sym__empty_value, - ACTIONS(4908), 1, - sym_test_operator, - ACTIONS(4910), 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_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [97853] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(4912), 1, + ACTIONS(4774), 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(4776), 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, + [97892] = 21, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5140), 1, sym_word, - ACTIONS(4916), 1, - anon_sym_LPAREN, - ACTIONS(4918), 1, + ACTIONS(5144), 1, anon_sym_DOLLAR, - ACTIONS(4920), 1, + ACTIONS(5146), 1, sym__special_character, - ACTIONS(4922), 1, + ACTIONS(5148), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(5152), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(5154), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(5156), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(5158), 1, + anon_sym_RBRACE3, + ACTIONS(5160), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(5162), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(5164), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4940), 1, - sym__comment_word, - ACTIONS(4942), 1, - sym__empty_value, - ACTIONS(4944), 1, + ACTIONS(5168), 1, sym_test_operator, - ACTIONS(4946), 1, + ACTIONS(5170), 1, + sym__word_in_replacement, + ACTIONS(5172), 1, sym__brace_start, - STATE(958), 1, + STATE(3902), 1, aux_sym__literal_repeat1, - ACTIONS(4914), 2, + STATE(4201), 1, + sym_concatenation, + ACTIONS(5142), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4924), 2, + ACTIONS(5150), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4938), 2, + ACTIONS(5166), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1185), 2, - sym_concatenation, - sym_array, - STATE(760), 9, + STATE(3820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134854,19 +141459,24 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92189] = 5, - ACTIONS(3), 1, + [97967] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(4950), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4443), 2, + ACTIONS(4640), 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(4642), 21, + 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,66 +141494,11 @@ static const uint16_t ts_small_parse_table[] = { 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, - [92234] = 10, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4962), 1, - sym_file_descriptor, - ACTIONS(4965), 1, - sym_variable_name, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(4959), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(4952), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(4956), 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, - 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, - [92288] = 4, + anon_sym_RPAREN, + [98006] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4968), 1, - anon_sym_EQ, - ACTIONS(4265), 10, + ACTIONS(4640), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134954,7 +141509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, + ACTIONS(4642), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134976,12 +141531,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [92330] = 4, + [98045] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4970), 1, - anon_sym_EQ, - ACTIONS(4265), 10, + ACTIONS(4640), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134992,8 +141545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(4642), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135014,10 +141566,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92372] = 3, + anon_sym_RPAREN, + [98084] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 10, + ACTIONS(1248), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135028,7 +141581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1253), 21, + ACTIONS(1250), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135050,50 +141603,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92411] = 20, + [98123] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4976), 1, - anon_sym_RPAREN, - ACTIONS(4978), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4250), 1, + sym__special_character, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5174), 1, + sym_word, + ACTIONS(5178), 1, sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - STATE(3028), 1, + STATE(3831), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + ACTIONS(5176), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4100), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(3790), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135103,50 +141656,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92484] = 20, + [98196] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5004), 1, + ACTIONS(5180), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2018), 2, + STATE(2078), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135156,50 +141709,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92557] = 20, + [98269] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5006), 1, + ACTIONS(5182), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2039), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135209,10 +141762,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92630] = 3, + [98342] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1224), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135223,7 +141776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1226), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135245,10 +141798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92669] = 3, + [98381] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 10, + ACTIONS(1268), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135259,7 +141812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1233), 21, + ACTIONS(1270), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135281,10 +141834,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92708] = 3, + [98420] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 10, + ACTIONS(4638), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5124), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5128), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135295,11 +141854,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, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5126), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -135317,16 +141872,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92747] = 5, + [98463] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4447), 2, - anon_sym_COMMA, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5184), 1, anon_sym_RPAREN, - ACTIONS(5008), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(5012), 10, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2089), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [98536] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1224), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135337,7 +141939,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5010), 17, + ACTIONS(1226), 21, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -135355,10 +141960,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92790] = 3, + anon_sym_RPAREN, + [98575] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5186), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2130), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [98648] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1200), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135369,7 +142028,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1202), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135390,16 +142050,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [92829] = 5, + [98687] = 5, ACTIONS(63), 1, sym_comment, - STATE(2003), 1, + STATE(2101), 1, aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, + ACTIONS(5138), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3094), 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(3096), 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, + [98730] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(2091), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5138), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3098), 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(3100), 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, + [98773] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(2088), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5188), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(3063), 9, + ACTIONS(1159), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -135409,7 +142144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3065), 19, + ACTIONS(1161), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -135429,10 +142164,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [92872] = 3, + [98816] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5191), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2102), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [98889] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1244), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135443,7 +142231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1246), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135465,63 +142253,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92911] = 20, + [98928] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(5138), 1, + aux_sym_concatenation_token1, + ACTIONS(5193), 1, + sym__concat, + STATE(2088), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 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(1183), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - ACTIONS(5016), 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_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, - [92984] = 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, + [98973] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1200), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135532,7 +142306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1202), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135554,10 +142328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93023] = 3, + [99012] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1252), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135568,7 +142342,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1254), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135589,51 +142364,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [99051] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5195), 1, anon_sym_RPAREN, - [93062] = 20, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2095), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [99124] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5018), 1, + ACTIONS(5197), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1987), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135643,15 +142470,15 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93135] = 5, + [99197] = 5, ACTIONS(63), 1, sym_comment, - STATE(1991), 1, + STATE(2101), 1, aux_sym_concatenation_repeat1, - ACTIONS(5020), 2, + ACTIONS(5138), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1183), 9, + ACTIONS(3111), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -135661,7 +142488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 19, + ACTIONS(3113), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -135681,122 +142508,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93178] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4864), 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(4866), 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, - [93217] = 3, - ACTIONS(63), 1, + [99240] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4343), 1, anon_sym_SLASH, + ACTIONS(4345), 1, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4693), 21, + ACTIONS(4347), 1, + anon_sym_COLON, + ACTIONS(4351), 1, + anon_sym_RBRACE3, + ACTIONS(4353), 1, + anon_sym_AT, + ACTIONS(4355), 1, + anon_sym_STAR2, + ACTIONS(5199), 1, + anon_sym_LBRACK, + STATE(4402), 1, + sym__expansion_operator, + STATE(4403), 1, + sym__expansion_max_length, + STATE(4404), 1, + sym__expansion_regex_removal, + STATE(4405), 1, + sym__expansion_regex_replacement, + STATE(4407), 1, + sym__expansion_regex, + STATE(4408), 1, + sym__expansion_expression, + ACTIONS(4341), 2, 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, - [93256] = 20, + anon_sym_CARET, + ACTIONS(4361), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4349), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4359), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4357), 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, + [99311] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5023), 1, + ACTIONS(5201), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2041), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135806,10 +142613,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93329] = 3, + [99384] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 10, + ACTIONS(1244), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135820,7 +142627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 21, + ACTIONS(1246), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135842,51 +142649,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93368] = 3, + [99423] = 5, 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, + STATE(2091), 1, aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, + ACTIONS(5138), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2975), 9, + ACTIONS(3115), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -135896,7 +142667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2977), 19, + ACTIONS(3117), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -135916,16 +142687,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93450] = 6, + [99466] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(5014), 1, + ACTIONS(5138), 1, aux_sym_concatenation_token1, - ACTIONS(5025), 1, + ACTIONS(5203), 1, sym__concat, - STATE(1991), 1, + STATE(2088), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 9, + ACTIONS(1153), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -135935,7 +142706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1179), 19, + ACTIONS(1155), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -135955,10 +142726,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93495] = 3, + [99511] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4424), 1, + anon_sym_RPAREN, + ACTIONS(5205), 1, + sym_word, + ACTIONS(5211), 1, + anon_sym_DOLLAR, + ACTIONS(5214), 1, + sym__special_character, + ACTIONS(5217), 1, + anon_sym_DQUOTE, + ACTIONS(5223), 1, + aux_sym_number_token1, + ACTIONS(5226), 1, + aux_sym_number_token2, + ACTIONS(5229), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5232), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5235), 1, + anon_sym_BQUOTE, + ACTIONS(5238), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5244), 1, + sym_test_operator, + ACTIONS(5247), 1, + sym__brace_start, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5208), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5220), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5241), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2102), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [99584] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 10, + ACTIONS(4638), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(5250), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5254), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135969,10 +142799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1217), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5252), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -135990,89 +142817,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93534] = 5, + [99627] = 20, ACTIONS(63), 1, sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2967), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, aux_sym_number_token1, + ACTIONS(5106), 1, aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(2969), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, sym_test_operator, + ACTIONS(5120), 1, sym__brace_start, + ACTIONS(5256), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 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(5102), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93577] = 20, + STATE(2105), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [99700] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4303), 1, - anon_sym_RPAREN, - ACTIONS(5027), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(5033), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(5036), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(5039), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(5045), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(5048), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(5051), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5054), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5057), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(5060), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5066), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5069), 1, + ACTIONS(5120), 1, sym__brace_start, - STATE(3028), 1, + ACTIONS(5258), 1, + anon_sym_RPAREN, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(5030), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5042), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5063), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136082,10 +142923,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93650] = 3, + [99773] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 10, + ACTIONS(4640), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136096,7 +142937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1225), 21, + ACTIONS(4642), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -136118,89 +142959,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [93689] = 6, + [99812] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5014), 1, - aux_sym_concatenation_token1, - ACTIONS(5072), 1, - sym__concat, - STATE(1991), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 9, + ACTIONS(1212), 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, - 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), 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, - [93734] = 7, - ACTIONS(3), 1, + ACTIONS(1214), 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, + [99851] = 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, + ACTIONS(1204), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + 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), 16, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1206), 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, + [99890] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 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, - 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, + ACTIONS(1214), 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, + [99929] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(4640), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136211,7 +143081,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, + ACTIONS(4642), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136232,11 +143103,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [99968] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5260), 1, anon_sym_RPAREN, - [93820] = 3, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2102), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [100041] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 10, + ACTIONS(4640), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136247,7 +143170,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1245), 21, + ACTIONS(4642), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136268,21 +143192,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93859] = 7, + [100080] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4317), 1, + anon_sym_DQUOTE, + STATE(2552), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4315), 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, + [100127] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2552), 1, sym_string, ACTIONS(1139), 2, sym_file_descriptor, sym_variable_name, - ACTIONS(4189), 2, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -136309,88 +143272,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - [93906] = 5, + [100174] = 3, ACTIONS(63), 1, sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 9, + ACTIONS(1256), 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, - anon_sym_AMP_GT, + ACTIONS(1258), 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, + [100213] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, aux_sym_number_token1, + ACTIONS(5106), 1, aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1169), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, sym_test_operator, + ACTIONS(5120), 1, sym__brace_start, + ACTIONS(5262), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 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(5102), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93949] = 20, + STATE(2102), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [100286] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5074), 1, + ACTIONS(5264), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2118), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136400,50 +143414,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94022] = 20, + [100359] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5076), 1, + ACTIONS(5266), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2009), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136453,50 +143467,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94095] = 20, + [100432] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5078), 1, + ACTIONS(5268), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2061), 2, + STATE(2116), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136506,89 +143520,15 @@ 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 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(1225), 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, - [94250] = 5, + [100505] = 5, ACTIONS(63), 1, sym_comment, - STATE(2003), 1, + STATE(2091), 1, aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, + ACTIONS(5138), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2995), 9, + ACTIONS(3000), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -136598,7 +143538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2997), 19, + ACTIONS(3002), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -136618,51 +143558,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [94293] = 3, - ACTIONS(63), 1, - sym_comment, - 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_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, - [94332] = 5, + [100548] = 5, ACTIONS(63), 1, sym_comment, - STATE(1998), 1, + STATE(2101), 1, aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, + ACTIONS(5138), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(3003), 9, + ACTIONS(2996), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -136672,7 +143576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3005), 19, + ACTIONS(2998), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -136692,50 +143596,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [94375] = 20, + [100591] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5086), 1, + ACTIONS(5270), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2026), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136745,50 +143649,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94448] = 20, + [100664] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5088), 1, + ACTIONS(5272), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136798,154 +143702,116 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94521] = 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_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, - [94560] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 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(1207), 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, - [94599] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 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(1237), 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, - [94638] = 3, + [100737] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 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(1207), 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, - [94677] = 3, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5274), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2123), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [100810] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, + ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5276), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2128), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [100883] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4864), 10, + ACTIONS(1252), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136956,8 +143822,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(1254), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136978,50 +143843,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, + [100922] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5090), 1, + ACTIONS(5278), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2098), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137031,50 +143897,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94789] = 20, + [100995] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5092), 1, + ACTIONS(5280), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2024), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137084,50 +143950,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94862] = 20, + [101068] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5094), 1, + ACTIONS(5282), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137137,50 +144003,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94935] = 20, + [101141] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5096), 1, + ACTIONS(5284), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137190,10 +144056,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95008] = 3, + [101214] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 10, + ACTIONS(5044), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(5250), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5254), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137204,11 +144076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1265), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5252), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -137226,10 +144094,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95047] = 3, + [101257] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 10, + ACTIONS(1248), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137240,7 +144108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1229), 21, + ACTIONS(1250), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137262,10 +144130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [95086] = 3, + [101296] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(4654), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137276,7 +144144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, + ACTIONS(4656), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -137298,103 +144166,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95125] = 20, + [101335] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(3523), 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, + ACTIONS(3533), 1, + sym_extglob_pattern, + ACTIONS(3535), 1, sym__brace_start, - ACTIONS(5098), 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, - [95198] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(4250), 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, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5286), 1, + sym_word, + ACTIONS(5290), 1, sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5100), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(3837), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2031), 2, + ACTIONS(5288), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4061), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(3789), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137404,10 +144219,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95271] = 3, + [101408] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 10, + ACTIONS(4658), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137418,7 +144233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1261), 21, + ACTIONS(4660), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -137440,10 +144255,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95310] = 3, + [101447] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 10, + ACTIONS(1268), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137454,7 +144269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1233), 21, + ACTIONS(1270), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137476,63 +144291,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [95349] = 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(5102), 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(1977), 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, - [95422] = 3, + [101486] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4691), 10, + ACTIONS(1260), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137543,8 +144305,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(1262), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137565,16 +144326,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, + [101525] = 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(1260), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137585,7 +144341,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5010), 17, + ACTIONS(1262), 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, @@ -137603,10 +144363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95504] = 3, + [101564] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(1264), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137617,7 +144377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1207), 21, + ACTIONS(1266), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137639,50 +144399,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [95543] = 20, + [101603] = 21, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(5144), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5146), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5148), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5152), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5154), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5156), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5160), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5162), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5164), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5172), 1, sym__brace_start, - ACTIONS(5104), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5292), 1, + sym_word, + ACTIONS(5296), 1, + anon_sym_RBRACE3, + ACTIONS(5298), 1, + sym_test_operator, + ACTIONS(5300), 1, + sym__word_in_replacement, + STATE(3970), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4198), 1, + sym_concatenation, + ACTIONS(5142), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5166), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(5294), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3869), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137692,10 +144453,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95616] = 3, + [101678] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 10, + ACTIONS(5000), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137706,7 +144467,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1237), 21, + ACTIONS(5002), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137727,51 +144489,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, + [101717] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5106), 1, + ACTIONS(5302), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2102), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137781,50 +144542,103 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95728] = 20, + [101790] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, + ACTIONS(5304), 1, + anon_sym_RPAREN, + STATE(3100), 1, + aux_sym__literal_repeat1, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5102), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2129), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3009), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [101863] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5090), 1, + sym_word, + ACTIONS(5096), 1, + anon_sym_DOLLAR, + ACTIONS(5098), 1, + sym__special_character, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, + aux_sym_number_token1, + ACTIONS(5106), 1, + aux_sym_number_token2, ACTIONS(5108), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, + anon_sym_BQUOTE, + ACTIONS(5114), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5118), 1, + sym_test_operator, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(5306), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2027), 2, + STATE(2122), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137834,10 +144648,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95801] = 3, + [101936] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 10, + ACTIONS(1264), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137848,49 +144662,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 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, - [95840] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4950), 2, + ACTIONS(1266), 21, 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, @@ -137908,50 +144684,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95883] = 20, + [101975] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5090), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5098), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5118), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5120), 1, sym__brace_start, - ACTIONS(5110), 1, + ACTIONS(5308), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3100), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5102), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2111), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137961,50 +144737,87 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95956] = 20, + [102048] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(5312), 1, + anon_sym_DQUOTE, + STATE(3242), 1, + sym_string, + ACTIONS(5314), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5310), 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_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, + [102094] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4462), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4476), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4478), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4482), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4490), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4492), 1, sym__brace_start, - ACTIONS(5112), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5318), 1, + sym__special_character, + ACTIONS(5320), 1, + anon_sym_DQUOTE, + ACTIONS(5324), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5326), 1, + anon_sym_BQUOTE, + ACTIONS(5328), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2903), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5316), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5322), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5330), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2052), 2, + STATE(1998), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138014,122 +144827,165 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96029] = 3, - ACTIONS(63), 1, + [102164] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4856), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(5334), 1, + anon_sym_DQUOTE, + STATE(3048), 1, + sym_string, + ACTIONS(1139), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(5336), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5332), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4858), 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_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, - [96068] = 3, - 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, + [102210] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1259), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(5334), 1, + anon_sym_DQUOTE, + STATE(3048), 1, + sym_string, + ACTIONS(1135), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(5336), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5332), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1261), 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_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 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, + [102256] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5340), 1, + anon_sym_DQUOTE, + STATE(3205), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5342), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5338), 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_RPAREN, - [96107] = 20, + 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, + [102302] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4462), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4476), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4478), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4482), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4490), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4492), 1, sym__brace_start, - ACTIONS(5114), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5318), 1, + sym__special_character, + ACTIONS(5320), 1, + anon_sym_DQUOTE, + ACTIONS(5324), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5326), 1, + anon_sym_BQUOTE, + ACTIONS(5328), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2903), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5316), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5322), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5330), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2059), 2, + STATE(1994), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138139,138 +144995,154 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96180] = 3, + [102372] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4856), 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, + ACTIONS(1224), 9, anon_sym_LT, anon_sym_GT, - ACTIONS(4858), 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, - [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, + 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(1226), 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, + [102410] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(1234), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4980), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1236), 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(4982), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [102448] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1159), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, 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(1161), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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_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, + aux_sym_concatenation_token1, + 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, + [102486] = 20, + 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(737), 1, + sym__brace_start, + ACTIONS(5344), 1, + sym_word, + ACTIONS(5346), 1, + sym__special_character, + ACTIONS(5350), 1, + sym_test_operator, + ACTIONS(5352), 1, + sym_regex, + STATE(952), 1, + aux_sym__literal_repeat1, + STATE(974), 1, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(693), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(729), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5348), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(663), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138280,122 +145152,153 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96363] = 3, + [102558] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 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(1245), 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, - [96402] = 3, + 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(5354), 1, + sym_word, + ACTIONS(5356), 1, + sym__special_character, + ACTIONS(5360), 1, + sym_test_operator, + ACTIONS(5362), 1, + sym_regex, + STATE(1033), 1, + aux_sym__literal_repeat1, + STATE(1167), 1, + sym_concatenation, + ACTIONS(389), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(429), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5358), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(794), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [102630] = 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(1263), 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(1265), 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, - [96441] = 20, + ACTIONS(71), 1, + sym__brace_start, + ACTIONS(5364), 1, + sym_word, + ACTIONS(5366), 1, + sym__special_character, + ACTIONS(5370), 1, + sym_test_operator, + ACTIONS(5372), 1, + sym_regex, + STATE(1044), 1, + aux_sym__literal_repeat1, + STATE(1244), 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(5368), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(814), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [102702] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(491), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(5120), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5374), 1, + sym_word, + ACTIONS(5376), 1, + sym__special_character, + ACTIONS(5380), 1, + sym_test_operator, + ACTIONS(5382), 1, + sym_regex, + STATE(770), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(841), 1, + sym_concatenation, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(5378), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(597), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138405,50 +145308,49 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96514] = 20, + [102774] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(999), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(5122), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(2388), 1, + sym__special_character, + ACTIONS(5384), 1, + sym_word, + ACTIONS(5388), 1, + sym_test_operator, + ACTIONS(5390), 1, + sym_regex, + STATE(1629), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(1801), 1, + sym_concatenation, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(1019), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2055), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(5386), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1435), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138458,139 +145360,297 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96587] = 3, - ACTIONS(63), 1, + [102846] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1205), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(5340), 1, + anon_sym_DQUOTE, + STATE(3205), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5342), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5338), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1207), 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_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_RPAREN, - [96626] = 20, + 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, + [102892] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(1252), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4980), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1254), 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(4982), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [102930] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1220), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, 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(1222), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 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_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, + aux_sym_concatenation_token1, + 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(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, + [102968] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(1260), 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(4978), 1, + ACTIONS(1262), 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, + [103006] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1264), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4980), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1266), 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(4982), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [103044] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1216), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, aux_sym_number_token1, - ACTIONS(4988), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1218), 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, - ACTIONS(4992), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [103082] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1268), 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, - ACTIONS(4994), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + sym_word, + ACTIONS(1270), 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, - ACTIONS(5000), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [103120] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4462), 1, + sym_word, + ACTIONS(4470), 1, + anon_sym_DOLLAR, + ACTIONS(4476), 1, + aux_sym_number_token1, + ACTIONS(4478), 1, + aux_sym_number_token2, + ACTIONS(4482), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4490), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4492), 1, sym__brace_start, - ACTIONS(5126), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5318), 1, + sym__special_character, + ACTIONS(5320), 1, + anon_sym_DQUOTE, + ACTIONS(5324), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5326), 1, + anon_sym_BQUOTE, + ACTIONS(5328), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2903), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5316), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5322), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5330), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(1991), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138600,15 +145660,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96772] = 5, + [103190] = 3, 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(1244), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -138618,8 +145673,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3069), 19, + ACTIONS(1246), 21, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -138630,6 +145686,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,72 +145695,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [96815] = 20, + [103228] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(1240), 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(1242), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - ACTIONS(5128), 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, + aux_sym_concatenation_token1, + 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, - [96888] = 7, + [103266] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1135), 1, sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(5312), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(3242), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(5314), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(5310), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -138722,27 +145761,27 @@ 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, 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, + [103312] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1135), 1, sym_file_descriptor, - ACTIONS(5132), 1, + ACTIONS(4496), 1, anon_sym_DQUOTE, - STATE(3105), 1, + STATE(2740), 1, sym_string, - ACTIONS(5134), 2, + ACTIONS(4498), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, + ACTIONS(4494), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -138761,18 +145800,57 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + [103358] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_DQUOTE, + STATE(2740), 1, + sym_string, + ACTIONS(4498), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4494), 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, - [96980] = 3, + [103404] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 9, + ACTIONS(1248), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -138782,7 +145860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1261), 21, + ACTIONS(1250), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -138804,188 +145882,42 @@ 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, + [103442] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(1204), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, 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(737), 1, - sym__brace_start, - ACTIONS(3127), 1, - sym__special_character, - ACTIONS(5142), 1, - sym_word, - ACTIONS(5146), 1, - sym_test_operator, - ACTIONS(5148), 1, - sym_regex, - STATE(908), 1, - aux_sym__literal_repeat1, - STATE(976), 1, - sym_concatenation, - ACTIONS(693), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5144), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(612), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [97136] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4229), 1, sym_word, - ACTIONS(4237), 1, - 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(1901), 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, - [97206] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5138), 1, - anon_sym_DQUOTE, - STATE(2924), 1, - sym_string, - ACTIONS(1135), 2, + ACTIONS(1206), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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(1127), 15, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + 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, - 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, - [97252] = 20, + [103480] = 20, ACTIONS(63), 1, sym_comment, ACTIONS(409), 1, @@ -139006,17 +145938,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(3153), 1, - sym__special_character, - ACTIONS(5166), 1, + ACTIONS(5362), 1, + sym_regex, + ACTIONS(5392), 1, sym_word, - ACTIONS(5170), 1, + ACTIONS(5394), 1, + sym__special_character, + ACTIONS(5398), 1, sym_test_operator, - ACTIONS(5172), 1, - sym_regex, - STATE(1004), 1, + STATE(1033), 1, aux_sym__literal_repeat1, - STATE(1238), 1, + STATE(1167), 1, sym_concatenation, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, @@ -139024,10 +145956,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5168), 2, + ACTIONS(5396), 2, sym_raw_string, sym_ansi_c_string, - STATE(1262), 9, + STATE(922), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139037,10 +145969,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97324] = 3, + [103552] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 9, + ACTIONS(1200), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139050,7 +145982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 21, + ACTIONS(1202), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139072,114 +146004,10 @@ 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, - 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, - 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, - sym_test_operator, - ACTIONS(5180), 1, - sym_extglob_pattern, - STATE(3703), 1, - aux_sym__literal_repeat1, - STATE(3903), 1, - sym_concatenation, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5176), 2, - 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, + [103590] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 9, + ACTIONS(1256), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139189,7 +146017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 21, + ACTIONS(1258), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139211,10 +146039,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97544] = 3, + [103628] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 9, + ACTIONS(1212), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139224,7 +146052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 21, + ACTIONS(1214), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139246,10 +146074,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97582] = 3, + [103666] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 9, + ACTIONS(1212), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139259,7 +146087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1217), 21, + ACTIONS(1214), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139281,49 +146109,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97620] = 20, + [103704] = 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(5362), 1, + sym_regex, + ACTIONS(5400), 1, sym_word, - ACTIONS(5194), 1, + ACTIONS(5402), 1, + sym__special_character, + ACTIONS(5406), 1, sym_test_operator, - ACTIONS(5196), 1, - sym_extglob_pattern, - STATE(3678), 1, + STATE(1033), 1, aux_sym__literal_repeat1, - STATE(3914), 1, + STATE(1167), 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(5404), 2, sym_raw_string, sym_ansi_c_string, - STATE(3641), 9, + STATE(1307), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139333,10 +146161,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97692] = 3, + [103776] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 9, + ACTIONS(1208), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139346,7 +146174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 21, + ACTIONS(1210), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139368,49 +146196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97730] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 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(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_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, - [97776] = 3, + [103814] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 9, + ACTIONS(1230), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139420,7 +146209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 21, + ACTIONS(1232), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139442,122 +146231,400 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97814] = 3, + [103852] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(4668), 1, anon_sym_DOLLAR, + ACTIONS(4672), 1, + anon_sym_DQUOTE, + ACTIONS(4676), 1, aux_sym_number_token1, + ACTIONS(4678), 1, aux_sym_number_token2, + ACTIONS(4680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(4684), 1, anon_sym_BQUOTE, + ACTIONS(4686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4696), 1, + sym__brace_start, + ACTIONS(4734), 1, + sym__special_character, + ACTIONS(5408), 1, sym_word, - ACTIONS(1203), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5412), 1, sym_test_operator, + STATE(1297), 1, + aux_sym__literal_repeat1, + STATE(1368), 1, + sym_concatenation, + ACTIONS(4664), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5410), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1091), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [103921] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4668), 1, + anon_sym_DOLLAR, + ACTIONS(4672), 1, + anon_sym_DQUOTE, + ACTIONS(4676), 1, + aux_sym_number_token1, + ACTIONS(4678), 1, + aux_sym_number_token2, + ACTIONS(4680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4684), 1, + anon_sym_BQUOTE, + ACTIONS(4686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4696), 1, sym__brace_start, + ACTIONS(4734), 1, + sym__special_character, + ACTIONS(5414), 1, + sym_word, + ACTIONS(5418), 1, + sym_test_operator, + STATE(1328), 1, + aux_sym__literal_repeat1, + STATE(1426), 1, + sym_concatenation, + ACTIONS(4664), 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, + ACTIONS(4688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5416), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1064), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [103990] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5420), 1, + sym_word, + ACTIONS(5424), 1, + anon_sym_DOLLAR, + ACTIONS(5426), 1, sym__special_character, + ACTIONS(5428), 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(5446), 1, + sym_test_operator, + ACTIONS(5448), 1, + sym__brace_start, + STATE(2623), 1, + aux_sym__literal_repeat1, + STATE(2968), 1, + sym_concatenation, + ACTIONS(5422), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5430), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(5444), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2787), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [104059] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5424), 1, + anon_sym_DOLLAR, + ACTIONS(5428), 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(5448), 1, + sym__brace_start, + ACTIONS(5450), 1, + sym_word, + ACTIONS(5452), 1, + sym__special_character, + ACTIONS(5456), 1, + sym_test_operator, + STATE(2623), 1, + aux_sym__literal_repeat1, + STATE(2968), 1, + sym_concatenation, + ACTIONS(5422), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97852] = 7, - ACTIONS(3), 1, + ACTIONS(5454), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3117), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [104128] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(5458), 1, + sym_word, + ACTIONS(5462), 1, + anon_sym_DOLLAR, + ACTIONS(5464), 1, + sym__special_character, + ACTIONS(5466), 1, anon_sym_DQUOTE, - STATE(2550), 1, + ACTIONS(5470), 1, + aux_sym_number_token1, + ACTIONS(5472), 1, + aux_sym_number_token2, + ACTIONS(5474), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5476), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5478), 1, + anon_sym_BQUOTE, + ACTIONS(5480), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5484), 1, + sym_test_operator, + ACTIONS(5486), 1, + sym__brace_start, + STATE(3739), 1, + aux_sym__literal_repeat1, + STATE(3838), 1, + sym_concatenation, + ACTIONS(5460), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5468), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5482), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3731), 9, + sym_arithmetic_expansion, + sym_brace_expression, 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, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [104197] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5488), 1, + sym_word, + ACTIONS(5492), 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, - 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, + ACTIONS(5494), 1, + sym__special_character, + ACTIONS(5496), 1, + anon_sym_DQUOTE, + ACTIONS(5500), 1, + aux_sym_number_token1, + ACTIONS(5502), 1, + aux_sym_number_token2, + ACTIONS(5504), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5506), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5508), 1, + anon_sym_BQUOTE, + ACTIONS(5510), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5514), 1, + sym_test_operator, + ACTIONS(5516), 1, + sym__brace_start, + STATE(2734), 1, + aux_sym__literal_repeat1, + STATE(2923), 1, + sym_concatenation, + ACTIONS(5490), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5498), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5512), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2636), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [104266] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5522), 1, + anon_sym_LPAREN, + ACTIONS(5524), 1, + aux_sym__c_word_token1, + ACTIONS(5526), 1, aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [97898] = 19, + ACTIONS(5528), 1, + anon_sym_DOLLAR, + ACTIONS(5530), 1, + anon_sym_DQUOTE, + ACTIONS(5532), 1, + aux_sym_number_token1, + ACTIONS(5534), 1, + aux_sym_number_token2, + ACTIONS(5536), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5538), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5540), 1, + anon_sym_BQUOTE, + ACTIONS(5542), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + STATE(2489), 1, + sym__c_terminator, + STATE(3793), 1, + sym__c_expression, + STATE(3950), 1, + sym__c_variable_assignment, + STATE(4259), 1, + sym__for_body, + ACTIONS(5518), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(5520), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2009), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [104341] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4229), 1, - sym_word, - ACTIONS(4237), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(5496), 1, + anon_sym_DQUOTE, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(5502), 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, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5506), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + ACTIONS(5516), 1, + sym__brace_start, + ACTIONS(5544), 1, + sym_word, + ACTIONS(5546), 1, + sym__special_character, + ACTIONS(5550), 1, + sym_test_operator, + STATE(2742), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + STATE(2940), 1, + sym_concatenation, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1905), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2519), 9, + ACTIONS(5548), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2546), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139567,49 +146634,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97968] = 20, + [104410] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(3604), 1, + ACTIONS(5492), 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, + ACTIONS(5494), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5496), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5500), 1, + aux_sym_number_token1, + ACTIONS(5502), 1, + aux_sym_number_token2, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5506), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5198), 1, + ACTIONS(5516), 1, + sym__brace_start, + ACTIONS(5552), 1, sym_word, - ACTIONS(5202), 1, + ACTIONS(5556), 1, sym_test_operator, - ACTIONS(5204), 1, - sym_extglob_pattern, - STATE(3723), 1, + STATE(2727), 1, aux_sym__literal_repeat1, - STATE(4018), 1, + STATE(2929), 1, sym_concatenation, - ACTIONS(4165), 2, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5200), 2, + ACTIONS(5554), 2, sym_raw_string, sym_ansi_c_string, - STATE(3716), 9, + STATE(2632), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139619,80 +146684,64 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98040] = 3, + [104479] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5492), 1, anon_sym_DOLLAR, + ACTIONS(5496), 1, + anon_sym_DQUOTE, + ACTIONS(5500), 1, aux_sym_number_token1, + ACTIONS(5502), 1, aux_sym_number_token2, + ACTIONS(5504), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5506), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5508), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1265), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, + ACTIONS(5510), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5516), 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(5546), 1, 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, - [98078] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 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(5558), 1, sym_word, - ACTIONS(1257), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5562), 1, sym_test_operator, - sym__brace_start, + STATE(2744), 1, + aux_sym__literal_repeat1, + STATE(2947), 1, + sym_concatenation, + ACTIONS(5490), 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(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98116] = 3, + ACTIONS(5560), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2548), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [104548] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 9, + ACTIONS(5564), 1, + sym__special_character, + STATE(2238), 1, + aux_sym__literal_repeat1, + ACTIONS(2996), 8, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139700,11 +146749,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(1185), 21, + ACTIONS(2998), 19, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -139715,93 +146762,105 @@ 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, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98154] = 3, + [104589] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5424), 1, anon_sym_DOLLAR, + ACTIONS(5428), 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(5448), 1, + sym__brace_start, + ACTIONS(5566), 1, sym_word, - ACTIONS(1269), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5568), 1, + sym__special_character, + ACTIONS(5572), 1, sym_test_operator, - sym__brace_start, + STATE(2730), 1, + aux_sym__literal_repeat1, + STATE(2908), 1, + sym_concatenation, + ACTIONS(5422), 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(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98192] = 20, + ACTIONS(5570), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2928), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [104658] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(495), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(3129), 1, + ACTIONS(5568), 1, sym__special_character, - ACTIONS(5206), 1, + ACTIONS(5574), 1, sym_word, - ACTIONS(5210), 1, + ACTIONS(5578), 1, sym_test_operator, - ACTIONS(5212), 1, - sym_regex, - STATE(754), 1, + STATE(2750), 1, aux_sym__literal_repeat1, - STATE(910), 1, + STATE(2913), 1, sym_concatenation, - ACTIONS(455), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5208), 2, + ACTIONS(5576), 2, sym_raw_string, sym_ansi_c_string, - STATE(588), 9, + STATE(2997), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139811,48 +146870,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98264] = 19, + [104727] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4229), 1, - sym_word, - ACTIONS(4237), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(5428), 1, + anon_sym_DQUOTE, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(5434), 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, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5438), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + ACTIONS(5448), 1, + sym__brace_start, + ACTIONS(5568), 1, + sym__special_character, + ACTIONS(5580), 1, + sym_word, + ACTIONS(5584), 1, + sym_test_operator, + STATE(2761), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + STATE(2883), 1, + sym_concatenation, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1915), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2519), 9, + ACTIONS(5582), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2976), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139862,49 +146920,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98334] = 20, + [104796] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5214), 1, + ACTIONS(5586), 1, sym_word, - ACTIONS(5218), 1, + ACTIONS(5590), 1, anon_sym_DOLLAR, - ACTIONS(5220), 1, + ACTIONS(5592), 1, sym__special_character, - ACTIONS(5222), 1, + ACTIONS(5594), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(5598), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(5600), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(5602), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5232), 1, - anon_sym_RBRACE3, - ACTIONS(5234), 1, + ACTIONS(5604), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(5606), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5242), 1, + ACTIONS(5612), 1, sym_test_operator, - ACTIONS(5244), 1, + ACTIONS(5614), 1, sym__brace_start, - STATE(3725), 1, + STATE(3239), 1, aux_sym__literal_repeat1, - STATE(3997), 1, + STATE(3295), 1, sym_concatenation, - ACTIONS(5216), 2, + ACTIONS(5588), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5224), 2, + ACTIONS(5596), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5240), 2, + ACTIONS(5610), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3712), 9, + STATE(3152), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139914,49 +146970,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98406] = 20, - ACTIONS(41), 1, + [104865] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4926), 1, anon_sym_DOLLAR, - ACTIONS(45), 1, + ACTIONS(4928), 1, + sym__special_character, + ACTIONS(4930), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(4934), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(4936), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(4938), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(4940), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(4942), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(4944), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(71), 1, + ACTIONS(4954), 1, sym__brace_start, - ACTIONS(3147), 1, - sym__special_character, - ACTIONS(5246), 1, + ACTIONS(5616), 1, sym_word, - ACTIONS(5250), 1, + ACTIONS(5620), 1, sym_test_operator, - ACTIONS(5252), 1, - sym_regex, - STATE(984), 1, + STATE(1049), 1, aux_sym__literal_repeat1, - STATE(1179), 1, + STATE(1247), 1, sym_concatenation, - ACTIONS(13), 2, + ACTIONS(4922), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(4946), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5248), 2, + ACTIONS(5618), 2, sym_raw_string, sym_ansi_c_string, - STATE(739), 9, + STATE(819), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139966,49 +147020,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98478] = 20, + [104934] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(4926), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(4928), 1, + sym__special_character, + ACTIONS(4930), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(4934), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(4936), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(4938), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(4940), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(4942), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(4944), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(4954), 1, sym__brace_start, - ACTIONS(3112), 1, - sym__special_character, - ACTIONS(5172), 1, - sym_regex, - ACTIONS(5254), 1, + ACTIONS(5622), 1, sym_word, - ACTIONS(5258), 1, + ACTIONS(5626), 1, sym_test_operator, - STATE(1004), 1, + STATE(1043), 1, aux_sym__literal_repeat1, - STATE(1238), 1, + STATE(1224), 1, sym_concatenation, - ACTIONS(389), 2, + ACTIONS(4922), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(4946), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5256), 2, + ACTIONS(5624), 2, sym_raw_string, sym_ansi_c_string, - STATE(692), 9, + STATE(811), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140018,372 +147070,344 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98550] = 3, - ACTIONS(63), 1, + [105003] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(1231), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + 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(3204), 1, anon_sym_BQUOTE, + ACTIONS(5628), 1, sym_word, - ACTIONS(1233), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5630), 1, + anon_sym_RBRACK, + ACTIONS(5636), 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, - [98588] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 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(1225), 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(5632), 2, sym__special_character, - anon_sym_DQUOTE, + sym__comment_word, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98626] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5262), 1, - anon_sym_DQUOTE, - STATE(3082), 1, + STATE(1616), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(5264), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 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_LT_LT_DASH, - anon_sym_LT_LT_LT, - [98672] = 3, - ACTIONS(63), 1, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [105070] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(1227), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + 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(3204), 1, anon_sym_BQUOTE, + ACTIONS(5628), 1, sym_word, - ACTIONS(1229), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5636), 1, sym_test_operator, - sym__brace_start, + ACTIONS(5638), 1, + anon_sym_RBRACK, + 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, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5632), 2, sym__special_character, - anon_sym_DQUOTE, + sym__comment_word, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98710] = 3, - ACTIONS(63), 1, + STATE(1616), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [105137] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(1219), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + 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(3204), 1, anon_sym_BQUOTE, + ACTIONS(5628), 1, sym_word, - ACTIONS(1221), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5636), 1, sym_test_operator, - sym__brace_start, + ACTIONS(5640), 1, + anon_sym_RBRACK, + 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, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5632), 2, sym__special_character, - anon_sym_DQUOTE, + sym__comment_word, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98748] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5262), 1, - anon_sym_DQUOTE, - STATE(3082), 1, + STATE(1616), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(5264), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 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, - [98794] = 3, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [105204] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5462), 1, anon_sym_DOLLAR, + ACTIONS(5464), 1, + sym__special_character, + ACTIONS(5466), 1, + anon_sym_DQUOTE, + ACTIONS(5470), 1, aux_sym_number_token1, + ACTIONS(5472), 1, aux_sym_number_token2, + ACTIONS(5474), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5476), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5478), 1, anon_sym_BQUOTE, + ACTIONS(5480), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5486), 1, + sym__brace_start, + ACTIONS(5642), 1, sym_word, - ACTIONS(1207), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5646), 1, sym_test_operator, - sym__brace_start, + STATE(3757), 1, + aux_sym__literal_repeat1, + STATE(3867), 1, + sym_concatenation, + ACTIONS(5460), 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(5482), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98832] = 3, + ACTIONS(5644), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3707), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [105273] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5424), 1, anon_sym_DOLLAR, + ACTIONS(5426), 1, + sym__special_character, + ACTIONS(5428), 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(5448), 1, + sym__brace_start, + ACTIONS(5648), 1, sym_word, - ACTIONS(1237), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5652), 1, sym_test_operator, - sym__brace_start, + STATE(2750), 1, + aux_sym__literal_repeat1, + STATE(2913), 1, + sym_concatenation, + ACTIONS(5422), 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(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98870] = 3, + ACTIONS(5650), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2783), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [105342] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5654), 1, + sym_word, + ACTIONS(5658), 1, anon_sym_DOLLAR, + ACTIONS(5660), 1, + sym__special_character, + ACTIONS(5662), 1, + anon_sym_DQUOTE, + ACTIONS(5666), 1, aux_sym_number_token1, + ACTIONS(5668), 1, aux_sym_number_token2, + ACTIONS(5670), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5672), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5674), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5676), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5680), 1, sym_test_operator, + ACTIONS(5682), 1, sym__brace_start, + STATE(3293), 1, + aux_sym__literal_repeat1, + STATE(3323), 1, + sym_concatenation, + ACTIONS(5656), 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, + ACTIONS(5664), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5678), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98908] = 20, + STATE(3214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [105411] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(5462), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(5464), 1, + sym__special_character, + ACTIONS(5466), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(5470), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(5472), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(5476), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(5478), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5480), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(5486), 1, sym__brace_start, - ACTIONS(3118), 1, - sym__special_character, - ACTIONS(5172), 1, - sym_regex, - ACTIONS(5266), 1, + ACTIONS(5684), 1, sym_word, - ACTIONS(5270), 1, + ACTIONS(5688), 1, sym_test_operator, - STATE(1004), 1, + STATE(3767), 1, aux_sym__literal_repeat1, - STATE(1238), 1, + STATE(3879), 1, sym_concatenation, - ACTIONS(389), 2, + ACTIONS(5460), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(5482), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5268), 2, + ACTIONS(5686), 2, sym_raw_string, sym_ansi_c_string, - STATE(866), 9, + STATE(3727), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140393,47 +147417,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98980] = 19, + [105480] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5272), 1, - sym_word, - ACTIONS(5276), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, + ACTIONS(5426), 1, sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5298), 1, - sym_test_operator, - ACTIONS(5300), 1, + ACTIONS(5448), 1, sym__brace_start, - STATE(2644), 1, + ACTIONS(5690), 1, + sym_word, + ACTIONS(5694), 1, + sym_test_operator, + STATE(2761), 1, aux_sym__literal_repeat1, - STATE(2837), 1, + STATE(2883), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5282), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5296), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2674), 9, + ACTIONS(5692), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2786), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140443,47 +147467,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99049] = 19, + [105549] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(4854), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, + ACTIONS(4856), 1, sym__special_character, - ACTIONS(5280), 1, + ACTIONS(4858), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4862), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4864), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4866), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4868), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4870), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4872), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4882), 1, sym__brace_start, - ACTIONS(5302), 1, + ACTIONS(5696), 1, sym_word, - ACTIONS(5306), 1, + ACTIONS(5700), 1, sym_test_operator, - STATE(2648), 1, + STATE(2225), 1, aux_sym__literal_repeat1, - STATE(2811), 1, + STATE(2278), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(4850), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4874), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5304), 2, + ACTIONS(5698), 2, sym_raw_string, sym_ansi_c_string, - STATE(2671), 9, + STATE(2087), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140493,7 +147517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99118] = 18, + [105618] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(361), 1, @@ -140512,27 +147536,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(385), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(3204), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5628), 1, sym_word, - ACTIONS(5310), 1, - anon_sym_RBRACK, - ACTIONS(5316), 1, + ACTIONS(5636), 1, sym_test_operator, + ACTIONS(5702), 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(5312), 2, + ACTIONS(5632), 2, sym__special_character, sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140542,47 +147566,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99185] = 19, + [105685] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5658), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5660), 1, + sym__special_character, + ACTIONS(5662), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5666), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5668), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5670), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5672), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5674), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5676), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5682), 1, sym__brace_start, - ACTIONS(4814), 1, - sym__special_character, - ACTIONS(5318), 1, + ACTIONS(5704), 1, sym_word, - ACTIONS(5322), 1, + ACTIONS(5708), 1, sym_test_operator, - STATE(1287), 1, + STATE(3271), 1, aux_sym__literal_repeat1, - STATE(1400), 1, + STATE(3354), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5656), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5678), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5320), 2, + ACTIONS(5706), 2, sym_raw_string, sym_ansi_c_string, - STATE(1066), 9, + STATE(3240), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140592,47 +147616,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99254] = 19, - ACTIONS(63), 1, + [105754] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, - sym__special_character, - 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(5324), 1, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(5628), 1, sym_word, - ACTIONS(5328), 1, + ACTIONS(5636), 1, sym_test_operator, - STATE(1263), 1, - aux_sym__literal_repeat1, - STATE(1308), 1, - sym_concatenation, - ACTIONS(4878), 2, + ACTIONS(5710), 1, + anon_sym_RBRACK, + 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(5326), 2, + ACTIONS(5632), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(954), 9, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140642,47 +147665,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99323] = 19, + [105821] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(5330), 1, + ACTIONS(5564), 1, + sym__special_character, + STATE(2238), 1, + aux_sym__literal_repeat1, + ACTIONS(3111), 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(5334), 1, + ACTIONS(3113), 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, + [105862] = 18, + ACTIONS(3), 1, + sym_comment, + 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(5356), 1, - sym_test_operator, - ACTIONS(5358), 1, + ACTIONS(385), 1, sym__brace_start, - STATE(3616), 1, - aux_sym__literal_repeat1, - STATE(3686), 1, - sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(5628), 1, + sym_word, + ACTIONS(5636), 1, + sym_test_operator, + ACTIONS(5712), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5340), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5354), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3555), 9, + ACTIONS(5632), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5634), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140692,47 +147750,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99392] = 19, + [105929] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5360), 1, - sym_word, - ACTIONS(5364), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5386), 1, - sym_test_operator, - ACTIONS(5388), 1, + ACTIONS(5448), 1, sym__brace_start, - STATE(2547), 1, + ACTIONS(5714), 1, + sym_word, + ACTIONS(5716), 1, + sym__special_character, + ACTIONS(5720), 1, + sym_test_operator, + STATE(2761), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(2883), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5370), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5384), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3026), 9, + ACTIONS(5718), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2853), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140742,47 +147800,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99461] = 19, + [105998] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5658), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, + ACTIONS(5660), 1, sym__special_character, - ACTIONS(5368), 1, + ACTIONS(5662), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5666), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5668), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5670), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5672), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5674), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5676), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5682), 1, sym__brace_start, - ACTIONS(5390), 1, + ACTIONS(5722), 1, sym_word, - ACTIONS(5394), 1, + ACTIONS(5726), 1, sym_test_operator, - STATE(2512), 1, + STATE(3255), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(3340), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5656), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5678), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5392), 2, + ACTIONS(5724), 2, sym_raw_string, sym_ansi_c_string, - STATE(2977), 9, + STATE(3248), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140792,47 +147850,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99530] = 19, + [106067] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5396), 1, - sym_word, - ACTIONS(5398), 1, + ACTIONS(5716), 1, sym__special_character, - ACTIONS(5402), 1, + ACTIONS(5728), 1, + sym_word, + ACTIONS(5732), 1, sym_test_operator, - STATE(2547), 1, + STATE(2623), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(2968), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5400), 2, + ACTIONS(5730), 2, sym_raw_string, sym_ansi_c_string, - STATE(2700), 9, + STATE(2863), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140842,47 +147900,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99599] = 19, + [106136] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5398), 1, + ACTIONS(5452), 1, sym__special_character, - ACTIONS(5404), 1, + ACTIONS(5734), 1, sym_word, - ACTIONS(5408), 1, + ACTIONS(5738), 1, sym_test_operator, - STATE(2512), 1, + STATE(2750), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(2913), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5406), 2, + ACTIONS(5736), 2, sym_raw_string, sym_ansi_c_string, - STATE(2702), 9, + STATE(3103), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140892,47 +147950,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99668] = 19, + [106205] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, - sym__special_character, - ACTIONS(4886), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5410), 1, + ACTIONS(5452), 1, + sym__special_character, + ACTIONS(5740), 1, sym_word, - ACTIONS(5414), 1, + ACTIONS(5744), 1, sym_test_operator, - STATE(1270), 1, + STATE(2761), 1, aux_sym__literal_repeat1, - STATE(1365), 1, + STATE(2883), 1, sym_concatenation, - ACTIONS(4878), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5412), 2, + ACTIONS(5742), 2, sym_raw_string, sym_ansi_c_string, - STATE(968), 9, + STATE(3093), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140942,47 +148000,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99737] = 19, + [106274] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(4668), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(4814), 1, + ACTIONS(4742), 1, sym__special_character, - ACTIONS(5416), 1, + ACTIONS(5746), 1, sym_word, - ACTIONS(5420), 1, + ACTIONS(5750), 1, sym_test_operator, - STATE(1280), 1, + STATE(1328), 1, aux_sym__literal_repeat1, - STATE(1385), 1, + STATE(1426), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5418), 2, + ACTIONS(5748), 2, sym_raw_string, sym_ansi_c_string, - STATE(920), 9, + STATE(1500), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140992,100 +148050,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99806] = 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(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, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [99881] = 19, + [106343] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5448), 1, + ACTIONS(5752), 1, sym_word, - ACTIONS(5452), 1, + ACTIONS(5756), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, + ACTIONS(5758), 1, sym__special_character, - ACTIONS(5456), 1, + ACTIONS(5760), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(5764), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(5766), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(5768), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(5770), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(5772), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(5774), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5474), 1, + ACTIONS(5778), 1, sym_test_operator, - ACTIONS(5476), 1, + ACTIONS(5780), 1, sym__brace_start, - STATE(3077), 1, + STATE(3415), 1, aux_sym__literal_repeat1, - STATE(3172), 1, + STATE(3666), 1, sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(5754), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5458), 2, + ACTIONS(5762), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5472), 2, + ACTIONS(5776), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3020), 9, + STATE(3399), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141095,47 +148100,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99950] = 19, + [106412] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5478), 1, - sym_word, - ACTIONS(5482), 1, + ACTIONS(4668), 1, anon_sym_DOLLAR, - ACTIONS(5484), 1, + ACTIONS(4670), 1, sym__special_character, - ACTIONS(5486), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5504), 1, - sym_test_operator, - ACTIONS(5506), 1, + ACTIONS(4696), 1, sym__brace_start, - STATE(1750), 1, + ACTIONS(5782), 1, + sym_word, + ACTIONS(5786), 1, + sym_test_operator, + STATE(1328), 1, aux_sym__literal_repeat1, - STATE(1762), 1, + STATE(1426), 1, sym_concatenation, - ACTIONS(5480), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5488), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5502), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1503), 9, + ACTIONS(5784), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1240), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141145,46 +148150,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100019] = 18, - ACTIONS(3), 1, + [106481] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5440), 1, + anon_sym_BQUOTE, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5716), 1, + sym__special_character, + ACTIONS(5788), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5792), 1, sym_test_operator, - ACTIONS(5508), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2750), 1, + aux_sym__literal_repeat1, + STATE(2913), 1, + sym_concatenation, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5790), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2856), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141194,47 +148200,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100086] = 19, + [106550] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5428), 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, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(4870), 1, + ACTIONS(5568), 1, sym__special_character, - ACTIONS(5510), 1, + ACTIONS(5794), 1, sym_word, - ACTIONS(5514), 1, + ACTIONS(5798), 1, sym_test_operator, - STATE(1287), 1, + STATE(2623), 1, aux_sym__literal_repeat1, - STATE(1400), 1, + STATE(2968), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5512), 2, + ACTIONS(5796), 2, sym_raw_string, sym_ansi_c_string, - STATE(1410), 9, + STATE(2948), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141244,47 +148250,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100155] = 19, + [106619] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(5482), 1, + ACTIONS(5564), 1, + sym__special_character, + STATE(2238), 1, + aux_sym__literal_repeat1, + ACTIONS(3094), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(5484), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3096), 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, + [106660] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4520), 1, + anon_sym_DOLLAR, + ACTIONS(4522), 1, sym__special_character, - ACTIONS(5486), 1, + ACTIONS(4524), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(4528), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(4530), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(4532), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(4534), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(4536), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(4538), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(4548), 1, sym__brace_start, - ACTIONS(5516), 1, + ACTIONS(5800), 1, sym_word, - ACTIONS(5520), 1, + ACTIONS(5804), 1, sym_test_operator, - STATE(1729), 1, + STATE(1249), 1, aux_sym__literal_repeat1, - STATE(1772), 1, + STATE(1306), 1, sym_concatenation, - ACTIONS(5480), 2, + ACTIONS(4516), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(4540), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5518), 2, + ACTIONS(5802), 2, sym_raw_string, sym_ansi_c_string, - STATE(1487), 9, + STATE(854), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141294,47 +148336,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100224] = 19, + [106729] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5756), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(5758), 1, + sym__special_character, + ACTIONS(5760), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5764), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5766), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5768), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5770), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5772), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5774), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5780), 1, sym__brace_start, - ACTIONS(5522), 1, + ACTIONS(5806), 1, sym_word, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5528), 1, + ACTIONS(5810), 1, sym_test_operator, - STATE(2644), 1, + STATE(3419), 1, aux_sym__literal_repeat1, - STATE(2837), 1, + STATE(3668), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5754), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5776), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5526), 2, + ACTIONS(5808), 2, sym_raw_string, sym_ansi_c_string, - STATE(2478), 9, + STATE(3385), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141344,47 +148386,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100293] = 19, + [106798] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(4890), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(4892), 1, + sym__special_character, + ACTIONS(4894), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4898), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4900), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(4902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4904), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4906), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4908), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(4918), 1, sym__brace_start, - ACTIONS(4870), 1, - sym__special_character, - ACTIONS(5530), 1, + ACTIONS(5812), 1, sym_word, - ACTIONS(5534), 1, + ACTIONS(5816), 1, sym_test_operator, - STATE(1280), 1, + STATE(1310), 1, aux_sym__literal_repeat1, - STATE(1385), 1, + STATE(1456), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(4886), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(4910), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5532), 2, + ACTIONS(5814), 2, sym_raw_string, sym_ansi_c_string, - STATE(1412), 9, + STATE(969), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141394,95 +148436,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, + [106867] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(4520), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, + ACTIONS(4522), 1, sym__special_character, - ACTIONS(5456), 1, + ACTIONS(4524), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(4528), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(4530), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(4532), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(4534), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(4536), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(4538), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(4548), 1, sym__brace_start, - ACTIONS(5536), 1, + ACTIONS(5818), 1, sym_word, - ACTIONS(5540), 1, + ACTIONS(5822), 1, sym_test_operator, - STATE(3084), 1, + STATE(1231), 1, aux_sym__literal_repeat1, - STATE(3166), 1, + STATE(1332), 1, sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(4516), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(4540), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5538), 2, + ACTIONS(5820), 2, sym_raw_string, sym_ansi_c_string, - STATE(3024), 9, + STATE(867), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141492,47 +148486,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100496] = 19, + [106936] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4890), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(4892), 1, + sym__special_character, + ACTIONS(4894), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4898), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4900), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4904), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4906), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4908), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4918), 1, sym__brace_start, - ACTIONS(5542), 1, + ACTIONS(5824), 1, sym_word, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5548), 1, + ACTIONS(5828), 1, sym_test_operator, - STATE(2547), 1, + STATE(1300), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(1394), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(4886), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4910), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5546), 2, + ACTIONS(5826), 2, sym_raw_string, sym_ansi_c_string, - STATE(2797), 9, + STATE(1063), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141542,47 +148536,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100565] = 19, + [107005] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5658), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5660), 1, + sym__special_character, + ACTIONS(5662), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5666), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5668), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5670), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5672), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5674), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5676), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5682), 1, sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5550), 1, + ACTIONS(5830), 1, sym_word, - ACTIONS(5554), 1, + ACTIONS(5834), 1, sym_test_operator, - STATE(2512), 1, + STATE(3268), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(3342), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5656), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5678), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5552), 2, + ACTIONS(5832), 2, sym_raw_string, sym_ansi_c_string, - STATE(2801), 9, + STATE(3232), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141592,88 +148586,52 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100634] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5556), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 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(2969), 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, - [100675] = 22, + [107074] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(5522), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, + ACTIONS(5524), 1, aux_sym__c_word_token1, - ACTIONS(5430), 1, + ACTIONS(5526), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, + ACTIONS(5528), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(5530), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(5532), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(5534), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(5536), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(5538), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(5540), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, sym__c_binary_expression, - STATE(1925), 1, + STATE(2015), 1, sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, + STATE(2489), 1, sym__c_terminator, - STATE(3631), 1, + STATE(3793), 1, sym__c_expression, - STATE(3772), 1, + STATE(3950), 1, sym__c_variable_assignment, - STATE(4247), 1, + STATE(4595), 1, sym__for_body, - ACTIONS(5422), 2, + ACTIONS(5518), 2, anon_sym_SEMI, anon_sym_AMP, - ACTIONS(5424), 2, + ACTIONS(5520), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1928), 7, + STATE(2009), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -141681,47 +148639,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [100750] = 19, + [107149] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5334), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, + ACTIONS(5494), 1, sym__special_character, - ACTIONS(5338), 1, + ACTIONS(5496), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5502), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5506), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(5516), 1, sym__brace_start, - ACTIONS(5558), 1, + ACTIONS(5836), 1, sym_word, - ACTIONS(5562), 1, + ACTIONS(5840), 1, sym_test_operator, - STATE(3599), 1, + STATE(2744), 1, aux_sym__literal_repeat1, - STATE(3668), 1, + STATE(2947), 1, sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5560), 2, + ACTIONS(5838), 2, sym_raw_string, sym_ansi_c_string, - STATE(3569), 9, + STATE(2650), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141731,47 +148689,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100819] = 19, + [107218] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(4668), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(4670), 1, + sym__special_character, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5564), 1, + ACTIONS(5842), 1, sym_word, - ACTIONS(5568), 1, + ACTIONS(5846), 1, sym_test_operator, - STATE(2648), 1, + STATE(1297), 1, aux_sym__literal_repeat1, - STATE(2811), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5566), 2, + ACTIONS(5844), 2, sym_raw_string, sym_ansi_c_string, - STATE(2476), 9, + STATE(1284), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141781,46 +148739,97 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100888] = 18, - ACTIONS(3), 1, + [107287] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5426), 1, + sym__special_character, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5440), 1, + anon_sym_BQUOTE, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5848), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5852), 1, sym_test_operator, - ACTIONS(5570), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2730), 1, + aux_sym__literal_repeat1, + STATE(2908), 1, + sym_concatenation, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5850), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2808), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [107356] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5854), 1, + sym_word, + ACTIONS(5858), 1, + anon_sym_DOLLAR, + ACTIONS(5860), 1, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5862), 1, + anon_sym_DQUOTE, + ACTIONS(5866), 1, + aux_sym_number_token1, + ACTIONS(5868), 1, + aux_sym_number_token2, + ACTIONS(5870), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5872), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5874), 1, + anon_sym_BQUOTE, + ACTIONS(5876), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5880), 1, + sym_test_operator, + ACTIONS(5882), 1, + sym__brace_start, + STATE(1770), 1, + aux_sym__literal_repeat1, + STATE(1862), 1, + sym_concatenation, + ACTIONS(5856), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5864), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + ACTIONS(5878), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1568), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141830,7 +148839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100955] = 18, + [107425] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(361), 1, @@ -141849,13 +148858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(385), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(3204), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5628), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5636), 1, sym_test_operator, - ACTIONS(5572), 1, + ACTIONS(5884), 1, anon_sym_RBRACK, ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, @@ -141863,13 +148872,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5632), 2, sym__special_character, sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141879,47 +148888,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101022] = 19, + [107492] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5886), 1, + sym__special_character, + STATE(2238), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 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(1276), 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, + [107533] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5858), 1, anon_sym_DOLLAR, - ACTIONS(4663), 1, + ACTIONS(5860), 1, sym__special_character, - ACTIONS(4665), 1, + ACTIONS(5862), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5866), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5868), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5870), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5872), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5874), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5876), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5882), 1, sym__brace_start, - ACTIONS(5574), 1, + ACTIONS(5889), 1, sym_word, - ACTIONS(5578), 1, + ACTIONS(5893), 1, sym_test_operator, - STATE(1287), 1, + STATE(1722), 1, aux_sym__literal_repeat1, - STATE(1400), 1, + STATE(1867), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5856), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5878), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5576), 2, + ACTIONS(5891), 2, sym_raw_string, sym_ansi_c_string, - STATE(1218), 9, + STATE(1545), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141929,47 +148974,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101091] = 19, + [107602] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(4663), 1, - sym__special_character, - ACTIONS(4665), 1, + ACTIONS(5428), 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, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5580), 1, + ACTIONS(5895), 1, sym_word, - ACTIONS(5584), 1, + ACTIONS(5897), 1, + sym__special_character, + ACTIONS(5901), 1, sym_test_operator, - STATE(1280), 1, + STATE(2730), 1, aux_sym__literal_repeat1, - STATE(1385), 1, + STATE(2908), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5582), 2, + ACTIONS(5899), 2, sym_raw_string, sym_ansi_c_string, - STATE(1224), 9, + STATE(2819), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141979,46 +149024,147 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101160] = 18, - ACTIONS(3), 1, + [107671] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(4560), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(4562), 1, + sym__special_character, + ACTIONS(4564), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(4568), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(4570), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(4572), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(4574), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(4576), 1, + anon_sym_BQUOTE, + ACTIONS(4578), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(4588), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(5903), 1, + sym_word, + ACTIONS(5907), 1, + sym_test_operator, + STATE(1904), 1, + aux_sym__literal_repeat1, + STATE(1942), 1, + sym_concatenation, + ACTIONS(4556), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4580), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5905), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1653), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [107740] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5424), 1, + anon_sym_DOLLAR, + ACTIONS(5428), 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(5308), 1, + ACTIONS(5442), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5448), 1, + sym__brace_start, + ACTIONS(5452), 1, + sym__special_character, + ACTIONS(5909), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5913), 1, sym_test_operator, - ACTIONS(5586), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2730), 1, + aux_sym__literal_repeat1, + STATE(2908), 1, + sym_concatenation, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5911), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3144), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [107809] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5424), 1, + anon_sym_DOLLAR, + ACTIONS(5428), 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(5448), 1, + sym__brace_start, + ACTIONS(5897), 1, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5915), 1, + sym_word, + ACTIONS(5919), 1, + sym_test_operator, + STATE(2761), 1, + aux_sym__literal_repeat1, + STATE(2883), 1, + sym_concatenation, + ACTIONS(5422), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5444), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5917), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2794), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142028,7 +149174,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101227] = 18, + [107878] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(361), 1, @@ -142047,13 +149193,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(385), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(3204), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5628), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5636), 1, sym_test_operator, - ACTIONS(5588), 1, + ACTIONS(5921), 1, anon_sym_RBRACK, ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, @@ -142061,13 +149207,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5632), 2, sym__special_character, sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142077,47 +149223,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101294] = 19, + [107945] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5494), 1, + sym__special_character, + ACTIONS(5496), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5502), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5506), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5516), 1, sym__brace_start, - ACTIONS(5590), 1, + ACTIONS(5923), 1, sym_word, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5596), 1, + ACTIONS(5927), 1, sym_test_operator, - STATE(2634), 1, + STATE(2742), 1, aux_sym__literal_repeat1, - STATE(2809), 1, + STATE(2940), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5594), 2, + ACTIONS(5925), 2, sym_raw_string, sym_ansi_c_string, - STATE(2726), 9, + STATE(2654), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142127,47 +149273,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101363] = 19, + [108014] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4854), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(4856), 1, + sym__special_character, + ACTIONS(4858), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4862), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4864), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4866), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4868), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4870), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4872), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4882), 1, sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5598), 1, + ACTIONS(5929), 1, sym_word, - ACTIONS(5602), 1, + ACTIONS(5933), 1, sym_test_operator, - STATE(2604), 1, + STATE(2213), 1, aux_sym__literal_repeat1, - STATE(2821), 1, + STATE(2325), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(4850), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4874), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5600), 2, + ACTIONS(5931), 2, sym_raw_string, sym_ansi_c_string, - STATE(2753), 9, + STATE(2100), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142177,46 +149323,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101432] = 18, - ACTIONS(3), 1, + [108083] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5590), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5592), 1, + sym__special_character, + ACTIONS(5594), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5598), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5600), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5602), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5604), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5606), 1, + anon_sym_BQUOTE, + ACTIONS(5608), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5614), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5935), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5939), 1, sym_test_operator, - ACTIONS(5604), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(3195), 1, + aux_sym__literal_repeat1, + STATE(3308), 1, + sym_concatenation, + ACTIONS(5588), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5610), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5937), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(3175), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142226,7 +149373,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101499] = 18, + [108152] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(361), 1, @@ -142245,13 +149392,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(385), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(3204), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5628), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5636), 1, sym_test_operator, - ACTIONS(5606), 1, + ACTIONS(5941), 1, anon_sym_RBRACK, ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, @@ -142259,13 +149406,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5632), 2, sym__special_character, sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142275,47 +149422,133 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101566] = 19, + [108219] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4343), 1, + anon_sym_SLASH, + ACTIONS(4345), 1, + anon_sym_PERCENT, + ACTIONS(4347), 1, + anon_sym_COLON, + ACTIONS(4592), 1, + anon_sym_AT, + ACTIONS(5199), 1, + anon_sym_LBRACK, + STATE(4514), 1, + sym__expansion_operator, + STATE(4515), 1, + sym__expansion_max_length, + STATE(4516), 1, + sym__expansion_regex_removal, + STATE(4518), 1, + sym__expansion_regex_replacement, + STATE(4519), 1, + sym__expansion_regex, + STATE(4520), 1, + sym__expansion_expression, + ACTIONS(4341), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4361), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4349), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4359), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4357), 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, + [108284] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(5945), 1, + anon_sym_DQUOTE, + STATE(3287), 1, + sym_string, + ACTIONS(5947), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5943), 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, + [108329] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5608), 1, - sym_word, - ACTIONS(5610), 1, + ACTIONS(5897), 1, sym__special_character, - ACTIONS(5614), 1, + ACTIONS(5949), 1, + sym_word, + ACTIONS(5953), 1, sym_test_operator, - STATE(2547), 1, + STATE(2750), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(2913), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5612), 2, + ACTIONS(5951), 2, sym_raw_string, sym_ansi_c_string, - STATE(2731), 9, + STATE(2822), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142325,47 +149558,85 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101635] = 19, + [108398] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(5945), 1, + anon_sym_DQUOTE, + STATE(3287), 1, + sym_string, + ACTIONS(5947), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5943), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + [108443] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(4560), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, + ACTIONS(4562), 1, sym__special_character, - ACTIONS(5456), 1, + ACTIONS(4564), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(4568), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(4570), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(4572), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(4574), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(4576), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(4578), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(4588), 1, sym__brace_start, - ACTIONS(5616), 1, + ACTIONS(5955), 1, sym_word, - ACTIONS(5620), 1, + ACTIONS(5959), 1, sym_test_operator, - STATE(3101), 1, + STATE(1907), 1, aux_sym__literal_repeat1, - STATE(3165), 1, + STATE(1944), 1, sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(4556), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(4580), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5618), 2, + ACTIONS(5957), 2, sym_raw_string, sym_ansi_c_string, - STATE(2973), 9, + STATE(1676), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142375,47 +149646,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101704] = 19, + [108512] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5590), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5592), 1, + sym__special_character, + ACTIONS(5594), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5598), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5600), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5602), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5604), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5606), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5614), 1, sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5622), 1, + ACTIONS(5961), 1, sym_word, - ACTIONS(5626), 1, + ACTIONS(5965), 1, sym_test_operator, - STATE(2512), 1, + STATE(3199), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(3311), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5588), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5610), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5624), 2, + ACTIONS(5963), 2, sym_raw_string, sym_ansi_c_string, - STATE(2737), 9, + STATE(3190), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142425,100 +149696,97 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101773] = 22, - ACTIONS(3), 1, + [108581] = 19, + ACTIONS(63), 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(5590), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(5592), 1, + sym__special_character, + ACTIONS(5594), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(5598), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(5600), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(5602), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(5604), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(5606), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(5608), 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, + ACTIONS(5614), 1, + sym__brace_start, + ACTIONS(5967), 1, + sym_word, + ACTIONS(5971), 1, + sym_test_operator, + STATE(3219), 1, + aux_sym__literal_repeat1, + STATE(3319), 1, + sym_concatenation, + ACTIONS(5588), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5610), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5969), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3176), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [101848] = 19, + sym_process_substitution, + [108650] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5334), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, - sym__special_character, - ACTIONS(5338), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5628), 1, + ACTIONS(5897), 1, + sym__special_character, + ACTIONS(5973), 1, sym_word, - ACTIONS(5632), 1, + ACTIONS(5977), 1, sym_test_operator, - STATE(3607), 1, + STATE(2623), 1, aux_sym__literal_repeat1, - STATE(3699), 1, + STATE(2968), 1, sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5630), 2, + ACTIONS(5975), 2, sym_raw_string, sym_ansi_c_string, - STATE(3549), 9, + STATE(2860), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142528,47 +149796,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101917] = 19, + [108719] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5592), 1, + ACTIONS(5716), 1, sym__special_character, - ACTIONS(5634), 1, + ACTIONS(5979), 1, sym_word, - ACTIONS(5638), 1, + ACTIONS(5983), 1, sym_test_operator, - STATE(2512), 1, + STATE(2730), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(2908), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5636), 2, + ACTIONS(5981), 2, sym_raw_string, sym_ansi_c_string, - STATE(2679), 9, + STATE(2848), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142578,7 +149846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101986] = 18, + [108788] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(361), 1, @@ -142597,13 +149865,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(385), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(3204), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5628), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5636), 1, sym_test_operator, - ACTIONS(5640), 1, + ACTIONS(5985), 1, anon_sym_RBRACK, ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, @@ -142611,62 +149879,166 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5632), 2, sym__special_character, sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(1616), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [108855] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5492), 1, + anon_sym_DOLLAR, + ACTIONS(5496), 1, + anon_sym_DQUOTE, + ACTIONS(5500), 1, + aux_sym_number_token1, + ACTIONS(5502), 1, + aux_sym_number_token2, + ACTIONS(5504), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5506), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5508), 1, + anon_sym_BQUOTE, + ACTIONS(5510), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5516), 1, + sym__brace_start, + ACTIONS(5546), 1, + sym__special_character, + ACTIONS(5987), 1, + sym_word, + ACTIONS(5991), 1, + sym_test_operator, + STATE(2727), 1, + aux_sym__literal_repeat1, + STATE(2929), 1, + sym_concatenation, + ACTIONS(5490), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5512), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5989), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2566), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, - sym_translated_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [108924] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5522), 1, + anon_sym_LPAREN, + ACTIONS(5524), 1, + aux_sym__c_word_token1, + ACTIONS(5526), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5528), 1, + anon_sym_DOLLAR, + ACTIONS(5530), 1, + anon_sym_DQUOTE, + ACTIONS(5532), 1, + aux_sym_number_token1, + ACTIONS(5534), 1, + aux_sym_number_token2, + ACTIONS(5536), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5538), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5540), 1, + anon_sym_BQUOTE, + ACTIONS(5542), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + STATE(2489), 1, + sym__c_terminator, + STATE(3793), 1, + sym__c_expression, + STATE(3950), 1, + sym__c_variable_assignment, + STATE(4272), 1, + sym__for_body, + ACTIONS(5518), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(5520), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2009), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [102053] = 18, - ACTIONS(3), 1, + [108999] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5496), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5502), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5506), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5508), 1, + anon_sym_BQUOTE, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5516), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5546), 1, + sym__special_character, + ACTIONS(5993), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5997), 1, sym_test_operator, - ACTIONS(5642), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2734), 1, + aux_sym__literal_repeat1, + STATE(2923), 1, + sym_concatenation, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5995), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2560), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142676,47 +150048,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102120] = 19, + [109068] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(4668), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, - sym__special_character, - ACTIONS(4830), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(5644), 1, + ACTIONS(4742), 1, + sym__special_character, + ACTIONS(5999), 1, sym_word, - ACTIONS(5648), 1, + ACTIONS(6003), 1, sym_test_operator, - STATE(1758), 1, + STATE(1297), 1, aux_sym__literal_repeat1, - STATE(1866), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5646), 2, + ACTIONS(6001), 2, sym_raw_string, sym_ansi_c_string, - STATE(1579), 9, + STATE(1519), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142726,47 +150098,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102189] = 19, - ACTIONS(63), 1, + [109137] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, - anon_sym_DOLLAR, - ACTIONS(4828), 1, - sym__special_character, - ACTIONS(4830), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(5650), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(5654), 1, - sym_test_operator, - STATE(1781), 1, - aux_sym__literal_repeat1, - STATE(1868), 1, - sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(6007), 1, + anon_sym_DOLLAR, + ACTIONS(6013), 1, + sym__comment_word, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5652), 2, + ACTIONS(6009), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(1575), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142776,97 +150145,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102258] = 19, + [109201] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5656), 1, - sym_word, - ACTIONS(5660), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5662), 1, - sym__special_character, - ACTIONS(5664), 1, - anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5682), 1, - sym_test_operator, - ACTIONS(5684), 1, - sym__brace_start, - STATE(3485), 1, - aux_sym__literal_repeat1, - STATE(3534), 1, - sym_concatenation, - ACTIONS(5658), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5666), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5680), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3397), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6037), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6039), 1, + sym_variable_name, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1761), 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, - [102327] = 19, - ACTIONS(63), 1, + [109269] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5660), 1, - anon_sym_DOLLAR, - ACTIONS(5662), 1, - sym__special_character, - ACTIONS(5664), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(5686), 1, + ACTIONS(6041), 1, sym_word, - ACTIONS(5690), 1, - sym_test_operator, - STATE(3488), 1, - aux_sym__literal_repeat1, - STATE(3530), 1, - sym_concatenation, - ACTIONS(5658), 2, + ACTIONS(6043), 1, + anon_sym_DOLLAR, + ACTIONS(6049), 1, + sym__comment_word, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5688), 2, + ACTIONS(6045), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6047), 2, sym_raw_string, sym_ansi_c_string, - STATE(3384), 9, + STATE(691), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142876,47 +150241,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102396] = 19, + [109333] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5692), 1, - sym_word, - ACTIONS(5696), 1, + ACTIONS(6051), 1, + anon_sym_LPAREN, + ACTIONS(6053), 1, + anon_sym_BANG, + ACTIONS(6059), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, + ACTIONS(6061), 1, + aux_sym_number_token1, + ACTIONS(6063), 1, + aux_sym_number_token2, + ACTIONS(6065), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6067), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6069), 1, + anon_sym_BQUOTE, + ACTIONS(6071), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6073), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6075), 1, + sym_variable_name, + STATE(1930), 1, + sym__arithmetic_postfix_expression, + STATE(1931), 1, + sym__arithmetic_unary_expression, + STATE(1933), 1, + sym__arithmetic_ternary_expression, + STATE(1938), 1, + sym__arithmetic_binary_expression, + ACTIONS(6055), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6057), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1923), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [109401] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5718), 1, - sym_test_operator, - ACTIONS(5720), 1, + ACTIONS(737), 1, sym__brace_start, - STATE(3133), 1, - aux_sym__literal_repeat1, - STATE(3210), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(6041), 1, + sym_word, + ACTIONS(6049), 1, + sym__comment_word, + ACTIONS(6077), 1, + anon_sym_DOLLAR, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5702), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5716), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3096), 9, + ACTIONS(6045), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6047), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(691), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142926,47 +150337,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102465] = 19, - ACTIONS(63), 1, + [109465] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5590), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5594), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5598), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5600), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5602), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5604), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5606), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5614), 1, sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5722), 1, + ACTIONS(6079), 1, sym_word, - ACTIONS(5726), 1, - sym_test_operator, - STATE(2547), 1, - aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6085), 1, + sym__comment_word, + ACTIONS(5588), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5610), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5724), 2, + ACTIONS(6081), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6083), 2, sym_raw_string, sym_ansi_c_string, - STATE(2704), 9, + STATE(3207), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142976,47 +150384,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102534] = 19, - ACTIONS(63), 1, + [109529] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, - anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, + ACTIONS(5496), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5502), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5506), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5516), 1, sym__brace_start, - ACTIONS(5728), 1, + ACTIONS(6087), 1, sym_word, - ACTIONS(5732), 1, - sym_test_operator, - STATE(3148), 1, - aux_sym__literal_repeat1, - STATE(3217), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(6089), 1, + anon_sym_DOLLAR, + ACTIONS(6095), 1, + sym__comment_word, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5730), 2, + ACTIONS(6091), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6093), 2, sym_raw_string, sym_ansi_c_string, - STATE(3100), 9, + STATE(2674), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143026,47 +150431,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102603] = 19, - ACTIONS(63), 1, + [109593] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, - anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, + ACTIONS(5496), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5502), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5506), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5516), 1, sym__brace_start, - ACTIONS(5734), 1, + ACTIONS(6087), 1, sym_word, - ACTIONS(5738), 1, - sym_test_operator, - STATE(3146), 1, - aux_sym__literal_repeat1, - STATE(3215), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(6095), 1, + sym__comment_word, + ACTIONS(6097), 1, + anon_sym_DOLLAR, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5736), 2, + ACTIONS(6091), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6093), 2, sym_raw_string, sym_ansi_c_string, - STATE(3095), 9, + STATE(2674), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143076,83 +150478,44 @@ 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, + [109657] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(4602), 1, anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(5743), 1, + ACTIONS(6099), 1, sym_word, - ACTIONS(5747), 1, - sym_test_operator, - STATE(940), 1, - aux_sym__literal_repeat1, - STATE(1228), 1, - sym_concatenation, - ACTIONS(4914), 2, + ACTIONS(6105), 1, + sym__comment_word, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5745), 2, + ACTIONS(6101), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(677), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143162,47 +150525,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102782] = 19, - ACTIONS(63), 1, + [109721] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4918), 1, - anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, + ACTIONS(4788), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(4792), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(4794), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(4796), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(4798), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(4800), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(4812), 1, sym__brace_start, - ACTIONS(5749), 1, + ACTIONS(6107), 1, sym_word, - ACTIONS(5753), 1, - sym_test_operator, - STATE(955), 1, - aux_sym__literal_repeat1, - STATE(1180), 1, - sym_concatenation, - ACTIONS(4914), 2, + ACTIONS(6109), 1, + anon_sym_DOLLAR, + ACTIONS(6115), 1, + sym__comment_word, + ACTIONS(4780), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(4804), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5751), 2, + ACTIONS(6111), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6113), 2, sym_raw_string, sym_ansi_c_string, - STATE(730), 9, + STATE(2561), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143212,47 +150572,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102851] = 19, - ACTIONS(63), 1, + [109785] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5452), 1, - anon_sym_DOLLAR, - ACTIONS(5454), 1, - sym__special_character, - ACTIONS(5456), 1, + ACTIONS(4788), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(4792), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(4794), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(4796), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(4798), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(4800), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(4812), 1, sym__brace_start, - ACTIONS(5755), 1, + ACTIONS(6107), 1, sym_word, - ACTIONS(5759), 1, - sym_test_operator, - STATE(3090), 1, - aux_sym__literal_repeat1, - STATE(3170), 1, - sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(6115), 1, + sym__comment_word, + ACTIONS(6117), 1, + anon_sym_DOLLAR, + ACTIONS(4780), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(4804), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5757), 2, + ACTIONS(6111), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6113), 2, sym_raw_string, sym_ansi_c_string, - STATE(3018), 9, + STATE(2561), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143262,123 +150619,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102920] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(5763), 1, - anon_sym_DQUOTE, - STATE(3139), 1, - sym_string, - ACTIONS(5765), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 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_LT_LT_DASH, - anon_sym_LT_LT_LT, - [102965] = 7, + [109849] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(5763), 1, - anon_sym_DQUOTE, - STATE(3139), 1, - sym_string, - ACTIONS(5765), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 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, - [103010] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5276), 1, + ACTIONS(4962), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(4966), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4970), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4972), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4976), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4978), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4980), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4990), 1, sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5767), 1, + ACTIONS(6119), 1, sym_word, - ACTIONS(5771), 1, - sym_test_operator, - STATE(2534), 1, - aux_sym__literal_repeat1, - STATE(2852), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(6125), 1, + sym__comment_word, + ACTIONS(4958), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4982), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5769), 2, + ACTIONS(6121), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6123), 2, sym_raw_string, sym_ansi_c_string, - STATE(2443), 9, + STATE(3221), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143388,47 +150666,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103079] = 19, - ACTIONS(63), 1, + [109913] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5756), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(5760), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5764), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5766), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5768), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5770), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5772), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5774), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5780), 1, sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5773), 1, + ACTIONS(6127), 1, sym_word, - ACTIONS(5777), 1, - sym_test_operator, - STATE(2541), 1, - aux_sym__literal_repeat1, - STATE(2844), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(6133), 1, + sym__comment_word, + ACTIONS(5754), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5776), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5775), 2, + ACTIONS(6129), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6131), 2, sym_raw_string, sym_ansi_c_string, - STATE(2445), 9, + STATE(3434), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143438,47 +150713,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103148] = 19, - ACTIONS(63), 1, + [109977] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(5144), 1, anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, + ACTIONS(5148), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(5152), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(5154), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(5156), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(5160), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(5162), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(5164), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(5172), 1, sym__brace_start, - ACTIONS(5779), 1, + ACTIONS(6135), 1, sym_word, - ACTIONS(5783), 1, - sym_test_operator, - STATE(1247), 1, - aux_sym__literal_repeat1, - STATE(1251), 1, - sym_concatenation, - ACTIONS(4533), 2, + ACTIONS(6141), 1, + sym__comment_word, + ACTIONS(5142), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(5166), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5781), 2, + ACTIONS(6137), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6139), 2, sym_raw_string, sym_ansi_c_string, - STATE(796), 9, + STATE(3931), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143488,47 +150760,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103217] = 19, - ACTIONS(63), 1, + [110041] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4520), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(4524), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4528), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4530), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4532), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4534), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4536), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4538), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4548), 1, sym__brace_start, - ACTIONS(5785), 1, + ACTIONS(6143), 1, sym_word, - ACTIONS(5789), 1, - sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6149), 1, + sym__comment_word, + ACTIONS(4516), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4540), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5787), 2, + ACTIONS(6145), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6147), 2, sym_raw_string, sym_ansi_c_string, - STATE(3014), 9, + STATE(975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143538,47 +150807,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103286] = 19, + [110105] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(3098), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(5366), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3100), 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, - ACTIONS(5368), 1, anon_sym_DQUOTE, - ACTIONS(5372), 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, + [110141] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(491), 1, + anon_sym_DOLLAR, + ACTIONS(495), 1, + anon_sym_DQUOTE, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(5791), 1, + ACTIONS(6151), 1, sym_word, - ACTIONS(5795), 1, - sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6157), 1, + sym__comment_word, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5793), 2, + ACTIONS(6153), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6155), 2, sym_raw_string, sym_ansi_c_string, - STATE(3025), 9, + STATE(652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143588,47 +150887,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103355] = 19, - ACTIONS(63), 1, + [110205] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5658), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5662), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5666), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5668), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5670), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5672), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5674), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5676), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5682), 1, sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5797), 1, + ACTIONS(6159), 1, sym_word, - ACTIONS(5801), 1, - sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6165), 1, + sym__comment_word, + ACTIONS(5656), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5678), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5799), 2, + ACTIONS(6161), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6163), 2, sym_raw_string, sym_ansi_c_string, - STATE(2680), 9, + STATE(3285), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143638,47 +150934,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103424] = 19, - ACTIONS(63), 1, + [110269] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4926), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(4930), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4934), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4936), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4938), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4940), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4942), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4944), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4954), 1, sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5803), 1, + ACTIONS(6167), 1, sym_word, - ACTIONS(5807), 1, - sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6173), 1, + sym__comment_word, + ACTIONS(4922), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4946), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5805), 2, + ACTIONS(6169), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6171), 2, sym_raw_string, sym_ansi_c_string, - STATE(2690), 9, + STATE(892), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143688,47 +150981,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103493] = 19, - ACTIONS(63), 1, + [110333] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(1435), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1441), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1443), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1447), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(1461), 1, + sym__brace_start, + ACTIONS(5012), 1, + anon_sym_DQUOTE, + ACTIONS(5016), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5018), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5020), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5809), 1, + ACTIONS(6175), 1, sym_word, - ACTIONS(5813), 1, - sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6181), 1, + sym__comment_word, + ACTIONS(5006), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5022), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5811), 2, + ACTIONS(6177), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6179), 2, sym_raw_string, sym_ansi_c_string, - STATE(2805), 9, + STATE(765), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143738,47 +151028,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103562] = 19, - ACTIONS(63), 1, + [110397] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, - anon_sym_DOLLAR, - ACTIONS(4583), 1, - sym__special_character, - ACTIONS(4585), 1, + ACTIONS(4894), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(4898), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(4900), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(4902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(4904), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(4906), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(4908), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(4918), 1, sym__brace_start, - ACTIONS(5815), 1, + ACTIONS(6183), 1, sym_word, - ACTIONS(5819), 1, - sym_test_operator, - STATE(2175), 1, - aux_sym__literal_repeat1, - STATE(2309), 1, - sym_concatenation, - ACTIONS(4577), 2, + ACTIONS(6185), 1, + anon_sym_DOLLAR, + ACTIONS(6191), 1, + sym__comment_word, + ACTIONS(4886), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(4910), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5817), 2, + ACTIONS(6187), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6189), 2, sym_raw_string, sym_ansi_c_string, - STATE(2016), 9, + STATE(1272), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143788,47 +151075,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103631] = 19, - ACTIONS(63), 1, + [110461] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2117), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2119), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2123), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2135), 1, sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5821), 1, + ACTIONS(6193), 1, sym_word, - ACTIONS(5825), 1, - sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6197), 1, + anon_sym_DOLLAR, + ACTIONS(6201), 1, + anon_sym_DQUOTE, + ACTIONS(6205), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6207), 1, + anon_sym_BQUOTE, + ACTIONS(6209), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6213), 1, + sym__comment_word, + ACTIONS(6195), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5823), 2, + ACTIONS(6199), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6203), 2, sym_raw_string, sym_ansi_c_string, - STATE(2790), 9, + ACTIONS(6211), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(979), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143838,47 +151122,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103700] = 19, - ACTIONS(63), 1, + [110525] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, - anon_sym_DOLLAR, - ACTIONS(4583), 1, - sym__special_character, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(2117), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(2119), 1, aux_sym_number_token2, - ACTIONS(4593), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(2123), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, - anon_sym_BQUOTE, - ACTIONS(4599), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(2135), 1, sym__brace_start, - ACTIONS(5827), 1, + ACTIONS(6193), 1, sym_word, - ACTIONS(5831), 1, - sym_test_operator, - STATE(2180), 1, - aux_sym__literal_repeat1, - STATE(2195), 1, - sym_concatenation, - ACTIONS(4577), 2, + ACTIONS(6201), 1, + anon_sym_DQUOTE, + ACTIONS(6205), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6207), 1, + anon_sym_BQUOTE, + ACTIONS(6209), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6213), 1, + sym__comment_word, + ACTIONS(6215), 1, + anon_sym_DOLLAR, + ACTIONS(6195), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5829), 2, + ACTIONS(6199), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6203), 2, sym_raw_string, sym_ansi_c_string, - STATE(2060), 9, + ACTIONS(6211), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(979), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143888,47 +151169,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103769] = 19, - ACTIONS(63), 1, + [110589] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(3511), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, - anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(5708), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(5833), 1, + ACTIONS(6217), 1, sym_word, - ACTIONS(5837), 1, - sym_test_operator, - STATE(3142), 1, - aux_sym__literal_repeat1, - STATE(3227), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(6223), 1, + sym__comment_word, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5835), 2, + ACTIONS(6219), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6221), 2, sym_raw_string, sym_ansi_c_string, - STATE(3121), 9, + STATE(3962), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143938,83 +151216,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103838] = 5, - ACTIONS(63), 1, + [110653] = 17, + ACTIONS(3), 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, + ACTIONS(2004), 1, anon_sym_DOLLAR, + ACTIONS(2010), 1, aux_sym_number_token1, + ACTIONS(2012), 1, aux_sym_number_token2, + ACTIONS(2016), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2997), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2028), 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, + ACTIONS(6225), 1, + sym_word, + ACTIONS(6231), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6235), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6237), 1, anon_sym_BQUOTE, + ACTIONS(6239), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(6243), 1, + sym__comment_word, + ACTIONS(6227), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6229), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6233), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6241), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [103879] = 19, - ACTIONS(63), 1, + STATE(876), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [110717] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(1479), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(1481), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(1485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(1499), 1, + sym__brace_start, + ACTIONS(4756), 1, + anon_sym_DQUOTE, + ACTIONS(4760), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4762), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4764), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5839), 1, + ACTIONS(6245), 1, sym_word, - ACTIONS(5843), 1, - sym_test_operator, - STATE(2534), 1, - aux_sym__literal_repeat1, - STATE(2852), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(6247), 1, + anon_sym_DOLLAR, + ACTIONS(6253), 1, + sym__comment_word, + ACTIONS(4750), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4766), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5841), 2, + ACTIONS(6249), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6251), 2, sym_raw_string, sym_ansi_c_string, - STATE(2657), 9, + STATE(868), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144024,47 +151310,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103948] = 19, - ACTIONS(63), 1, + [110781] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1479), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1481), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(1499), 1, + sym__brace_start, + ACTIONS(4756), 1, + anon_sym_DQUOTE, + ACTIONS(4760), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4762), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4764), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5845), 1, + ACTIONS(6245), 1, sym_word, - ACTIONS(5849), 1, - sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6253), 1, + sym__comment_word, + ACTIONS(6255), 1, + anon_sym_DOLLAR, + ACTIONS(4750), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4766), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5847), 2, + ACTIONS(6249), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6251), 2, sym_raw_string, sym_ansi_c_string, - STATE(2698), 9, + STATE(868), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144074,47 +151357,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104017] = 19, + [110845] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(6051), 1, + anon_sym_LPAREN, + ACTIONS(6053), 1, + anon_sym_BANG, + ACTIONS(6059), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6061), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6063), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6065), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6067), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6069), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6071), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6075), 1, + sym_variable_name, + ACTIONS(6257), 1, + aux_sym__simple_variable_name_token1, + STATE(1930), 1, + sym__arithmetic_postfix_expression, + STATE(1931), 1, + sym__arithmetic_unary_expression, + STATE(1933), 1, + sym__arithmetic_ternary_expression, + STATE(1938), 1, + sym__arithmetic_binary_expression, + ACTIONS(6055), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6057), 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, + [110913] = 17, + ACTIONS(3), 1, + sym_comment, + 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(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5851), 1, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(6259), 1, sym_word, - ACTIONS(5855), 1, - sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6265), 1, + sym__comment_word, + ACTIONS(971), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5853), 2, + ACTIONS(6261), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6263), 2, sym_raw_string, sym_ansi_c_string, - STATE(2688), 9, + STATE(1572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144124,47 +151453,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104086] = 19, - ACTIONS(63), 1, + [110977] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(4524), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4528), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4530), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4532), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4534), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4536), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4538), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4548), 1, sym__brace_start, - ACTIONS(5857), 1, + ACTIONS(6143), 1, sym_word, - ACTIONS(5861), 1, - sym_test_operator, - STATE(2541), 1, - aux_sym__literal_repeat1, - STATE(2844), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(6149), 1, + sym__comment_word, + ACTIONS(6267), 1, + anon_sym_DOLLAR, + ACTIONS(4516), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4540), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5859), 2, + ACTIONS(6145), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6147), 2, sym_raw_string, sym_ansi_c_string, - STATE(2654), 9, + STATE(975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144174,83 +151500,44 @@ 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, - ACTIONS(63), 1, + [111041] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 1, - anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, + ACTIONS(4524), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(4528), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(4530), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(4532), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(4534), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(4536), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(4538), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(4548), 1, sym__brace_start, - ACTIONS(5863), 1, + ACTIONS(6143), 1, sym_word, - ACTIONS(5867), 1, - sym_test_operator, - STATE(1107), 1, - aux_sym__literal_repeat1, - STATE(1281), 1, - sym_concatenation, - ACTIONS(4533), 2, + ACTIONS(6149), 1, + sym__comment_word, + ACTIONS(6269), 1, + anon_sym_DOLLAR, + ACTIONS(4516), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(4540), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5865), 2, + ACTIONS(6145), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6147), 2, sym_raw_string, sym_ansi_c_string, - STATE(911), 9, + STATE(975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144260,44 +151547,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104265] = 17, + [111105] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(4470), 1, + anon_sym_DOLLAR, + ACTIONS(4476), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(4478), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(4482), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(4492), 1, sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5873), 1, - anon_sym_DOLLAR, - ACTIONS(5877), 1, + ACTIONS(5320), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(5324), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(5326), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(5328), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6271), 1, + sym_word, + ACTIONS(6277), 1, sym__comment_word, - ACTIONS(5871), 2, + ACTIONS(5316), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(5330), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6273), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6275), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(2843), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144307,93 +151594,44 @@ static const uint16_t ts_small_parse_table[] = { 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, - 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(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, + [111169] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(4788), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4792), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4794), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4796), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4798), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4800), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4812), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(6107), 1, sym_word, - ACTIONS(5919), 1, - anon_sym_DOLLAR, - ACTIONS(5925), 1, + ACTIONS(6115), 1, sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(6279), 1, + anon_sym_DOLLAR, + ACTIONS(4780), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(4804), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(6111), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(6113), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(2561), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144403,44 +151641,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104461] = 17, + [111233] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(5492), 1, + anon_sym_DOLLAR, + ACTIONS(5496), 1, + anon_sym_DQUOTE, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(5502), 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(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(5506), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(5516), 1, + sym__brace_start, + ACTIONS(6087), 1, sym_word, - ACTIONS(5929), 1, - anon_sym_DOLLAR, - ACTIONS(5935), 1, + ACTIONS(6095), 1, sym__comment_word, - ACTIONS(4487), 2, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6091), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6093), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(2674), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144450,44 +151688,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104525] = 17, + [111297] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(4788), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4792), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4794), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4796), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4798), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4800), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4812), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(6107), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(6115), 1, sym__comment_word, - ACTIONS(5937), 1, + ACTIONS(6281), 1, anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(4780), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(4804), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(6111), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(6113), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(2561), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144497,44 +151735,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104589] = 17, + [111361] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(5096), 1, anon_sym_DOLLAR, - ACTIONS(1475), 1, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(5106), 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, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(6283), 1, sym_word, - ACTIONS(5945), 1, + ACTIONS(6289), 1, sym__comment_word, - ACTIONS(4417), 2, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5941), 2, + ACTIONS(6285), 2, sym_test_operator, sym__special_character, - ACTIONS(5943), 2, + ACTIONS(6287), 2, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(3053), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144544,44 +151782,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104653] = 17, + [111425] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(4606), 1, + anon_sym_DQUOTE, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(4612), 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(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4616), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(4630), 1, + sym__brace_start, + ACTIONS(6099), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(5947), 1, + ACTIONS(6291), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144591,44 +151829,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104717] = 17, + [111489] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(979), 1, + ACTIONS(4894), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(4898), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(4900), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(4902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(4904), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(4906), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(4908), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(4918), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(6183), 1, sym_word, - ACTIONS(5951), 1, - anon_sym_DOLLAR, - ACTIONS(5957), 1, + ACTIONS(6191), 1, sym__comment_word, - ACTIONS(965), 2, + ACTIONS(6293), 1, + anon_sym_DOLLAR, + ACTIONS(4886), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(4910), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(6187), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(6189), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(1272), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144638,44 +151876,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104781] = 17, + [111553] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(709), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(6041), 1, sym_word, - ACTIONS(5957), 1, + ACTIONS(6049), 1, sym__comment_word, - ACTIONS(965), 2, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(6045), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(6047), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(691), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144685,44 +151923,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104845] = 17, + [111617] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(4606), 1, + anon_sym_DQUOTE, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4612), 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, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4616), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(4630), 1, + sym__brace_start, + ACTIONS(6099), 1, sym_word, - ACTIONS(5961), 1, - anon_sym_DOLLAR, - ACTIONS(5967), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(4165), 2, + ACTIONS(6295), 1, + anon_sym_DOLLAR, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144732,44 +151970,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104909] = 17, + [111681] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(4784), 1, + anon_sym_DOLLAR, + ACTIONS(4788), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4792), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4794), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4796), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4798), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4800), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4812), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(6107), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(6115), 1, sym__comment_word, - ACTIONS(5969), 1, - anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(4780), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(4804), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(6111), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(6113), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(2561), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144779,47 +152017,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104973] = 19, + [111745] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5971), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5973), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5993), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(5995), 1, + ACTIONS(6039), 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, + ACTIONS(6297), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5977), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1878), 8, + STATE(1730), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -144828,126 +152066,91 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [105041] = 19, - ACTIONS(63), 1, + [111813] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(5424), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(5428), 1, + anon_sym_DQUOTE, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(5442), 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, + ACTIONS(5448), 1, sym__brace_start, + ACTIONS(6005), 1, + sym_word, + ACTIONS(6013), 1, + sym__comment_word, + ACTIONS(5422), 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(5444), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6009), 2, + sym_test_operator, sym__special_character, - anon_sym_DQUOTE, + ACTIONS(6011), 2, 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, + STATE(2671), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111877] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4882), 1, - anon_sym_DOLLAR, - ACTIONS(4886), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(6041), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(6049), 1, sym__comment_word, - ACTIONS(4878), 2, + ACTIONS(6299), 1, + anon_sym_DOLLAR, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(6045), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(6047), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(691), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144957,44 +152160,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105209] = 17, + [111941] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4918), 1, - anon_sym_DOLLAR, - ACTIONS(4922), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(6041), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(6049), 1, sym__comment_word, - ACTIONS(4914), 2, + ACTIONS(6301), 1, + anon_sym_DOLLAR, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(6045), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(6047), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(691), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145004,44 +152207,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105273] = 17, + [112005] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(999), 1, + anon_sym_DOLLAR, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(6303), 1, sym_word, - ACTIONS(6017), 1, - anon_sym_DOLLAR, - ACTIONS(6023), 1, + ACTIONS(6309), 1, sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, + ACTIONS(1019), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(6305), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(6307), 2, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + STATE(1423), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145051,44 +152254,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105337] = 17, + [112069] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, - anon_sym_DOLLAR, - ACTIONS(2107), 1, + ACTIONS(5496), 1, + anon_sym_DQUOTE, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(5502), 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(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(5506), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(5516), 1, + sym__brace_start, + ACTIONS(6087), 1, + sym_word, + ACTIONS(6095), 1, sym__comment_word, - ACTIONS(6027), 2, + ACTIONS(6311), 1, + anon_sym_DOLLAR, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(5512), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6091), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(6093), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(2674), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145098,44 +152301,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105401] = 17, + [112133] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(4668), 1, + anon_sym_DOLLAR, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(6313), 1, sym_word, - ACTIONS(6023), 1, + ACTIONS(6319), 1, sym__comment_word, - ACTIONS(6045), 1, - anon_sym_DOLLAR, - ACTIONS(2827), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(6315), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(6317), 2, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + STATE(1295), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145145,44 +152348,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105465] = 17, + [112197] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(5496), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(5500), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(5502), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(5506), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(5508), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(5516), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6087), 1, sym_word, - ACTIONS(6049), 1, - anon_sym_DOLLAR, - ACTIONS(6055), 1, + ACTIONS(6095), 1, sym__comment_word, - ACTIONS(389), 2, + ACTIONS(6321), 1, + anon_sym_DOLLAR, + ACTIONS(5490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(5512), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6091), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6093), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(2674), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145192,47 +152395,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105529] = 19, + [112261] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6051), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6053), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6059), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6061), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6063), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6065), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6067), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6069), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6071), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6075), 1, sym_variable_name, - ACTIONS(6057), 1, + ACTIONS(6323), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1930), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1931), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1933), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1938), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6055), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6057), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1683), 8, + STATE(1925), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -145241,96 +152444,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [105597] = 19, + [112329] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5971), 1, + ACTIONS(6051), 1, anon_sym_LPAREN, - ACTIONS(5973), 1, + ACTIONS(6053), 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, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6061), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6063), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6065), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6067), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6069), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6071), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6075), 1, sym_variable_name, - ACTIONS(6061), 1, + ACTIONS(6325), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1930), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1931), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1933), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1938), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6055), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6057), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1845), 8, + STATE(1926), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -145339,44 +152493,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [105733] = 17, + [112397] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(2761), 1, + anon_sym_DOLLAR, + ACTIONS(2765), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(2769), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(2771), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(2773), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(2775), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(2777), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(2779), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(2787), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6327), 1, sym_word, - ACTIONS(6065), 1, - anon_sym_DOLLAR, - ACTIONS(6071), 1, + ACTIONS(6333), 1, sym__comment_word, - ACTIONS(4381), 2, + ACTIONS(2759), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(2781), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6329), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6331), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1831), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145386,44 +152540,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105797] = 17, + [112461] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6151), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6157), 1, sym__comment_word, - ACTIONS(6073), 1, + ACTIONS(6335), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6153), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6155), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145433,44 +152587,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105861] = 17, + [112525] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 1, + ACTIONS(4890), 1, anon_sym_DOLLAR, - ACTIONS(2833), 1, + ACTIONS(4894), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(4898), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(4900), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(4902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(4904), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(4906), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(4908), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(4918), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(6183), 1, sym_word, - ACTIONS(6023), 1, + ACTIONS(6191), 1, sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(4886), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, + ACTIONS(4910), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(6187), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(6189), 2, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + STATE(1272), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145480,44 +152634,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105925] = 17, + [112589] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 1, - anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(721), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(1823), 1, + sym__brace_start, + ACTIONS(4714), 1, + anon_sym_DQUOTE, + ACTIONS(4718), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(4722), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(6337), 1, sym_word, - ACTIONS(6077), 1, + ACTIONS(6339), 1, anon_sym_DOLLAR, - ACTIONS(6083), 1, + ACTIONS(6345), 1, sym__comment_word, - ACTIONS(693), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(6341), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(6343), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(1073), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145527,44 +152681,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105989] = 17, + [112653] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 1, - anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(1473), 1, + anon_sym_DOLLAR, + ACTIONS(1479), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(1481), 1, aux_sym_number_token2, - ACTIONS(2473), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(1485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(1499), 1, + sym__brace_start, + ACTIONS(4756), 1, + anon_sym_DQUOTE, + ACTIONS(4760), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4762), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(4764), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, - sym__brace_start, - ACTIONS(6085), 1, + ACTIONS(6245), 1, sym_word, - ACTIONS(6087), 1, - anon_sym_DOLLAR, - ACTIONS(6093), 1, + ACTIONS(6253), 1, sym__comment_word, - ACTIONS(2459), 2, + ACTIONS(4750), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, + ACTIONS(4766), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6089), 2, + ACTIONS(6249), 2, sym_test_operator, sym__special_character, - ACTIONS(6091), 2, + ACTIONS(6251), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + STATE(868), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145574,44 +152728,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106053] = 17, + [112717] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(4858), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(4862), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(4864), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(4866), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(4868), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(4870), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(4872), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(4882), 1, sym__brace_start, - ACTIONS(6085), 1, + ACTIONS(6347), 1, sym_word, - ACTIONS(6093), 1, - sym__comment_word, - ACTIONS(6095), 1, + ACTIONS(6349), 1, anon_sym_DOLLAR, - ACTIONS(2459), 2, + ACTIONS(6355), 1, + sym__comment_word, + ACTIONS(4850), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, + ACTIONS(4874), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6089), 2, + ACTIONS(6351), 2, sym_test_operator, sym__special_character, - ACTIONS(6091), 2, + ACTIONS(6353), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + STATE(2155), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145621,44 +152775,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106117] = 17, + [112781] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(2111), 1, + anon_sym_DOLLAR, + ACTIONS(2117), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2119), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(2123), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(2135), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(6193), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(6201), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6205), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6207), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6209), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6213), 1, sym__comment_word, - ACTIONS(6097), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(6195), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(6199), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6203), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(6211), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(979), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145668,94 +152822,145 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106181] = 17, - ACTIONS(3), 1, + [112845] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(713), 1, - anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(6075), 1, - sym_word, - ACTIONS(6083), 1, - sym__comment_word, - ACTIONS(6099), 1, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6357), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1825), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [112913] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6051), 1, + anon_sym_LPAREN, + ACTIONS(6053), 1, + anon_sym_BANG, + ACTIONS(6059), 1, anon_sym_DOLLAR, - ACTIONS(693), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6079), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6081), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(732), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6061), 1, + aux_sym_number_token1, + ACTIONS(6063), 1, + aux_sym_number_token2, + ACTIONS(6065), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6067), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6069), 1, + anon_sym_BQUOTE, + ACTIONS(6071), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6075), 1, + sym_variable_name, + ACTIONS(6359), 1, + aux_sym__simple_variable_name_token1, + STATE(1930), 1, + sym__arithmetic_postfix_expression, + STATE(1931), 1, + sym__arithmetic_unary_expression, + STATE(1933), 1, + sym__arithmetic_ternary_expression, + STATE(1938), 1, + sym__arithmetic_binary_expression, + ACTIONS(6055), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6057), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1966), 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, - [106245] = 19, + [112981] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6101), 1, + ACTIONS(6361), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1721), 8, + STATE(1973), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -145764,44 +152969,124 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [106313] = 17, + [113049] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2499), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2501), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(2503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(2507), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(2509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2519), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6363), 1, sym_word, - ACTIONS(6105), 1, + ACTIONS(6369), 1, + sym__comment_word, + ACTIONS(2489), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2511), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6365), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6367), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1610), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [113113] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3115), 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(3117), 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, + [113149] = 17, + ACTIONS(3), 1, + sym_comment, + 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(6371), 1, + sym_word, + ACTIONS(6373), 1, anon_sym_DOLLAR, - ACTIONS(6111), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(5362), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145811,44 +153096,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106377] = 17, + [113213] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(2010), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2012), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(2016), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(2028), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(6225), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(6231), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6235), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6237), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6239), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6243), 1, sym__comment_word, - ACTIONS(6113), 1, + ACTIONS(6381), 1, anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(6227), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(6229), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6233), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(6241), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(876), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145858,44 +153143,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106441] = 17, + [113277] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(2010), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(2012), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(2016), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(2028), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(6225), 1, + sym_word, + ACTIONS(6231), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(6235), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(6237), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6117), 1, - anon_sym_DOLLAR, - ACTIONS(6123), 1, + ACTIONS(6239), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6243), 1, sym__comment_word, - ACTIONS(947), 2, + ACTIONS(6383), 1, + anon_sym_DOLLAR, + ACTIONS(6227), 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(6229), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6233), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + ACTIONS(6241), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(876), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145905,44 +153190,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106505] = 17, + [113341] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(155), 1, + anon_sym_DOLLAR, + ACTIONS(159), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(163), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(165), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(171), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(173), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(179), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6385), 1, sym_word, - ACTIONS(6127), 1, - anon_sym_DOLLAR, - ACTIONS(6133), 1, + ACTIONS(6391), 1, sym__comment_word, - ACTIONS(4657), 2, + ACTIONS(145), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(175), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6387), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6389), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(370), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145952,44 +153237,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106569] = 17, + [113405] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 1, - anon_sym_DOLLAR, - ACTIONS(2465), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6085), 1, + ACTIONS(6371), 1, + sym_word, + ACTIONS(6379), 1, + sym__comment_word, + ACTIONS(6393), 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(6375), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6377), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(835), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [113469] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2264), 1, + aux_sym_number_token1, + ACTIONS(2266), 1, + aux_sym_number_token2, + ACTIONS(2270), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2282), 1, + sym__brace_start, + ACTIONS(6395), 1, sym_word, - ACTIONS(6093), 1, + ACTIONS(6399), 1, + anon_sym_DOLLAR, + ACTIONS(6403), 1, + anon_sym_DQUOTE, + ACTIONS(6407), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6409), 1, + anon_sym_BQUOTE, + ACTIONS(6411), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6415), 1, sym__comment_word, - ACTIONS(2459), 2, + ACTIONS(6397), 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(6401), 2, sym_test_operator, sym__special_character, - ACTIONS(6091), 2, + ACTIONS(6405), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + ACTIONS(6413), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1196), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145999,44 +153331,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106633] = 17, + [113533] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(1441), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(1443), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(1447), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(1461), 1, + sym__brace_start, + ACTIONS(5012), 1, + anon_sym_DQUOTE, + ACTIONS(5016), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5018), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5020), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6175), 1, sym_word, - ACTIONS(6137), 1, - anon_sym_DOLLAR, - ACTIONS(6143), 1, + ACTIONS(6181), 1, sym__comment_word, - ACTIONS(5274), 2, + ACTIONS(6417), 1, + anon_sym_DOLLAR, + ACTIONS(5006), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5022), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6177), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6179), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(765), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146046,44 +153378,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106697] = 17, + [113597] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(4858), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4862), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4864), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4866), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4868), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4870), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4872), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4882), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6347), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(6355), 1, sym__comment_word, - ACTIONS(6145), 1, + ACTIONS(6419), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(4850), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4874), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6351), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6353), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(2155), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146093,44 +153425,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106761] = 17, + [113661] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(1441), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1443), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1447), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(1461), 1, sym__brace_start, - ACTIONS(4171), 1, + ACTIONS(5012), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5016), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5018), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5020), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(6175), 1, sym_word, - ACTIONS(5967), 1, + ACTIONS(6181), 1, sym__comment_word, - ACTIONS(6147), 1, + ACTIONS(6421), 1, anon_sym_DOLLAR, - ACTIONS(4165), 2, + ACTIONS(5006), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(5022), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(6177), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(6179), 2, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(765), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146140,44 +153472,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106825] = 17, + [113725] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(159), 1, + ACTIONS(5858), 1, + anon_sym_DOLLAR, + ACTIONS(5862), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(5866), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(5868), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(5870), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(5872), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(5874), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(5876), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(5882), 1, sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(6423), 1, sym_word, - ACTIONS(6151), 1, - anon_sym_DOLLAR, - ACTIONS(6157), 1, + ACTIONS(6429), 1, sym__comment_word, - ACTIONS(145), 2, + ACTIONS(5856), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(5878), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(6425), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(6427), 2, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(1663), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146187,44 +153519,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106889] = 17, + [113789] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(159), 1, - anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(167), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, - anon_sym_BQUOTE, - ACTIONS(173), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(2282), 1, sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(6395), 1, sym_word, - ACTIONS(6157), 1, + ACTIONS(6403), 1, + anon_sym_DQUOTE, + ACTIONS(6407), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6409), 1, + anon_sym_BQUOTE, + ACTIONS(6411), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6415), 1, sym__comment_word, - ACTIONS(6159), 1, + ACTIONS(6431), 1, anon_sym_DOLLAR, - ACTIONS(145), 2, + ACTIONS(6397), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(6401), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(6405), 2, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + ACTIONS(6413), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1196), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146234,44 +153566,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106953] = 17, - ACTIONS(3), 1, + [113853] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(1190), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(1333), 1, aux_sym_number_token1, - ACTIONS(1335), 1, aux_sym_number_token2, - ACTIONS(1339), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, + sym_word, + ACTIONS(1192), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, sym__brace_start, - ACTIONS(4790), 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, anon_sym_DQUOTE, - ACTIONS(4794), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [113889] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4564), 1, + anon_sym_DQUOTE, + ACTIONS(4568), 1, + aux_sym_number_token1, + ACTIONS(4570), 1, + aux_sym_number_token2, + ACTIONS(4572), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4574), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4576), 1, + anon_sym_BQUOTE, + ACTIONS(4578), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4588), 1, + sym__brace_start, + ACTIONS(6433), 1, sym_word, - ACTIONS(6167), 1, + ACTIONS(6435), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, sym__comment_word, - ACTIONS(4784), 2, + ACTIONS(4556), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(4580), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(6437), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(6439), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(1795), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146281,93 +153646,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107017] = 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(6169), 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(1728), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [107085] = 17, + [113953] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(4714), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(4718), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(4722), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6337), 1, sym_word, - ACTIONS(6123), 1, + ACTIONS(6345), 1, sym__comment_word, - ACTIONS(6171), 1, + ACTIONS(6443), 1, anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(6341), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6343), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(1073), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146377,44 +153693,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107149] = 17, + [114017] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(155), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(159), 1, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(6445), 1, sym_word, - ACTIONS(6157), 1, + ACTIONS(6451), 1, sym__comment_word, - ACTIONS(145), 2, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(6447), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(6449), 2, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146424,44 +153740,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107213] = 17, + [114081] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(4564), 1, + anon_sym_DQUOTE, + ACTIONS(4568), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(4570), 1, aux_sym_number_token2, - ACTIONS(1839), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, - sym__brace_start, - ACTIONS(6173), 1, - sym_word, - ACTIONS(6177), 1, - anon_sym_DOLLAR, - ACTIONS(6181), 1, - anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(4572), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(4574), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4576), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(4578), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(4588), 1, + sym__brace_start, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6441), 1, sym__comment_word, - ACTIONS(6175), 2, + ACTIONS(6453), 1, + anon_sym_DOLLAR, + ACTIONS(4556), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(4580), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6437), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, + ACTIONS(6439), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(1795), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146471,44 +153787,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107277] = 17, + [114145] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5486), 1, + ACTIONS(4930), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(4934), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(4936), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(4938), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(4940), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(4942), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(4944), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(4954), 1, sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(6167), 1, sym_word, - ACTIONS(6197), 1, - anon_sym_DOLLAR, - ACTIONS(6203), 1, + ACTIONS(6173), 1, sym__comment_word, - ACTIONS(5480), 2, + ACTIONS(6455), 1, + anon_sym_DOLLAR, + ACTIONS(4922), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(4946), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(6169), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(6171), 2, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(892), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146518,44 +153834,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107341] = 17, + [114209] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(4930), 1, + anon_sym_DQUOTE, + ACTIONS(4934), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(4936), 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(4938), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(4940), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4942), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(4944), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(4954), 1, + sym__brace_start, + ACTIONS(6167), 1, + sym_word, + ACTIONS(6173), 1, sym__comment_word, - ACTIONS(6205), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR, - ACTIONS(6175), 2, + ACTIONS(4922), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(4946), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6169), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, + ACTIONS(6171), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(892), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146565,44 +153881,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107405] = 17, + [114273] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5482), 1, + ACTIONS(4854), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(4858), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(4862), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(4864), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(4866), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(4868), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(4870), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(4872), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(4882), 1, sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(6347), 1, sym_word, - ACTIONS(6203), 1, + ACTIONS(6355), 1, sym__comment_word, - ACTIONS(5480), 2, + ACTIONS(4850), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(4874), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(6351), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(6353), 2, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(2155), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146612,44 +153928,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107469] = 17, + [114337] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5486), 1, + ACTIONS(5662), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(5666), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(5668), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(5670), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(5672), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(5674), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(5676), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(5682), 1, sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(6159), 1, sym_word, - ACTIONS(6203), 1, + ACTIONS(6165), 1, sym__comment_word, - ACTIONS(6207), 1, + ACTIONS(6459), 1, anon_sym_DOLLAR, - ACTIONS(5480), 2, + ACTIONS(5656), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(5678), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(6161), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(6163), 2, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(3285), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146659,44 +153975,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107533] = 17, - ACTIONS(3), 1, + [114401] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(1339), 1, + ACTIONS(6029), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4790), 1, + ACTIONS(6033), 1, + anon_sym_BQUOTE, + ACTIONS(6035), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6461), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1827), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [114469] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5662), 1, anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(5666), 1, + aux_sym_number_token1, + ACTIONS(5668), 1, + aux_sym_number_token2, + ACTIONS(5670), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(5672), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5674), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(5676), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(5682), 1, + sym__brace_start, + ACTIONS(6159), 1, sym_word, - ACTIONS(6167), 1, + ACTIONS(6165), 1, sym__comment_word, - ACTIONS(6209), 1, + ACTIONS(6463), 1, anon_sym_DOLLAR, - ACTIONS(4784), 2, + ACTIONS(5656), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(5678), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(6161), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(6163), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(3285), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146706,44 +154071,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107597] = 17, + [114533] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(2258), 1, + anon_sym_DOLLAR, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(1339), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, + ACTIONS(2282), 1, sym__brace_start, - ACTIONS(4790), 1, + ACTIONS(6395), 1, + sym_word, + ACTIONS(6403), 1, anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(6409), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(6411), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, - sym_word, - ACTIONS(6167), 1, + ACTIONS(6415), 1, sym__comment_word, - ACTIONS(6211), 1, - anon_sym_DOLLAR, - ACTIONS(4784), 2, + ACTIONS(6397), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(6401), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(6405), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + ACTIONS(6413), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1196), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146753,44 +154118,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107661] = 17, + [114597] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(495), 1, + anon_sym_DQUOTE, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(501), 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(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(6151), 1, + sym_word, + ACTIONS(6157), 1, sym__comment_word, - ACTIONS(6213), 1, + ACTIONS(6465), 1, anon_sym_DOLLAR, - ACTIONS(6027), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(511), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6153), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(6155), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146800,44 +154165,80 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107725] = 17, + [114661] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6467), 1, + aux_sym_concatenation_token1, + ACTIONS(6469), 1, + sym__concat, + STATE(2517), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, + [114703] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6217), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6223), 1, sym__comment_word, - ACTIONS(5362), 2, + ACTIONS(6471), 1, + anon_sym_DOLLAR, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6219), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6221), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(3962), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146847,44 +154248,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107789] = 17, + [114767] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(4714), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(4718), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(4722), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6337), 1, sym_word, - ACTIONS(6123), 1, + ACTIONS(6345), 1, sym__comment_word, - ACTIONS(6215), 1, + ACTIONS(6473), 1, anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(6341), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6343), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(1073), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146894,35 +154295,35 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107853] = 17, + [114831] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, - anon_sym_DOLLAR, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(3517), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(3519), 1, aux_sym_number_token2, - ACTIONS(4593), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(3523), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(3535), 1, + sym__brace_start, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + ACTIONS(4256), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4258), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(4260), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, - sym__brace_start, ACTIONS(6217), 1, sym_word, ACTIONS(6223), 1, sym__comment_word, - ACTIONS(4577), 2, + ACTIONS(6475), 1, + anon_sym_DOLLAR, + ACTIONS(4248), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(4262), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(6219), 2, @@ -146931,7 +154332,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6221), 2, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(3962), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146941,44 +154342,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107917] = 17, + [114895] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6445), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6451), 1, sym__comment_word, - ACTIONS(6225), 1, + ACTIONS(6477), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6447), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6449), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146988,93 +154389,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107981] = 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(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, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [108049] = 17, + [114959] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4922), 1, + ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(6151), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(6157), 1, sym__comment_word, - ACTIONS(6229), 1, + ACTIONS(6479), 1, anon_sym_DOLLAR, - ACTIONS(4914), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(6153), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(6155), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147084,44 +154436,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108113] = 17, + [115023] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, + ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(6151), 1, sym_word, - ACTIONS(6223), 1, + ACTIONS(6157), 1, sym__comment_word, - ACTIONS(6231), 1, + ACTIONS(6481), 1, anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(6153), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(6155), 2, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147131,44 +154483,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108177] = 17, + [115087] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(1797), 1, + anon_sym_DOLLAR, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(4593), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(1823), 1, + sym__brace_start, + ACTIONS(4714), 1, + anon_sym_DQUOTE, + ACTIONS(4718), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(4722), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, - sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(6337), 1, sym_word, - ACTIONS(6223), 1, + ACTIONS(6345), 1, sym__comment_word, - ACTIONS(6233), 1, - anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(6341), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(6343), 2, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(1073), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147178,44 +154530,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108241] = 17, + [115151] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(5760), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(5764), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(5766), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(5768), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(5770), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(5772), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(5774), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(5780), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(6127), 1, sym_word, - ACTIONS(6237), 1, - anon_sym_DOLLAR, - ACTIONS(6243), 1, + ACTIONS(6133), 1, sym__comment_word, - ACTIONS(4533), 2, + ACTIONS(6483), 1, + anon_sym_DOLLAR, + ACTIONS(5754), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(5776), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(6129), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(6131), 2, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(3434), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147225,44 +154577,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108305] = 17, + [115215] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4922), 1, + ACTIONS(5760), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(5764), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(5766), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(5768), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(5770), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(5772), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(5774), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(5780), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(6127), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(6133), 1, sym__comment_word, - ACTIONS(6245), 1, + ACTIONS(6485), 1, anon_sym_DOLLAR, - ACTIONS(4914), 2, + ACTIONS(5754), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(5776), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(6129), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(6131), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(3434), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147272,44 +154624,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108369] = 17, + [115279] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(97), 1, + anon_sym_DOLLAR, + ACTIONS(101), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(105), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(107), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(109), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(111), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(113), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(125), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(6487), 1, sym_word, - ACTIONS(6243), 1, + ACTIONS(6493), 1, sym__comment_word, - ACTIONS(6247), 1, - anon_sym_DOLLAR, - ACTIONS(4533), 2, + ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(6489), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(6491), 2, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147319,44 +154671,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108433] = 17, + [115343] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(6259), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6265), 1, sym__comment_word, - ACTIONS(6249), 1, + ACTIONS(6495), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(971), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6261), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6263), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(1572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147366,47 +154718,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108497] = 19, + [115407] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6251), 1, + ACTIONS(6497), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1638), 8, + STATE(1793), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -147415,44 +154767,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [108565] = 17, + [115475] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5338), 1, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(6445), 1, sym_word, - ACTIONS(6255), 1, - anon_sym_DOLLAR, - ACTIONS(6261), 1, + ACTIONS(6451), 1, sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(6499), 1, + anon_sym_DOLLAR, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(6447), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(6449), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147462,44 +154814,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108629] = 17, + [115539] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(6259), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6265), 1, sym__comment_word, - ACTIONS(6263), 1, + ACTIONS(6501), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(971), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6261), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6263), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147509,44 +154861,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108693] = 17, + [115603] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6099), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(6265), 1, + ACTIONS(6503), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147556,44 +154908,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108757] = 17, + [115667] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6099), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(6267), 1, + ACTIONS(6505), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147603,191 +154955,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108821] = 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(6269), 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(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, - 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(1684), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [108957] = 19, - ACTIONS(63), 1, + [115731] = 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(252), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(258), 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(6273), 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(1706), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109025] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5222), 1, + ACTIONS(270), 1, + sym__brace_start, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, - aux_sym_number_token1, - ACTIONS(5228), 1, - aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, - anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, - sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + ACTIONS(6507), 1, sym_word, - ACTIONS(6277), 1, + ACTIONS(6509), 1, anon_sym_DOLLAR, - ACTIONS(6283), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(5216), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147797,47 +155002,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109089] = 19, + [115795] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6285), 1, + ACTIONS(6517), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1734), 8, + STATE(1708), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -147846,44 +155051,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109157] = 17, + [115863] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5222), 1, + ACTIONS(5148), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(5152), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(5154), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(5156), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(5160), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(5162), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(5164), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, + ACTIONS(5172), 1, sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(6135), 1, sym_word, - ACTIONS(6283), 1, + ACTIONS(6141), 1, sym__comment_word, - ACTIONS(6287), 1, + ACTIONS(6519), 1, anon_sym_DOLLAR, - ACTIONS(5216), 2, + ACTIONS(5142), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(5166), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(6137), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(6139), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(3931), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147893,93 +155098,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109221] = 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(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, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109289] = 17, + [115927] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(5148), 1, + anon_sym_DQUOTE, + ACTIONS(5152), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(5154), 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(5156), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(5160), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5162), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(5164), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(5172), 1, + sym__brace_start, + ACTIONS(6135), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(6141), 1, sym__comment_word, - ACTIONS(4487), 2, + ACTIONS(6521), 1, + anon_sym_DOLLAR, + ACTIONS(5142), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(5166), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6137), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6139), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(3931), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147989,44 +155145,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109353] = 17, + [115991] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(4459), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, - anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(5628), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(5632), 1, sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5923), 2, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + ACTIONS(5636), 2, + sym_test_operator, + sym__special_character, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148036,44 +155192,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109417] = 17, + [116055] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4886), 1, - anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(4476), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(4478), 1, aux_sym_number_token2, - ACTIONS(4894), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(4482), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(4492), 1, + sym__brace_start, + ACTIONS(5320), 1, + anon_sym_DQUOTE, + ACTIONS(5324), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5326), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5328), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, - sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(6271), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(6277), 1, sym__comment_word, - ACTIONS(6291), 1, + ACTIONS(6523), 1, anon_sym_DOLLAR, - ACTIONS(4878), 2, + ACTIONS(5316), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(5330), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(6273), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(6275), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(2843), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148083,44 +155239,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109481] = 17, + [116119] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4476), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4478), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4482), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4492), 1, + sym__brace_start, + ACTIONS(5320), 1, + anon_sym_DQUOTE, + ACTIONS(5324), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5326), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5328), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6271), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6277), 1, sym__comment_word, - ACTIONS(6293), 1, + ACTIONS(6525), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(5316), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5330), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6273), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6275), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(2843), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148130,96 +155286,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109545] = 19, + [116183] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6295), 1, + ACTIONS(6527), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 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, - 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, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1701), 8, + STATE(1697), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148228,44 +155335,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109681] = 17, + [116251] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6371), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6299), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148275,47 +155382,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109745] = 19, + [116315] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6301), 1, + ACTIONS(6529), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1685), 8, + STATE(1720), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148324,47 +155431,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109813] = 19, + [116383] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6303), 1, + ACTIONS(6531), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1656), 8, + STATE(1780), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148373,47 +155480,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109881] = 19, + [116451] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6305), 1, + ACTIONS(6533), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1643), 8, + STATE(1787), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148422,44 +155529,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109949] = 17, + [116519] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(4966), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4970), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4972), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4976), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4978), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4980), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4990), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6119), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6125), 1, sym__comment_word, - ACTIONS(6307), 1, + ACTIONS(6535), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4958), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4982), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6121), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6123), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(3221), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148469,44 +155576,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110013] = 17, + [116583] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5700), 1, + ACTIONS(4966), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(4970), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(4972), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(4976), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(4978), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(4980), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(4990), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(6119), 1, sym_word, - ACTIONS(6311), 1, - anon_sym_DOLLAR, - ACTIONS(6317), 1, + ACTIONS(6125), 1, sym__comment_word, - ACTIONS(5694), 2, + ACTIONS(6537), 1, + anon_sym_DOLLAR, + ACTIONS(4958), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(4982), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(6121), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(6123), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(3221), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148516,93 +155623,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110077] = 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(6319), 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(1681), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [110145] = 17, + [116647] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(2220), 1, + anon_sym_DOLLAR, + ACTIONS(2226), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2228), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(2244), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(6539), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(6545), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6549), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6551), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6553), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6557), 1, sym__comment_word, - ACTIONS(6321), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(6541), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(6543), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6547), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(6555), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(1162), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148612,47 +155670,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110209] = 19, + [116711] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6323), 1, + ACTIONS(6559), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1722), 8, + STATE(1797), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148661,44 +155719,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110277] = 17, + [116779] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5700), 1, + ACTIONS(5862), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5866), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5868), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5870), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5872), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5874), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5876), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5882), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(6423), 1, sym_word, - ACTIONS(6317), 1, + ACTIONS(6429), 1, sym__comment_word, - ACTIONS(6325), 1, + ACTIONS(6561), 1, anon_sym_DOLLAR, - ACTIONS(5694), 2, + ACTIONS(5856), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5878), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(6425), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(6427), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(1663), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148708,47 +155766,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110341] = 19, + [116843] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6051), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6053), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6059), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6061), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6063), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6065), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6067), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6069), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6071), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6075), 1, sym_variable_name, - ACTIONS(6327), 1, + ACTIONS(6563), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1930), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1931), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1933), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1938), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6055), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6057), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1658), 8, + STATE(1950), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148757,47 +155815,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110409] = 19, + [116911] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6329), 1, + ACTIONS(6565), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1724), 8, + STATE(1802), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148806,141 +155864,96 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110477] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(97), 1, - anon_sym_DOLLAR, - ACTIONS(101), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - aux_sym_number_token1, - ACTIONS(107), 1, - aux_sym_number_token2, - ACTIONS(109), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, - anon_sym_BQUOTE, - ACTIONS(115), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, - sym__brace_start, - ACTIONS(6331), 1, - sym_word, - ACTIONS(6337), 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(6333), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6335), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(354), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [110541] = 17, - ACTIONS(3), 1, + [116979] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4978), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(6339), 1, - sym_word, - ACTIONS(6345), 1, - sym__comment_word, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6341), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6343), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2927), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6567), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1808), 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, - [110605] = 19, + [117047] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6347), 1, + ACTIONS(6569), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1753), 8, + STATE(1833), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148949,138 +155962,93 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110673] = 17, - ACTIONS(3), 1, + [117115] = 19, + ACTIONS(63), 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(6349), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 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, - [110737] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(495), 1, - anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(6351), 1, - sym_word, - ACTIONS(6353), 1, - anon_sym_DOLLAR, - ACTIONS(6359), 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(6355), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6357), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(623), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6571), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1777), 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, - [110801] = 17, + [117183] = 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(6371), 1, sym_word, - ACTIONS(6359), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6361), 1, + ACTIONS(6573), 1, anon_sym_DOLLAR, - ACTIONS(455), 2, + 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(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6357), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149090,47 +156058,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110865] = 19, + [117247] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6363), 1, + ACTIONS(6575), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1740), 8, + STATE(1790), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149139,141 +156107,96 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110933] = 17, - ACTIONS(3), 1, + [117315] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(2285), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(6027), 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(6029), 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, - [110997] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, - sym_word, - ACTIONS(5935), 1, - sym__comment_word, - ACTIONS(6365), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5931), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5933), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1000), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6577), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1743), 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, - [111061] = 19, + [117383] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6367), 1, + ACTIONS(6579), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1735), 8, + STATE(1700), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149282,44 +156205,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111129] = 17, + [117451] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(5466), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5470), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5472), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5476), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5478), 1, + anon_sym_BQUOTE, + ACTIONS(5480), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5486), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6581), 1, sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6369), 1, + ACTIONS(6583), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(6589), 1, + sym__comment_word, + ACTIONS(5460), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5482), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(6585), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(6587), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3765), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149329,47 +156252,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111193] = 19, + [117515] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6371), 1, + ACTIONS(6591), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1725), 8, + STATE(1732), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149378,94 +156301,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111261] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 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, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, - anon_sym_BQUOTE, - ACTIONS(4501), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, - sym_word, - ACTIONS(5935), 1, - sym__comment_word, - ACTIONS(6373), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5931), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5933), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1000), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [111325] = 19, + [117583] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6375), 1, + ACTIONS(6593), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1693), 8, + STATE(1736), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149474,43 +156350,43 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111393] = 19, + [117651] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6377), 1, + ACTIONS(6595), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, @@ -149523,94 +156399,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111461] = 17, - ACTIONS(3), 1, - sym_comment, - 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(71), 1, - sym__brace_start, - ACTIONS(6379), 1, - sym_word, - ACTIONS(6385), 1, - sym__comment_word, - ACTIONS(13), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6381), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6383), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(867), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [111525] = 19, + [117719] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6387), 1, + ACTIONS(6597), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1662), 8, + STATE(1754), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149619,144 +156448,138 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111593] = 21, + [117787] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5432), 1, + ACTIONS(4560), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(4564), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(4568), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(4570), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(4572), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(4574), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(4576), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(4578), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6391), 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(2532), 1, - sym__c_terminator, - STATE(3652), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(6389), 2, - anon_sym_SEMI, - anon_sym_AMP, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, + ACTIONS(4588), 1, + sym__brace_start, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6441), 1, + sym__comment_word, + ACTIONS(4556), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4580), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6437), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6439), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1795), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111665] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [117851] = 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(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(5106), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(5110), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6393), 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(1660), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(6283), 1, + sym_word, + ACTIONS(6289), 1, + sym__comment_word, + ACTIONS(6599), 1, + anon_sym_DOLLAR, + ACTIONS(5092), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5116), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6285), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6287), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3053), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111733] = 17, + sym_process_substitution, + [117915] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 1, + ACTIONS(413), 1, + anon_sym_DQUOTE, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(419), 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, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(6371), 1, sym_word, - ACTIONS(5945), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6395), 1, + ACTIONS(6601), 1, anon_sym_DOLLAR, - ACTIONS(4417), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5941), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(5943), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149766,126 +156589,138 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111797] = 3, - ACTIONS(63), 1, + [117979] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(1167), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(5466), 1, + anon_sym_DQUOTE, + ACTIONS(5470), 1, aux_sym_number_token1, + ACTIONS(5472), 1, aux_sym_number_token2, + ACTIONS(5474), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5476), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(5478), 1, + anon_sym_BQUOTE, + ACTIONS(5480), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5486), 1, sym__brace_start, + ACTIONS(6581), 1, + sym_word, + ACTIONS(6589), 1, + sym__comment_word, + ACTIONS(6603), 1, + anon_sym_DOLLAR, + ACTIONS(5460), 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(5482), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6585), 2, + sym_test_operator, sym__special_character, - anon_sym_DQUOTE, + ACTIONS(6587), 2, 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, - ACTIONS(63), 1, + STATE(3765), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [118043] = 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(4606), 1, + anon_sym_DQUOTE, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6397), 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(1623), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(4630), 1, + sym__brace_start, + ACTIONS(6099), 1, + sym_word, + ACTIONS(6105), 1, + sym__comment_word, + ACTIONS(6605), 1, + anon_sym_DOLLAR, + ACTIONS(4598), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4622), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6101), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6103), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2554), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111901] = 17, + sym_process_substitution, + [118107] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, - anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(5100), 1, + anon_sym_DQUOTE, + ACTIONS(5104), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(5106), 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(5108), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5110), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5112), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5114), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(5120), 1, + sym__brace_start, + ACTIONS(6283), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(6289), 1, sym__comment_word, - ACTIONS(5150), 2, + ACTIONS(6607), 1, + anon_sym_DOLLAR, + ACTIONS(5092), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(5116), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(6285), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(6287), 2, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(3053), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149895,44 +156730,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111965] = 17, + [118171] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(2113), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(6025), 1, - sym_word, - ACTIONS(6031), 1, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, - anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + ACTIONS(6507), 1, + sym_word, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6407), 1, + ACTIONS(6609), 1, anon_sym_DOLLAR, - ACTIONS(6027), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(1041), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149942,47 +156777,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112029] = 19, + [118235] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6409), 1, + ACTIONS(6611), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1630), 8, + STATE(1692), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149991,47 +156826,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112097] = 19, + [118303] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6411), 1, + ACTIONS(6613), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1635), 8, + STATE(1814), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150040,145 +156875,188 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112165] = 19, - ACTIONS(63), 1, + [118371] = 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(316), 1, + anon_sym_DQUOTE, + ACTIONS(320), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(322), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(324), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(326), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(328), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6413), 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(1689), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(340), 1, + sym__brace_start, + ACTIONS(6615), 1, + sym_word, + ACTIONS(6617), 1, + anon_sym_DOLLAR, + ACTIONS(6623), 1, + sym__comment_word, + ACTIONS(278), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(332), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6619), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6621), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(408), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112233] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [118435] = 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, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3204), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(5628), 1, + sym_word, + ACTIONS(5632), 1, + sym__comment_word, + ACTIONS(6625), 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(5634), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5636), 2, + sym_test_operator, + sym__special_character, + STATE(1616), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [118499] = 17, + ACTIONS(3), 1, + sym_comment, + 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(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(385), 1, + sym__brace_start, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(5628), 1, + sym_word, + ACTIONS(5632), 1, + sym__comment_word, + ACTIONS(6627), 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(5634), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5636), 2, + sym_test_operator, + sym__special_character, + STATE(1616), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112301] = 19, + sym_process_substitution, + [118563] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6417), 1, + ACTIONS(6629), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1675), 8, + STATE(1726), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150187,47 +157065,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112369] = 19, + [118631] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6419), 1, + ACTIONS(6631), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1682), 8, + STATE(1776), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150236,47 +157114,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112437] = 19, + [118699] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6421), 1, + ACTIONS(6633), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1690), 8, + STATE(1813), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150285,77 +157163,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, + [118767] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 1, - anon_sym_DOLLAR, - ACTIONS(4541), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(6099), 1, sym_word, - ACTIONS(6243), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(4533), 2, + ACTIONS(6635), 1, + anon_sym_DOLLAR, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150365,47 +157210,98 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112605] = 19, + [118831] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5522), 1, + anon_sym_LPAREN, + ACTIONS(5524), 1, + aux_sym__c_word_token1, + ACTIONS(5528), 1, + anon_sym_DOLLAR, + ACTIONS(5530), 1, + anon_sym_DQUOTE, + ACTIONS(5532), 1, + aux_sym_number_token1, + ACTIONS(5534), 1, + aux_sym_number_token2, + ACTIONS(5536), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5538), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5540), 1, + anon_sym_BQUOTE, + ACTIONS(5542), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6639), 1, + aux_sym_heredoc_redirect_token1, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + STATE(2749), 1, + sym__c_terminator, + STATE(3798), 1, + sym__c_expression, + STATE(3950), 1, + sym__c_variable_assignment, + ACTIONS(5520), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6637), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2009), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [118903] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5971), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5973), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6423), 1, + ACTIONS(6641), 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, + STATE(1712), 1, sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5977), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1856), 8, + STATE(1804), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150414,47 +157310,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112673] = 19, + [118971] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6425), 1, + ACTIONS(6643), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1733), 8, + STATE(1798), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150463,44 +157359,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112741] = 17, + [119039] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(6371), 1, sym_word, - ACTIONS(6429), 1, - anon_sym_DOLLAR, - ACTIONS(6435), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(5658), 2, + ACTIONS(6645), 1, + anon_sym_DOLLAR, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150510,44 +157406,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112805] = 17, + [119103] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(6313), 1, sym_word, - ACTIONS(6435), 1, + ACTIONS(6319), 1, sym__comment_word, - ACTIONS(6437), 1, + ACTIONS(6647), 1, anon_sym_DOLLAR, - ACTIONS(5658), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + ACTIONS(6315), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(6317), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(1295), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150557,44 +157453,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112869] = 17, + [119167] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(4684), 1, + anon_sym_BQUOTE, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6313), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(6319), 1, sym__comment_word, - ACTIONS(348), 2, + ACTIONS(6649), 1, + anon_sym_DOLLAR, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(6315), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(6317), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1295), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150604,44 +157500,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112933] = 17, + [119231] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5338), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(6371), 1, sym_word, - ACTIONS(6261), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6439), 1, + ACTIONS(6651), 1, anon_sym_DOLLAR, - 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(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150651,47 +157547,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112997] = 19, + [119295] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6441), 1, + ACTIONS(6653), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1756), 8, + STATE(1778), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150700,44 +157596,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [113065] = 17, + [119363] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(1665), 1, + anon_sym_DOLLAR, + ACTIONS(1671), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(1673), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(1677), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(1691), 1, sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, + ACTIONS(4822), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(4826), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(4828), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(4830), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6655), 1, + sym_word, + ACTIONS(6661), 1, sym__comment_word, - ACTIONS(6443), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(4816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(4832), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6657), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6659), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(1000), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150747,138 +157643,240 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113129] = 17, - ACTIONS(3), 1, + [119427] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(198), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(6027), 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(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(6031), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6123), 1, - sym__comment_word, - 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, + ACTIONS(6035), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6663), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1772), 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, - [113193] = 17, - ACTIONS(3), 1, + [119495] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(6029), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6031), 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(6033), 1, + anon_sym_BQUOTE, + ACTIONS(6035), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6665), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1809), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [119563] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, + aux_sym_number_token1, + ACTIONS(6027), 1, + aux_sym_number_token2, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6031), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6445), 1, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6667), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 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, + [119631] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 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, + ACTIONS(6025), 1, + aux_sym_number_token1, + ACTIONS(6027), 1, + aux_sym_number_token2, + ACTIONS(6029), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6031), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6033), 1, + anon_sym_BQUOTE, + ACTIONS(6035), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6669), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 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, - sym_process_substitution, - [113257] = 17, + [119699] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(2282), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(6395), 1, + sym_word, + ACTIONS(6403), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6409), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, - sym_word, - ACTIONS(6449), 1, - anon_sym_DOLLAR, - ACTIONS(6455), 1, + ACTIONS(6411), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6415), 1, sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(6671), 1, + anon_sym_DOLLAR, + ACTIONS(6397), 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(6401), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6405), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + ACTIONS(6413), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1196), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150888,188 +157886,194 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113321] = 17, - ACTIONS(3), 1, + [119763] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(5456), 1, - anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(6457), 1, - sym_word, - ACTIONS(6459), 1, - anon_sym_DOLLAR, - ACTIONS(6465), 1, - sym__comment_word, - ACTIONS(5450), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6461), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6463), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3098), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6673), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1688), 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, - [113385] = 17, - ACTIONS(3), 1, + [119831] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6467), 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, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6675), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1724), 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, - [113449] = 17, - ACTIONS(3), 1, + [119899] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6469), 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, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6677), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 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, - sym_process_substitution, - [113513] = 19, + [119967] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6471), 1, + ACTIONS(6679), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1716), 8, + STATE(1765), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151078,44 +158082,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [113581] = 17, + [120035] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(2216), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, + ACTIONS(2282), 1, sym__brace_start, - ACTIONS(6473), 1, + ACTIONS(6395), 1, sym_word, - ACTIONS(6479), 1, + ACTIONS(6403), 1, anon_sym_DQUOTE, - ACTIONS(6483), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(6409), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(6411), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, + ACTIONS(6415), 1, sym__comment_word, - ACTIONS(6475), 2, + ACTIONS(6681), 1, + anon_sym_DOLLAR, + ACTIONS(6397), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, + ACTIONS(6401), 2, sym_test_operator, sym__special_character, - ACTIONS(6481), 2, + ACTIONS(6405), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6489), 2, + ACTIONS(6413), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1164), 9, + STATE(1196), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151125,44 +158129,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113645] = 17, - ACTIONS(3), 1, + [120099] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6683), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1774), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [120167] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1803), 1, + aux_sym_number_token1, + ACTIONS(1805), 1, + aux_sym_number_token2, + ACTIONS(1809), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1823), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(4714), 1, + anon_sym_DQUOTE, + ACTIONS(4718), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4720), 1, + anon_sym_BQUOTE, + ACTIONS(4722), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6337), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(6345), 1, sym__comment_word, - ACTIONS(6493), 1, + ACTIONS(6685), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6341), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6343), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(1073), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151172,47 +158225,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113709] = 19, + [120231] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6495), 1, + ACTIONS(6687), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1708), 8, + STATE(1753), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151221,44 +158274,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [113777] = 17, + [120299] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, - anon_sym_DOLLAR, - ACTIONS(713), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(6083), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(693), 2, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151268,44 +158321,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113841] = 17, + [120363] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, - anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(4637), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(1823), 1, + sym__brace_start, + ACTIONS(4714), 1, + anon_sym_DQUOTE, + ACTIONS(4718), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(4722), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, - sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(6337), 1, sym_word, - ACTIONS(6499), 1, - anon_sym_DOLLAR, - ACTIONS(6505), 1, + ACTIONS(6345), 1, sym__comment_word, - ACTIONS(4621), 2, + ACTIONS(6691), 1, + anon_sym_DOLLAR, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(6341), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(6343), 2, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(1073), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151315,44 +158368,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113905] = 17, - ACTIONS(3), 1, + [120427] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(6029), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(6033), 1, + anon_sym_BQUOTE, + ACTIONS(6035), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6693), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1782), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [120495] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(1007), 1, + aux_sym_number_token1, + ACTIONS(1009), 1, + aux_sym_number_token2, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(1013), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(1025), 1, + sym__brace_start, + ACTIONS(6303), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(6309), 1, sym__comment_word, - ACTIONS(6507), 1, + ACTIONS(6695), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(1019), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6305), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6307), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(1423), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151362,44 +158464,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113969] = 17, + [120559] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(6303), 1, sym_word, - ACTIONS(6505), 1, + ACTIONS(6309), 1, sym__comment_word, - ACTIONS(6509), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR, - ACTIONS(4621), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(1019), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(6305), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(6307), 2, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(1423), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151409,44 +158511,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114033] = 17, + [120623] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, - anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5428), 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, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(4657), 2, + ACTIONS(6699), 1, + anon_sym_DOLLAR, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151456,47 +158558,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114097] = 19, + [120687] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6511), 1, + ACTIONS(6701), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1642), 8, + STATE(1784), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151505,44 +158607,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [114165] = 17, + [120755] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(5428), 1, + anon_sym_DQUOTE, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(5434), 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(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(5438), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(5448), 1, + sym__brace_start, + ACTIONS(6005), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(6513), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151552,44 +158654,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114229] = 17, + [120819] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5440), 1, + anon_sym_BQUOTE, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(6515), 1, + ACTIONS(6705), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(6011), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151599,98 +158701,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114293] = 21, - 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, - 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, - 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, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [114365] = 19, + [120883] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6521), 1, + ACTIONS(6707), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1747), 8, + STATE(1786), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151699,94 +158750,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [114433] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5660), 1, - anon_sym_DOLLAR, - ACTIONS(5664), 1, - anon_sym_DQUOTE, - ACTIONS(5668), 1, - aux_sym_number_token1, - ACTIONS(5670), 1, - aux_sym_number_token2, - ACTIONS(5672), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, - anon_sym_BQUOTE, - ACTIONS(5678), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, - sym__brace_start, - ACTIONS(6427), 1, - sym_word, - ACTIONS(6435), 1, - sym__comment_word, - ACTIONS(5658), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6431), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6433), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3495), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [114497] = 19, + [120951] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6523), 1, + ACTIONS(6709), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1743), 8, + STATE(1789), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151795,44 +158799,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [114565] = 17, + [121019] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6099), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(6525), 1, + ACTIONS(6711), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151842,44 +158846,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114629] = 17, + [121083] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5456), 1, + ACTIONS(5594), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(5598), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(5600), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(5602), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(5604), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(5606), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(5614), 1, sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(6079), 1, sym_word, - ACTIONS(6465), 1, + ACTIONS(6085), 1, sym__comment_word, - ACTIONS(6527), 1, + ACTIONS(6713), 1, anon_sym_DOLLAR, - ACTIONS(5450), 2, + ACTIONS(5588), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(5610), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(6081), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(6083), 2, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(3207), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151889,44 +158893,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114693] = 17, + [121147] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(5594), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5598), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5600), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5602), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5604), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5606), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5614), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6079), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6085), 1, sym__comment_word, - ACTIONS(6529), 1, + ACTIONS(6715), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(5588), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5610), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6081), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6083), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(3207), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151936,44 +158940,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114757] = 17, + [121211] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6099), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(5274), 2, + ACTIONS(6717), 1, + anon_sym_DOLLAR, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151983,44 +158987,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114821] = 17, + [121275] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(5428), 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, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(6531), 1, + ACTIONS(6719), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152030,44 +159034,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114885] = 17, + [121339] = 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(6371), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6533), 1, + ACTIONS(6721), 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(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152077,91 +159081,95 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114949] = 17, + [121403] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(5522), 1, + anon_sym_LPAREN, + ACTIONS(5524), 1, + aux_sym__c_word_token1, + ACTIONS(5528), 1, + anon_sym_DOLLAR, + ACTIONS(5530), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5532), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5534), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5536), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5538), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(5540), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6535), 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, + ACTIONS(5542), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6725), 1, + aux_sym_heredoc_redirect_token1, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + STATE(2656), 1, + sym__c_terminator, + STATE(3800), 1, + sym__c_expression, + STATE(3950), 1, + sym__c_variable_assignment, + ACTIONS(5520), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6723), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2009), 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, - [115013] = 17, + [121475] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, - anon_sym_DOLLAR, - ACTIONS(1795), 1, + ACTIONS(413), 1, + anon_sym_DQUOTE, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(419), 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(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(6371), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(4347), 2, + ACTIONS(6727), 1, + anon_sym_DOLLAR, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152171,91 +159179,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115077] = 17, - ACTIONS(3), 1, + [121539] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6033), 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(6035), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6729), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 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, - sym_process_substitution, - [115141] = 17, + [121607] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(246), 1, + anon_sym_DOLLAR, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(1033), 1, + anon_sym_DQUOTE, + ACTIONS(1037), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1039), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + ACTIONS(6507), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6547), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152265,44 +159275,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115205] = 17, + [121671] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6303), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6309), 1, sym__comment_word, - ACTIONS(6549), 1, + ACTIONS(6731), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(1019), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6305), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6307), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1423), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152312,44 +159322,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115269] = 17, + [121735] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(1003), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1007), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1009), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1013), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(1015), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(1017), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(1025), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6303), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6309), 1, sym__comment_word, - ACTIONS(6551), 1, + ACTIONS(6733), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(989), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(1019), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6305), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6307), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1423), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152359,44 +159369,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115333] = 17, + [121799] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(977), 1, + anon_sym_DQUOTE, + ACTIONS(981), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(983), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3165), 1, + anon_sym_BQUOTE, + ACTIONS(6259), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6265), 1, sym__comment_word, - ACTIONS(6553), 1, + ACTIONS(6735), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(971), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6261), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6263), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152406,44 +159416,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115397] = 17, + [121863] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(5862), 1, + anon_sym_DQUOTE, + ACTIONS(5866), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(5868), 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(5870), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(5872), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5874), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(5876), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5882), 1, + sym__brace_start, + ACTIONS(6423), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6429), 1, sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(6737), 1, + anon_sym_DOLLAR, + ACTIONS(5856), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(5878), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6425), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6427), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1663), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152453,44 +159463,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115461] = 17, + [121927] = 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(977), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(981), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(983), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3165), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6259), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6265), 1, sym__comment_word, - ACTIONS(6555), 1, + ACTIONS(6739), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(971), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(985), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6261), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6263), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152500,44 +159510,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115525] = 17, + [121991] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(45), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(6557), 1, + ACTIONS(6741), 1, anon_sym_DOLLAR, - ACTIONS(13), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152547,44 +159557,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115589] = 17, + [122055] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(6559), 1, + ACTIONS(6743), 1, anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152594,16 +159604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115653] = 17, + [122119] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -152611,121 +159621,27 @@ static const uint16_t ts_small_parse_table[] = { 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(6561), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - 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, - sym_raw_string, - sym_ansi_c_string, - STATE(1402), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [115717] = 17, - ACTIONS(3), 1, - sym_comment, - 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(304), 1, - sym__brace_start, - ACTIONS(6563), 1, - sym_word, - ACTIONS(6565), 1, - anon_sym_DOLLAR, - ACTIONS(6571), 1, - sym__comment_word, - ACTIONS(242), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6567), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6569), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(396), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [115781] = 17, - ACTIONS(3), 1, - sym_comment, - 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, + ACTIONS(3171), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, - sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(6507), 1, sym_word, - ACTIONS(6571), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6573), 1, + ACTIONS(6745), 1, anon_sym_DOLLAR, - ACTIONS(242), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152735,44 +159651,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115845] = 17, + [122183] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(6507), 1, sym_word, - ACTIONS(6123), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6575), 1, + ACTIONS(6747), 1, anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152782,44 +159698,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115909] = 17, + [122247] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4886), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(6371), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6577), 1, + ACTIONS(6749), 1, anon_sym_DOLLAR, - ACTIONS(4878), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152829,44 +159745,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115973] = 17, + [122311] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(101), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(105), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(107), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(109), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(111), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(113), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(125), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(6487), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(6493), 1, sym__comment_word, - ACTIONS(6579), 1, + ACTIONS(6751), 1, anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(6489), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(6491), 2, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152876,7 +159792,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116037] = 17, + [122375] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(413), 1, @@ -152895,11 +159811,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6371), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6581), 1, + ACTIONS(6753), 1, anon_sym_DOLLAR, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, @@ -152907,10 +159823,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, STATE(835), 9, @@ -152923,93 +159839,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116101] = 19, - ACTIONS(63), 1, + [122439] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(312), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(316), 1, + anon_sym_DQUOTE, + ACTIONS(320), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(322), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(324), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(326), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(328), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6583), 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(1846), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - 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, + ACTIONS(340), 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, + ACTIONS(6615), 1, sym_word, - ACTIONS(5967), 1, + ACTIONS(6623), 1, sym__comment_word, - ACTIONS(4165), 2, + ACTIONS(278), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(332), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(6619), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(6621), 2, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(408), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153019,142 +159886,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116233] = 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(6585), 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(1671), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [116301] = 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(6587), 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(1816), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [116369] = 17, + [122503] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, + ACTIONS(316), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(320), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(322), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(324), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(326), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(328), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, + ACTIONS(340), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(6615), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(6623), 1, sym__comment_word, - ACTIONS(6589), 1, + ACTIONS(6755), 1, anon_sym_DOLLAR, - ACTIONS(75), 2, + ACTIONS(278), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(332), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(6619), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(6621), 2, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(408), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153164,44 +159933,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116433] = 17, + [122567] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6445), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6451), 1, sym__comment_word, - ACTIONS(6591), 1, + ACTIONS(6757), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6447), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6449), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153211,44 +159980,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116497] = 17, + [122631] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(1803), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(1805), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(1809), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(1823), 1, + sym__brace_start, + ACTIONS(4714), 1, + anon_sym_DQUOTE, + ACTIONS(4718), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4720), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4722), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6337), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6345), 1, sym__comment_word, - ACTIONS(6593), 1, + ACTIONS(6759), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(4708), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(4724), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6341), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6343), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1073), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153258,44 +160027,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116561] = 17, + [122695] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(2765), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2769), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2771), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(2773), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2775), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(2777), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(2779), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2787), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6327), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6333), 1, sym__comment_word, - ACTIONS(6595), 1, + ACTIONS(6761), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(2759), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(2781), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6329), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6331), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1831), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153305,58 +160074,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116625] = 21, - 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, - 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, - 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, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [116697] = 17, + [122759] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(101), 1, @@ -153375,11 +160093,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(125), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(6487), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(6493), 1, sym__comment_word, - ACTIONS(6601), 1, + ACTIONS(6763), 1, anon_sym_DOLLAR, ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, @@ -153387,13 +160105,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(6489), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(6491), 2, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153403,44 +160121,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116761] = 17, + [122823] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(2765), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2769), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2771), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(2773), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2775), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(2777), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(2779), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2787), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6327), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6333), 1, sym__comment_word, - ACTIONS(6603), 1, + ACTIONS(6765), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(2759), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(2781), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6329), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6331), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1831), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153450,44 +160168,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116825] = 17, + [122887] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(4606), 1, + anon_sym_DQUOTE, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(4612), 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(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(4616), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(4620), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4630), 1, + sym__brace_start, + ACTIONS(6099), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(6605), 1, + ACTIONS(6767), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153497,44 +160215,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116889] = 17, + [122951] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(4606), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(4610), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(4612), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(4614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(4616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(4618), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(4620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(4630), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6099), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6105), 1, sym__comment_word, - ACTIONS(6607), 1, + ACTIONS(6769), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(4598), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(4622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6101), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6103), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(2554), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153544,44 +160262,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116953] = 17, + [123015] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(5428), 1, + anon_sym_DQUOTE, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(5434), 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(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(5438), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(5442), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5448), 1, + sym__brace_start, + ACTIONS(6005), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(6609), 1, + ACTIONS(6771), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153591,44 +160309,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117017] = 17, + [123079] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(276), 1, - anon_sym_DOLLAR, - ACTIONS(280), 1, + ACTIONS(5428), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(5448), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(6005), 1, sym_word, - ACTIONS(6571), 1, + ACTIONS(6013), 1, sym__comment_word, - ACTIONS(242), 2, + ACTIONS(6773), 1, + anon_sym_DOLLAR, + ACTIONS(5422), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(5444), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(6009), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(6011), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(2671), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153638,44 +160356,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117081] = 17, + [123143] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(6313), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(6319), 1, sym__comment_word, - ACTIONS(6611), 1, + ACTIONS(6775), 1, anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(6315), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(6317), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(1295), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153685,91 +160403,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117145] = 17, + [123207] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, - anon_sym_DOLLAR, - ACTIONS(4830), 1, - anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(4838), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, - anon_sym_BQUOTE, - ACTIONS(4844), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(2282), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(6395), 1, sym_word, - ACTIONS(6619), 1, - sym__comment_word, - ACTIONS(4822), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6615), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6617), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1667), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [117209] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(6403), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(6409), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(6411), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, - sym_word, - ACTIONS(6055), 1, + ACTIONS(6415), 1, sym__comment_word, - ACTIONS(389), 2, + ACTIONS(6777), 1, + anon_sym_DOLLAR, + ACTIONS(6397), 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(6401), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6405), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + ACTIONS(6413), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1196), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153779,44 +160450,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117273] = 17, + [123271] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(2264), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(2266), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(2270), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4259), 1, + ACTIONS(2282), 1, sym__brace_start, - ACTIONS(5154), 1, + ACTIONS(6395), 1, + sym_word, + ACTIONS(6403), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(6409), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(6411), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, - sym_word, - ACTIONS(6405), 1, + ACTIONS(6415), 1, sym__comment_word, - ACTIONS(6621), 1, + ACTIONS(6779), 1, anon_sym_DOLLAR, - ACTIONS(5150), 2, + ACTIONS(6397), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, ACTIONS(6401), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(6405), 2, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + ACTIONS(6413), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1196), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153826,47 +160497,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117337] = 19, + [123335] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5971), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5973), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6623), 1, + ACTIONS(6781), 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, + STATE(1712), 1, sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5977), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1873), 8, + STATE(1960), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -153875,151 +160546,108 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [117405] = 17, - ACTIONS(3), 1, + [123403] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4830), 1, - anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, + anon_sym_DOLLAR, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, - sym__brace_start, - ACTIONS(6613), 1, - sym_word, - ACTIONS(6619), 1, - sym__comment_word, - ACTIONS(6625), 1, - anon_sym_DOLLAR, - ACTIONS(4822), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6615), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6617), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1667), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6783), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1763), 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, - [117469] = 17, - ACTIONS(3), 1, + [123471] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4243), 1, - aux_sym_number_token1, - ACTIONS(4245), 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, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, - anon_sym_BQUOTE, - ACTIONS(5162), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, - sym_word, - ACTIONS(6405), 1, - sym__comment_word, - ACTIONS(6627), 1, + ACTIONS(6015), 1, + anon_sym_LPAREN, + ACTIONS(6017), 1, + anon_sym_BANG, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5150), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6401), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6403), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2750), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [117533] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, - sym__brace_start, - ACTIONS(6379), 1, - sym_word, - ACTIONS(6385), 1, - sym__comment_word, - ACTIONS(6629), 1, - anon_sym_DOLLAR, - ACTIONS(13), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6381), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6383), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(867), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6039), 1, + sym_variable_name, + ACTIONS(6785), 1, + aux_sym__simple_variable_name_token1, + STATE(1712), 1, + sym__arithmetic_postfix_expression, + STATE(1714), 1, + sym__arithmetic_unary_expression, + STATE(1717), 1, + sym__arithmetic_ternary_expression, + STATE(1719), 1, + sym__arithmetic_binary_expression, + ACTIONS(6019), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6021), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1886), 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, - [117597] = 3, + [123539] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2975), 8, + ACTIONS(3000), 8, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -154028,7 +160656,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2977), 20, + ACTIONS(3002), 20, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -154049,112 +160677,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [117633] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5452), 1, - anon_sym_DOLLAR, - ACTIONS(5456), 1, - anon_sym_DQUOTE, - ACTIONS(5460), 1, - aux_sym_number_token1, - ACTIONS(5462), 1, - aux_sym_number_token2, - ACTIONS(5464), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, - anon_sym_BQUOTE, - ACTIONS(5470), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(6457), 1, - sym_word, - ACTIONS(6465), 1, - sym__comment_word, - ACTIONS(5450), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6461), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6463), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3098), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [117697] = 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(6631), 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(1843), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [117765] = 17, + [123575] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -154162,13 +160694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6507), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6633), 1, + ACTIONS(6787), 1, anon_sym_DOLLAR, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -154176,13 +160708,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154192,16 +160724,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117829] = 17, + [123639] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(270), 1, sym__brace_start, ACTIONS(1033), 1, anon_sym_DQUOTE, @@ -154209,13 +160741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LBRACE, ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3171), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6507), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6635), 1, + ACTIONS(6789), 1, anon_sym_DOLLAR, ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, @@ -154223,13 +160755,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154239,44 +160771,95 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117893] = 17, + [123703] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 1, + ACTIONS(5522), 1, + anon_sym_LPAREN, + ACTIONS(5524), 1, + aux_sym__c_word_token1, + ACTIONS(5528), 1, anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(5530), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(5532), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(5534), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(5536), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(5538), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(5540), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(6793), 1, + aux_sym_heredoc_redirect_token1, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + STATE(2661), 1, + sym__c_terminator, + STATE(3808), 1, + sym__c_expression, + STATE(3950), 1, + sym__c_variable_assignment, + ACTIONS(5520), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6791), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2009), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [123775] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4672), 1, + anon_sym_DQUOTE, + ACTIONS(4676), 1, + aux_sym_number_token1, + ACTIONS(4678), 1, + aux_sym_number_token2, + ACTIONS(4680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4684), 1, + anon_sym_BQUOTE, + ACTIONS(4686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6313), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6319), 1, sym__comment_word, - ACTIONS(4381), 2, + ACTIONS(6795), 1, + anon_sym_DOLLAR, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6315), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6317), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1295), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154286,44 +160869,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117957] = 17, + [123839] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5334), 1, - anon_sym_DOLLAR, - ACTIONS(5338), 1, + ACTIONS(2495), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(2499), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(2501), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(2503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(2505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(2507), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(2509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(2519), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(6363), 1, sym_word, - ACTIONS(6261), 1, + ACTIONS(6369), 1, sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(6797), 1, + anon_sym_DOLLAR, + ACTIONS(2489), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(2511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(6365), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(6367), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(1610), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154333,44 +160916,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118021] = 17, + [123903] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6313), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6319), 1, sym__comment_word, - ACTIONS(6637), 1, + ACTIONS(6799), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6315), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6317), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1295), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154380,129 +160963,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118085] = 6, - ACTIONS(3), 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, - 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_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, + [123967] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(979), 1, + ACTIONS(2495), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(2499), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(2501), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(2503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(2505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(2507), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(2509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(2519), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(6363), 1, sym_word, - ACTIONS(5957), 1, + ACTIONS(6369), 1, sym__comment_word, - ACTIONS(6645), 1, + ACTIONS(6801), 1, anon_sym_DOLLAR, - ACTIONS(965), 2, + ACTIONS(2489), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(2511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(6365), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(6367), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(1610), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154512,93 +161010,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118259] = 19, - ACTIONS(63), 1, + [124031] = 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(1671), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(1673), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(1677), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5696), 1, - anon_sym_DOLLAR, - ACTIONS(5700), 1, + ACTIONS(1691), 1, + sym__brace_start, + ACTIONS(4822), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, - aux_sym_number_token1, - ACTIONS(5706), 1, - aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(4826), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(4828), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(4830), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(6655), 1, sym_word, - ACTIONS(6317), 1, + ACTIONS(6661), 1, sym__comment_word, - ACTIONS(5694), 2, + ACTIONS(6803), 1, + anon_sym_DOLLAR, + ACTIONS(4816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(4832), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(6657), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(6659), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(1000), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154608,44 +161057,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118391] = 17, + [124095] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(1671), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(1673), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(1677), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(1691), 1, + sym__brace_start, + ACTIONS(4822), 1, + anon_sym_DQUOTE, + ACTIONS(4826), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4828), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4830), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6655), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6661), 1, sym__comment_word, - ACTIONS(6649), 1, + ACTIONS(6805), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(4816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(4832), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6657), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6659), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1000), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154655,44 +161104,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118455] = 17, + [124159] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3315), 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(3317), 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, + [124195] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4625), 1, - anon_sym_DOLLAR, - ACTIONS(4629), 1, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(6445), 1, sym_word, - ACTIONS(6505), 1, + ACTIONS(6451), 1, sym__comment_word, - ACTIONS(4621), 2, + ACTIONS(6807), 1, + anon_sym_DOLLAR, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(6447), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(6449), 2, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154702,44 +161184,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118519] = 17, + [124259] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, - anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + ACTIONS(6507), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6651), 1, + ACTIONS(6809), 1, anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154749,44 +161231,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118583] = 17, + [124323] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(252), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(254), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(258), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(270), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, - anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(3171), 1, + anon_sym_BQUOTE, + ACTIONS(6507), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(6515), 1, sym__comment_word, - ACTIONS(6653), 1, + ACTIONS(6811), 1, anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(1027), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(1041), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(6511), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6513), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(1480), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154796,73 +161278,7 @@ 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, + [124387] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(413), 1, @@ -154881,11 +161297,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6371), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6655), 1, + ACTIONS(6813), 1, anon_sym_DOLLAR, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, @@ -154893,10 +161309,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, STATE(835), 9, @@ -154909,7 +161325,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118783] = 17, + [124451] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(413), 1, @@ -154928,11 +161344,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6371), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6379), 1, sym__comment_word, - ACTIONS(6657), 1, + ACTIONS(6815), 1, anon_sym_DOLLAR, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, @@ -154940,10 +161356,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6375), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6377), 2, sym_raw_string, sym_ansi_c_string, STATE(835), 9, @@ -154956,80 +161372,94 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118847] = 3, - ACTIONS(63), 1, + [124515] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(3341), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5462), 1, anon_sym_DOLLAR, + ACTIONS(5466), 1, + anon_sym_DQUOTE, + ACTIONS(5470), 1, aux_sym_number_token1, + ACTIONS(5472), 1, aux_sym_number_token2, + ACTIONS(5474), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5476), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3353), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(5478), 1, + anon_sym_BQUOTE, + ACTIONS(5480), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5486), 1, sym__brace_start, + ACTIONS(6581), 1, + sym_word, + ACTIONS(6589), 1, + sym__comment_word, + ACTIONS(5460), 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(5482), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6585), 2, + sym_test_operator, sym__special_character, - anon_sym_DQUOTE, + ACTIONS(6587), 2, 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, - [118883] = 19, + STATE(3765), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [124579] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6015), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6017), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6023), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6025), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6027), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6033), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6035), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6039), 1, sym_variable_name, - ACTIONS(6659), 1, + ACTIONS(6817), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1712), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1714), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1717), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1719), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6019), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6021), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1628), 8, + STATE(1727), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -155038,44 +161468,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [118951] = 17, + [124647] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4830), 1, - anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(2226), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(2228), 1, aux_sym_number_token2, - ACTIONS(4838), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, - anon_sym_BQUOTE, - ACTIONS(4844), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(2244), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(6539), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(6545), 1, + anon_sym_DQUOTE, + ACTIONS(6549), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6551), 1, + anon_sym_BQUOTE, + ACTIONS(6553), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6557), 1, sym__comment_word, - ACTIONS(6661), 1, + ACTIONS(6819), 1, anon_sym_DOLLAR, - ACTIONS(4822), 2, + ACTIONS(6541), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(6543), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(6547), 2, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + ACTIONS(6555), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1162), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155085,44 +161515,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119015] = 17, + [124711] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym_DOLLAR, - ACTIONS(1833), 1, + ACTIONS(2226), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(2228), 1, aux_sym_number_token2, - ACTIONS(1839), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, + ACTIONS(2244), 1, sym__brace_start, - ACTIONS(6173), 1, + ACTIONS(6539), 1, sym_word, - ACTIONS(6181), 1, + ACTIONS(6545), 1, anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(6549), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(6551), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(6553), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(6557), 1, sym__comment_word, - ACTIONS(6175), 2, + ACTIONS(6821), 1, + anon_sym_DOLLAR, + ACTIONS(6541), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(6543), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, + ACTIONS(6547), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, + ACTIONS(6555), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(1162), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155132,44 +161562,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119079] = 17, + [124775] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(159), 1, + anon_sym_DQUOTE, + ACTIONS(163), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(165), 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(167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(169), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(171), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(173), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, + ACTIONS(179), 1, + sym__brace_start, + ACTIONS(6385), 1, + sym_word, + ACTIONS(6391), 1, sym__comment_word, - ACTIONS(6663), 1, + ACTIONS(6823), 1, anon_sym_DOLLAR, - ACTIONS(6475), 2, + ACTIONS(145), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, + ACTIONS(175), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6387), 2, sym_test_operator, sym__special_character, - ACTIONS(6481), 2, + ACTIONS(6389), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, + STATE(370), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155179,44 +161609,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119143] = 17, + [124839] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(159), 1, + anon_sym_DQUOTE, + ACTIONS(163), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(165), 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(167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(169), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(171), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(173), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(179), 1, + sym__brace_start, + ACTIONS(6385), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6391), 1, sym__comment_word, - ACTIONS(6665), 1, + ACTIONS(6825), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(145), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(175), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6387), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6389), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(370), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155226,44 +161656,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119207] = 17, + [124903] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(2216), 1, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(6473), 1, - sym_word, - ACTIONS(6479), 1, - anon_sym_DQUOTE, - ACTIONS(6483), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(3204), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, + ACTIONS(5628), 1, + sym_word, + ACTIONS(5632), 1, sym__comment_word, - ACTIONS(6667), 1, + ACTIONS(6827), 1, anon_sym_DOLLAR, - ACTIONS(6475), 2, + ACTIONS(348), 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, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1164), 9, + ACTIONS(5634), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5636), 2, + sym_test_operator, + sym__special_character, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155273,44 +161703,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119271] = 17, + [124967] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(495), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, - anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(3204), 1, + anon_sym_BQUOTE, + ACTIONS(5628), 1, sym_word, - ACTIONS(6359), 1, + ACTIONS(5632), 1, sym__comment_word, - ACTIONS(455), 2, + ACTIONS(6829), 1, + anon_sym_DOLLAR, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6357), 2, + ACTIONS(5634), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + ACTIONS(5636), 2, + sym_test_operator, + sym__special_character, + STATE(1616), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155320,44 +161750,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119335] = 17, + [125031] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5218), 1, - anon_sym_DOLLAR, - ACTIONS(5222), 1, + ACTIONS(4672), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(4676), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(4678), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(4680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(4682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(4684), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(4686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, + ACTIONS(4696), 1, sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(6313), 1, sym_word, - ACTIONS(6283), 1, + ACTIONS(6319), 1, sym__comment_word, - ACTIONS(5216), 2, + ACTIONS(6831), 1, + anon_sym_DOLLAR, + ACTIONS(4664), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(4688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(6315), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(6317), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(1295), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155367,90 +161797,85 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119399] = 6, - ACTIONS(3), 1, + [125095] = 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(3381), 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(3393), 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, - ACTIONS(3), 1, + 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, + [125131] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(6673), 1, - aux_sym_concatenation_token1, - ACTIONS(6676), 1, - sym__concat, - STATE(2419), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 3, - sym_file_descriptor, - sym_variable_name, - 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, + ACTIONS(3321), 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(3323), 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, - [119481] = 6, + 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, + [125167] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6679), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2419), 1, + STATE(2533), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1192), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 21, + ACTIONS(1190), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155472,20 +161897,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119522] = 6, + sym__special_character, + [125208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6681), 1, - sym__concat, - STATE(2419), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(2608), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2610), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + STATE(2520), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155494,11 +161921,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -155507,21 +161932,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119563] = 5, + [125247] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2590), 2, + ACTIONS(6837), 1, + aux_sym_concatenation_token1, + ACTIONS(6840), 1, + sym__concat, + STATE(2515), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 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(2586), 19, + ACTIONS(1159), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155530,9 +161954,11 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -155541,20 +161967,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119602] = 6, + [125288] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6467), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6843), 1, sym__concat, - STATE(2421), 1, + STATE(2515), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(1183), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 21, + ACTIONS(1181), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155576,20 +162002,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119643] = 6, + [125329] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6467), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6845), 1, sym__concat, - STATE(2420), 1, + STATE(2515), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1155), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + ACTIONS(1153), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155611,24 +162037,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119684] = 8, + [125370] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, + ACTIONS(6855), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6693), 1, + ACTIONS(6857), 1, anon_sym_LT_LT_LT, - ACTIONS(6696), 1, + ACTIONS(6860), 1, sym_file_descriptor, - ACTIONS(6685), 2, + ACTIONS(6849), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2425), 4, + STATE(2518), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6688), 8, + ACTIONS(6852), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -155637,7 +162063,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(6847), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155648,38 +162074,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP, - [119729] = 11, + [125415] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(2666), 1, + ACTIONS(2627), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6701), 1, + ACTIONS(2629), 1, + anon_sym_LT_LT_LT, + ACTIONS(6865), 1, sym_file_descriptor, - ACTIONS(2588), 2, + ACTIONS(2608), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2599), 2, + ACTIONS(2621), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2623), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, + ACTIONS(2625), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2664), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2418), 4, + ACTIONS(2420), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, + STATE(2520), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, + ACTIONS(6863), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -155688,24 +162114,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [119780] = 8, + [125466] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, + ACTIONS(2629), 1, anon_sym_LT_LT_LT, - ACTIONS(6701), 1, + ACTIONS(6865), 1, sym_file_descriptor, - ACTIONS(6705), 1, + ACTIONS(6869), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2601), 2, + ACTIONS(2625), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2425), 4, + STATE(2518), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, + ACTIONS(6863), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -155714,7 +162140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(6703), 10, + ACTIONS(6867), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155725,18 +162151,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP, - [119825] = 4, + [125511] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6707), 1, + ACTIONS(6467), 1, + aux_sym_concatenation_token1, + ACTIONS(6469), 1, + sym__concat, + STATE(2517), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(2996), 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, + [125552] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6467), 1, + aux_sym_concatenation_token1, + ACTIONS(6469), 1, + sym__concat, + STATE(2516), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3000), 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, + [125593] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6871), 1, sym__concat, - ACTIONS(3850), 5, + ACTIONS(3962), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3848), 21, + ACTIONS(3960), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155758,18 +162254,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119862] = 4, + [125630] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6709), 1, + ACTIONS(6873), 1, sym__concat, - ACTIONS(3859), 5, + ACTIONS(3948), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3857), 21, + ACTIONS(3946), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155791,18 +162287,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119899] = 4, + [125667] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6711), 1, + ACTIONS(6875), 1, + aux_sym_concatenation_token1, + ACTIONS(6878), 1, + sym__concat, + STATE(2525), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1159), 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, + [125708] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, sym__concat, - ACTIONS(3841), 5, + ACTIONS(3925), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3839), 21, + ACTIONS(3923), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155824,18 +162355,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119936] = 4, + [125745] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6713), 1, + ACTIONS(6883), 1, sym__concat, - ACTIONS(3835), 5, + ACTIONS(3919), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3833), 21, + ACTIONS(3917), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155857,21 +162388,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119973] = 6, + [125782] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6715), 1, + ACTIONS(6889), 1, + sym_variable_name, + STATE(4181), 1, + sym_subscript, + ACTIONS(6887), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2528), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6885), 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, + [125823] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6467), 1, aux_sym_concatenation_token1, - ACTIONS(6718), 1, + ACTIONS(6469), 1, sym__concat, - STATE(2432), 1, + STATE(2535), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(1192), 3, sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, + ACTIONS(1190), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155879,9 +162444,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, @@ -155891,21 +162457,54 @@ 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, + sym__special_character, + [125864] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6725), 1, + ACTIONS(2619), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2520), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 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, + [125901] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6896), 1, sym_variable_name, - STATE(3963), 1, + STATE(4181), 1, sym_subscript, - ACTIONS(6723), 2, + ACTIONS(6894), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2433), 2, + STATE(2528), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 21, + ACTIONS(6892), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155927,18 +162526,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120055] = 4, + [125942] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, - sym_file_descriptor, + ACTIONS(2629), 1, + anon_sym_LT_LT_LT, + ACTIONS(2692), 1, aux_sym_heredoc_redirect_token1, - STATE(2427), 4, + ACTIONS(6865), 1, + sym_file_descriptor, + ACTIONS(2608), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2623), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2625), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2688), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2690), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2520), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 21, + ACTIONS(6863), 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, + [125993] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6898), 1, + sym__concat, + STATE(2581), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155960,20 +162600,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120092] = 6, + [126033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(1214), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, - ACTIONS(6641), 1, + [126067] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6467), 1, + aux_sym_concatenation_token1, + ACTIONS(6900), 1, sym__concat, - STATE(2459), 1, + STATE(2515), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(1155), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1153), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155994,61 +162665,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [120133] = 11, + [126107] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2605), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(6701), 1, + ACTIONS(6467), 1, + aux_sym_concatenation_token1, + ACTIONS(6902), 1, + sym__concat, + STATE(2515), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 3, sym_file_descriptor, - ACTIONS(2588), 2, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, - 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, + [126147] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, + sym__concat, + STATE(2618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 21, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2603), 4, - anon_sym_esac, + 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, - STATE(2427), 4, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [126187] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2619), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2592), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, + ACTIONS(2617), 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, - [120184] = 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [126223] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6732), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(6904), 1, + aux_sym_concatenation_token1, + ACTIONS(6907), 1, + sym__concat, + STATE(2539), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2433), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 21, + ACTIONS(1159), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156056,11 +162786,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, @@ -156070,16 +162798,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120225] = 3, + anon_sym_BQUOTE, + [126263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1242), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(1240), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156087,9 +162815,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 +162830,54 @@ 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, + [126297] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2720), 1, + anon_sym_LT_LT_LT, + ACTIONS(2726), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6912), 1, + sym_file_descriptor, + ACTIONS(2625), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2694), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2716), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2724), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2690), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2592), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6910), 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, + [126347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1232), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, + ACTIONS(1230), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156118,9 +162885,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 +162900,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, + [126381] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2558), 1, + STATE(2719), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(1192), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1190), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156153,6 +162921,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, @@ -156165,22 +162934,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, sym__special_character, - anon_sym_BQUOTE, - [120333] = 5, + [126421] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(6918), 1, + sym__special_character, + STATE(2545), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2671), 2, + ACTIONS(2996), 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, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 18, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [126459] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6920), 1, + sym__special_character, + STATE(2545), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1274), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156188,9 +162986,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 +163000,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120371] = 6, + [126497] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2504), 1, + STATE(2586), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(3117), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(3115), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156233,19 +163034,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120411] = 6, + [126537] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2498), 1, + STATE(2533), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(3113), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, + ACTIONS(3111), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156267,19 +163068,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120451] = 6, + [126577] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2504), 1, + STATE(2586), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(3100), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 21, + ACTIONS(3098), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156301,19 +163102,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120491] = 6, + [126617] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2498), 1, + STATE(2533), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3096), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, + ACTIONS(3094), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156335,18 +163136,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120531] = 5, + [126657] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, - sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 3, + ACTIONS(2610), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2694), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2592), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 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_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [126695] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1222), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 21, + ACTIONS(1220), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156368,20 +163199,17 @@ 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, + [126729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6740), 1, - aux_sym_concatenation_token1, - ACTIONS(6743), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 3, + ACTIONS(1210), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, + ACTIONS(1208), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156401,20 +163229,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, - [120609] = 5, + [126763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6746), 1, - sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 4, + ACTIONS(1236), 5, sym_file_descriptor, + sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + ACTIONS(1234), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156434,19 +163260,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, + [126797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(1161), 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(1159), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156454,10 +163279,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 +163291,82 @@ 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, + [126831] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6750), 1, + ACTIONS(6923), 1, + sym__special_character, + STATE(2570), 1, + aux_sym__literal_repeat1, + ACTIONS(2998), 4, sym_file_descriptor, - ACTIONS(2601), 2, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2996), 20, + anon_sym_SEMI, + 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_RPAREN, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - ACTIONS(2687), 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(2689), 2, + anon_sym_BQUOTE, + [126869] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1218), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1216), 22, + anon_sym_SEMI, 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_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, - [120733] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [126903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1218), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 22, + ACTIONS(1216), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156522,11 +163374,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 +163387,17 @@ 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, + [126937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1222), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 22, + ACTIONS(1220), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156553,11 +163405,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, @@ -156568,37 +163418,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [120801] = 11, + anon_sym_BQUOTE, + [126971] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(2715), 1, + ACTIONS(2718), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6750), 1, + ACTIONS(2720), 1, + anon_sym_LT_LT_LT, + ACTIONS(6912), 1, sym_file_descriptor, - ACTIONS(2601), 2, + ACTIONS(2625), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, + ACTIONS(2694), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2689), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2713), 2, + ACTIONS(2714), 2, anon_sym_SEMI, anon_sym_AMP, - ACTIONS(2418), 3, + ACTIONS(2716), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2420), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, + STATE(2592), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, + ACTIONS(6910), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -156607,19 +163458,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [120851] = 6, + [127021] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2504), 1, + STATE(2586), 1, aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(6927), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, + ACTIONS(6925), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156641,20 +163492,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120891] = 6, + [127061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1161), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2457), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 20, + ACTIONS(1159), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156662,6 +163508,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, @@ -156675,19 +163522,20 @@ 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, + [127095] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2667), 1, + STATE(2533), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(6931), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(6929), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156695,6 +163543,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 +163557,15 @@ 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, + [127135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6758), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(1236), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2457), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 20, + ACTIONS(1234), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156730,6 +163573,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, @@ -156743,20 +163587,20 @@ 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, + [127169] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6761), 1, + ACTIONS(6835), 1, sym__concat, - STATE(2419), 1, + STATE(2533), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(6935), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, + ACTIONS(6933), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156764,6 +163608,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, @@ -156777,20 +163622,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121051] = 6, + [127209] = 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(1210), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 20, + ACTIONS(1208), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156798,6 +163638,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 +163652,20 @@ 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, + [127243] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, - sym_file_descriptor, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, sym__concat, - sym_variable_name, + STATE(2586), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6939), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 22, + ACTIONS(6937), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156841,88 +163687,83 @@ 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, - [121125] = 8, + [127283] = 3, 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(1232), 5, sym_file_descriptor, - ACTIONS(2601), 2, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1230), 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_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), 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, - [121169] = 8, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [127317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6768), 1, - anon_sym_LT_LT_LT, - ACTIONS(6771), 1, + ACTIONS(1242), 5, sym_file_descriptor, - ACTIONS(6685), 2, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1240), 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(6765), 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(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, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [127351] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, - sym_file_descriptor, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(6916), 1, sym__concat, + STATE(2776), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 4, + sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, + ACTIONS(1190), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156930,11 +163771,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, @@ -156944,21 +163782,20 @@ 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, - [121247] = 6, + sym__special_character, + [127391] = 5, 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(6941), 1, + sym__special_character, + STATE(2570), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1274), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156978,16 +163815,78 @@ 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, + anon_sym_BQUOTE, + [127429] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4148), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4146), 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, + [127463] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4037), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4035), 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, + [127497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1250), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(1248), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157010,15 +163909,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121321] = 3, + [127531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1270), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1268), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157041,16 +163940,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121355] = 3, + [127565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3962), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(3960), 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, + [127599] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3948), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(3946), 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, + [127633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(1226), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + ACTIONS(1224), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157072,15 +164033,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121389] = 3, + [127667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1202), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 22, + ACTIONS(1200), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157088,11 +164050,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, @@ -157103,16 +164063,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121423] = 3, + anon_sym_BQUOTE, + [127701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1246), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, + ACTIONS(1244), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157134,16 +164095,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121457] = 3, + [127735] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, - sym_file_descriptor, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(6916), 1, sym__concat, + STATE(2682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1190), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157151,7 +164116,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, @@ -157163,22 +164127,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, + sym__special_character, anon_sym_BQUOTE, - [121491] = 6, + [127775] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6944), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6947), 1, sym__concat, - STATE(2459), 1, + STATE(2581), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(1161), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + ACTIONS(1159), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157186,6 +164149,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 +164163,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121531] = 6, + [127815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6641), 1, - sym__concat, - STATE(2458), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1254), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(1252), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157220,10 +164180,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, @@ -157233,16 +164192,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121571] = 3, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [127849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1258), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, + ACTIONS(1256), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157264,16 +164225,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121605] = 3, + [127883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, + ACTIONS(1214), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, + ACTIONS(1212), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157281,9 +164241,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 +164256,15 @@ 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, + [127917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6774), 1, - sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(1206), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 21, + ACTIONS(1204), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157328,19 +164286,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121677] = 6, + aux_sym_concatenation_token1, + [127951] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6950), 1, sym__concat, - STATE(2498), 1, + STATE(2581), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1183), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, + ACTIONS(1181), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157362,19 +164321,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121717] = 6, + [127991] = 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(1254), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 21, + ACTIONS(1252), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157396,19 +164351,21 @@ 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, + [128025] = 6, 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(6952), 1, + sym_variable_name, + STATE(4199), 1, + sym_subscript, + ACTIONS(6887), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 21, + STATE(2588), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6885), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157416,7 +164373,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, @@ -157430,16 +164386,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121797] = 3, + [128065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1226), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(1224), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157447,9 +164402,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, @@ -157460,17 +164417,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121831] = 3, + [128099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1266), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(1264), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157492,21 +164448,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121865] = 6, + [128133] = 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(1258), 4, sym_file_descriptor, + sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(1256), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157514,8 +164464,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, @@ -157525,20 +164478,52 @@ 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, + [128167] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6789), 1, - sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(2720), 1, + anon_sym_LT_LT_LT, + ACTIONS(6869), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6912), 1, + sym_file_descriptor, + ACTIONS(2625), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2604), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6910), 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(6867), 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, + [128211] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1262), 4, sym_file_descriptor, + sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 20, + ACTIONS(1260), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157546,9 +164531,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, @@ -157558,17 +164545,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, + aux_sym_concatenation_token1, + [128245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1266), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, + ACTIONS(1264), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157576,9 +164562,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, @@ -157589,16 +164577,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121977] = 3, + [128279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1250), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1248), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157606,11 +164594,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, @@ -157621,15 +164607,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122011] = 3, + anon_sym_BQUOTE, + [128313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1214), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + ACTIONS(1212), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157637,11 +164625,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 +164638,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, + [128347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1206), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1204), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157668,11 +164656,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,78 +164669,17 @@ 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, + [128381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1214), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 21, + ACTIONS(1212), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157776,15 +164701,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122181] = 3, + [128415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1262), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(1260), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157792,11 +164718,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, @@ -157807,15 +164731,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122215] = 3, + anon_sym_BQUOTE, + [128449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1202), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + ACTIONS(1200), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157838,16 +164763,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122249] = 3, + [128483] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, - sym_file_descriptor, + ACTIONS(6467), 1, + aux_sym_concatenation_token1, + ACTIONS(6469), 1, sym__concat, + STATE(2535), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 21, + ACTIONS(2996), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157855,9 +164784,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, @@ -157867,21 +164797,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, - anon_sym_BQUOTE, - [122283] = 6, + [128523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6792), 1, - aux_sym_concatenation_token1, - ACTIONS(6795), 1, - sym__concat, - STATE(2493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, + ACTIONS(1246), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1244), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157903,16 +164827,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122323] = 3, + aux_sym_concatenation_token1, + [128557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1270), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(1268), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157934,15 +164859,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122357] = 3, + [128591] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(6855), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6958), 1, + anon_sym_LT_LT_LT, + ACTIONS(6961), 1, sym_file_descriptor, + ACTIONS(6849), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2604), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6955), 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(6847), 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, + [128635] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6467), 1, + aux_sym_concatenation_token1, + ACTIONS(6469), 1, sym__concat, + STATE(2536), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 3, + sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, + ACTIONS(3000), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157950,7 +164916,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, @@ -157964,47 +164929,20 @@ 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, - [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, + [128675] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, - sym_file_descriptor, - sym__concat, + ACTIONS(6964), 1, sym_variable_name, + STATE(4199), 1, + sym_subscript, + ACTIONS(6894), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + STATE(2588), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6892), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158012,7 +164950,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, @@ -158026,20 +164963,55 @@ 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, - [122459] = 6, + [128715] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(2799), 1, + anon_sym_LT_LT_LT, + ACTIONS(6968), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6869), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(2757), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6867), 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(6966), 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, + [128758] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6798), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2493), 1, + STATE(2803), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(1192), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 21, + ACTIONS(1190), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158047,11 +165019,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, @@ -158061,15 +165030,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122499] = 3, + sym__special_character, + [128797] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6974), 1, + anon_sym_RBRACE3, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4490), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [128856] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6990), 1, + sym_variable_name, + STATE(4196), 1, + sym_subscript, + ACTIONS(6887), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2610), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6885), 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, + [128895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(1262), 3, sym_file_descriptor, sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, + ACTIONS(1260), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158092,16 +165137,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122533] = 3, + [128928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1266), 3, sym_file_descriptor, sym__concat, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1264), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158109,9 +165152,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, @@ -158122,17 +165167,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [122567] = 3, + [128961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1202), 4, sym_file_descriptor, sym__concat, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1200), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158154,16 +165197,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122601] = 3, + [128994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1242), 4, sym_file_descriptor, sym__concat, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(1240), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158185,50 +165227,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122635] = 3, + [129027] = 11, 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(2420), 1, + anon_sym_RPAREN, + ACTIONS(2718), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2824), 1, + anon_sym_LT_LT_LT, + ACTIONS(6995), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2820), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2822), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2714), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2702), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + 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, + [129076] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(6997), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4443), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129135] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(6999), 1, anon_sym_RBRACE3, - anon_sym_AT, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4372), 1, + sym__expansion_body, + ACTIONS(6978), 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(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129194] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6833), 1, aux_sym_concatenation_token1, - ACTIONS(6800), 1, + ACTIONS(7001), 1, sym__concat, - STATE(2493), 1, + STATE(2581), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(1155), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + ACTIONS(1153), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158236,7 +165371,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 +165384,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122709] = 3, + [129233] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, - sym_file_descriptor, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(7003), 1, sym__concat, - sym_variable_name, + STATE(2581), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(1181), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158266,7 +165404,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 +165417,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, - [122743] = 3, + [129272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1246), 4, sym_file_descriptor, sym__concat, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, + ACTIONS(1244), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158297,11 +165433,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, @@ -158312,15 +165446,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122777] = 3, + anon_sym_BQUOTE, + [129305] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, - sym_file_descriptor, - sym__concat, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7005), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4517), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129364] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, sym_variable_name, + ACTIONS(7007), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4431), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129423] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7009), 1, + sym__special_character, + STATE(2669), 1, + aux_sym__literal_repeat1, + ACTIONS(6931), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + ACTIONS(6929), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158328,11 +165552,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, @@ -158342,17 +165564,101 @@ 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, - [122811] = 3, + anon_sym_BQUOTE, + [129460] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7011), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4526), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129519] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7013), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4439), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1226), 3, sym_file_descriptor, sym__concat, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + ACTIONS(1224), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158360,9 +165666,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, @@ -158373,17 +165681,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [129611] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7015), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, + anon_sym_BQUOTE, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(4055), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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, + [129676] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, anon_sym_BQUOTE, - [122845] = 3, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7039), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4532), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1202), 3, sym_file_descriptor, sym__concat, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 21, + ACTIONS(1200), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158391,9 +165785,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 +165800,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [129768] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, anon_sym_BQUOTE, - [122879] = 3, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7041), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4362), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129827] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 4, - sym_file_descriptor, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, sym__concat, - sym_variable_name, + STATE(2618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6935), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, + ACTIONS(6933), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158421,7 +165863,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, @@ -158435,17 +165876,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, + [129866] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, - sym_file_descriptor, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, sym__concat, - sym_variable_name, - ts_builtin_sym_end, + STATE(2619), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6939), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, + ACTIONS(6937), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158453,9 +165896,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 +165909,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, + [129905] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(6754), 3, + sym_comment, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, + sym__concat, + STATE(2618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6931), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 20, + ACTIONS(6929), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158486,9 +165929,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 +165942,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, - [122984] = 3, + [129944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 3, + ACTIONS(1246), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 22, + ACTIONS(1244), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158529,57 +165972,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [123017] = 16, + [129977] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6808), 1, - anon_sym_RBRACE3, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - STATE(1956), 1, + ACTIONS(7043), 1, + anon_sym_RBRACE3, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4533), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4538), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123076] = 3, + [130036] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 3, - sym_file_descriptor, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, sym__concat, + STATE(2619), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6927), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, + ACTIONS(6925), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158587,7 +166035,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, @@ -158601,58 +166048,58 @@ 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, - [123109] = 16, + [130075] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6824), 1, + ACTIONS(7045), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4087), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4446), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123168] = 3, + [130134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 3, + ACTIONS(1218), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 22, + ACTIONS(1216), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158660,11 +166107,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, @@ -158675,185 +166120,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [123201] = 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(6826), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4531), 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__, - [123260] = 6, + [130167] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6834), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2584), 1, + STATE(2781), 1, aux_sym_concatenation_repeat1, - ACTIONS(6830), 3, - sym_test_operator, - sym__brace_start, + ACTIONS(1192), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6828), 19, - anon_sym_LPAREN_LPAREN, + ACTIONS(1190), 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_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, - 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(6860), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4088), 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__, - [123423] = 6, + [130206] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, + ACTIONS(7051), 1, aux_sym_concatenation_token1, - ACTIONS(6834), 1, + ACTIONS(7053), 1, sym__concat, - STATE(2576), 1, + STATE(2670), 1, aux_sym_concatenation_repeat1, - ACTIONS(6864), 3, + ACTIONS(1155), 3, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(6862), 19, + ACTIONS(1153), 19, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -158873,45 +166187,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [123462] = 19, + [130245] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(7019), 1, anon_sym_LPAREN, - ACTIONS(6842), 1, + ACTIONS(7021), 1, aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(7023), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(7025), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(7027), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(7029), 1, aux_sym_number_token2, - ACTIONS(6852), 1, + ACTIONS(7031), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(7033), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(7035), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(7037), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6866), 1, + ACTIONS(7055), 1, anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, + STATE(2106), 1, sym__c_unary_expression, - STATE(3897), 1, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(4035), 1, sym__c_expression, - STATE(3980), 1, + STATE(4218), 1, sym__c_variable_assignment, - ACTIONS(6838), 2, + ACTIONS(7017), 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, @@ -158919,96 +166233,191 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [123527] = 16, + [130310] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + [130343] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1206), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1204), 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, + [130376] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + [130409] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6868), 1, + ACTIONS(7057), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4089), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4544), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123586] = 6, + [130468] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2598), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2799), 1, + anon_sym_LT_LT_LT, + ACTIONS(2814), 1, + ts_builtin_sym_end, + ACTIONS(2818), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 19, - anon_sym_SEMI, + ACTIONS(6968), 1, + sym_file_descriptor, + ACTIONS(2791), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(2793), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2795), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2816), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2607), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6966), 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, - anon_sym_BQUOTE, - [123625] = 6, + [130517] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2558), 1, + STATE(2719), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(2998), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, + ACTIONS(2996), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159016,6 +166425,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, @@ -159027,107 +166437,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, - [123664] = 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(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, - 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, - 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(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, - sym_command_substitution, - [123794] = 3, + [130556] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 3, - sym_file_descriptor, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(6916), 1, sym__concat, + STATE(2725), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, + ACTIONS(3000), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159135,11 +166458,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, @@ -159149,15 +166470,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, - [123827] = 3, + [130595] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 3, - sym_file_descriptor, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, sym__concat, + STATE(2618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(3094), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159165,7 +166490,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, @@ -159179,15 +166503,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, - [123860] = 3, + [130634] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 3, - sym_file_descriptor, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, sym__concat, + STATE(2619), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + ACTIONS(3098), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159195,7 +166523,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, @@ -159209,107 +166536,62 @@ 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, - [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, + [130673] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6876), 1, + ACTIONS(7059), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4475), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4550), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124017] = 5, + [130732] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 2, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, + sym__concat, + STATE(2618), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(3111), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159317,7 +166599,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, @@ -159331,174 +166612,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124054] = 16, + [130771] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6880), 1, + ACTIONS(7061), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4462), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4355), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124113] = 16, + [130830] = 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, - 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, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124172] = 16, + ACTIONS(6833), 1, + aux_sym_concatenation_token1, + ACTIONS(6835), 1, + sym__concat, + STATE(2619), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3115), 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, + [130869] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6884), 1, + ACTIONS(7063), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4051), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4556), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124231] = 19, + [130928] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(7019), 1, anon_sym_LPAREN, - ACTIONS(6842), 1, + ACTIONS(7021), 1, aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(7023), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(7025), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(7027), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(7029), 1, aux_sym_number_token2, - ACTIONS(6852), 1, + ACTIONS(7031), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(7033), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(7035), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(7037), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6886), 1, + ACTIONS(7065), 1, anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, + STATE(2106), 1, sym__c_unary_expression, - STATE(3864), 1, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(3974), 1, sym__c_expression, - STATE(3980), 1, + STATE(4218), 1, sym__c_variable_assignment, - ACTIONS(6838), 2, + ACTIONS(7017), 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,163 +166777,258 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [124296] = 16, + [130993] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6888), 1, + ACTIONS(7067), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4058), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4563), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124355] = 16, + [131052] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2420), 1, + anon_sym_BQUOTE, + ACTIONS(2924), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2926), 1, + anon_sym_LT_LT_LT, + ACTIONS(7071), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2920), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2922), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2918), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2729), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7069), 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, + [131101] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6890), 1, + ACTIONS(7073), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4030), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4291), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124414] = 5, + [131160] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 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, - [124451] = 19, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7075), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4574), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [131219] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(7019), 1, anon_sym_LPAREN, - ACTIONS(6842), 1, + ACTIONS(7021), 1, aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(7023), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(7025), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(7027), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(7029), 1, aux_sym_number_token2, - ACTIONS(6852), 1, + ACTIONS(7031), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(7033), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(7035), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(7037), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6892), 1, + ACTIONS(7077), 1, anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, sym__c_binary_expression, - STATE(1996), 1, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(4005), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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, + [131284] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, + anon_sym_BQUOTE, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7079), 1, + anon_sym_RPAREN_RPAREN, + STATE(2106), 1, sym__c_unary_expression, - STATE(3867), 1, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(3989), 1, sym__c_expression, - STATE(3980), 1, + STATE(4218), 1, sym__c_variable_assignment, - ACTIONS(6838), 2, + ACTIONS(7017), 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, @@ -159670,52 +167036,93 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [124516] = 5, + [131349] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, - sym_file_descriptor, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7081), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4468), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [131408] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6855), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2619), 4, + ACTIONS(7089), 1, + anon_sym_LT_LT_LT, + ACTIONS(7092), 1, + sym_file_descriptor, + ACTIONS(7083), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2664), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 17, + ACTIONS(6847), 8, 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_AMP, + ACTIONS(7086), 8, anon_sym_GT_GT, 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, - [124553] = 6, + [131451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6894), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(1222), 4, sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2544), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(1220), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159723,6 +167130,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 +167142,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, - [124592] = 16, + [131484] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6897), 1, + ACTIONS(7095), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4613), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [131543] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7051), 1, + aux_sym_concatenation_token1, + ACTIONS(7097), 1, + sym__concat, + STATE(2670), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, + [131582] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7099), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, sym_command_substitution, - STATE(4034), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4581), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124651] = 3, + [131641] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 3, + ACTIONS(7101), 1, + sym__special_character, + STATE(2669), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 3, sym_file_descriptor, - sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + ACTIONS(1274), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159793,11 +167282,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, @@ -159807,19 +167294,49 @@ 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, + anon_sym_BQUOTE, + [131678] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, + ACTIONS(7104), 1, + aux_sym_concatenation_token1, + ACTIONS(7107), 1, + sym__concat, + STATE(2670), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1159), 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, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(6783), 3, + 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, + [131717] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1161), 4, sym_file_descriptor, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 20, + ACTIONS(1159), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159839,53 +167356,46 @@ 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, - [124721] = 8, + [131750] = 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(1236), 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(1234), 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, + [131783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6911), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, + ACTIONS(1270), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 21, + ACTIONS(1268), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159907,15 +167417,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124801] = 3, + aux_sym_concatenation_token1, + [131816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1161), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + ACTIONS(1159), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159923,9 +167433,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, @@ -159936,15 +167448,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [124834] = 3, + [131849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 3, + ACTIONS(1250), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(1248), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159967,101 +167478,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [124867] = 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(6914), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4108), 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__, - [124926] = 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(6916), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4105), 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__, - [124985] = 3, + [131882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1226), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, + ACTIONS(1224), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160083,89 +167508,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125018] = 16, + [131915] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(7110), 1, + sym__concat, + STATE(2525), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, + [131954] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6918), 1, + ACTIONS(7112), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4141), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4588), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [125077] = 4, + [132013] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(1135), 1, 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, + ACTIONS(7116), 1, + anon_sym_DQUOTE, + STATE(3520), 1, + sym_string, + ACTIONS(7118), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7114), 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_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, + aux_sym_heredoc_redirect_token1, + [132054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1218), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1216), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160173,9 +167633,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, @@ -160186,49 +167648,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125145] = 6, + [132087] = 7, 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, + ACTIONS(1139), 1, sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, - anon_sym_SEMI, + ACTIONS(7116), 1, + anon_sym_DQUOTE, + STATE(3520), 1, + sym_string, + ACTIONS(7118), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7114), 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_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, + aux_sym_heredoc_redirect_token1, + [132128] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, - sym_file_descriptor, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(7120), 1, sym__concat, - ts_builtin_sym_end, + STATE(2525), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, + ACTIONS(1153), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160236,7 +167703,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, @@ -160248,101 +167714,113 @@ 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, - [125217] = 6, + [132167] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7051), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7122), 1, sym__concat, - STATE(2718), 1, + STATE(2640), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - sym_file_descriptor, + ACTIONS(1192), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1190), 19, + 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, + [132206] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, anon_sym_BQUOTE, - [125256] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6926), 1, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, sym_variable_name, - STATE(4016), 1, + ACTIONS(7124), 1, + anon_sym_RBRACE3, + STATE(2007), 1, sym_subscript, - ACTIONS(6730), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2544), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 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, - [125295] = 8, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4341), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [132265] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2914), 1, + ACTIONS(2690), 1, + anon_sym_BQUOTE, + ACTIONS(2926), 1, anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(3006), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6930), 1, + ACTIONS(7071), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(2793), 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(6703), 8, - anon_sym_SEMI, + ACTIONS(2920), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(2922), 2, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + ACTIONS(3004), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - anon_sym_BQUOTE, - ACTIONS(6928), 8, + STATE(2729), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7069), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -160351,15 +167829,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [125338] = 3, + [132314] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, - sym_file_descriptor, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, sym__concat, - ts_builtin_sym_end, + STATE(2830), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, + ACTIONS(1190), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160367,7 +167849,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, @@ -160379,16 +167860,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, + sym__special_character, anon_sym_BQUOTE, - [125371] = 3, + [132353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, + ACTIONS(1222), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1220), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160411,14 +167892,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125404] = 3, + [132386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 3, + ACTIONS(1262), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + ACTIONS(1260), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160426,11 +167908,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, @@ -160441,14 +167921,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125437] = 3, + anon_sym_BQUOTE, + [132419] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7126), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4594), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [132478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, + ACTIONS(1254), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1252), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160456,11 +167981,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, @@ -160471,66 +167994,19 @@ 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, - 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(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, - sym_command_substitution, - [125535] = 6, + [132511] = 4, 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(2619), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + STATE(2702), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160538,6 +168014,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, @@ -160549,16 +168026,62 @@ 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, + [132546] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, - sym_file_descriptor, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7128), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4482), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [132605] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, sym__concat, - ts_builtin_sym_end, + STATE(2810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(1190), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160578,17 +168101,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, - [125607] = 3, + sym__special_character, + [132644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(1266), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 21, + ACTIONS(1264), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160610,15 +168132,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125640] = 3, + [132677] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(2795), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2610), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, + STATE(2607), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 16, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160626,10 +168155,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, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -160638,52 +168164,58 @@ 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, + [132714] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, - sym_file_descriptor, - sym__concat, + ACTIONS(2422), 1, ts_builtin_sym_end, + ACTIONS(2797), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 21, - anon_sym_SEMI, + ACTIONS(2799), 1, + anon_sym_LT_LT_LT, + ACTIONS(6968), 1, + sym_file_descriptor, + ACTIONS(2791), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(2793), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2795), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2789), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2607), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6966), 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, - [125706] = 6, + [132763] = 6, 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(7130), 1, + sym_variable_name, + STATE(4196), 1, + sym_subscript, + ACTIONS(6894), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + STATE(2610), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6892), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160691,6 +168223,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, @@ -160702,15 +168235,21 @@ 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, + [132802] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 3, + ACTIONS(7132), 1, + sym_variable_name, + STATE(4158), 1, + sym_subscript, + STATE(2759), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6894), 3, sym_file_descriptor, - sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(6892), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160718,11 +168257,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, @@ -160732,15 +168268,58 @@ 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, + [132841] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7134), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4553), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [132900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 3, + ACTIONS(1232), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, + ACTIONS(1230), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160748,11 +168327,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, @@ -160763,150 +168340,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125811] = 6, - 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, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [125850] = 16, + [132933] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6936), 1, + ACTIONS(7136), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4135), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4332), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [125909] = 11, + [132992] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_RPAREN, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, + ACTIONS(2824), 1, anon_sym_LT_LT_LT, - ACTIONS(6940), 1, + ACTIONS(6869), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6995), 1, sym_file_descriptor, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, + ACTIONS(2793), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2713), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2619), 4, + STATE(2664), 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, - [125958] = 11, - 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(6930), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, + ACTIONS(6867), 8, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2906), 3, - anon_sym_SEMI, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6928), 8, + ACTIONS(6993), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -160915,143 +168419,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [126007] = 16, + [133035] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6942), 1, + ACTIONS(7138), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4240), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4393), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126066] = 16, + [133094] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6944), 1, + ACTIONS(7140), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4216), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4616), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126125] = 16, + [133153] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6946), 1, + ACTIONS(7142), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4622), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [133212] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7144), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, sym_command_substitution, - STATE(4204), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4475), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126184] = 3, + [133271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 3, + ACTIONS(1192), 4, sym_file_descriptor, - sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1190), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161059,11 +168607,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, @@ -161073,138 +168619,146 @@ 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, - [126217] = 6, + sym__special_character, + anon_sym_BQUOTE, + [133304] = 16, 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, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, anon_sym_BQUOTE, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [126256] = 16, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7146), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4326), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [133363] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6950), 1, + ACTIONS(7148), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4459), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4628), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126315] = 16, + [133422] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6952), 1, + ACTIONS(7150), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4248), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4691), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126374] = 5, + [133481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6954), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(1270), 4, sym_file_descriptor, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 20, + ACTIONS(1268), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161224,127 +168778,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [126411] = 6, - 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, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [126450] = 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(6963), 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(3822), 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, - [126515] = 6, + [133514] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2664), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 4, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, + ACTIONS(7154), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7156), 1, + sym_file_descriptor, + STATE(2756), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(6863), 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(7152), 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, - [126554] = 3, + [133553] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7158), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4634), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [133612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 3, + ACTIONS(2619), 3, sym_file_descriptor, - sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, + STATE(2607), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161352,11 +168876,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, @@ -161366,102 +168887,100 @@ 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, - [126587] = 16, + [133647] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6965), 1, + ACTIONS(7160), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4183), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4321), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126646] = 16, + [133706] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6967), 1, + ACTIONS(7162), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4241), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4315), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126705] = 3, + [133765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1258), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(1256), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161469,9 +168988,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, @@ -161482,132 +169003,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [126738] = 6, - 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, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6721), 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, - [126777] = 16, + [133798] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6972), 1, + ACTIONS(7164), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4261), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4310), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 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, - 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, - 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, - [126879] = 6, + [133857] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6983), 1, + ACTIONS(7166), 1, sym__concat, - STATE(2432), 1, + STATE(2525), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1155), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(1153), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161615,6 +169067,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, @@ -161626,16 +169079,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [133896] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, anon_sym_BQUOTE, - [126918] = 3, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7168), 1, + anon_sym_RPAREN_RPAREN, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(3998), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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, + [133961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1258), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + ACTIONS(1256), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161657,21 +169155,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [126951] = 6, + [133994] = 16, 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, - sym_file_descriptor, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, sym_variable_name, - ts_builtin_sym_end, + ACTIONS(7170), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4602), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [134053] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2610), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(2922), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2729), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 17, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161679,9 +169220,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, @@ -161690,19 +169229,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [126990] = 4, + anon_sym_BQUOTE, + [134090] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 3, + ACTIONS(1236), 4, sym_file_descriptor, + sym__concat, 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(2660), 18, + ACTIONS(1234), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161710,6 +169246,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, @@ -161721,104 +169258,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127025] = 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(6985), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4346), 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__, - [127084] = 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(6987), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4345), 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__, - [127143] = 5, + [134123] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 3, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(7172), 1, + sym__concat, + STATE(2525), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 20, + ACTIONS(1181), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161838,21 +169293,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, - [127180] = 6, + [134162] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, + ACTIONS(7051), 1, aux_sym_concatenation_token1, - ACTIONS(6834), 1, + ACTIONS(7122), 1, sym__concat, - STATE(2576), 1, + STATE(2640), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(7176), 3, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(7174), 19, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -161872,45 +169326,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [127219] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 4, - sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 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, - [127252] = 3, + [134201] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(7178), 1, + sym__special_character, + STATE(2743), 1, + aux_sym__literal_repeat1, + ACTIONS(6935), 2, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, + ACTIONS(6933), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161918,9 +169344,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, @@ -161930,103 +169358,96 @@ 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, - [127285] = 16, + [134238] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6989), 1, + ACTIONS(7180), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4393), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4305), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [127344] = 16, + [134297] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(2926), 1, + anon_sym_LT_LT_LT, + ACTIONS(6869), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7071), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2745), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6867), 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(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6991), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4251), 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__, - [127403] = 3, + ACTIONS(7069), 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, + [134340] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(7009), 1, + sym__special_character, + STATE(2669), 1, + aux_sym__literal_repeat1, + ACTIONS(6935), 3, sym_file_descriptor, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(6933), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162046,17 +169467,21 @@ 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, - [127436] = 3, + [134377] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(7182), 1, + sym_variable_name, + STATE(4130), 1, + sym_subscript, + ACTIONS(6894), 2, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, + STATE(2746), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6892), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162064,7 +169489,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, @@ -162076,67 +169500,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, - 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, + [134416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2590), 3, + ACTIONS(2610), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, + ACTIONS(2822), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2702), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 16, + ACTIONS(2606), 17, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162144,6 +169523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -162153,14 +169533,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127565] = 3, + [134453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 3, + ACTIONS(1254), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + ACTIONS(1252), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162183,15 +169563,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [127598] = 3, + [134486] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(7178), 1, + sym__special_character, + STATE(2743), 1, + aux_sym__literal_repeat1, + ACTIONS(6931), 2, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(6929), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162199,9 +169581,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, @@ -162211,59 +169595,57 @@ 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, - [127631] = 16, + [134523] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(6995), 1, + ACTIONS(7184), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4477), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4648), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [127690] = 3, + [134582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 3, + ACTIONS(1210), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 22, + ACTIONS(1208), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162282,102 +169664,18 @@ static const uint16_t ts_small_parse_table[] = { 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, - [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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6940), 1, - sym_file_descriptor, - ACTIONS(2734), 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(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, - 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, - [127825] = 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [134615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6999), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1192), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 19, + ACTIONS(1190), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162385,9 +169683,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, @@ -162397,200 +169697,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127864] = 6, + sym__special_character, + [134648] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7008), 1, + ACTIONS(2619), 2, sym_file_descriptor, - STATE(2621), 2, + aux_sym_heredoc_redirect_token1, + STATE(2729), 4, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7003), 8, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 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(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, + anon_sym_BQUOTE, + [134683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(2865), 1, + ACTIONS(1250), 4, + sym_file_descriptor, + sym__concat, 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(1248), 21, + 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_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, - [127952] = 8, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [134716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(7013), 1, + ACTIONS(1210), 4, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6705), 2, + sym__concat, ts_builtin_sym_end, 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(1208), 21, 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_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, - [127995] = 16, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [134749] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7015), 1, + ACTIONS(7186), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4401), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4452), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128054] = 6, + [134808] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7021), 1, + ACTIONS(7178), 1, + sym__special_character, + STATE(2743), 1, + aux_sym__literal_repeat1, + ACTIONS(3113), 2, sym_file_descriptor, - STATE(2621), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6699), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(3111), 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, - ACTIONS(7017), 13, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [134845] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7188), 1, + sym__special_character, + STATE(2743), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1274), 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, - [128093] = 4, + [134882] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(7178), 1, + sym__special_character, + STATE(2743), 1, + aux_sym__literal_repeat1, + ACTIONS(3096), 2, sym_file_descriptor, 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(3094), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162598,9 +169914,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, @@ -162610,33 +169928,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128128] = 8, + [134919] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, + ACTIONS(6855), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7026), 1, + ACTIONS(7194), 1, anon_sym_LT_LT_LT, - ACTIONS(7029), 1, + ACTIONS(7197), 1, sym_file_descriptor, - ACTIONS(6899), 2, + ACTIONS(7083), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2627), 4, + STATE(2745), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 8, + ACTIONS(6847), 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(7023), 8, + anon_sym_BQUOTE, + ACTIONS(7191), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -162645,149 +169963,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [128171] = 16, + [134962] = 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(7200), 1, sym_variable_name, - ACTIONS(7032), 1, - anon_sym_RBRACE3, - STATE(1956), 1, + STATE(4130), 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, + ACTIONS(6887), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2746), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6885), 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, + [135001] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(7051), 1, + aux_sym_concatenation_token1, + ACTIONS(7122), 1, + sym__concat, + STATE(2667), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7205), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(7203), 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, - 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(7034), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4522), 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__, - [128289] = 16, - ACTIONS(3), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [135040] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(7035), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(7037), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7036), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + ACTIONS(7207), 1, + anon_sym_RPAREN_RPAREN, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(4060), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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(4479), 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, + [135105] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [128348] = 6, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, + anon_sym_BQUOTE, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7209), 1, + anon_sym_RPAREN_RPAREN, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(3973), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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, + [135170] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7038), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(7009), 1, + sym__special_character, + STATE(2669), 1, + aux_sym__literal_repeat1, + ACTIONS(3096), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(3094), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162807,104 +170152,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128387] = 16, + anon_sym_BQUOTE, + [135207] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7041), 1, + ACTIONS(7211), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4420), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4298), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128446] = 16, + [135266] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7043), 1, + ACTIONS(7213), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4321), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4657), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128505] = 5, + [135325] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, + anon_sym_BQUOTE, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7215), 1, + anon_sym_RPAREN_RPAREN, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(4038), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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, + [135390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 3, + ACTIONS(1214), 4, sym_file_descriptor, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, + ACTIONS(1212), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162924,16 +170313,115 @@ 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, - [128542] = 3, + [135423] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1232), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1230), 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, + [135456] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7222), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7224), 1, + sym_file_descriptor, + STATE(2756), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7219), 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(7217), 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, + [135495] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7230), 1, + anon_sym_LT_LT_LT, + ACTIONS(7233), 1, + sym_file_descriptor, + ACTIONS(6855), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7083), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2757), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6847), 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(7227), 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, + [135538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1206), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(1204), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162955,21 +170443,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [128575] = 6, + [135571] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7045), 1, + ACTIONS(7236), 1, sym_variable_name, - STATE(3964), 1, + STATE(4158), 1, sym_subscript, - STATE(2595), 2, + STATE(2759), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(6730), 3, + ACTIONS(6887), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6728), 18, + ACTIONS(6885), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162988,193 +170476,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128614] = 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(7047), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4341), 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__, - [128673] = 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(7049), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4451), 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__, - [128732] = 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(7051), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4429), 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__, - [128791] = 16, + [135610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(1214), 4, + sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7053), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4416), 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__, - [128850] = 5, + [135643] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(7009), 1, + sym__special_character, + STATE(2669), 1, + aux_sym__literal_repeat1, + ACTIONS(3113), 3, sym_file_descriptor, + ts_builtin_sym_end, 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, + ACTIONS(3111), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163182,7 +170525,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_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -163192,98 +170538,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [128887] = 16, + [135680] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7055), 1, + ACTIONS(7239), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4276), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4417), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128946] = 11, + [135739] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(6916), 1, + sym__concat, + STATE(2776), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 4, + sym_file_descriptor, + sym_variable_name, ts_builtin_sym_end, - ACTIONS(2861), 1, 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, + ACTIONS(2996), 18, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2857), 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, - [128995] = 5, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [135778] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6754), 2, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(6916), 1, + sym__concat, + STATE(2778), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3002), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, + ACTIONS(3000), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163291,11 +170636,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, @@ -163305,122 +170647,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129032] = 16, + [135817] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7057), 1, + ACTIONS(7241), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4376), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4641), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129091] = 16, + [135876] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7059), 1, + ACTIONS(7243), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4351), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4802), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129150] = 11, + [135935] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, + ACTIONS(2690), 1, anon_sym_RPAREN, - ACTIONS(2691), 1, + ACTIONS(2726), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, + ACTIONS(2824), 1, anon_sym_LT_LT_LT, - ACTIONS(6940), 1, + ACTIONS(6995), 1, sym_file_descriptor, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, + ACTIONS(2793), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, + ACTIONS(2820), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2822), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2687), 3, + ACTIONS(2724), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2619), 4, + STATE(2702), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6938), 8, + ACTIONS(6993), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -163429,17 +170771,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [129199] = 5, + [135984] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6783), 2, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, + sym_variable_name, + ACTIONS(7245), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4281), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [136043] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 21, + ACTIONS(1240), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163461,80 +170843,21 @@ 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, + [136076] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(7061), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2432), 1, + STATE(2677), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, - sym_file_descriptor, - 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_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, - [129314] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 3, + ACTIONS(3002), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, + ACTIONS(3000), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163542,11 +170865,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, @@ -163556,238 +170876,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [129347] = 16, + anon_sym_BQUOTE, + [136115] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7063), 1, + ACTIONS(7247), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4324), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4277), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129406] = 16, + [136174] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7065), 1, + ACTIONS(7249), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4315), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4286), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 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, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 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, - [129504] = 6, + [136233] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(7067), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2432), 1, + STATE(2682), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(2998), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 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, - [129543] = 6, - 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, - 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, - 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, - [129621] = 6, - 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(2997), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, + ACTIONS(2996), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163797,8 +170986,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,177 +170995,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129660] = 16, + anon_sym_BQUOTE, + [136272] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7069), 1, + ACTIONS(7251), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4356), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4278), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129719] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2418), 1, - anon_sym_BQUOTE, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2985), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6930), 1, - sym_file_descriptor, - 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, - 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(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, + [136331] = 16, 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, - 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, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7071), 1, + ACTIONS(7253), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3830), 1, sym_command_substitution, - STATE(4352), 1, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4279), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129866] = 6, + [136390] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7255), 1, sym__concat, - STATE(2650), 1, + STATE(2525), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(1155), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, + ACTIONS(1153), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163986,7 +171104,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, @@ -163998,54 +171115,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129905] = 6, + [136429] = 16, 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, - sym_file_descriptor, + ACTIONS(6976), 1, + anon_sym_BANG2, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6988), 1, sym_variable_name, - 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, - 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, - [129944] = 6, + ACTIONS(7257), 1, + anon_sym_RBRACE3, + STATE(2007), 1, + sym_subscript, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, + aux_sym__expansion_body_repeat1, + STATE(4280), 1, + sym__expansion_body, + ACTIONS(6978), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6970), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6972), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [136488] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(7075), 1, + ACTIONS(7259), 1, sym__concat, - STATE(2432), 1, + STATE(2525), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1183), 4, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(1181), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164064,62 +171191,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129983] = 16, + [136527] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6976), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6980), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6982), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6984), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6986), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6988), 1, sym_variable_name, - ACTIONS(7077), 1, + ACTIONS(7261), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2007), 1, sym_subscript, - STATE(3672), 1, + STATE(3830), 1, + sym_command_substitution, + STATE(3899), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4390), 1, + STATE(4461), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6978), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6970), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6972), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [130042] = 6, + [136586] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(7079), 1, + ACTIONS(7263), 1, sym__concat, - STATE(2493), 1, + STATE(2539), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(1183), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 20, + ACTIONS(1181), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164127,10 +171254,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, @@ -164140,15 +171266,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130081] = 3, + [136624] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7265), 1, sym__concat, + STATE(2539), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1153), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164156,7 +171287,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, @@ -164168,17 +171298,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [136662] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1254), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1252), 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, - [130114] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [136694] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, - sym_file_descriptor, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, sym__concat, - ts_builtin_sym_end, + STATE(2831), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(3098), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164186,7 +171347,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, @@ -164198,17 +171358,20 @@ 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, - [130147] = 3, + [136732] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, sym__concat, - ts_builtin_sym_end, + STATE(2830), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(3094), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164216,7 +171379,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, @@ -164228,21 +171390,20 @@ 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, + [136770] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2676), 1, + STATE(2830), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(3113), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 20, + ACTIONS(3111), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164252,8 +171413,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, @@ -164263,19 +171422,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130219] = 6, + anon_sym_BQUOTE, + [136808] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2667), 1, + STATE(2831), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(3117), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 20, + ACTIONS(3115), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164285,8 +171445,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, @@ -164296,14 +171454,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130258] = 3, + anon_sym_BQUOTE, + [136846] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 3, - sym_file_descriptor, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, sym__concat, + STATE(2831), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6927), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 22, + ACTIONS(6925), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164311,11 +171475,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, @@ -164325,53 +171486,125 @@ 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, - [130291] = 6, + anon_sym_BQUOTE, + [136884] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7269), 1, + anon_sym_LPAREN, + ACTIONS(7271), 1, + aux_sym__c_word_token1, + ACTIONS(7273), 1, + anon_sym_DOLLAR, + ACTIONS(7275), 1, + anon_sym_DQUOTE, + ACTIONS(7277), 1, + aux_sym_number_token1, + ACTIONS(7279), 1, + aux_sym_number_token2, + ACTIONS(7281), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7283), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7285), 1, + anon_sym_BQUOTE, + ACTIONS(7287), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2072), 1, + sym__c_postfix_expression, + STATE(2073), 1, + sym__c_binary_expression, + STATE(2074), 1, + sym__c_unary_expression, + STATE(4155), 1, + sym__c_variable_assignment, + STATE(4175), 1, + sym__c_expression, + ACTIONS(7267), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2081), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [136946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(1206), 4, sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, - sym_file_descriptor, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 20, + ACTIONS(1204), 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, + [136978] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2963), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + ACTIONS(7291), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2932), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2961), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(2959), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7289), 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, - [130330] = 6, + [137024] = 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(6754), 2, + ACTIONS(3002), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 20, + ACTIONS(3000), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164379,10 +171612,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, @@ -164392,19 +171624,16 @@ 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, + [137056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(7081), 1, - sym__concat, - STATE(2493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(3317), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, + ACTIONS(3315), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164412,10 +171641,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 +171653,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130408] = 3, + anon_sym_BQUOTE, + [137088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 3, + ACTIONS(3323), 4, sym_file_descriptor, - sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, + ACTIONS(3321), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164440,11 +171670,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,57 +171682,53 @@ 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, + anon_sym_BQUOTE, + [137120] = 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(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2864), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 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(3115), 18, + anon_sym_SEMI, 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, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 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, - [130487] = 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137158] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2711), 1, + STATE(2781), 1, aux_sym_concatenation_repeat1, - ACTIONS(6787), 3, + ACTIONS(3113), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, + ACTIONS(3111), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164523,19 +171747,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130525] = 6, + [137196] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1262), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1260), 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, + [137228] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1266), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1264), 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, + [137260] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7269), 1, + anon_sym_LPAREN, + ACTIONS(7271), 1, + aux_sym__c_word_token1, + ACTIONS(7273), 1, + anon_sym_DOLLAR, + ACTIONS(7275), 1, + anon_sym_DQUOTE, + ACTIONS(7277), 1, + aux_sym_number_token1, + ACTIONS(7279), 1, + aux_sym_number_token2, + ACTIONS(7281), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7283), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7285), 1, + anon_sym_BQUOTE, + ACTIONS(7287), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2072), 1, + sym__c_postfix_expression, + STATE(2073), 1, + sym__c_binary_expression, + STATE(2074), 1, + sym__c_unary_expression, + STATE(4062), 1, + sym__c_expression, + STATE(4155), 1, + sym__c_variable_assignment, + ACTIONS(7267), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2081), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [137322] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2716), 1, + STATE(2889), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(1192), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, + ACTIONS(1190), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164554,16 +171880,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, - [130563] = 3, + sym__special_character, + [137360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(1270), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 20, + ACTIONS(1268), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164584,15 +171910,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130595] = 3, + [137392] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5528), 1, + anon_sym_DOLLAR, + ACTIONS(5534), 1, + aux_sym_number_token2, + ACTIONS(7295), 1, + anon_sym_LPAREN, + ACTIONS(7297), 1, + aux_sym__c_word_token1, + ACTIONS(7299), 1, + anon_sym_DQUOTE, + ACTIONS(7301), 1, + aux_sym_number_token1, + ACTIONS(7303), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7305), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7307), 1, + anon_sym_BQUOTE, + ACTIONS(7309), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + STATE(3926), 1, + sym__c_expression, + STATE(3950), 1, + sym__c_variable_assignment, + ACTIONS(7293), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2009), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [137454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1258), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 20, + ACTIONS(1256), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164613,19 +171983,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130627] = 6, + [137486] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7311), 1, sym__concat, - STATE(2718), 1, + STATE(2525), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(1155), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, + ACTIONS(1153), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164644,16 +172015,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [130665] = 3, + [137524] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, + [137556] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2781), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3094), 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, + [137594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 4, + ACTIONS(1250), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 20, + ACTIONS(1248), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164674,55 +172105,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130697] = 10, + [137626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2981), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(3002), 3, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3000), 21, + 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_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - ACTIONS(2979), 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, + [137658] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2831), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6939), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6937), 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(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + anon_sym_BQUOTE, + [137696] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3317), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3315), 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, - [130743] = 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137728] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(7087), 1, + ACTIONS(7313), 1, sym__concat, - STATE(2447), 1, + STATE(2539), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(1155), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(1153), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164742,15 +172227,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130781] = 3, + [137766] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3323), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3321), 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, + [137798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1246), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 20, + ACTIONS(1244), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164771,51 +172285,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130813] = 6, + [137830] = 10, 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(3069), 2, - sym_file_descriptor, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + ACTIONS(3014), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, - anon_sym_SEMI, + ACTIONS(7291), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2932), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2961), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3012), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7289), 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, - [130851] = 6, + [137876] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(7089), 1, + ACTIONS(7315), 1, sym__concat, - STATE(2447), 1, + STATE(2525), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(1183), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(1181), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164823,7 +172342,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, @@ -164835,19 +172353,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130889] = 6, + [137914] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2716), 1, + STATE(2830), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(6935), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, + ACTIONS(6933), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164867,43 +172385,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [130927] = 18, + [137952] = 18, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7269), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(7271), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(7273), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7275), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7277), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(7279), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7283), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7285), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7287), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2072), 1, sym__c_postfix_expression, - STATE(3880), 1, + STATE(2073), 1, + sym__c_binary_expression, + STATE(2074), 1, + sym__c_unary_expression, + STATE(3992), 1, sym__c_expression, - STATE(3936), 1, + STATE(4155), 1, sym__c_variable_assignment, - ACTIONS(7091), 2, + ACTIONS(7267), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2081), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -164911,15 +172429,15 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [130989] = 3, + [138014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1202), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 20, + ACTIONS(1200), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164940,51 +172458,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [131021] = 6, + [138046] = 10, 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(3065), 2, - sym_file_descriptor, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + ACTIONS(2994), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, - anon_sym_SEMI, + ACTIONS(7291), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2932), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2961), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(2992), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7289), 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, - [131059] = 6, + [138092] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2718), 1, + STATE(2864), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(6939), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(6937), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165003,18 +172526,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, - [131097] = 6, + [138130] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7116), 1, + ACTIONS(7156), 1, sym_file_descriptor, - STATE(2695), 2, + ACTIONS(7319), 1, + aux_sym_heredoc_redirect_token1, + STATE(2990), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7113), 8, + ACTIONS(6863), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165023,11 +172544,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 12, + ACTIONS(7317), 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, @@ -165036,52 +172558,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131135] = 6, + [138168] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2781), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6935), 3, sym_file_descriptor, - ACTIONS(7121), 1, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2788), 1, - sym_file_redirect, - ACTIONS(6699), 8, + ACTIONS(6933), 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, - ACTIONS(7119), 13, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [138206] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2864), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3098), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_esac, + 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, - [131173] = 6, + [138244] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7123), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + ACTIONS(3033), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7291), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2932), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2961), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3031), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7289), 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, + [138290] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2830), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6931), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2736), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 18, + ACTIONS(6929), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165100,19 +172689,50 @@ 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, + [138328] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + [138360] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2689), 1, + STATE(2814), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(3002), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, + ACTIONS(3000), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165120,7 +172740,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 +172751,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131249] = 6, + [138398] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2686), 1, + STATE(2803), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(2998), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(2996), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165152,7 +172772,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, @@ -165164,19 +172783,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131287] = 6, + [138436] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1226), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1224), 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, + [138468] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7269), 1, + anon_sym_LPAREN, + ACTIONS(7271), 1, + aux_sym__c_word_token1, + ACTIONS(7273), 1, + anon_sym_DOLLAR, + ACTIONS(7275), 1, + anon_sym_DQUOTE, + ACTIONS(7277), 1, + aux_sym_number_token1, + ACTIONS(7279), 1, + aux_sym_number_token2, + ACTIONS(7281), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7283), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7285), 1, + anon_sym_BQUOTE, + ACTIONS(7287), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2072), 1, + sym__c_postfix_expression, + STATE(2073), 1, + sym__c_binary_expression, + STATE(2074), 1, + sym__c_unary_expression, + STATE(4039), 1, + sym__c_expression, + STATE(4155), 1, + sym__c_variable_assignment, + ACTIONS(7267), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2081), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [138530] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7321), 1, sym__concat, - STATE(2716), 1, + STATE(2539), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1155), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(1153), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165196,19 +172888,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [131325] = 6, + [138568] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7323), 1, sym__concat, - STATE(2718), 1, + STATE(2539), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(1183), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(1181), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165228,19 +172920,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [131363] = 6, + [138606] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2716), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(7156), 1, + sym_file_descriptor, + ACTIONS(7327), 1, + aux_sym_heredoc_redirect_token1, + STATE(2979), 1, + sym_file_redirect, + ACTIONS(6863), 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(7325), 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, + [138644] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7329), 1, + sym_variable_name, + STATE(4211), 1, + sym_subscript, + ACTIONS(6887), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + STATE(2833), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6885), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165259,25 +172984,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [138682] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1222), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1220), 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, - [131401] = 8, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [138714] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(6855), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(7335), 1, + anon_sym_LT_LT_LT, + ACTIONS(7338), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(7083), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2735), 4, + STATE(2835), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 7, + ACTIONS(6847), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165285,7 +173038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(7083), 8, + ACTIONS(7332), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165294,20 +173047,225 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [131443] = 6, + [138756] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2711), 1, + STATE(2810), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 3, + ACTIONS(6935), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6933), 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, + [138794] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5528), 1, + anon_sym_DOLLAR, + ACTIONS(5534), 1, + aux_sym_number_token2, + ACTIONS(7295), 1, + anon_sym_LPAREN, + ACTIONS(7297), 1, + aux_sym__c_word_token1, + ACTIONS(7299), 1, + anon_sym_DQUOTE, + ACTIONS(7301), 1, + aux_sym_number_token1, + ACTIONS(7303), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7305), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7307), 1, + anon_sym_BQUOTE, + ACTIONS(7309), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + STATE(3916), 1, + sym__c_expression, + STATE(3950), 1, + sym__c_variable_assignment, + ACTIONS(7293), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2009), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [138856] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1218), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1216), 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, + [138888] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1240), 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, + [138920] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, + anon_sym_BQUOTE, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(4187), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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, + [138982] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1236), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1234), 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, + [139014] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2619), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165326,15 +173284,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131481] = 3, + [139048] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1161), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1159), 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, + [139080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1214), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 20, + ACTIONS(1212), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -165355,20 +173342,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [131513] = 6, + [139112] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7021), 1, + aux_sym__c_word_token1, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, + anon_sym_BQUOTE, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + STATE(4200), 1, + sym__c_expression, + STATE(4218), 1, + sym__c_variable_assignment, + ACTIONS(7017), 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, + [139174] = 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(6783), 3, + ACTIONS(1192), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(1190), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165376,6 +173401,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, @@ -165387,14 +173413,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131551] = 3, + sym__special_character, + anon_sym_BQUOTE, + [139206] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 3, - sym_file_descriptor, + ACTIONS(7341), 1, sym_variable_name, + STATE(4211), 1, + sym_subscript, + ACTIONS(6894), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + STATE(2833), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6892), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165402,11 +173436,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 +173447,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131583] = 3, + [139244] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2780), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6939), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 21, + ACTIONS(6937), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165431,11 +173467,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,113 +173479,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131615] = 3, + [139282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(1232), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 21, + ACTIONS(1230), 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_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, - [131647] = 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, + [139314] = 8, 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, - sym_file_descriptor, + ACTIONS(2965), 1, + anon_sym_LT_LT_LT, + ACTIONS(6869), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, + ACTIONS(7291), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2835), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6867), 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(7289), 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, + [139356] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1210), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1208), 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, - [131685] = 6, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [139388] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7125), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(7156), 1, sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(7345), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(2946), 1, + sym_file_redirect, + ACTIONS(6863), 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(7343), 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, - [131723] = 6, + [139426] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(7127), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2447), 1, + STATE(2780), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(3117), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(3115), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165559,6 +173623,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, @@ -165570,15 +173635,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131761] = 3, + [139464] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 4, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 20, + ACTIONS(3111), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165598,18 +173667,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131793] = 6, + [139502] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, + ACTIONS(7222), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7129), 1, + ACTIONS(7350), 1, sym_file_descriptor, - STATE(2695), 2, + STATE(2855), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(6748), 8, + ACTIONS(7347), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165618,7 +173686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 12, + ACTIONS(7217), 12, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165631,55 +173699,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131831] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2902), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - 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(2896), 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, - [131877] = 6, + [139540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(7131), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2447), 1, + STATE(2780), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(3100), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(3098), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165687,6 +173719,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, @@ -165698,16 +173731,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, - [131915] = 3, + [139578] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 4, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 20, + ACTIONS(3094), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165727,53 +173763,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131947] = 6, + [139616] = 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, + ACTIONS(7154), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7353), 1, + sym_file_descriptor, + STATE(2855), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(6910), 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(7152), 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, - [131985] = 6, + [139654] = 5, 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, + ACTIONS(2610), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, + ACTIONS(2932), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2850), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 16, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165781,9 +173817,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, @@ -165792,64 +173826,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132023] = 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(3735), 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, - [132085] = 6, + [139690] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2728), 1, + STATE(2864), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(6927), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(6925), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165868,43 +173858,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132123] = 18, + [139728] = 18, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7269), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(7271), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(7273), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7275), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7277), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(7279), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7283), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7285), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7287), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2072), 1, sym__c_postfix_expression, - STATE(3842), 1, + STATE(2073), 1, + sym__c_binary_expression, + STATE(2074), 1, + sym__c_unary_expression, + STATE(4112), 1, sym__c_expression, - STATE(3936), 1, + STATE(4155), 1, sym__c_variable_assignment, - ACTIONS(7091), 2, + ACTIONS(7267), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2081), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -165912,20 +173902,20 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [132185] = 6, + [139790] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(7153), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2432), 1, + STATE(2781), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(6931), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(6929), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165944,20 +173934,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132223] = 6, + [139828] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2712), 1, + STATE(2780), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 3, + ACTIONS(6927), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(6925), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165965,6 +173954,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,52 +173966,20 @@ 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, + [139866] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7355), 1, sym__concat, - STATE(2711), 1, + STATE(2539), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 3, + ACTIONS(1183), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, + ACTIONS(1181), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166040,51 +173998,19 @@ static const uint16_t ts_small_parse_table[] = { 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, - 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, - 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, + [139904] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(7159), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2432), 1, + STATE(2810), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(6931), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(6929), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166092,6 +174018,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, @@ -166103,18 +174030,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132411] = 4, + [139942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(7359), 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(7357), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166122,8 +174044,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, @@ -166133,63 +174058,13 @@ 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, + [139973] = 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(6779), 2, + ACTIONS(7363), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(7361), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166197,9 +174072,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, @@ -166209,23 +174086,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132545] = 3, + [140004] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, - sym__concat, + ACTIONS(7365), 1, + sym__special_character, + STATE(2868), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 3, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 20, + ACTIONS(1274), 18, 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, @@ -166238,19 +174116,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [132577] = 6, + [140039] = 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(6783), 2, + ACTIONS(7370), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(7368), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166258,9 +174130,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, @@ -166270,90 +174144,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132615] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 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(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(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, - [132661] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7164), 1, - anon_sym_LT_LT_LT, - ACTIONS(7167), 1, - sym_file_descriptor, - ACTIONS(6899), 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(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(7161), 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, - [132703] = 6, + [140070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7170), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(7372), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2736), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 18, + ACTIONS(7374), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166361,6 +174159,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, @@ -166372,19 +174171,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132741] = 6, + anon_sym_BQUOTE, + [140101] = 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(7376), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + ACTIONS(7378), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166404,19 +174199,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132779] = 6, + anon_sym_BQUOTE, + [140132] = 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(7380), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, + ACTIONS(7382), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166436,19 +174227,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132817] = 6, + anon_sym_BQUOTE, + [140163] = 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(1169), 2, + ACTIONS(7376), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(7378), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166456,8 +174242,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, @@ -166467,251 +174256,13 @@ 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7021), 1, - sym_file_descriptor, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - STATE(2771), 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(7173), 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, - [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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 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, - [132957] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 4, - sym__concat, - 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, - [132989] = 18, - 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, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3951), 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, - [133051] = 18, - 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, - 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 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, - [133145] = 3, + [140194] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 3, + ACTIONS(7376), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(7378), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166719,9 +174270,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, @@ -166731,109 +174284,13 @@ 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, - [133177] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 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, - [133209] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1257), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - 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, - [133241] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1185), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 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, - [133273] = 6, + [140225] = 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(3065), 3, + ACTIONS(7386), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(7384), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166841,8 +174298,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, @@ -166852,64 +174312,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133311] = 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(3936), 1, - sym__c_variable_assignment, - STATE(3994), 1, - sym__c_expression, - 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, - [133373] = 6, + [140256] = 3, 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(7388), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 18, + ACTIONS(7390), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166917,6 +174327,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, @@ -166928,115 +174339,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133411] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 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, - [133443] = 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(3936), 1, - sym__c_variable_assignment, - STATE(4011), 1, - sym__c_expression, - 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, - [133505] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1269), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 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, - [133537] = 3, + [140287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 2, + ACTIONS(3408), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, + ACTIONS(3406), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167058,16 +174368,13 @@ 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, + [140318] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 4, + ACTIONS(7394), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(7392), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167075,9 +174382,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, @@ -167087,152 +174396,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, - [133601] = 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(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, - 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, - [133695] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 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, - [133727] = 3, - ACTIONS(3), 1, - sym_comment, - 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, - 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, + [140349] = 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(7396), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 18, + ACTIONS(7398), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167240,6 +174411,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, @@ -167251,13 +174423,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133797] = 3, + anon_sym_BQUOTE, + [140380] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(7394), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(7392), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167279,13 +174452,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133828] = 3, + [140411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 2, + ACTIONS(7400), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 21, + ACTIONS(7402), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167293,11 +174467,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, @@ -167307,13 +174479,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133859] = 3, + anon_sym_BQUOTE, + [140442] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 2, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7404), 1, + sym__concat, + STATE(2539), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 21, + ACTIONS(1181), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167321,11 +174500,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, @@ -167335,14 +174511,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133890] = 3, + [140479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 3, + ACTIONS(3117), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 20, + ACTIONS(3115), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167363,14 +174539,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133921] = 3, + [140510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, + ACTIONS(7400), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, + ACTIONS(7402), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167391,14 +174567,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133952] = 3, + [140541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6787), 3, + ACTIONS(7406), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 20, + ACTIONS(7408), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167419,14 +174595,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133983] = 3, + [140572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, + ACTIONS(7412), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, + ACTIONS(7410), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167434,9 +174609,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, @@ -167446,14 +174623,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, - [134014] = 3, + [140603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 2, + ACTIONS(3408), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 21, + ACTIONS(3406), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167475,13 +174651,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134045] = 3, + [140634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 2, + ACTIONS(7416), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 21, + ACTIONS(7414), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167503,14 +174679,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134076] = 3, + [140665] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7418), 1, + sym__concat, + STATE(2539), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 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, + [140702] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7420), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 20, + ACTIONS(7422), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167531,13 +174738,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134107] = 3, + [140733] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7154), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7424), 1, + sym_file_descriptor, + STATE(2926), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + 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, + ACTIONS(7152), 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, + [140770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 2, + ACTIONS(7428), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 21, + ACTIONS(7426), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167559,13 +174797,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134138] = 3, + [140801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 2, + ACTIONS(7430), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 21, + ACTIONS(7432), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167573,11 +174812,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 +174824,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, + [140832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 2, + ACTIONS(7436), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 21, + ACTIONS(7434), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167615,13 +174853,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134200] = 3, + [140863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 2, + ACTIONS(7438), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 21, + ACTIONS(7440), 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, + [140894] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7428), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7426), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167643,13 +174909,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134231] = 3, + [140925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 2, + ACTIONS(7430), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 21, + ACTIONS(7432), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167671,14 +174937,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134262] = 3, + [140956] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 3, + ACTIONS(7442), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 20, + ACTIONS(7444), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167699,13 +174965,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134293] = 3, + [140987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(7448), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(7446), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167727,13 +174993,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134324] = 3, + [141018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 2, + ACTIONS(7420), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 21, + ACTIONS(7422), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167755,18 +175021,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134355] = 5, + [141049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7233), 1, + ACTIONS(7436), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7434), 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, + [141080] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7396), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7398), 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, + [141111] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7450), 1, sym__special_character, - STATE(2782), 1, + STATE(2868), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(7176), 3, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 18, + ACTIONS(7174), 18, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -167785,19 +175107,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [134390] = 6, + [141146] = 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(7442), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(7444), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167805,8 +175121,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, @@ -167816,13 +175135,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134427] = 3, + [141177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 2, + ACTIONS(7438), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 21, + ACTIONS(7440), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167844,13 +175163,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134458] = 3, + [141208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(7452), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(7454), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167858,11 +175178,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 +175190,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, + [141239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 3, + ACTIONS(7456), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 20, + ACTIONS(7458), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167900,13 +175219,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134520] = 3, + [141270] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 2, + ACTIONS(6939), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 21, + ACTIONS(6937), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167914,11 +175234,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 +175246,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, + [141301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 2, + ACTIONS(7462), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 21, + ACTIONS(7460), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167956,14 +175275,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134582] = 3, + [141332] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 3, + ACTIONS(7464), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 20, + ACTIONS(7466), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167984,19 +175303,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134613] = 6, + [141363] = 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(7468), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, + ACTIONS(7470), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168004,6 +175318,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, @@ -168015,45 +175330,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134650] = 6, + anon_sym_BQUOTE, + [141394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(7359), 2, sym_file_descriptor, - STATE(2793), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6938), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(7357), 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, - ACTIONS(7017), 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, - [134687] = 3, + [141425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 3, + ACTIONS(3100), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 20, + ACTIONS(3098), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168074,50 +175387,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134718] = 6, + [141456] = 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(7474), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(7472), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168125,8 +175401,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 +175415,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134792] = 6, + [141487] = 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(7478), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(7476), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168156,8 +175429,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, @@ -168167,19 +175443,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134829] = 6, + [141518] = 3, 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(7480), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(7482), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168187,6 +175458,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, @@ -168198,19 +175470,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134866] = 6, + anon_sym_BQUOTE, + [141549] = 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(6779), 2, + ACTIONS(7484), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + ACTIONS(7486), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168218,6 +175486,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, @@ -168229,13 +175498,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134903] = 3, + anon_sym_BQUOTE, + [141580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7270), 2, + ACTIONS(7468), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 21, + ACTIONS(7470), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168243,11 +175514,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, @@ -168257,19 +175526,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134934] = 6, + anon_sym_BQUOTE, + [141611] = 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(7462), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(7460), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168277,6 +175542,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, @@ -168288,13 +175554,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134971] = 3, + anon_sym_BQUOTE, + [141642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 2, + ACTIONS(7488), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 21, + ACTIONS(7490), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168302,11 +175570,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, @@ -168316,19 +175582,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135002] = 6, + anon_sym_BQUOTE, + [141673] = 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(7406), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, + ACTIONS(7408), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168336,8 +175597,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 +175611,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135039] = 6, + [141704] = 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(7359), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 18, + ACTIONS(7357), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168367,6 +175626,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 +175638,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, + [141735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7278), 2, + ACTIONS(6927), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 21, + ACTIONS(6925), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168406,14 +175667,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135107] = 3, + [141766] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6935), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 20, + ACTIONS(6933), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168421,7 +175687,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, @@ -168433,76 +175698,48 @@ 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, + [141803] = 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(3069), 2, - sym_file_descriptor, + ACTIONS(7222), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7495), 1, + sym_file_descriptor, + STATE(2925), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7492), 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, - [135175] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(7217), 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, - [135206] = 6, + anon_sym_BQUOTE, + [141840] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7129), 1, - sym_file_descriptor, - ACTIONS(7157), 1, + ACTIONS(7222), 1, aux_sym_heredoc_redirect_token1, - STATE(2849), 1, + ACTIONS(7501), 1, + sym_file_descriptor, + STATE(2926), 2, sym_file_redirect, - ACTIONS(6748), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(7498), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168511,27 +175748,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 12, + ACTIONS(7217), 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, - [135243] = 3, + [141877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 3, + ACTIONS(7474), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 20, + ACTIONS(7472), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168552,14 +175788,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135274] = 3, + [141908] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2882), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6939), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 20, + ACTIONS(6937), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168567,7 +175808,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 +175819,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, - [135305] = 3, + [141945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7282), 2, + ACTIONS(6939), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 21, + ACTIONS(6937), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168608,13 +175847,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135336] = 3, + [141976] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 2, + ACTIONS(7504), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, + ACTIONS(7506), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168622,11 +175862,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 +175874,14 @@ 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, + [142007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7284), 3, + ACTIONS(7510), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 20, + ACTIONS(7508), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168651,9 +175889,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, @@ -168663,15 +175903,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, + [142038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7288), 3, + ACTIONS(7512), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 20, + ACTIONS(7514), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168692,14 +175931,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135429] = 3, + [142069] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 20, + ACTIONS(3111), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168707,7 +175951,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, @@ -168719,113 +175962,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135460] = 7, + [142106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(7518), 2, 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7121), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7129), 1, - sym_file_descriptor, - STATE(2788), 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(7119), 12, + ACTIONS(7516), 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, - [135536] = 6, + [142137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7129), 1, + ACTIONS(7504), 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(7506), 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, + [142168] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7305), 1, + ACTIONS(7520), 1, sym_file_descriptor, - ACTIONS(7006), 2, + ACTIONS(7154), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2818), 2, + STATE(2960), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7302), 8, + ACTIONS(6966), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168834,7 +176038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 10, + ACTIONS(7152), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168845,76 +176049,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135610] = 6, + [142205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7388), 2, sym_file_descriptor, - STATE(2820), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6928), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(7390), 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, - 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, + [142236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7313), 1, + ACTIONS(7524), 2, sym_file_descriptor, - STATE(2820), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7310), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(7522), 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, - ACTIONS(7001), 11, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [142267] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7376), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7378), 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, - [135684] = 3, + [142298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 3, + ACTIONS(3117), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 20, + ACTIONS(3115), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168922,9 +176147,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, @@ -168934,15 +176161,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, - [135715] = 3, + [142329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7316), 3, + ACTIONS(7484), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 20, + ACTIONS(7486), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168950,9 +176175,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 +176189,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, - [135746] = 3, + [142360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7320), 3, + ACTIONS(7478), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 20, + ACTIONS(7476), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168991,19 +176217,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135777] = 7, + [142391] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, + ACTIONS(7154), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7526), 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, + STATE(2925), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7069), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -169012,24 +176236,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(7152), 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, + [142428] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7528), 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(7530), 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, + [142459] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 2, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6931), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 21, + ACTIONS(6929), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169037,11 +176296,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, @@ -169051,13 +176307,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135847] = 3, + [142496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 2, + ACTIONS(7534), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 21, + ACTIONS(7532), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169079,45 +176335,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135878] = 6, + [142527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(3100), 2, sym_file_descriptor, - ACTIONS(7019), 2, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2818), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7011), 8, + ACTIONS(3098), 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, - ACTIONS(7017), 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, - [135915] = 3, + [142558] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7282), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2882), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6927), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 20, + ACTIONS(6925), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169125,7 +176383,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, @@ -169137,14 +176394,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, - [135946] = 3, + [142595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 2, + ACTIONS(7370), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 21, + ACTIONS(7368), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169152,11 +176409,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, @@ -169166,13 +176421,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135977] = 3, + anon_sym_BQUOTE, + [142626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 2, + ACTIONS(7386), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 21, + ACTIONS(7384), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169180,11 +176437,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, @@ -169194,13 +176449,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136008] = 3, + anon_sym_BQUOTE, + [142657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7332), 2, + ACTIONS(3408), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 21, + ACTIONS(3406), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169208,11 +176465,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, @@ -169222,14 +176477,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136039] = 3, + anon_sym_BQUOTE, + [142688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7334), 3, + ACTIONS(7536), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 20, + ACTIONS(7538), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169250,14 +176506,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136070] = 3, + [142719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 3, + ACTIONS(7540), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 20, + ACTIONS(7542), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169278,13 +176534,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136101] = 3, + [142750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 2, + ACTIONS(7359), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, + ACTIONS(7357), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169292,11 +176549,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, @@ -169306,14 +176561,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136132] = 3, + anon_sym_BQUOTE, + [142781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 3, + ACTIONS(7394), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 20, + ACTIONS(7392), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169334,13 +176590,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136163] = 3, + [142812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 2, + ACTIONS(7394), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 21, + ACTIONS(7392), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169348,11 +176605,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, @@ -169362,13 +176617,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136194] = 3, + anon_sym_BQUOTE, + [142843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6787), 2, + ACTIONS(7518), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 21, + ACTIONS(7516), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169376,11 +176633,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, @@ -169390,14 +176645,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136225] = 3, + anon_sym_BQUOTE, + [142874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 3, + ACTIONS(3408), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 20, + ACTIONS(3406), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169418,13 +176674,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136256] = 3, + [142905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 2, + ACTIONS(7540), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 21, + ACTIONS(7542), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169446,42 +176702,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136287] = 3, + [142936] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 3, + ACTIONS(7547), 1, sym_file_descriptor, + ACTIONS(7222), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(2960), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7544), 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(7217), 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, - anon_sym_BQUOTE, - [136318] = 3, + [142973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 3, + ACTIONS(7536), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, + ACTIONS(7538), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169489,9 +176747,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 +176761,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, - [136349] = 3, + [143004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 2, + ACTIONS(7550), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, + ACTIONS(7552), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169516,11 +176776,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, @@ -169530,13 +176788,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136380] = 3, + anon_sym_BQUOTE, + [143035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7356), 2, + ACTIONS(7554), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 21, + ACTIONS(7556), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169544,11 +176804,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, @@ -169558,13 +176816,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136411] = 3, + anon_sym_BQUOTE, + [143066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 2, + ACTIONS(7534), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, + ACTIONS(7532), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169572,11 +176832,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, @@ -169586,13 +176844,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136442] = 3, + anon_sym_BQUOTE, + [143097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 2, + ACTIONS(7400), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 21, + ACTIONS(7402), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169614,14 +176873,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136473] = 3, + [143128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 3, + ACTIONS(7363), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 20, + ACTIONS(7361), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169642,13 +176901,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136504] = 3, + [143159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 2, + ACTIONS(7400), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 21, + ACTIONS(7402), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169670,14 +176929,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136535] = 3, + [143190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 3, + ACTIONS(6927), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 20, + ACTIONS(6925), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169698,13 +176957,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136566] = 3, + [143221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 2, + ACTIONS(7558), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 21, + ACTIONS(7560), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169712,11 +176972,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, @@ -169726,14 +176984,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136597] = 3, + anon_sym_BQUOTE, + [143252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 3, + ACTIONS(7488), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 20, + ACTIONS(7490), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169741,9 +176999,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, @@ -169753,15 +177013,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, - [136628] = 3, + [143283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 3, + ACTIONS(7550), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 20, + ACTIONS(7552), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169769,9 +177027,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, @@ -169781,14 +177041,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, - [136659] = 3, + [143314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 2, + ACTIONS(7558), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, + ACTIONS(7560), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169810,14 +177069,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136690] = 3, + [143345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7270), 3, + ACTIONS(7416), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 20, + ACTIONS(7414), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169838,13 +177097,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136721] = 3, + [143376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7334), 2, + ACTIONS(7562), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 21, + ACTIONS(7564), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169852,11 +177112,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, @@ -169866,14 +177124,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136752] = 3, + anon_sym_BQUOTE, + [143407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 3, + ACTIONS(7528), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 20, + ACTIONS(7530), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169881,9 +177139,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, @@ -169893,15 +177153,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, - [136783] = 3, + [143438] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2882), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 20, + ACTIONS(3115), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169909,7 +177173,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, @@ -169921,15 +177184,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, - [136814] = 3, + [143475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 3, + ACTIONS(7510), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, + ACTIONS(7508), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169950,14 +177212,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136845] = 3, + [143506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 3, + ACTIONS(7448), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, + ACTIONS(7446), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169978,13 +177240,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136876] = 3, + [143537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7320), 2, + ACTIONS(7512), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 21, + ACTIONS(7514), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170006,41 +177268,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136907] = 3, + [143568] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7316), 2, - sym_file_descriptor, + ACTIONS(7319), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 21, + ACTIONS(7353), 1, + sym_file_descriptor, + STATE(2990), 1, + sym_file_redirect, + ACTIONS(6910), 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(7317), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [143605] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7327), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7353), 1, + sym_file_descriptor, + STATE(2979), 1, + sym_file_redirect, + ACTIONS(6910), 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(7325), 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, - [136938] = 3, + [143642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7364), 2, + ACTIONS(7428), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 21, + ACTIONS(7426), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170048,11 +177345,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, @@ -170062,42 +177357,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136969] = 3, + anon_sym_BQUOTE, + [143673] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(7345), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7353), 1, + sym_file_descriptor, + STATE(2946), 1, + sym_file_redirect, + ACTIONS(6910), 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(7343), 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, - [137000] = 3, + [143710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 3, + ACTIONS(7468), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 20, + ACTIONS(7470), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170105,9 +177403,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, @@ -170117,15 +177417,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, - [137031] = 3, + [143741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 3, + ACTIONS(7468), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 20, + ACTIONS(7470), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170133,9 +177431,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, @@ -170145,14 +177445,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, - [137062] = 3, + [143772] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 2, + ACTIONS(7480), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 21, + ACTIONS(7482), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170174,14 +177473,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137093] = 3, + [143803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 3, + ACTIONS(7372), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 20, + ACTIONS(7374), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170189,9 +177487,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, @@ -170201,15 +177501,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, - [137124] = 3, + [143834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 3, + ACTIONS(7562), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 20, + ACTIONS(7564), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170217,9 +177515,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, @@ -170229,15 +177529,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, - [137155] = 3, + [143865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 3, + ACTIONS(7456), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 20, + ACTIONS(7458), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170245,9 +177543,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, @@ -170257,15 +177557,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, - [137186] = 3, + [143896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7278), 3, + ACTIONS(7452), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 20, + ACTIONS(7454), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170273,9 +177571,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, @@ -170285,15 +177585,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, - [137217] = 3, + [143927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 3, + ACTIONS(7380), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 20, + ACTIONS(7382), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170301,9 +177599,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, @@ -170313,15 +177613,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, - [137248] = 3, + [143958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7356), 3, + ACTIONS(7428), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 20, + ACTIONS(7426), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170342,14 +177641,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137279] = 3, + [143989] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7332), 3, + ACTIONS(7554), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 20, + ACTIONS(7556), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170357,9 +177655,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, @@ -170369,15 +177669,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, - [137310] = 3, + [144020] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7364), 3, + ACTIONS(7412), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 20, + ACTIONS(7410), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170398,13 +177697,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137341] = 3, + [144051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 2, + ACTIONS(7524), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 21, + ACTIONS(7522), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170412,11 +177712,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, @@ -170426,14 +177724,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137372] = 3, + anon_sym_BQUOTE, + [144082] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 3, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 20, + ACTIONS(3094), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170441,7 +177745,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, @@ -170453,14 +177756,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, - [137403] = 3, + [144119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7288), 2, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(2882), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 21, + ACTIONS(3098), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170468,11 +177776,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, @@ -170482,43 +177787,13 @@ 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, - sym_comment, - ACTIONS(7366), 1, - sym__special_character, - STATE(2782), 1, - aux_sym__literal_repeat1, - ACTIONS(6864), 3, - 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_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, - [137469] = 3, + [144156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7284), 2, + ACTIONS(7464), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 21, + ACTIONS(7466), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170540,17 +177815,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137500] = 6, + [144187] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, + ACTIONS(7345), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(7424), 1, sym_file_descriptor, - STATE(2902), 2, + STATE(2964), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7083), 8, + ACTIONS(6993), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170559,91 +177833,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 10, + ACTIONS(7343), 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, - [137536] = 6, + [144223] = 16, ACTIONS(63), 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, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7023), 1, anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, aux_sym_number_token1, + ACTIONS(7029), 1, aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1179), 13, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7566), 1, + aux_sym__c_word_token1, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + ACTIONS(7017), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2131), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [144279] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 3, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7328), 1, - sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7175), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - 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, - ACTIONS(7173), 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, - [137608] = 6, + sym_word, + [144309] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2937), 1, + STATE(3029), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(1192), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, + ACTIONS(1190), 16, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -170660,16 +177942,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, - [137644] = 6, + [144345] = 16, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5528), 1, + anon_sym_DOLLAR, + ACTIONS(5534), 1, + aux_sym_number_token2, + ACTIONS(7295), 1, + anon_sym_LPAREN, + ACTIONS(7299), 1, + anon_sym_DQUOTE, + ACTIONS(7301), 1, + aux_sym_number_token1, + ACTIONS(7303), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7305), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7307), 1, + anon_sym_BQUOTE, + ACTIONS(7309), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7568), 1, + aux_sym__c_word_token1, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, + sym__c_binary_expression, + STATE(2015), 1, + sym__c_postfix_expression, + ACTIONS(7293), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2017), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [144401] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(7319), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7424), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2906), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(6993), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170678,28 +178000,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 11, + ACTIONS(7317), 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, - [137680] = 6, + [144437] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7520), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(2964), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7345), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(6966), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170708,7 +178031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 11, + ACTIONS(7343), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170719,40 +178042,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [137716] = 16, + [144473] = 16, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7269), 1, anon_sym_LPAREN, - ACTIONS(7097), 1, + ACTIONS(7273), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7275), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7277), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(7279), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7283), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7285), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7287), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7374), 1, + ACTIONS(7570), 1, aux_sym__c_word_token1, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2072), 1, sym__c_postfix_expression, - ACTIONS(7091), 2, + STATE(2073), 1, + sym__c_binary_expression, + STATE(2074), 1, + sym__c_unary_expression, + ACTIONS(7267), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2037), 7, + STATE(2059), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -170760,46 +178082,17 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [137772] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, - sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - 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, - ACTIONS(7173), 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, - [137808] = 6, + [144529] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, + ACTIONS(7154), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(7572), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(3017), 2, sym_file_redirect, - ACTIONS(6938), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(7289), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170808,34 +178101,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 11, + ACTIONS(7152), 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, + [144565] = 5, ACTIONS(63), 1, sym_comment, - STATE(2901), 1, + STATE(3016), 1, aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(7574), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 6, + ACTIONS(7174), 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(7176), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170849,22 +178141,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137878] = 5, + [144599] = 5, ACTIONS(63), 1, sym_comment, - STATE(2901), 1, + STATE(3015), 1, aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(7574), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(6862), 6, + ACTIONS(7203), 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(7205), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170878,22 +178170,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137912] = 5, + [144633] = 5, ACTIONS(63), 1, sym_comment, - STATE(2880), 1, + STATE(3016), 1, aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(7574), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(6828), 6, + ACTIONS(1190), 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(1192), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170907,16 +178199,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137946] = 6, + [144667] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(7327), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(7526), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2932), 1, sym_file_redirect, - ACTIONS(6938), 8, + ACTIONS(7069), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170925,85 +178217,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 11, + ACTIONS(7325), 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, - [137982] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2892), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7376), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 13, - 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_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [138016] = 3, + [144703] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 3, - sym_test_operator, - sym__brace_start, + ACTIONS(7345), 1, 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, - [138046] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7328), 1, + ACTIONS(7526), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2964), 1, sym_file_redirect, - ACTIONS(7157), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(7069), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171012,7 +178247,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(7343), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171023,16 +178258,17 @@ 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, + [144739] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, + ACTIONS(7319), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7526), 1, sym_file_descriptor, - STATE(2867), 1, + STATE(2906), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7069), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171041,7 +178277,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(7317), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171053,159 +178289,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [138118] = 16, + [144775] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7097), 1, + STATE(3014), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7576), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 6, 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, + sym_word, + ACTIONS(1161), 13, + 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_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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [144809] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(5432), 1, + ACTIONS(7574), 1, + aux_sym_concatenation_token1, + ACTIONS(7579), 1, + sym__concat, + STATE(3014), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 6, anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7141), 1, - anon_sym_DQUOTE, - ACTIONS(7143), 1, aux_sym_number_token1, - ACTIONS(7145), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, + aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, + sym_word, + ACTIONS(1183), 13, + 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_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, + [144845] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6844), 1, + ACTIONS(7574), 1, + aux_sym_concatenation_token1, + ACTIONS(7581), 1, + sym__concat, + STATE(3014), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 6, 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, + sym_word, + ACTIONS(1155), 13, + 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_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, + [144881] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7222), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7586), 1, + sym_file_descriptor, + STATE(3017), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7583), 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(7217), 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, + [144917] = 16, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(7269), 1, anon_sym_LPAREN, - ACTIONS(6844), 1, + ACTIONS(7273), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(7275), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(7277), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(7279), 1, aux_sym_number_token2, - ACTIONS(6852), 1, + ACTIONS(7281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(7283), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(7285), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(7287), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7385), 1, + ACTIONS(7589), 1, aux_sym__c_word_token1, - STATE(1980), 1, + STATE(2072), 1, sym__c_postfix_expression, - STATE(1986), 1, + STATE(2073), 1, sym__c_binary_expression, - STATE(1996), 1, + STATE(2074), 1, sym__c_unary_expression, - ACTIONS(6838), 2, + ACTIONS(7267), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2023), 7, + STATE(2068), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -171213,39 +178448,69 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [138342] = 16, + [144973] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7520), 1, + sym_file_descriptor, + STATE(2906), 1, + sym_file_redirect, + ACTIONS(7319), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(6966), 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(7317), 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, + [145009] = 16, ACTIONS(63), 1, sym_comment, - ACTIONS(5432), 1, + ACTIONS(5528), 1, anon_sym_DOLLAR, - ACTIONS(5438), 1, + ACTIONS(5534), 1, aux_sym_number_token2, - ACTIONS(7137), 1, + ACTIONS(7295), 1, anon_sym_LPAREN, - ACTIONS(7141), 1, + ACTIONS(7299), 1, anon_sym_DQUOTE, - ACTIONS(7143), 1, + ACTIONS(7301), 1, aux_sym_number_token1, - ACTIONS(7145), 1, + ACTIONS(7303), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, + ACTIONS(7305), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, + ACTIONS(7307), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, + ACTIONS(7309), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7387), 1, + ACTIONS(7591), 1, aux_sym__c_word_token1, - STATE(1924), 1, + STATE(2011), 1, + sym__c_unary_expression, + STATE(2012), 1, sym__c_binary_expression, - STATE(1925), 1, + STATE(2015), 1, sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - ACTIONS(7135), 2, + ACTIONS(7293), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1967), 7, + STATE(2048), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -171253,47 +178518,16 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [138398] = 6, - 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, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1173), 13, - 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_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [138434] = 6, + [145065] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, + ACTIONS(7327), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7394), 1, + ACTIONS(7424), 1, sym_file_descriptor, - STATE(2902), 2, + STATE(2932), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7391), 8, + ACTIONS(6993), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171302,28 +178536,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 10, + ACTIONS(7325), 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, - [138470] = 6, + [145101] = 16, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7019), 1, + anon_sym_LPAREN, + ACTIONS(7023), 1, + anon_sym_DOLLAR, + ACTIONS(7025), 1, + anon_sym_DQUOTE, + ACTIONS(7027), 1, + aux_sym_number_token1, + ACTIONS(7029), 1, + aux_sym_number_token2, + ACTIONS(7031), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7033), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7035), 1, + anon_sym_BQUOTE, + ACTIONS(7037), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7593), 1, + aux_sym__c_word_token1, + STATE(2106), 1, + sym__c_unary_expression, + STATE(2110), 1, + sym__c_binary_expression, + STATE(2112), 1, + sym__c_postfix_expression, + ACTIONS(7017), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2133), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [145157] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(7520), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(2932), 1, sym_file_redirect, - ACTIONS(7121), 2, + ACTIONS(7327), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(6966), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171332,7 +178607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 10, + ACTIONS(7325), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171343,17 +178618,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [138506] = 3, + [145193] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3146), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7595), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 6, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + sym__special_character, + ACTIONS(1192), 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, + [145226] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 6, + ACTIONS(1224), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1257), 15, + ACTIONS(1226), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171369,19 +178672,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138535] = 4, + [145255] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7401), 1, + ACTIONS(7601), 1, anon_sym_esac, - ACTIONS(7397), 6, + ACTIONS(7597), 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(7599), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171396,52 +178699,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138566] = 10, + [145286] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(6683), 1, - anon_sym_PIPE, - ACTIONS(7403), 1, + STATE(3143), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7603), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 5, anon_sym_LT_LT, - ACTIONS(7412), 1, - anon_sym_LT_LT_DASH, - ACTIONS(7415), 1, - anon_sym_LT_LT_LT, - ACTIONS(7418), 1, - sym_file_descriptor, - ACTIONS(7409), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6691), 4, + ACTIONS(1192), 13, + sym_file_descriptor, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - STATE(2906), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7406), 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, - [138609] = 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + sym__special_character, + [145319] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7609), 1, + anon_sym_esac, + ACTIONS(7605), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7607), 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, + [145350] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7611), 1, sym__concat, - STATE(2970), 1, + STATE(2525), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(1155), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, + ACTIONS(1153), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -171457,17 +178783,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + [145385] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7319), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7572), 1, + sym_file_descriptor, + STATE(2906), 1, + sym_file_redirect, + ACTIONS(7289), 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(7317), 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, + [145420] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7617), 1, + anon_sym_esac, + ACTIONS(7613), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7615), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - [138644] = 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, + [145451] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(7327), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(7572), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2932), 1, sym_file_redirect, - ACTIONS(7083), 8, + ACTIONS(7289), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171476,7 +178857,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(7325), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171487,19 +178868,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [138679] = 4, + [145486] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1268), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1270), 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, + [145515] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7425), 1, + ACTIONS(7623), 1, anon_sym_esac, - ACTIONS(7421), 6, + ACTIONS(7619), 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(7621), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171514,19 +178921,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138710] = 4, + [145546] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7431), 1, + ACTIONS(7629), 1, anon_sym_esac, - ACTIONS(7427), 6, + ACTIONS(7625), 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(7627), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171541,77 +178948,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138741] = 8, + [145577] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7435), 1, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(3129), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 2, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6703), 4, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 16, 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_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, - [138780] = 4, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + sym__special_character, + [145612] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7431), 1, - anon_sym_esac, - ACTIONS(7427), 6, - anon_sym_LPAREN, + ACTIONS(1264), 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(1266), 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, + [145641] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7441), 1, + ACTIONS(7635), 1, anon_sym_esac, - ACTIONS(7437), 6, + ACTIONS(7631), 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(7633), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171626,48 +179030,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138842] = 6, - ACTIONS(3), 1, + [145672] = 12, + ACTIONS(63), 1, sym_comment, - ACTIONS(7443), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(141), 1, + anon_sym_RBRACK, + ACTIONS(3398), 1, + anon_sym_PIPE, + ACTIONS(3400), 1, + anon_sym_PIPE_AMP, + ACTIONS(3451), 1, + anon_sym_LT_LT, + ACTIONS(3453), 1, + anon_sym_LT_LT_DASH, + ACTIONS(3455), 1, + anon_sym_LT_LT_LT, + ACTIONS(7641), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2940), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 15, + ACTIONS(3449), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(7639), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + STATE(3074), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7637), 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, - [138877] = 4, + [145719] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7449), 1, + ACTIONS(7635), 1, anon_sym_esac, - ACTIONS(7445), 6, + ACTIONS(7631), 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(7633), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171682,46 +179092,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138908] = 4, + [145750] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7425), 1, - anon_sym_esac, - ACTIONS(7421), 6, - anon_sym_LPAREN, + ACTIONS(1260), 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(1262), 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, + [145779] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7345), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7572), 1, + sym_file_descriptor, + STATE(2964), 1, + sym_file_redirect, + ACTIONS(7289), 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(7343), 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, + [145814] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7455), 1, + ACTIONS(7647), 1, anon_sym_esac, - ACTIONS(7451), 6, + ACTIONS(7643), 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(7645), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171736,19 +179174,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138970] = 4, + [145845] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3346), 1, + anon_sym_LT_LT_LT, + ACTIONS(6869), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7651), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6867), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7649), 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, + [145884] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(6916), 1, + sym__concat, + STATE(3029), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2998), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(2996), 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, + [145919] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7461), 1, + ACTIONS(7657), 1, anon_sym_esac, - ACTIONS(7457), 6, + ACTIONS(7653), 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(7655), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171763,19 +179261,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139001] = 4, + [145950] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7401), 1, + ACTIONS(7663), 1, anon_sym_esac, - ACTIONS(7397), 6, + ACTIONS(7659), 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(7661), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171790,18 +179288,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139032] = 4, + [145981] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1208), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1210), 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, + [146010] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(6914), 1, + aux_sym_concatenation_token1, + ACTIONS(7665), 1, + sym__concat, + STATE(2525), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 3, sym_file_descriptor, + sym_variable_name, 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, + ACTIONS(1181), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -171817,86 +179343,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139063] = 12, + [146045] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(141), 1, + ACTIONS(1234), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1236), 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, + [146074] = 12, + ACTIONS(63), 1, + sym_comment, + ACTIONS(127), 1, anon_sym_RBRACK, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, + ACTIONS(3398), 1, anon_sym_PIPE, - ACTIONS(3316), 1, + ACTIONS(3400), 1, anon_sym_PIPE_AMP, - ACTIONS(3318), 1, + ACTIONS(3451), 1, + anon_sym_LT_LT, + ACTIONS(3453), 1, anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, + ACTIONS(3455), 1, anon_sym_LT_LT_LT, - ACTIONS(7467), 1, + ACTIONS(7641), 1, sym_file_descriptor, - ACTIONS(3310), 2, + ACTIONS(3449), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, + ACTIONS(7639), 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, - [139110] = 9, - ACTIONS(3), 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, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(3211), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(3247), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - STATE(2911), 4, + STATE(3074), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7433), 8, + ACTIONS(7637), 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, + [146121] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7473), 1, + ACTIONS(7671), 1, anon_sym_esac, - ACTIONS(7469), 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(7471), 14, + ACTIONS(7669), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171911,17 +179431,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139182] = 3, + [146152] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 6, + ACTIONS(1159), 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(1161), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171937,17 +179457,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139211] = 3, + [146181] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7673), 1, + sym_variable_name, + STATE(4167), 1, + sym_subscript, + ACTIONS(6887), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(3054), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6885), 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, + [146216] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 6, + ACTIONS(1216), 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(1218), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171963,17 +179512,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139240] = 3, + [146245] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 6, + ACTIONS(1220), 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(1222), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171989,17 +179538,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139269] = 3, + [146274] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 6, + ACTIONS(1248), 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(1250), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172015,17 +179564,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139298] = 3, + [146303] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6855), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7679), 1, + anon_sym_LT_LT_LT, + ACTIONS(7682), 1, + sym_file_descriptor, + ACTIONS(7083), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6847), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7676), 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, + [146342] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 6, + ACTIONS(1200), 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(1202), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172041,45 +179621,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139327] = 5, + [146371] = 3, ACTIONS(63), 1, sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(1240), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1242), 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, - ACTIONS(1167), 6, + 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, + [146400] = 10, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6847), 1, + anon_sym_PIPE, + ACTIONS(7685), 1, anon_sym_LT_LT, + ACTIONS(7694), 1, + anon_sym_LT_LT_DASH, + ACTIONS(7697), 1, + anon_sym_LT_LT_LT, + ACTIONS(7700), 1, + sym_file_descriptor, + ACTIONS(7691), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - sym__special_character, - ACTIONS(1169), 12, - sym_file_descriptor, + ACTIONS(6855), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_RBRACK, + STATE(3061), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7688), 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, - [139360] = 3, + [146443] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 6, + ACTIONS(1244), 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(1246), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172095,19 +179706,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139389] = 4, + [146472] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7481), 1, + ACTIONS(7609), 1, anon_sym_esac, - ACTIONS(7477), 6, + ACTIONS(7605), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7479), 14, + ACTIONS(7607), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172122,100 +179733,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139420] = 6, + [146503] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(7703), 1, + sym_variable_name, + STATE(4167), 1, + sym_subscript, + ACTIONS(6894), 2, sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(7083), 8, + aux_sym_heredoc_redirect_token1, + STATE(3054), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6892), 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, + [146538] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2610), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3277), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2606), 13, 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_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, - [139455] = 3, + [146571] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 6, + ACTIONS(7709), 1, + anon_sym_esac, + ACTIONS(7705), 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(1225), 15, - sym__concat, + ACTIONS(7707), 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_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [139484] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 6, - 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, - 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, - [139513] = 4, + [146602] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7487), 1, + ACTIONS(7715), 1, anon_sym_esac, - ACTIONS(7483), 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(7485), 14, + ACTIONS(7713), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172230,49 +179844,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139544] = 6, - ACTIONS(3), 1, + [146633] = 12, + ACTIONS(63), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(77), 1, + anon_sym_RBRACK, + ACTIONS(3398), 1, + anon_sym_PIPE, + ACTIONS(3400), 1, + anon_sym_PIPE_AMP, + ACTIONS(3451), 1, + anon_sym_LT_LT, + ACTIONS(3453), 1, + anon_sym_LT_LT_DASH, + ACTIONS(3455), 1, + anon_sym_LT_LT_LT, + ACTIONS(7641), 1, sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7083), 8, - anon_sym_GT_GT, + ACTIONS(3449), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7639), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, + STATE(3074), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7637), 5, + anon_sym_GT_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, - 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, + [146680] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6914), 1, aux_sym_concatenation_token1, - ACTIONS(7489), 1, + ACTIONS(6916), 1, sym__concat, - STATE(2432), 1, + STATE(3049), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(3002), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 15, + ACTIONS(3000), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -172288,19 +179908,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139614] = 4, + [146715] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7721), 1, + anon_sym_esac, + ACTIONS(7717), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7719), 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, + [146746] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7495), 1, + ACTIONS(7715), 1, anon_sym_esac, - 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, @@ -172315,74 +179962,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139645] = 3, + [146777] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 6, + ACTIONS(7657), 1, + anon_sym_esac, + ACTIONS(7653), 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(1265), 15, - sym__concat, + ACTIONS(7655), 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, - [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, + [146808] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7504), 1, + ACTIONS(7727), 1, anon_sym_esac, - ACTIONS(7500), 6, + ACTIONS(7723), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7502), 14, + ACTIONS(7725), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172397,78 +180016,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139740] = 10, + [146839] = 10, ACTIONS(63), 1, sym_comment, - ACTIONS(3312), 1, + ACTIONS(3451), 1, anon_sym_LT_LT, - ACTIONS(3318), 1, + ACTIONS(3453), 1, anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, + ACTIONS(3455), 1, anon_sym_LT_LT_LT, - ACTIONS(6703), 1, + ACTIONS(6867), 1, anon_sym_PIPE, - ACTIONS(7467), 1, + ACTIONS(7641), 1, sym_file_descriptor, - ACTIONS(7465), 3, + ACTIONS(7639), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(6705), 4, + ACTIONS(6869), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, anon_sym_RBRACK, - STATE(2906), 4, + STATE(3061), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, + ACTIONS(7637), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [139783] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 6, - 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, - 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, - [139812] = 4, + [146882] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7510), 1, + ACTIONS(7709), 1, anon_sym_esac, - ACTIONS(7506), 6, + ACTIONS(7705), 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(7707), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172483,20 +180076,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139843] = 6, + [146913] = 4, 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, + ACTIONS(2619), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 15, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -172512,52 +180103,17 @@ static const uint16_t ts_small_parse_table[] = { 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, + [146944] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 6, + ACTIONS(1212), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1269), 15, + ACTIONS(1214), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172573,43 +180129,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139954] = 3, + [146973] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 6, + ACTIONS(7733), 1, + anon_sym_esac, + ACTIONS(7729), 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(7731), 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, + [147004] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 6, + ACTIONS(1204), 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(1206), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172625,44 +180182,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140012] = 4, + [147033] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7449), 1, - anon_sym_esac, - ACTIONS(7445), 6, - anon_sym_LPAREN, + ACTIONS(1212), 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(1214), 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, - [140043] = 3, + [147062] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 6, + ACTIONS(1230), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 15, + ACTIONS(1232), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172678,58 +180234,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140072] = 6, + [147091] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7601), 1, + anon_sym_esac, + ACTIONS(7597), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7599), 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, + [147122] = 9, 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(3344), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 15, + ACTIONS(3346), 1, + anon_sym_LT_LT_LT, + ACTIONS(7651), 1, + sym_file_descriptor, + ACTIONS(2793), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3277), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3342), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7649), 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, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140107] = 8, + [147163] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7515), 1, + ACTIONS(3346), 1, anon_sym_LT_LT_LT, - ACTIONS(7518), 1, + ACTIONS(3348), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7651), 1, sym_file_descriptor, - ACTIONS(6899), 2, + ACTIONS(2793), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(6683), 4, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3277), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2953), 4, + ACTIONS(3342), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3044), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7512), 8, + ACTIONS(7649), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -172738,109 +180325,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [140146] = 3, + [147204] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 6, + ACTIONS(7727), 1, + anon_sym_esac, + ACTIONS(7723), 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(1237), 15, - sym__concat, + ACTIONS(7725), 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, - [140175] = 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, - 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, - [140222] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7521), 1, - sym__concat, - STATE(2432), 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, - [140257] = 4, + [147235] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7527), 1, + ACTIONS(7739), 1, anon_sym_esac, - ACTIONS(7523), 6, + ACTIONS(7735), 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(7737), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172855,45 +180379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140288] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3211), 2, - 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_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - 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, - [140321] = 3, + [147266] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 6, + ACTIONS(1252), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1221), 15, + ACTIONS(1254), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172909,17 +180405,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140350] = 3, + [147295] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 6, + ACTIONS(1256), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 15, + ACTIONS(1258), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172935,19 +180431,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140379] = 4, + [147324] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7510), 1, + ACTIONS(7623), 1, anon_sym_esac, - ACTIONS(7506), 6, + ACTIONS(7619), 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(7621), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172962,19 +180458,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140410] = 4, + [147355] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7533), 1, - anon_sym_esac, - ACTIONS(7529), 6, + ACTIONS(7741), 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(7743), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172989,19 +180483,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140441] = 4, + [147383] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7461), 1, - anon_sym_esac, - ACTIONS(7457), 6, + ACTIONS(7745), 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(7747), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173016,19 +180508,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140472] = 4, + [147411] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7749), 1, + sym__concat, + STATE(2539), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, + [147445] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(3092), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3115), 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, + [147479] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(3129), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3111), 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, + [147513] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7539), 1, - anon_sym_esac, - ACTIONS(7535), 6, + ACTIONS(7751), 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(7753), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173043,19 +180617,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140503] = 4, + [147541] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7527), 1, - anon_sym_esac, - ACTIONS(7523), 6, + ACTIONS(7735), 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(7737), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173070,47 +180642,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140534] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3033), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 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), 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, - [140567] = 4, + [147569] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7495), 1, - anon_sym_esac, - ACTIONS(7491), 6, + ACTIONS(7755), 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(7757), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173125,43 +180667,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140598] = 3, + [147597] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 6, + ACTIONS(7723), 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(7725), 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, + [147625] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(7755), 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(7757), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173176,51 +180717,25 @@ 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, + [147653] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7421), 6, - anon_sym_LPAREN, + ACTIONS(7759), 1, + sym__special_character, + STATE(3182), 1, + aux_sym__literal_repeat1, + ACTIONS(7174), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7423), 14, + ACTIONS(7176), 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, @@ -173229,123 +180744,45 @@ 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, + [147685] = 6, ACTIONS(63), 1, sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 5, + ACTIONS(7761), 1, + sym_variable_name, + STATE(4133), 1, + sym_subscript, + STATE(3101), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6885), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 12, + ACTIONS(6887), 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, - [140813] = 3, - 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, - [140841] = 3, + [147719] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(7643), 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(7645), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173360,19 +180797,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140869] = 6, + [147747] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(3052), 1, + STATE(3092), 1, aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(3100), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 15, + ACTIONS(3098), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -173388,19 +180825,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140903] = 6, + [147781] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(2970), 1, + STATE(3129), 1, aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(3096), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 15, + ACTIONS(3094), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -173416,42 +180853,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140937] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7553), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7555), 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, - [140965] = 3, + [147815] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7457), 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(7459), 14, + ACTIONS(7669), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173466,45 +180878,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140993] = 6, + [147843] = 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, + ACTIONS(7595), 1, + aux_sym_concatenation_token1, + ACTIONS(7764), 1, + sym__concat, + STATE(3169), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6730), 11, + ACTIONS(1183), 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, - [141027] = 3, + [147877] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7766), 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(7768), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173519,17 +180931,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141055] = 3, + [147905] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7766), 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(7768), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173544,17 +180956,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141083] = 3, + [147933] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(7766), 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(7768), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173569,17 +180981,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141111] = 3, + [147961] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(7770), 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(7772), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173594,17 +181006,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141139] = 3, + [147989] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7563), 6, + ACTIONS(7766), 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(7768), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173619,17 +181031,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141167] = 3, + [148017] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7603), 1, + aux_sym_concatenation_token1, + ACTIONS(7774), 1, + sym__concat, + STATE(3116), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1183), 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, + [148051] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(7619), 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(7621), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173644,17 +181084,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141195] = 3, + [148079] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7427), 6, + ACTIONS(7770), 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(7772), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173669,25 +181109,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141223] = 5, + [148107] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7571), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(7776), 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(7778), 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 +181134,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141255] = 3, + [148135] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3116), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7780), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1161), 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, + [148167] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(3092), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6927), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6925), 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, + [148201] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(3129), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6931), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6929), 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, + [148235] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 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(7569), 14, + ACTIONS(7713), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173721,17 +181242,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141283] = 3, + [148263] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7574), 6, + ACTIONS(7783), 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(7785), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173746,44 +181267,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, + [148291] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7787), 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(7789), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173798,17 +181292,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141371] = 3, + [148319] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7791), 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(7793), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173823,21 +181317,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141399] = 5, + [148347] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3112), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7603), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3000), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3002), 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, + [148379] = 5, ACTIONS(63), 1, sym_comment, - STATE(3033), 1, + STATE(3143), 1, aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, + ACTIONS(7603), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2967), 5, + ACTIONS(2996), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2969), 12, + ACTIONS(2998), 12, sym_file_descriptor, sym_variable_name, anon_sym_AMP_AMP, @@ -173850,17 +181371,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [141431] = 3, + [148411] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7791), 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(7793), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173875,17 +181396,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141459] = 3, + [148439] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7776), 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(7778), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173900,45 +181421,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141487] = 6, + [148467] = 10, 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, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(6867), 1, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1173), 12, + ACTIONS(7795), 1, + anon_sym_LT_LT, + ACTIONS(7801), 1, + anon_sym_LT_LT_DASH, + ACTIONS(7803), 1, + anon_sym_LT_LT_LT, + ACTIONS(7805), 1, sym_file_descriptor, + ACTIONS(6869), 3, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + ACTIONS(7799), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + STATE(3159), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7797), 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, - [141521] = 3, + [148509] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(7729), 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(7731), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173953,49 +181478,45 @@ 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, + [148537] = 6, + ACTIONS(3), 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, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7807), 1, + sym__concat, + STATE(2539), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 2, sym_file_descriptor, - ACTIONS(6691), 3, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(7590), 3, + 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, - 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, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [148571] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(7741), 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(7743), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174010,17 +181531,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141619] = 3, + [148599] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7602), 6, + ACTIONS(7809), 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(7811), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174035,50 +181556,17 @@ 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, + [148627] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(7755), 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(7757), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174093,17 +181581,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141719] = 3, + [148655] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7427), 6, + ACTIONS(7597), 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(7599), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174118,17 +181606,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141747] = 3, + [148683] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(7776), 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(7778), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174143,17 +181631,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141775] = 3, + [148711] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7421), 6, + ACTIONS(7776), 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(7778), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174168,17 +181656,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141803] = 3, + [148739] = 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 +181681,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141831] = 3, + [148767] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7610), 6, + ACTIONS(7813), 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(7815), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174218,71 +181706,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, + [148795] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7616), 6, + ACTIONS(7741), 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(7743), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174297,17 +181731,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141951] = 3, + [148823] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7491), 6, + ACTIONS(7741), 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(7743), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174322,209 +181756,67 @@ 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, - 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, - 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, - [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, - 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, - [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, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(3029), 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, - 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, - ACTIONS(63), 1, - sym_comment, - STATE(3011), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6785), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6787), 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, - [142145] = 5, + [148851] = 3, 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, + ACTIONS(7817), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7819), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - [142177] = 5, + 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, + [148879] = 3, 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, - 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, - 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(7745), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7747), 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, + [148907] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7506), 6, + ACTIONS(7605), 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(7607), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174539,129 +181831,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142237] = 5, + [148935] = 6, ACTIONS(63), 1, sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 5, - 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, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142269] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, + ACTIONS(7603), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7821), 1, sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 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, - [142303] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3011), 1, + STATE(3116), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 5, + ACTIONS(1153), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 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, - [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, + ACTIONS(1155), 12, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 15, + sym_variable_name, 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, + [148969] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7047), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7049), 1, sym__concat, - STATE(3052), 1, + STATE(3092), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(6939), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 15, + ACTIONS(6937), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -174677,17 +181887,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142403] = 3, + [149003] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7535), 6, + ACTIONS(7745), 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(7747), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174702,80 +181912,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142431] = 5, + [149031] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(7625), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(6862), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(6864), 13, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - 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, - [142463] = 10, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6703), 1, - anon_sym_PIPE, - ACTIONS(7627), 1, + ACTIONS(7595), 1, + aux_sym_concatenation_token1, + ACTIONS(7823), 1, + sym__concat, + STATE(3169), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 5, 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_PIPE, anon_sym_AMP_GT, - STATE(3000), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7629), 5, + ACTIONS(1155), 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, - [142505] = 5, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [149065] = 5, ACTIONS(63), 1, sym_comment, - STATE(2998), 1, + STATE(3146), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(7595), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(6752), 5, + ACTIONS(6929), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 12, + ACTIONS(6931), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -174788,17 +181967,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142537] = 3, + [149097] = 4, + ACTIONS(63), 1, + sym_comment, + STATE(3127), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2617), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(2619), 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, + [149127] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 1, + aux_sym_concatenation_token1, + ACTIONS(7049), 1, + sym__concat, + STATE(3129), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6935), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6933), 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, + [149161] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7469), 6, + ACTIONS(7825), 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(7827), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174813,17 +182046,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142565] = 3, + [149189] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(7619), 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(7621), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174838,45 +182071,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142593] = 6, + [149217] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7541), 1, - aux_sym_concatenation_token1, - ACTIONS(7639), 1, - sym__concat, - STATE(3053), 1, + STATE(3106), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 5, + ACTIONS(7595), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6925), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 12, + ACTIONS(6927), 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, + [149249] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7605), 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(7607), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174891,17 +182123,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142655] = 3, + [149277] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7631), 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(7633), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174916,17 +182148,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142683] = 3, + [149305] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7641), 6, + ACTIONS(7770), 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(7772), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174941,17 +182173,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142711] = 3, + [149333] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(7705), 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(7707), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174966,17 +182198,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142739] = 3, + [149361] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(7829), 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(7831), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174991,45 +182223,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142767] = 6, + [149389] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7541), 1, - aux_sym_concatenation_token1, - ACTIONS(7645), 1, - sym__concat, - STATE(3053), 1, + STATE(3146), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 5, + ACTIONS(7595), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3094), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1179), 12, + ACTIONS(3096), 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, - [142801] = 3, + [149421] = 10, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6847), 1, + anon_sym_PIPE, + ACTIONS(7833), 1, + anon_sym_LT_LT, + ACTIONS(7842), 1, + anon_sym_LT_LT_DASH, + ACTIONS(7845), 1, + anon_sym_LT_LT_LT, + ACTIONS(7848), 1, + sym_file_descriptor, + ACTIONS(6855), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7839), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + STATE(3159), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7836), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149463] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7529), 6, + ACTIONS(7770), 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(7772), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175044,17 +182307,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142829] = 3, + [149491] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(7717), 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(7719), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175069,17 +182332,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142857] = 3, + [149519] = 11, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3398), 1, + anon_sym_PIPE, + ACTIONS(3400), 1, + anon_sym_PIPE_AMP, + ACTIONS(3451), 1, + anon_sym_LT_LT, + ACTIONS(3453), 1, + anon_sym_LT_LT_DASH, + ACTIONS(3455), 1, + anon_sym_LT_LT_LT, + ACTIONS(7641), 1, + sym_file_descriptor, + ACTIONS(3449), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7639), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + STATE(3074), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7637), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149563] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(7755), 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(7757), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175094,17 +182390,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142885] = 3, + [149591] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(7597), 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(7599), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175119,17 +182415,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142913] = 3, + [149619] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(7631), 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(7633), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175144,42 +182440,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142941] = 3, - ACTIONS(63), 1, + [149647] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(7506), 6, + ACTIONS(5160), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7853), 1, anon_sym_LPAREN, + ACTIONS(7855), 1, 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, + ACTIONS(7857), 1, anon_sym_DQUOTE, - sym_raw_string, + ACTIONS(7859), 1, sym_ansi_c_string, + ACTIONS(7861), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(7863), 1, + anon_sym_RBRACE3, + ACTIONS(7865), 1, anon_sym_BQUOTE, + ACTIONS(7867), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142969] = 3, + ACTIONS(7869), 1, + sym_variable_name, + ACTIONS(7871), 1, + sym__word_in_replacement, + STATE(4411), 2, + sym_array, + sym__concatenation_in_expansion, + ACTIONS(7851), 3, + sym_raw_string, + sym__expansion_word, + sym_word, + STATE(3927), 4, + sym_string, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [149699] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7651), 6, + ACTIONS(7745), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7653), 14, + ACTIONS(7747), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175194,42 +182502,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142997] = 3, + [149727] = 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, + STATE(3247), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7873), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1190), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1192), 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, - 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, + [149759] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3169), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7875), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1161), 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, + [149791] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7491), 6, + ACTIONS(7653), 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(7655), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175244,17 +182581,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143053] = 3, + [149819] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(7659), 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(7661), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175269,17 +182606,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143081] = 3, + [149847] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3398), 1, + anon_sym_PIPE, + ACTIONS(3400), 1, + anon_sym_PIPE_AMP, + ACTIONS(2606), 4, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + STATE(3127), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2610), 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, + [149881] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(7613), 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(7615), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175294,17 +182659,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143109] = 3, + [149909] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(7705), 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(7707), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175319,150 +182684,98 @@ 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, + [149937] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7659), 1, - sym__concat, - STATE(2447), 1, + STATE(3106), 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, + ACTIONS(7595), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3098), 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(3100), 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, + [149969] = 5, ACTIONS(63), 1, sym_comment, - STATE(3053), 1, + STATE(3106), 1, aux_sym_concatenation_repeat1, - ACTIONS(7661), 2, + ACTIONS(7595), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1183), 5, + ACTIONS(6937), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 12, + ACTIONS(6939), 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, - 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, - [143231] = 3, + [150001] = 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(3146), 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(7595), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6933), 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(6935), 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, + [150033] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(7809), 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(7811), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175477,17 +182790,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143321] = 3, + [150061] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(7878), 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(7880), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175502,17 +182815,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143349] = 3, + [150089] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7437), 6, + ACTIONS(7723), 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(7725), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175527,17 +182840,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143377] = 3, + [150117] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7457), 6, + ACTIONS(7809), 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(7811), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175552,23 +182865,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143405] = 3, + [150145] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7445), 6, - anon_sym_LPAREN, + ACTIONS(7882), 1, + sym__special_character, + STATE(3182), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7447), 14, + ACTIONS(1276), 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, @@ -175577,17 +182892,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143433] = 3, + [150177] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7445), 6, + ACTIONS(7653), 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(7655), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175602,17 +182917,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143461] = 3, + [150205] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7885), 1, + sym_variable_name, + STATE(4133), 1, + sym_subscript, + STATE(3101), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6892), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(6894), 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, + [150239] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7451), 6, + ACTIONS(7625), 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(7627), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175627,17 +182970,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143489] = 3, + [150267] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(7791), 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(7793), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175652,17 +182995,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143517] = 3, + [150295] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(7791), 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(7793), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175677,17 +183020,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143545] = 3, + [150323] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3146), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7595), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3111), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3113), 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, + [150355] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7477), 6, + ACTIONS(7809), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7479), 14, + ACTIONS(7811), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175702,69 +183072,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143573] = 6, + [150383] = 5, 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, + STATE(3106), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7595), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3115), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6723), 11, + ACTIONS(3117), 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, - [143607] = 3, + [150415] = 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, + ACTIONS(7887), 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, - [143635] = 3, + STATE(3191), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1276), 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, + [150446] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 5, + ACTIONS(1220), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1257), 14, + ACTIONS(1222), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -175779,18 +183149,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143662] = 3, + [150473] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 5, + ACTIONS(7890), 1, + sym__special_character, + STATE(3193), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1241), 14, + ACTIONS(1276), 12, sym_file_descriptor, - sym__concat, sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -175802,44 +183175,90 @@ 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, - [143689] = 6, - ACTIONS(3), 1, + [150504] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, + ACTIONS(1252), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1254), 14, sym_file_descriptor, - STATE(3078), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7017), 7, + 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, + [150531] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7893), 1, + sym__special_character, + STATE(3191), 1, + aux_sym__literal_repeat1, + ACTIONS(3094), 5, anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3096), 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, - ACTIONS(7433), 8, - anon_sym_GT_GT, + [150562] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1230), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, + ACTIONS(1232), 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, - [143722] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [150589] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(1264), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 14, + ACTIONS(1266), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -175854,16 +183273,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, + [150616] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(1240), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 14, + ACTIONS(1242), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -175878,49 +183297,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143776] = 5, + [150643] = 5, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, + ACTIONS(7893), 1, + sym__special_character, + STATE(3191), 1, + aux_sym__literal_repeat1, + ACTIONS(3111), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3113), 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, + [150674] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1268), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1270), 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, - ACTIONS(2995), 5, + [150701] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1234), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 11, + ACTIONS(1236), 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, - [143807] = 3, + aux_sym_concatenation_token1, + [150728] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(1216), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 14, + ACTIONS(1218), 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, @@ -175928,16 +183395,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143834] = 3, + [150755] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 5, + ACTIONS(1260), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1257), 14, + ACTIONS(1262), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -175952,21 +183419,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, + [150782] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(6781), 5, + ACTIONS(1264), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 12, + ACTIONS(1266), 14, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -175978,43 +183442,137 @@ 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, + [150809] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7674), 1, + ACTIONS(1208), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1210), 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_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, + [150836] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1224), 5, anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1226), 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, - ACTIONS(7671), 8, + aux_sym_concatenation_token1, + [150863] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1159), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1161), 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, + [150890] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1190), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1192), 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, + [150917] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, + ACTIONS(1214), 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, - [143925] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [150944] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(1260), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 14, + ACTIONS(1262), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176029,16 +183587,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143952] = 3, + [150971] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3247), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7873), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6929), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(6931), 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, + [151002] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(1234), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1265), 14, + ACTIONS(1236), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176053,16 +183637,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143979] = 3, + [151029] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 5, + ACTIONS(1252), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1213), 14, + ACTIONS(1254), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176077,16 +183661,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144006] = 3, + [151056] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3222), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7873), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6925), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(6927), 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, + [151087] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3247), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7873), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3094), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3096), 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, + [151118] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(1224), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 14, + ACTIONS(1226), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176101,16 +183737,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144033] = 3, + [151145] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(1204), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 14, + ACTIONS(1206), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176125,20 +183761,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144060] = 5, + [151172] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1256), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1258), 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_AMP_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, + [151199] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, + ACTIONS(7893), 1, sym__special_character, - STATE(3089), 1, + STATE(3191), 1, aux_sym__literal_repeat1, - ACTIONS(3063), 5, + ACTIONS(6933), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 12, + ACTIONS(6935), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -176151,23 +183811,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144091] = 3, + [151230] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 5, + ACTIONS(1240), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1241), 14, + ACTIONS(1242), 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, @@ -176175,16 +183835,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144118] = 3, + [151257] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(1159), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 14, + ACTIONS(1161), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176199,16 +183859,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144145] = 3, + [151284] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7873), 1, + aux_sym_concatenation_token1, + ACTIONS(7895), 1, + sym__concat, + STATE(3237), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1183), 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, + [151317] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7222), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7900), 1, + sym_file_descriptor, + STATE(3223), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7217), 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(7897), 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, + [151350] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3247), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7873), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6933), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(6935), 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, + [151381] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 5, + ACTIONS(1200), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1213), 14, + ACTIONS(1202), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176223,16 +183963,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144172] = 3, + [151408] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 5, + ACTIONS(1216), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 14, + ACTIONS(1218), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176247,47 +183987,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144199] = 5, + [151435] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7677), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(1200), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 12, + ACTIONS(1202), 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, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144230] = 5, + aux_sym_concatenation_token1, + [151462] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, + ACTIONS(7903), 1, sym__special_character, - STATE(3089), 1, + STATE(3193), 1, aux_sym__literal_repeat1, - ACTIONS(6752), 5, + ACTIONS(2996), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(2998), 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, + [151493] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1214), 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_AMP_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, + [151520] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1244), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 12, + ACTIONS(1246), 14, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176299,16 +184084,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144261] = 3, + aux_sym_concatenation_token1, + [151547] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(1256), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 14, + ACTIONS(1258), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176323,22 +184109,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144288] = 5, + [151574] = 5, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, + STATE(3222), 1, aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, + ACTIONS(7873), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6937), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(6939), 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, + [151605] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1212), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1214), 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, - ACTIONS(6781), 5, + [151632] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1220), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 11, + ACTIONS(1222), 14, sym_file_descriptor, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176349,16 +184182,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144319] = 3, + aux_sym_concatenation_token1, + [151659] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(1204), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 14, + ACTIONS(1206), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176373,73 +184207,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144346] = 5, + [151686] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7905), 1, + sym_file_descriptor, + ACTIONS(7152), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + STATE(3251), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7639), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(7637), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7154), 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, + [151721] = 5, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, + STATE(3237), 1, aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, + ACTIONS(7907), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1159), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1161), 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, + [151752] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1244), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1246), 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_AMP_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(3063), 5, + [151779] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7893), 1, + sym__special_character, + STATE(3191), 1, + aux_sym__literal_repeat1, + ACTIONS(6929), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 11, + ACTIONS(6931), 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, - [144377] = 5, + [151810] = 5, ACTIONS(63), 1, sym_comment, - STATE(3130), 1, + STATE(3222), 1, aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, + ACTIONS(7873), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(3067), 5, + ACTIONS(3115), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3117), 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, + [151841] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7154), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7910), 1, + sym_file_descriptor, + STATE(3223), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7152), 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(7649), 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, + [151874] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1208), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 11, + ACTIONS(1210), 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, + [151901] = 5, ACTIONS(63), 1, sym_comment, - STATE(3130), 1, + STATE(3247), 1, aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, + ACTIONS(7873), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(6777), 5, + ACTIONS(3111), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 11, + ACTIONS(3113), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -176451,23 +184414,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144439] = 3, + [151932] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 5, + ACTIONS(1268), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 14, + ACTIONS(1270), 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 +184438,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, + [151959] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(1230), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 14, + ACTIONS(1232), 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 +184462,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, + [151986] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(1248), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 14, + ACTIONS(1250), 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,21 +184486,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144520] = 5, + [152013] = 6, ACTIONS(63), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, + ACTIONS(7873), 1, aux_sym_concatenation_token1, - ACTIONS(3003), 5, + ACTIONS(7912), 1, + sym__concat, + STATE(3237), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1153), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 11, + ACTIONS(1155), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -176549,49 +184513,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144551] = 5, + [152046] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 5, + STATE(3222), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7873), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3098), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 12, + ACTIONS(3100), 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, - [144582] = 3, + [152077] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(1212), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 14, + ACTIONS(1214), 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, @@ -176599,16 +184563,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144609] = 3, + [152104] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(1248), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 14, + ACTIONS(1250), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176623,47 +184587,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144636] = 3, + [152131] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(7920), 1, + sym_file_descriptor, + ACTIONS(7217), 2, anon_sym_LT_LT, + anon_sym_PIPE, + STATE(3251), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7917), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 14, + ACTIONS(7914), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7222), 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, + [152166] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7319), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7910), 1, sym_file_descriptor, - sym__concat, - sym_variable_name, + STATE(2906), 1, + sym_file_redirect, + ACTIONS(7317), 7, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_LT_LT, + anon_sym_PIPE, anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7649), 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, - aux_sym_concatenation_token1, - [144663] = 3, + [152198] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(1252), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 14, + ACTIONS(1254), 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, @@ -176671,18 +184664,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144690] = 3, + [152224] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1190), 6, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + sym__special_character, + ACTIONS(1192), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176694,23 +184687,21 @@ 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, - [144717] = 5, + [152250] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7680), 1, + ACTIONS(7923), 1, sym__special_character, - STATE(3107), 1, + STATE(3288), 1, aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(3094), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 12, + ACTIONS(3096), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176721,78 +184712,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144748] = 14, + [152280] = 9, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1265), 14, + ACTIONS(7931), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7933), 1, sym_file_descriptor, - sym__concat, + STATE(4363), 1, + sym__heredoc_expression, + STATE(4365), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(7929), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + STATE(3393), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, - aux_sym_concatenation_token1, - [144824] = 3, + [152318] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1216), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(1218), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176804,71 +184764,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144851] = 3, - ACTIONS(63), 1, + [152344] = 6, + ACTIONS(3), 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, + ACTIONS(7937), 1, + anon_sym_DQUOTE, + STATE(3752), 1, + sym_string, + ACTIONS(7939), 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(7935), 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__, + [152376] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7933), 1, sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(7941), 1, + aux_sym_heredoc_redirect_token1, + STATE(4265), 1, + sym__heredoc_expression, + STATE(4267), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(7929), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, + STATE(3398), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, - aux_sym_concatenation_token1, - [144878] = 3, - ACTIONS(63), 1, + [152414] = 9, + ACTIONS(3), 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, + ACTIONS(7933), 1, sym_file_descriptor, - sym__concat, + ACTIONS(7943), 1, + aux_sym_heredoc_redirect_token1, + STATE(4238), 1, + sym__heredoc_expression, + STATE(4240), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(7929), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + STATE(3397), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, - aux_sym_concatenation_token1, - [144905] = 3, + [152452] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1200), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(1202), 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, @@ -176876,97 +184871,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144932] = 5, + [152478] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(7705), 1, - sym__special_character, - STATE(3107), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 5, + ACTIONS(7945), 1, + sym_file_descriptor, + ACTIONS(7152), 2, anon_sym_LT_LT, + anon_sym_PIPE, + STATE(3289), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7799), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2969), 12, - sym_file_descriptor, - sym_variable_name, + ACTIONS(7154), 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(7797), 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, - [144963] = 7, - ACTIONS(63), 1, + [152512] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(7713), 1, + ACTIONS(7933), 1, sym_file_descriptor, - ACTIONS(7001), 2, - anon_sym_LT_LT, + ACTIONS(7947), 1, + aux_sym_heredoc_redirect_token1, + STATE(4268), 1, + sym__heredoc_expression, + STATE(4269), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7929), 2, anon_sym_PIPE, - STATE(3115), 2, + anon_sym_PIPE_AMP, + STATE(3396), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7710), 3, + ACTIONS(7927), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(7707), 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, - 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, - 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, + [152550] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(1212), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 14, + ACTIONS(1214), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176978,69 +184950,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145052] = 3, - ACTIONS(63), 1, + [152576] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1215), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1217), 14, + ACTIONS(7345), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7910), 1, sym_file_descriptor, - sym__concat, + STATE(2964), 1, + sym_file_redirect, + ACTIONS(7343), 7, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_LT_LT, + anon_sym_PIPE, 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, - [145079] = 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, - anon_sym_LT_LT, + ACTIONS(7649), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [152608] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7933), 1, sym_file_descriptor, + ACTIONS(7949), 1, + aux_sym_heredoc_redirect_token1, + STATE(4241), 1, + sym__heredoc_expression, + STATE(4242), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(7929), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, + STATE(3382), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, - [145110] = 3, + [152646] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1240), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(1242), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177052,21 +185028,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145137] = 5, + [152672] = 5, 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(7923), 1, + sym__special_character, + STATE(3288), 1, + aux_sym__literal_repeat1, + ACTIONS(6933), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 11, + ACTIONS(6935), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177078,22 +185053,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145168] = 5, + [152702] = 3, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6752), 5, + ACTIONS(1234), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 11, + ACTIONS(1236), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177104,19 +185075,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, + [152728] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(1204), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 14, + ACTIONS(1206), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177128,22 +185099,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, + [152754] = 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(7923), 1, + sym__special_character, + STATE(3288), 1, + aux_sym__literal_repeat1, + ACTIONS(3111), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 11, + ACTIONS(3113), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177155,19 +185124,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145259] = 3, + [152784] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(1256), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 14, + ACTIONS(1258), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177179,23 +185147,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145286] = 3, + [152810] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(1212), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 14, + ACTIONS(1214), 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 +185170,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145313] = 7, - ACTIONS(63), 1, + [152836] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7721), 1, + ACTIONS(7327), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7910), 1, sym_file_descriptor, - ACTIONS(7017), 2, + STATE(2932), 1, + sym_file_redirect, + ACTIONS(7325), 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_PIPE, - STATE(3115), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7465), 3, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7649), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(7463), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7019), 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, - [145348] = 3, + [152868] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(1264), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 14, + ACTIONS(1266), 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,47 +185219,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145375] = 3, + [152894] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(1190), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 14, + ACTIONS(1192), 13, 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, - [145402] = 6, + sym__special_character, + [152920] = 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(1220), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1179), 11, + ACTIONS(1222), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177306,16 +185264,106 @@ 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, + [152946] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7937), 1, + anon_sym_DQUOTE, + STATE(3752), 1, + sym_string, + ACTIONS(7939), 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(7935), 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__, + [152978] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7953), 1, + anon_sym_LPAREN, + ACTIONS(7955), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7957), 1, + anon_sym_COLON, + ACTIONS(7959), 1, + aux_sym_number_token1, + ACTIONS(7961), 1, + aux_sym_number_token2, + ACTIONS(7963), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7965), 1, + anon_sym_RBRACE3, + ACTIONS(7967), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7969), 1, + anon_sym_BQUOTE, + ACTIONS(7971), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7973), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7951), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4197), 5, + sym_parenthesized_expression, + sym_arithmetic_expansion, + sym_number, + sym_expansion, + sym_command_substitution, + [153026] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7933), 1, + sym_file_descriptor, + ACTIONS(7975), 1, + aux_sym_heredoc_redirect_token1, + STATE(4302), 1, + sym__heredoc_expression, + STATE(4303), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7929), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3392), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, + [153064] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(1244), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 13, + ACTIONS(1246), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177329,16 +185377,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145461] = 3, + [153090] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7933), 1, + sym_file_descriptor, + ACTIONS(7977), 1, + aux_sym_heredoc_redirect_token1, + STATE(4253), 1, + sym__heredoc_expression, + STATE(4254), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7929), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3390), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, + [153128] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(1224), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 13, + ACTIONS(1226), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177352,41 +185429,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145487] = 5, - ACTIONS(63), 1, + [153154] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(6781), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6783), 11, + ACTIONS(7933), 1, sym_file_descriptor, + ACTIONS(7979), 1, + aux_sym_heredoc_redirect_token1, + STATE(4251), 1, + sym__heredoc_expression, + STATE(4252), 1, + sym__heredoc_pipeline, + ACTIONS(7925), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(7929), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, + STATE(3386), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, - [145517] = 3, + [153192] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(1159), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 13, + ACTIONS(1161), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177400,16 +185481,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145543] = 3, + [153218] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1260), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 13, + ACTIONS(1262), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177423,16 +185504,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, + [153244] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 5, + ACTIONS(1208), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1241), 13, + ACTIONS(1210), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177446,65 +185527,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145595] = 6, - ACTIONS(3), 1, + [153270] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, - sym_file_descriptor, - STATE(2833), 1, - sym_file_redirect, - ACTIONS(7155), 7, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(7981), 1, + sym__special_character, + STATE(3288), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 5, anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(7433), 8, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, + ACTIONS(1276), 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, - [145627] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [153300] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 5, + ACTIONS(7990), 1, + sym_file_descriptor, + ACTIONS(7217), 2, anon_sym_LT_LT, + anon_sym_PIPE, + STATE(3289), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7987), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1237), 13, - sym_file_descriptor, - sym__concat, + ACTIONS(7222), 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(7984), 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, - [145653] = 3, + [153334] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(1230), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 13, + ACTIONS(1232), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177518,16 +185602,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145679] = 3, + [153360] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(1268), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 13, + ACTIONS(1270), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177541,16 +185625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145705] = 3, + [153386] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1248), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 13, + ACTIONS(1250), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177564,20 +185648,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145731] = 5, + [153412] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7725), 1, + ACTIONS(7923), 1, sym__special_character, - STATE(3147), 1, + STATE(3288), 1, aux_sym__literal_repeat1, - ACTIONS(6752), 5, + ACTIONS(6929), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 11, + ACTIONS(6931), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177589,18 +185673,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145761] = 3, + [153442] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(1190), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 13, + ACTIONS(1192), 12, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177612,17 +185695,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, - [145787] = 3, + [153467] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 6, + ACTIONS(6925), 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(6927), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177635,120 +185717,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145813] = 7, + [153492] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - ACTIONS(7017), 2, + ACTIONS(7378), 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(7376), 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, + [153517] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 5, + ACTIONS(7378), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 11, + ACTIONS(7376), 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, + [153542] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(7729), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(7945), 1, + sym_file_descriptor, + STATE(3359), 1, + sym_file_redirect, + ACTIONS(7343), 2, anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(7799), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 11, - sym_file_descriptor, + ACTIONS(7345), 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(7797), 5, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + [153575] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7945), 1, + sym_file_descriptor, + STATE(3365), 1, + sym_file_redirect, + ACTIONS(7325), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(7799), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(7327), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145907] = 5, + ACTIONS(7797), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [153608] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 5, + ACTIONS(7444), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 11, + ACTIONS(7442), 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, + [153633] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 5, + ACTIONS(3315), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1257), 13, + ACTIONS(3317), 12, sym_file_descriptor, - sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177759,42 +185857,40 @@ 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, - [145963] = 3, + [153658] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(7446), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 13, + ACTIONS(7448), 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, + [153683] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(3321), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 13, + ACTIONS(3323), 12, sym_file_descriptor, - sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177805,335 +185901,240 @@ 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, - [146015] = 3, + [153708] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(7522), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 13, + ACTIONS(7524), 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, + [153733] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(7472), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 13, + ACTIONS(7474), 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, + [153758] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 5, + ACTIONS(7426), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 13, + ACTIONS(7428), 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, + [153783] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, - sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7173), 7, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(7368), 5, anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(7433), 8, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, + ACTIONS(7370), 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, + [153808] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(3098), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 13, + ACTIONS(3100), 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, + [153833] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(7738), 1, + ACTIONS(7945), 1, sym_file_descriptor, - ACTIONS(7001), 2, + STATE(3335), 1, + sym_file_redirect, + ACTIONS(7317), 2, anon_sym_LT_LT, anon_sym_PIPE, - STATE(3157), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7735), 3, + ACTIONS(7799), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(7006), 5, + ACTIONS(7319), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7732), 5, + ACTIONS(7797), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146185] = 3, + [153866] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 5, + ACTIONS(7392), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1213), 13, + ACTIONS(7394), 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, - [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, - sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, - sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(7119), 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(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, - [146307] = 3, + [153891] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(3115), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 13, + ACTIONS(3117), 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, + [153916] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(7357), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1265), 13, + ACTIONS(7359), 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, - [146359] = 7, + [153941] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3207), 1, - sym_file_redirect, - ACTIONS(7119), 2, + ACTIONS(7357), 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(7121), 5, + ACTIONS(7359), 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, - [146392] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [153966] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 5, + ACTIONS(7460), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 12, + ACTIONS(7462), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178146,82 +186147,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146417] = 3, + [153991] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3067), 5, + ACTIONS(3000), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 12, + ACTIONS(3002), 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, - [146442] = 3, + [154016] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(7476), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 12, + ACTIONS(7478), 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, - [146467] = 3, + [154041] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3258), 5, + ACTIONS(7440), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3260), 12, + ACTIONS(7438), 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, - [146492] = 3, + [154066] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(7426), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7221), 12, + ACTIONS(7428), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178234,16 +186235,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146517] = 3, + [154091] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6785), 5, + ACTIONS(6937), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 12, + ACTIONS(6939), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178256,136 +186257,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146542] = 3, + [154116] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3262), 5, + ACTIONS(7392), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3264), 12, + ACTIONS(7394), 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, - [146567] = 3, + [154141] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6777), 5, + ACTIONS(7374), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 12, + ACTIONS(7372), 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, + [154165] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3229), 1, - sym_file_redirect, - ACTIONS(7155), 2, + ACTIONS(7460), 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(7462), 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, + [154189] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7276), 5, + ACTIONS(6925), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7278), 12, + ACTIONS(6927), 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, + [154213] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3191), 1, - sym_file_redirect, - ACTIONS(7173), 2, + ACTIONS(7432), 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(7430), 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, + [154237] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2975), 5, + ACTIONS(7508), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2977), 12, + ACTIONS(7510), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -178396,148 +186384,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146708] = 3, + [154261] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(7410), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7360), 12, + ACTIONS(7412), 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, + [154285] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(7382), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7240), 12, + ACTIONS(7380), 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, + [154309] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7350), 5, + ACTIONS(7466), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7352), 12, + ACTIONS(7464), 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, + [154333] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(7556), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7332), 12, + ACTIONS(7554), 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, + [154357] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7354), 5, + ACTIONS(7426), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7356), 12, + ACTIONS(7428), 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, + [154381] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7213), 5, + ACTIONS(7434), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7215), 12, + ACTIONS(7436), 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, + [154405] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(7361), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7221), 11, + ACTIONS(7363), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178549,16 +186531,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146882] = 3, + [154429] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7997), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7999), 1, + sym_variable_name, + STATE(3861), 2, + sym_subscript, + sym_command_substitution, + ACTIONS(7995), 3, + anon_sym_DOLLAR, + anon_sym_0, + anon_sym__, + ACTIONS(7993), 6, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_POUND, + anon_sym_AT2, + [154465] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6980), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6982), 1, + anon_sym_BQUOTE, + ACTIONS(6984), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8005), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8007), 1, + sym_variable_name, + STATE(2019), 1, + sym_subscript, + STATE(3861), 1, + sym_command_substitution, + ACTIONS(8003), 3, + anon_sym_DOLLAR, + anon_sym_0, + anon_sym__, + ACTIONS(8001), 6, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_POUND, + anon_sym_AT2, + [154503] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(7454), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7332), 11, + ACTIONS(7452), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178570,16 +186607,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, + [154527] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7348), 5, + ACTIONS(7444), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7346), 11, + ACTIONS(7442), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178591,16 +186628,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, + [154551] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7199), 5, + ACTIONS(7516), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7197), 11, + ACTIONS(7518), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178612,16 +186649,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, + [154575] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7236), 5, + ACTIONS(7530), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7238), 11, + ACTIONS(7528), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178633,16 +186670,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, + [154599] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(7458), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3306), 11, + ACTIONS(7456), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178654,16 +186691,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, + [154623] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7362), 5, + ACTIONS(3098), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7364), 11, + ACTIONS(3100), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178675,16 +186712,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, + [154647] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7256), 5, + ACTIONS(7564), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7254), 11, + ACTIONS(7562), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178696,16 +186733,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, + [154671] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7189), 5, + ACTIONS(6937), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7191), 11, + ACTIONS(6939), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178717,16 +186754,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, + [154695] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(7482), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7240), 11, + ACTIONS(7480), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178738,16 +186775,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, + [154719] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7181), 5, + ACTIONS(7506), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7183), 11, + ACTIONS(7504), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178759,16 +186796,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, + [154743] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7193), 5, + ACTIONS(7470), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7195), 11, + ACTIONS(7468), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178780,16 +186817,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, + [154767] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7201), 5, + ACTIONS(7440), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7203), 11, + ACTIONS(7438), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178801,16 +186838,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, + [154791] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7217), 5, + ACTIONS(7472), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7219), 11, + ACTIONS(7474), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178822,16 +186859,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, + [154815] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7229), 5, + ACTIONS(7476), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7231), 11, + ACTIONS(7478), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178843,16 +186880,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, + [154839] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7205), 5, + ACTIONS(7390), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7207), 11, + ACTIONS(7388), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178864,16 +186901,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, + [154863] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(7368), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3306), 11, + ACTIONS(7370), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178885,16 +186922,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, + [154887] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7209), 5, + ACTIONS(7422), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7211), 11, + ACTIONS(7420), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178906,16 +186943,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, + [154911] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(7426), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7227), 11, + ACTIONS(7428), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178927,44 +186964,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, + [154935] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7324), 5, + ACTIONS(7446), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7326), 11, + ACTIONS(7448), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178976,43 +186985,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147376] = 9, - 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(7759), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(7761), 1, - sym_variable_name, - STATE(3656), 2, - sym_subscript, - sym_command_substitution, - ACTIONS(7757), 3, - anon_sym_DOLLAR, - anon_sym_0, - anon_sym__, - ACTIONS(7755), 6, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_POUND, - anon_sym_AT2, - [147412] = 3, + [154959] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(3115), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7227), 11, + ACTIONS(3117), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179024,16 +187006,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, + [154983] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(3406), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7360), 11, + ACTIONS(3408), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179045,16 +187027,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, + [155007] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7248), 5, + ACTIONS(7486), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7250), 11, + ACTIONS(7484), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179066,16 +187048,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, + [155031] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7280), 5, + ACTIONS(7398), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7282), 11, + ACTIONS(7396), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179087,16 +187069,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, + [155055] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7187), 5, + ACTIONS(7408), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7185), 11, + ACTIONS(7406), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179108,16 +187090,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, + [155079] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6777), 5, + ACTIONS(7532), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 11, + ACTIONS(7534), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179129,16 +187111,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, + [155103] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7244), 5, + ACTIONS(7470), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7246), 11, + ACTIONS(7468), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179150,16 +187132,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, + [155127] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7354), 5, + ACTIONS(3406), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7356), 11, + ACTIONS(3408), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179171,16 +187153,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, + [155151] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7268), 5, + ACTIONS(7357), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7270), 11, + ACTIONS(7359), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179192,16 +187174,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, + [155175] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7272), 5, + ACTIONS(7357), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7274), 11, + ACTIONS(7359), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179213,37 +187195,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147652] = 3, - ACTIONS(63), 1, + [155199] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3067), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3069), 11, + ACTIONS(8009), 1, + aux_sym_concatenation_token1, + ACTIONS(8011), 1, + sym__concat, + STATE(3384), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 11, 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, - [147676] = 3, + sym__special_character, + [155229] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7177), 5, + ACTIONS(7514), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7179), 11, + ACTIONS(7512), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179255,16 +187240,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, + [155253] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 5, + ACTIONS(7402), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 11, + ACTIONS(7400), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179276,16 +187261,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, + [155277] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7294), 5, + ACTIONS(7522), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7292), 11, + ACTIONS(7524), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179297,16 +187282,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, + [155301] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7290), 5, + ACTIONS(7378), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7288), 11, + ACTIONS(7376), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179318,16 +187303,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, + [155325] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7350), 5, + ACTIONS(7538), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7352), 11, + ACTIONS(7536), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179339,16 +187324,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, + [155349] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7276), 5, + ACTIONS(7542), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7278), 11, + ACTIONS(7540), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179360,16 +187345,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, + [155373] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7342), 5, + ACTIONS(7378), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7344), 11, + ACTIONS(7376), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179381,16 +187366,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147844] = 3, + [155397] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7342), 5, + ACTIONS(7414), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7344), 11, + ACTIONS(7416), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179402,16 +187387,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147868] = 3, + [155421] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7213), 5, + ACTIONS(7392), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7215), 11, + ACTIONS(7394), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179423,16 +187408,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147892] = 3, + [155445] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7336), 5, + ACTIONS(7402), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7334), 11, + ACTIONS(7400), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179444,16 +187429,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147916] = 3, + [155469] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7286), 5, + ACTIONS(7392), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7284), 11, + ACTIONS(7394), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179465,16 +187450,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147940] = 3, + [155493] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6785), 5, + ACTIONS(7384), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 11, + ACTIONS(7386), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179486,16 +187471,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147964] = 3, + [155517] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7322), 5, + ACTIONS(7560), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7320), 11, + ACTIONS(7558), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179507,16 +187492,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147988] = 3, + [155541] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7340), 5, + ACTIONS(7552), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7338), 11, + ACTIONS(7550), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179528,16 +187513,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [148012] = 3, + [155565] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7318), 5, + ACTIONS(7490), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7316), 11, + ACTIONS(7488), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179549,20 +187534,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [148036] = 6, + [155589] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3515), 1, anon_sym_DQUOTE, - STATE(3759), 1, + STATE(3966), 1, sym_string, ACTIONS(1127), 2, anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(7765), 2, + ACTIONS(8015), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, + ACTIONS(8013), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179572,20 +187557,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148065] = 6, + [155618] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(3515), 1, anon_sym_DQUOTE, - STATE(3761), 1, + STATE(3966), 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(8015), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(8013), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179595,22 +187580,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148094] = 7, + [155647] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7775), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7777), 1, + ACTIONS(7933), 1, sym_file_descriptor, - STATE(4155), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3496), 2, + ACTIONS(8017), 1, + aux_sym_heredoc_redirect_token1, + STATE(4237), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7927), 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, + [155678] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5160), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7855), 1, + anon_sym_DOLLAR, + ACTIONS(7857), 1, + anon_sym_DQUOTE, + ACTIONS(7861), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7865), 1, + anon_sym_BQUOTE, + ACTIONS(7867), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8021), 2, + sym_variable_name, + sym__word_in_replacement, + ACTIONS(8019), 3, + sym_raw_string, + sym__expansion_word, + sym_word, + STATE(4007), 4, + sym_string, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [155715] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8009), 1, + aux_sym_concatenation_token1, + ACTIONS(8023), 1, + sym__concat, + STATE(3394), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1153), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179619,22 +187654,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148125] = 7, + [155744] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(8009), 1, + aux_sym_concatenation_token1, + ACTIONS(8011), 1, + sym__concat, + STATE(3389), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3100), 2, sym_file_descriptor, - ACTIONS(7779), 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, + ACTIONS(3098), 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, + [155773] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7933), 1, + sym_file_descriptor, + ACTIONS(8025), 1, + aux_sym_heredoc_redirect_token1, + STATE(4246), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7927), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179643,22 +187701,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148156] = 7, + [155804] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(8009), 1, + aux_sym_concatenation_token1, + ACTIONS(8011), 1, + sym__concat, + STATE(3384), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3113), 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, + ACTIONS(3111), 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, + [155833] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8009), 1, + aux_sym_concatenation_token1, + ACTIONS(8011), 1, + sym__concat, + STATE(3384), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3096), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3094), 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, + [155862] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8009), 1, + aux_sym_concatenation_token1, + ACTIONS(8027), 1, + sym__concat, + STATE(3394), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1181), 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, + [155891] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7933), 1, + sym_file_descriptor, + ACTIONS(8029), 1, + aux_sym_heredoc_redirect_token1, + STATE(4250), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7927), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179667,20 +187794,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148187] = 6, + [155922] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(7857), 1, anon_sym_DQUOTE, - STATE(3761), 1, + STATE(3936), 1, sym_string, ACTIONS(1137), 2, anon_sym_SLASH, anon_sym_RBRACE3, - ACTIONS(7769), 2, + ACTIONS(8033), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(8031), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179690,22 +187817,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148216] = 7, + [155951] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7933), 1, sym_file_descriptor, - ACTIONS(7783), 1, + ACTIONS(8035), 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(4223), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7927), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179714,22 +187841,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148247] = 7, + [155982] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7933), 1, sym_file_descriptor, - ACTIONS(7785), 1, + ACTIONS(8037), 1, aux_sym_heredoc_redirect_token1, - STATE(4099), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3475), 2, + STATE(4282), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7927), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179738,22 +187865,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148278] = 7, + [156013] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(8039), 1, + aux_sym_concatenation_token1, + ACTIONS(8042), 1, + sym__concat, + STATE(3394), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 2, sym_file_descriptor, - ACTIONS(7787), 1, aux_sym_heredoc_redirect_token1, - STATE(4384), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3501), 2, + ACTIONS(1159), 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, + [156042] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7857), 1, + anon_sym_DQUOTE, + STATE(3936), 1, + sym_string, + ACTIONS(1127), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(8033), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8031), 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__, + [156071] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7933), 1, + sym_file_descriptor, + ACTIONS(8045), 1, + aux_sym_heredoc_redirect_token1, + STATE(4264), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7927), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179762,22 +187935,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148309] = 7, + [156102] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7933), 1, sym_file_descriptor, - ACTIONS(7789), 1, + ACTIONS(8047), 1, aux_sym_heredoc_redirect_token1, - STATE(4400), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3492), 2, + STATE(4235), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7927), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179786,45 +187959,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148340] = 6, + [156133] = 7, 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(7933), 1, + sym_file_descriptor, + ACTIONS(8049), 1, + aux_sym_heredoc_redirect_token1, + STATE(4263), 1, + sym__heredoc_expression, + ACTIONS(7925), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7927), 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, + [156164] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8009), 1, + aux_sym_concatenation_token1, + ACTIONS(8011), 1, + sym__concat, + STATE(3389), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3117), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3115), 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, + [156193] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8053), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148369] = 7, + ACTIONS(8055), 1, + anon_sym_DQUOTE, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3439), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [156231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(1214), 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(1212), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179833,1585 +188051,2090 @@ 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, + [156253] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8067), 1, + anon_sym_DOLLAR, + ACTIONS(8069), 1, + anon_sym_DQUOTE, + STATE(3501), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [156291] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8071), 1, + anon_sym_DOLLAR, + ACTIONS(8073), 1, + anon_sym_DQUOTE, + STATE(3408), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [156329] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8075), 1, + anon_sym_DOLLAR, + ACTIONS(8077), 1, + anon_sym_DQUOTE, + STATE(3452), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [156367] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8079), 1, + anon_sym_DOLLAR, + ACTIONS(8081), 1, + anon_sym_DQUOTE, + STATE(3413), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [156405] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8083), 1, + anon_sym_DOLLAR, + ACTIONS(8085), 1, + anon_sym_DQUOTE, + STATE(3452), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [156443] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7795), 1, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8087), 1, anon_sym_DOLLAR, - ACTIONS(7797), 1, + ACTIONS(8089), 1, anon_sym_DQUOTE, - ACTIONS(7799), 1, + STATE(3414), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [156481] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3293), 1, + ACTIONS(8091), 1, + anon_sym_DOLLAR, + ACTIONS(8093), 1, + anon_sym_DQUOTE, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148438] = 11, + [156519] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7809), 1, + ACTIONS(8095), 1, anon_sym_DOLLAR, - ACTIONS(7811), 1, + ACTIONS(8097), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148476] = 11, + [156557] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7813), 1, + ACTIONS(8099), 1, anon_sym_DOLLAR, - ACTIONS(7815), 1, + ACTIONS(8101), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3406), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148514] = 11, + [156595] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1270), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 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, + [156617] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7817), 1, + ACTIONS(8103), 1, anon_sym_DOLLAR, - ACTIONS(7819), 1, + ACTIONS(8105), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3409), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148552] = 11, + [156655] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7821), 1, + ACTIONS(8107), 1, anon_sym_DOLLAR, - ACTIONS(7823), 1, + ACTIONS(8109), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148590] = 11, + [156693] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7825), 1, + ACTIONS(8111), 1, anon_sym_DOLLAR, - ACTIONS(7827), 1, + ACTIONS(8113), 1, anon_sym_DQUOTE, - STATE(3247), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148628] = 11, + [156731] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8115), 1, + sym__special_character, + STATE(3443), 1, + aux_sym__literal_repeat1, + ACTIONS(3113), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3111), 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, + [156757] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7829), 1, + ACTIONS(8117), 1, anon_sym_DOLLAR, - ACTIONS(7831), 1, + ACTIONS(8119), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148666] = 11, + [156795] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1240), 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, + [156817] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7833), 1, + ACTIONS(8121), 1, anon_sym_DOLLAR, - ACTIONS(7835), 1, + ACTIONS(8123), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3425), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148704] = 11, + [156855] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8115), 1, + sym__special_character, + STATE(3443), 1, + aux_sym__literal_repeat1, + ACTIONS(3096), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3094), 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, + [156881] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7837), 1, + ACTIONS(8125), 1, anon_sym_DOLLAR, - ACTIONS(7839), 1, + ACTIONS(8127), 1, anon_sym_DQUOTE, - STATE(3256), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148742] = 11, + [156919] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7841), 1, + ACTIONS(8129), 1, anon_sym_DOLLAR, - ACTIONS(7843), 1, + ACTIONS(8131), 1, anon_sym_DQUOTE, - STATE(3331), 1, + STATE(3416), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148780] = 11, + [156957] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7845), 1, + ACTIONS(8133), 1, anon_sym_DOLLAR, - ACTIONS(7847), 1, + ACTIONS(8135), 1, anon_sym_DQUOTE, - STATE(3266), 1, + STATE(3427), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148818] = 11, + [156995] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7849), 1, + ACTIONS(8137), 1, anon_sym_DOLLAR, - ACTIONS(7851), 1, + ACTIONS(8139), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3404), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148856] = 11, + [157033] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7853), 1, + ACTIONS(8141), 1, anon_sym_DOLLAR, - ACTIONS(7855), 1, + ACTIONS(8143), 1, anon_sym_DQUOTE, - STATE(3249), 1, + STATE(3426), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148894] = 11, + [157071] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7857), 1, + ACTIONS(8145), 1, anon_sym_DOLLAR, - ACTIONS(7859), 1, + ACTIONS(8147), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148932] = 11, + [157109] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7861), 1, + ACTIONS(8149), 1, anon_sym_DOLLAR, - ACTIONS(7863), 1, + ACTIONS(8151), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148970] = 11, + [157147] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7865), 1, + ACTIONS(8153), 1, anon_sym_DOLLAR, - ACTIONS(7867), 1, + ACTIONS(8155), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149008] = 11, + [157185] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7869), 1, + ACTIONS(8157), 1, anon_sym_DOLLAR, - ACTIONS(7871), 1, + ACTIONS(8159), 1, anon_sym_DQUOTE, - STATE(3257), 1, + STATE(3420), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149046] = 11, + [157223] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7873), 1, + ACTIONS(8161), 1, anon_sym_DOLLAR, - ACTIONS(7875), 1, + ACTIONS(8163), 1, anon_sym_DQUOTE, - STATE(3250), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149084] = 11, + [157261] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7877), 1, + ACTIONS(8165), 1, anon_sym_DOLLAR, - ACTIONS(7879), 1, + ACTIONS(8167), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149122] = 11, + [157299] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7881), 1, + ACTIONS(8169), 1, anon_sym_DOLLAR, - ACTIONS(7883), 1, + ACTIONS(8171), 1, anon_sym_DQUOTE, - STATE(3281), 1, + STATE(3438), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149160] = 11, + [157337] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1266), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1264), 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, + [157359] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7885), 1, + ACTIONS(8173), 1, anon_sym_DOLLAR, - ACTIONS(7887), 1, + ACTIONS(8175), 1, anon_sym_DQUOTE, - STATE(3254), 1, + STATE(3430), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149198] = 11, + [157397] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1161), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1159), 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, + [157419] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7889), 1, + ACTIONS(8177), 1, anon_sym_DOLLAR, - ACTIONS(7891), 1, + ACTIONS(8179), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149236] = 11, + [157457] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7893), 1, + ACTIONS(8181), 1, anon_sym_DOLLAR, - ACTIONS(7895), 1, + ACTIONS(8183), 1, anon_sym_DQUOTE, - STATE(3270), 1, + STATE(3435), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149274] = 11, + [157495] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7897), 1, + ACTIONS(8185), 1, anon_sym_DOLLAR, - ACTIONS(7899), 1, + ACTIONS(8187), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149312] = 11, + [157533] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7901), 1, + ACTIONS(8189), 1, anon_sym_DOLLAR, - ACTIONS(7903), 1, + ACTIONS(8191), 1, anon_sym_DQUOTE, - STATE(3246), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149350] = 11, + [157571] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7905), 1, + ACTIONS(8193), 1, anon_sym_DOLLAR, - ACTIONS(7907), 1, + ACTIONS(8195), 1, anon_sym_DQUOTE, - STATE(3277), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149388] = 11, + [157609] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7909), 1, + ACTIONS(8197), 1, anon_sym_DOLLAR, - ACTIONS(7911), 1, + ACTIONS(8199), 1, anon_sym_DQUOTE, - STATE(3264), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149426] = 11, + [157647] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7913), 1, + ACTIONS(8201), 1, anon_sym_DOLLAR, - ACTIONS(7915), 1, + ACTIONS(8203), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3446), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149464] = 11, + [157685] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7920), 1, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8205), 1, anon_sym_DOLLAR, - ACTIONS(7923), 1, + ACTIONS(8207), 1, anon_sym_DQUOTE, - ACTIONS(7925), 1, + STATE(3440), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [157723] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8209), 1, + sym__special_character, + STATE(3443), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1274), 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, + [157749] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7928), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7931), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7934), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7937), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3271), 1, + ACTIONS(8212), 1, + anon_sym_DOLLAR, + ACTIONS(8214), 1, + anon_sym_DQUOTE, + STATE(3437), 1, aux_sym_string_repeat1, - ACTIONS(7917), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149502] = 11, + [157787] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1214), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + [157809] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7940), 1, + ACTIONS(8216), 1, anon_sym_DOLLAR, - ACTIONS(7942), 1, + ACTIONS(8218), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149540] = 11, + [157847] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7944), 1, + ACTIONS(8220), 1, anon_sym_DOLLAR, - ACTIONS(7946), 1, + ACTIONS(8222), 1, anon_sym_DQUOTE, - STATE(3325), 1, + STATE(3429), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149578] = 11, + [157885] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1206), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1204), 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, + [157907] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7948), 1, + ACTIONS(8224), 1, anon_sym_DOLLAR, - ACTIONS(7950), 1, + ACTIONS(8226), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149616] = 11, + [157945] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7952), 1, + ACTIONS(8228), 1, anon_sym_DOLLAR, - ACTIONS(7954), 1, + ACTIONS(8230), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149654] = 11, + [157983] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7956), 1, + ACTIONS(8232), 1, + anon_sym_DOLLAR, + ACTIONS(8234), 1, + anon_sym_DQUOTE, + STATE(3452), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [158021] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8239), 1, anon_sym_DOLLAR, - ACTIONS(7958), 1, + ACTIONS(8242), 1, anon_sym_DQUOTE, - STATE(3274), 1, + ACTIONS(8244), 1, + sym__string_content, + ACTIONS(8247), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8250), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8253), 1, + anon_sym_BQUOTE, + ACTIONS(8256), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8236), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149692] = 11, + [158059] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7960), 1, + ACTIONS(8259), 1, anon_sym_DOLLAR, - ACTIONS(7962), 1, + ACTIONS(8261), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3472), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149730] = 11, + [158097] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7964), 1, + ACTIONS(8263), 1, anon_sym_DOLLAR, - ACTIONS(7966), 1, + ACTIONS(8265), 1, anon_sym_DQUOTE, - STATE(3272), 1, + STATE(3458), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149768] = 11, + [158135] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1232), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1230), 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, + [158157] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7968), 1, + ACTIONS(8267), 1, anon_sym_DOLLAR, - ACTIONS(7970), 1, + ACTIONS(8269), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3450), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149806] = 11, + [158195] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7972), 1, + ACTIONS(8271), 1, anon_sym_DOLLAR, - ACTIONS(7974), 1, + ACTIONS(8273), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3451), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149844] = 11, + [158233] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7976), 1, + ACTIONS(8275), 1, anon_sym_DOLLAR, - ACTIONS(7978), 1, + ACTIONS(8277), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149882] = 11, + [158271] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1250), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 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, + [158293] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7980), 1, + ACTIONS(8279), 1, anon_sym_DOLLAR, - ACTIONS(7982), 1, + ACTIONS(8281), 1, anon_sym_DQUOTE, - STATE(3287), 1, + STATE(3465), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149920] = 11, + [158331] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7984), 1, + ACTIONS(8283), 1, anon_sym_DOLLAR, - ACTIONS(7986), 1, + ACTIONS(8285), 1, anon_sym_DQUOTE, - STATE(3258), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149958] = 11, + [158369] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7988), 1, + ACTIONS(8287), 1, anon_sym_DOLLAR, - ACTIONS(7990), 1, + ACTIONS(8289), 1, anon_sym_DQUOTE, - STATE(3289), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149996] = 11, + [158407] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7992), 1, + ACTIONS(8291), 1, anon_sym_DOLLAR, - ACTIONS(7994), 1, + ACTIONS(8293), 1, anon_sym_DQUOTE, - STATE(3279), 1, + STATE(3449), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150034] = 11, + [158445] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1246), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1244), 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, + [158467] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7996), 1, + ACTIONS(8295), 1, anon_sym_DOLLAR, - ACTIONS(7998), 1, + ACTIONS(8297), 1, anon_sym_DQUOTE, - STATE(3280), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150072] = 11, + [158505] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8000), 1, + ACTIONS(8299), 1, anon_sym_DOLLAR, - ACTIONS(8002), 1, + ACTIONS(8301), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3462), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150110] = 11, + [158543] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8004), 1, + ACTIONS(8303), 1, anon_sym_DOLLAR, - ACTIONS(8006), 1, + ACTIONS(8305), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150148] = 11, + [158581] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8008), 1, + ACTIONS(8307), 1, anon_sym_DOLLAR, - ACTIONS(8010), 1, + ACTIONS(8309), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3473), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150186] = 11, + [158619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1222), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1220), 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, + [158641] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8012), 1, + ACTIONS(8311), 1, anon_sym_DOLLAR, - ACTIONS(8014), 1, + ACTIONS(8313), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3489), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150224] = 11, + [158679] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8016), 1, + ACTIONS(8315), 1, anon_sym_DOLLAR, - ACTIONS(8018), 1, + ACTIONS(8317), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3467), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150262] = 11, + [158717] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8020), 1, + ACTIONS(8319), 1, anon_sym_DOLLAR, - ACTIONS(8022), 1, + ACTIONS(8321), 1, anon_sym_DQUOTE, - STATE(3299), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150300] = 11, + [158755] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8024), 1, + ACTIONS(8323), 1, anon_sym_DOLLAR, - ACTIONS(8026), 1, + ACTIONS(8325), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150338] = 11, + [158793] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1218), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1216), 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, + [158815] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8028), 1, + ACTIONS(8327), 1, anon_sym_DOLLAR, - ACTIONS(8030), 1, + ACTIONS(8329), 1, anon_sym_DQUOTE, - STATE(3290), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150376] = 11, + [158853] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8032), 1, + ACTIONS(8331), 1, anon_sym_DOLLAR, - ACTIONS(8034), 1, + ACTIONS(8333), 1, anon_sym_DQUOTE, - STATE(3296), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150414] = 11, + [158891] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1202), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1200), 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, + [158913] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8036), 1, + ACTIONS(8335), 1, anon_sym_DOLLAR, - ACTIONS(8038), 1, + ACTIONS(8337), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150452] = 11, + [158951] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8040), 1, + ACTIONS(8339), 1, anon_sym_DOLLAR, - ACTIONS(8042), 1, + ACTIONS(8341), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3484), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150490] = 11, + [158989] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8044), 1, + ACTIONS(8343), 1, anon_sym_DOLLAR, - ACTIONS(8046), 1, + ACTIONS(8345), 1, anon_sym_DQUOTE, - STATE(3291), 1, + STATE(3461), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150528] = 11, + [159027] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8048), 1, + ACTIONS(8347), 1, anon_sym_DOLLAR, - ACTIONS(8050), 1, + ACTIONS(8349), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3475), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150566] = 11, + [159065] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8052), 1, + ACTIONS(8351), 1, anon_sym_DOLLAR, - ACTIONS(8054), 1, + ACTIONS(8353), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3476), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150604] = 6, + [159103] = 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(1226), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 9, + ACTIONS(1224), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -181420,909 +190143,1073 @@ 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, + [159125] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8060), 1, + ACTIONS(8355), 1, anon_sym_DOLLAR, - ACTIONS(8062), 1, + ACTIONS(8357), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150670] = 11, + [159163] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8064), 1, + ACTIONS(8359), 1, anon_sym_DOLLAR, - ACTIONS(8066), 1, + ACTIONS(8361), 1, anon_sym_DQUOTE, - STATE(3308), 1, + STATE(3478), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150708] = 11, + [159201] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8068), 1, + ACTIONS(8363), 1, anon_sym_DOLLAR, - ACTIONS(8070), 1, + ACTIONS(8365), 1, anon_sym_DQUOTE, - STATE(3297), 1, + STATE(3500), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150746] = 11, + [159239] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8072), 1, + ACTIONS(8367), 1, anon_sym_DOLLAR, - ACTIONS(8074), 1, + ACTIONS(8369), 1, anon_sym_DQUOTE, - STATE(3315), 1, + STATE(3497), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150784] = 11, + [159277] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8076), 1, + ACTIONS(8371), 1, anon_sym_DOLLAR, - ACTIONS(8078), 1, + ACTIONS(8373), 1, anon_sym_DQUOTE, - STATE(3310), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150822] = 11, + [159315] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8080), 1, + ACTIONS(8375), 1, anon_sym_DOLLAR, - ACTIONS(8082), 1, + ACTIONS(8377), 1, anon_sym_DQUOTE, - STATE(3302), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150860] = 11, + [159353] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8084), 1, + ACTIONS(8379), 1, anon_sym_DOLLAR, - ACTIONS(8086), 1, + ACTIONS(8381), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3491), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150898] = 11, + [159391] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8088), 1, + ACTIONS(8383), 1, anon_sym_DOLLAR, - ACTIONS(8090), 1, + ACTIONS(8385), 1, anon_sym_DQUOTE, - STATE(3319), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150936] = 11, + [159429] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1258), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1256), 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, + [159451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1236), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1234), 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, + [159473] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8092), 1, + ACTIONS(8387), 1, anon_sym_DOLLAR, - ACTIONS(8094), 1, + ACTIONS(8389), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3488), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150974] = 11, + [159511] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8096), 1, + ACTIONS(8391), 1, anon_sym_DOLLAR, - ACTIONS(8098), 1, + ACTIONS(8393), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151012] = 11, + [159549] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1262), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1260), 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, + [159571] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8100), 1, + ACTIONS(8395), 1, anon_sym_DOLLAR, - ACTIONS(8102), 1, + ACTIONS(8397), 1, anon_sym_DQUOTE, - STATE(3321), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151050] = 11, + [159609] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8104), 1, + ACTIONS(8399), 1, anon_sym_DOLLAR, - ACTIONS(8106), 1, + ACTIONS(8401), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3503), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151088] = 11, + [159647] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8108), 1, + ACTIONS(8403), 1, anon_sym_DOLLAR, - ACTIONS(8110), 1, + ACTIONS(8405), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3495), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151126] = 11, + [159685] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8112), 1, + ACTIONS(8407), 1, anon_sym_DOLLAR, - ACTIONS(8114), 1, + ACTIONS(8409), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151164] = 11, + [159723] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8116), 1, + ACTIONS(8411), 1, anon_sym_DOLLAR, - ACTIONS(8118), 1, + ACTIONS(8413), 1, anon_sym_DQUOTE, - STATE(3313), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151202] = 11, + [159761] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8120), 1, + ACTIONS(8415), 1, anon_sym_DOLLAR, - ACTIONS(8122), 1, + ACTIONS(8417), 1, anon_sym_DQUOTE, - STATE(3311), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151240] = 11, + [159799] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8124), 1, + ACTIONS(8419), 1, anon_sym_DOLLAR, - ACTIONS(8126), 1, + ACTIONS(8421), 1, anon_sym_DQUOTE, - STATE(3300), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151278] = 11, + [159837] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1254), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1252), 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, + [159859] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8128), 1, + ACTIONS(8423), 1, anon_sym_DOLLAR, - ACTIONS(8130), 1, + ACTIONS(8425), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3502), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151316] = 11, + [159897] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8132), 1, + ACTIONS(8427), 1, anon_sym_DOLLAR, - ACTIONS(8134), 1, + ACTIONS(8429), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151354] = 11, + [159935] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7222), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8434), 1, + sym_file_descriptor, + ACTIONS(7217), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3507), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8431), 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, + [159963] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8136), 1, + ACTIONS(8437), 1, anon_sym_DOLLAR, - ACTIONS(8138), 1, + ACTIONS(8439), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151392] = 11, + [160001] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8140), 1, + ACTIONS(8441), 1, anon_sym_DOLLAR, - ACTIONS(8142), 1, + ACTIONS(8443), 1, anon_sym_DQUOTE, - STATE(3327), 1, + STATE(3523), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151430] = 11, + [160039] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8144), 1, + ACTIONS(8445), 1, anon_sym_DOLLAR, - ACTIONS(8146), 1, + ACTIONS(8447), 1, anon_sym_DQUOTE, - STATE(3314), 1, + STATE(3506), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151468] = 11, + [160077] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8148), 1, + ACTIONS(8449), 1, anon_sym_DOLLAR, - ACTIONS(8150), 1, + ACTIONS(8451), 1, anon_sym_DQUOTE, - STATE(3330), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151506] = 11, + [160115] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8152), 1, + ACTIONS(8453), 1, anon_sym_DOLLAR, - ACTIONS(8154), 1, + ACTIONS(8455), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3519), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151544] = 11, + [160153] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8156), 1, + ACTIONS(8457), 1, anon_sym_DOLLAR, - ACTIONS(8158), 1, + ACTIONS(8459), 1, anon_sym_DQUOTE, - STATE(3320), 1, + STATE(3511), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151582] = 11, + [160191] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8160), 1, + ACTIONS(8461), 1, anon_sym_DOLLAR, - ACTIONS(8162), 1, + ACTIONS(8463), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151620] = 11, + [160229] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8164), 1, + ACTIONS(8465), 1, anon_sym_DOLLAR, - ACTIONS(8166), 1, + ACTIONS(8467), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3521), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151658] = 11, + [160267] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8168), 1, + ACTIONS(8469), 1, anon_sym_DOLLAR, - ACTIONS(8170), 1, + ACTIONS(8471), 1, anon_sym_DQUOTE, - STATE(3261), 1, + STATE(3508), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151696] = 11, + [160305] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8172), 1, + ACTIONS(8473), 1, anon_sym_DOLLAR, - ACTIONS(8174), 1, + ACTIONS(8475), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3522), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151734] = 11, + [160343] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8176), 1, + ACTIONS(8477), 1, anon_sym_DOLLAR, - ACTIONS(8178), 1, + ACTIONS(8479), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3514), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151772] = 11, + [160381] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8481), 1, + anon_sym_DOLLAR, + ACTIONS(8483), 1, + anon_sym_DQUOTE, + STATE(3452), 1, + aux_sym_string_repeat1, + ACTIONS(8051), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3691), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [160419] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1210), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1208), 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, + [160441] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, + sym__string_content, + ACTIONS(8059), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8061), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8063), 1, + anon_sym_BQUOTE, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8180), 1, + ACTIONS(8485), 1, anon_sym_DOLLAR, - ACTIONS(8182), 1, + ACTIONS(8487), 1, anon_sym_DQUOTE, - STATE(3328), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151810] = 11, + [160479] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8184), 1, + ACTIONS(8489), 1, anon_sym_DOLLAR, - ACTIONS(8186), 1, + ACTIONS(8491), 1, anon_sym_DQUOTE, - STATE(3275), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151848] = 11, + [160517] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8057), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8059), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8063), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8188), 1, + ACTIONS(8493), 1, anon_sym_DOLLAR, - ACTIONS(8190), 1, + ACTIONS(8495), 1, anon_sym_DQUOTE, - STATE(3244), 1, + STATE(3452), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8051), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3691), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151886] = 5, + [160555] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(8277), 1, anon_sym_DQUOTE, - STATE(3761), 1, - sym_string, - ACTIONS(7769), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8497), 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__, + [160580] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8503), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182332,17 +191219,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151911] = 5, + [160605] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7851), 1, + ACTIONS(8495), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182352,17 +191239,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151936] = 5, + [160630] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8491), 1, + anon_sym_DQUOTE, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8198), 1, + ACTIONS(8501), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8497), 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__, + [160655] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2836), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1600), 1, + sym_string, + ACTIONS(2838), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2834), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182372,17 +191279,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151961] = 5, + [160680] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8062), 1, + ACTIONS(8483), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182392,17 +191299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151986] = 5, + [160705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8200), 1, + ACTIONS(8505), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182412,17 +191319,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152011] = 5, + [160730] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8110), 1, + ACTIONS(8487), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182432,17 +191339,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152036] = 5, + [160755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8507), 1, anon_sym_DQUOTE, - STATE(2741), 1, - sym_string, - ACTIONS(4373), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182452,17 +191359,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152061] = 5, + [160780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8202), 1, + ACTIONS(3515), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3966), 1, + sym_string, + ACTIONS(8015), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8013), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182472,17 +191379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152086] = 5, + [160805] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8138), 1, + ACTIONS(8463), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182492,17 +191399,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152111] = 5, + [160830] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(2939), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(1791), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(2941), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2307), 9, + ACTIONS(2937), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182512,17 +191419,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152136] = 5, + [160855] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8166), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8509), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182532,17 +191439,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152161] = 5, + [160880] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(2224), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(1151), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(2523), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2129), 9, + ACTIONS(2521), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182552,17 +191459,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152186] = 5, + [160905] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8098), 1, + ACTIONS(8439), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182572,17 +191479,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152211] = 5, + [160930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8130), 1, + ACTIONS(2473), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1232), 1, + sym_string, + ACTIONS(2475), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2471), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182592,17 +191499,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152236] = 5, + [160955] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8204), 1, + ACTIONS(8451), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182612,17 +191519,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152261] = 5, + [160980] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7879), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8511), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182632,17 +191539,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152286] = 5, + [161005] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8206), 1, + ACTIONS(1413), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(701), 1, + sym_string, + ACTIONS(1743), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1741), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182652,17 +191559,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152311] = 5, + [161030] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8208), 1, + ACTIONS(7857), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3936), 1, + sym_string, + ACTIONS(8033), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8031), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182672,17 +191579,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152336] = 5, + [161055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7835), 1, + ACTIONS(8429), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182692,17 +191599,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152361] = 5, + [161080] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8210), 1, + ACTIONS(8513), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182712,17 +191619,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152386] = 5, + [161105] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8038), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8515), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182732,17 +191639,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152411] = 5, + [161130] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8162), 1, + ACTIONS(8413), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182752,17 +191659,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152436] = 5, + [161155] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8212), 1, + ACTIONS(8417), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182772,17 +191679,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152461] = 5, + [161180] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5138), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8517), 1, anon_sym_DQUOTE, - STATE(2924), 1, - sym_string, - ACTIONS(5140), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5136), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182792,17 +191699,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152486] = 5, + [161205] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8519), 1, anon_sym_DQUOTE, - STATE(1444), 1, - sym_string, - ACTIONS(2721), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182812,17 +191719,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152511] = 5, + [161230] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7743), 1, + ACTIONS(8421), 1, anon_sym_DQUOTE, - STATE(3618), 1, - sym_string, - ACTIONS(7745), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7741), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182832,17 +191739,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152536] = 5, + [161255] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4109), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8521), 1, anon_sym_DQUOTE, - STATE(2517), 1, - sym_string, - ACTIONS(4111), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182852,17 +191759,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152561] = 5, + [161280] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8214), 1, + ACTIONS(8523), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182872,17 +191779,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152586] = 5, + [161305] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8094), 1, + ACTIONS(5312), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(3242), 1, + sym_string, + ACTIONS(5314), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5310), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182892,17 +191799,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152611] = 5, + [161330] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8106), 1, + ACTIONS(8409), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182912,17 +191819,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152636] = 5, + [161355] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8216), 1, + ACTIONS(204), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1582), 1, + sym_string, + ACTIONS(2846), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2844), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182932,17 +191839,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152661] = 5, + [161380] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3781), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8525), 1, anon_sym_DQUOTE, - STATE(2080), 1, - sym_string, - ACTIONS(3783), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3779), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182952,17 +191859,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152686] = 5, + [161405] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 1, + ACTIONS(8397), 1, anon_sym_DQUOTE, - STATE(1534), 1, - sym_string, - ACTIONS(2747), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2743), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182972,17 +191879,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152711] = 5, + [161430] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8134), 1, + ACTIONS(8393), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182992,17 +191899,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152736] = 5, + [161455] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(1131), 1, anon_sym_DQUOTE, - STATE(719), 1, + STATE(340), 1, sym_string, - ACTIONS(2095), 2, + ACTIONS(1133), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2093), 9, + ACTIONS(1129), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183012,17 +191919,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152761] = 5, + [161480] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8218), 1, + ACTIONS(8113), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183032,17 +191939,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152786] = 5, + [161505] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8220), 1, + ACTIONS(8527), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183052,17 +191959,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152811] = 5, + [161530] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8018), 1, + ACTIONS(3074), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1806), 1, + sym_string, + ACTIONS(3076), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3072), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183072,17 +191979,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152836] = 5, + [161555] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8222), 1, + ACTIONS(8385), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183092,17 +191999,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152861] = 5, + [161580] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8026), 1, + ACTIONS(1595), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(792), 1, + sym_string, + ACTIONS(2032), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2030), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183112,17 +192019,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152886] = 5, + [161605] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(4070), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(2565), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(4072), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2083), 9, + ACTIONS(4068), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183132,17 +192039,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152911] = 5, + [161630] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8224), 1, + ACTIONS(8373), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183152,17 +192059,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152936] = 5, + [161655] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8226), 1, + ACTIONS(8529), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183172,17 +192079,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152961] = 5, + [161680] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8531), 1, anon_sym_DQUOTE, - STATE(3759), 1, - sym_string, - ACTIONS(7765), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183192,17 +192099,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152986] = 5, + [161705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8086), 1, + ACTIONS(1669), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(997), 1, + sym_string, + ACTIONS(2418), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2416), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183212,17 +192119,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153011] = 5, + [161730] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7974), 1, + ACTIONS(8093), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183232,17 +192139,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153036] = 5, + [161755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8228), 1, + ACTIONS(8533), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183252,17 +192159,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153061] = 5, + [161780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(4317), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2552), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183272,17 +192179,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153086] = 5, + [161805] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8042), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8535), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183292,38 +192199,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153111] = 6, - 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, + [161830] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, + ACTIONS(8377), 1, anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183333,17 +192219,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153163] = 5, + [161855] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(8357), 1, anon_sym_DQUOTE, - STATE(762), 1, - sym_string, - ACTIONS(1861), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1859), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183353,17 +192239,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153188] = 5, + [161880] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8230), 1, + ACTIONS(1801), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1067), 1, + sym_string, + ACTIONS(2479), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2477), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183373,38 +192259,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153213] = 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(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, + [161905] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8232), 1, + ACTIONS(8337), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183414,17 +192279,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153265] = 5, + [161930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7962), 1, + ACTIONS(4474), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(2851), 1, + sym_string, + ACTIONS(4552), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4550), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183434,17 +192299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153290] = 5, + [161955] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8234), 1, + ACTIONS(8537), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183454,17 +192319,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153315] = 5, + [161980] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8236), 1, + ACTIONS(8333), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183474,17 +192339,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153340] = 5, + [162005] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1143), 1, + ACTIONS(8077), 1, anon_sym_DQUOTE, - STATE(376), 1, - sym_string, - ACTIONS(1145), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1141), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183494,17 +192359,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153365] = 5, + [162030] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7867), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8539), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183514,17 +192379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153390] = 5, + [162055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(8329), 1, anon_sym_DQUOTE, - STATE(1687), 1, - sym_string, - ACTIONS(2888), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2884), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183534,17 +192399,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153415] = 5, + [162080] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7819), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8541), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183554,38 +192419,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153440] = 6, - 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, + [162105] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8178), 1, + ACTIONS(8325), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183595,17 +192439,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153492] = 5, + [162130] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8238), 1, + ACTIONS(8543), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183615,17 +192459,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153517] = 5, + [162155] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8014), 1, + ACTIONS(8097), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183635,38 +192479,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153542] = 6, + [162180] = 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(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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1131), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8545), 1, anon_sym_DQUOTE, - STATE(336), 1, - sym_string, - ACTIONS(1133), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1129), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183676,17 +192499,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153594] = 5, + [162205] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8240), 1, + ACTIONS(5340), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3205), 1, + sym_string, + ACTIONS(5342), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5338), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183696,17 +192519,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153619] = 5, + [162230] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8242), 1, + ACTIONS(8285), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183716,17 +192539,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153644] = 5, + [162255] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8244), 1, + ACTIONS(8547), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183736,17 +192559,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153669] = 5, + [162280] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8114), 1, + ACTIONS(8321), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183756,17 +192579,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153694] = 5, + [162305] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7823), 1, + ACTIONS(250), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1460), 1, + sym_string, + ACTIONS(2930), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2928), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183776,17 +192599,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153719] = 5, + [162330] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(8305), 1, anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(3995), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183796,17 +192619,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153744] = 5, + [162355] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8246), 1, + ACTIONS(2262), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1213), 1, + sym_string, + ACTIONS(2527), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2525), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183816,17 +192639,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153769] = 5, + [162380] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5763), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8549), 1, anon_sym_DQUOTE, - STATE(3139), 1, - sym_string, - ACTIONS(5765), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183836,17 +192659,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153794] = 5, + [162405] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8248), 1, + ACTIONS(8297), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183856,17 +192679,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153819] = 5, + [162430] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5132), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8551), 1, anon_sym_DQUOTE, - STATE(3105), 1, - sym_string, - ACTIONS(5134), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183876,17 +192699,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153844] = 5, + [162455] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8010), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8553), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183896,17 +192719,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153869] = 5, + [162480] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8250), 1, + ACTIONS(8289), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183916,38 +192739,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153894] = 6, - 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, + [162505] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(5334), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(3048), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(5336), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2449), 9, + ACTIONS(5332), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183957,17 +192759,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153946] = 5, + [162530] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7970), 1, + ACTIONS(4203), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(2736), 1, + sym_string, + ACTIONS(4205), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4201), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183977,17 +192779,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153971] = 5, + [162555] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8555), 1, anon_sym_DQUOTE, - STATE(1496), 1, - sym_string, - ACTIONS(2677), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2673), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183997,17 +192799,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153996] = 5, + [162580] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8258), 1, + ACTIONS(8557), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184017,38 +192819,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154021] = 6, - 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, + [162605] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8262), 1, + ACTIONS(8559), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184058,38 +192839,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, + [162630] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8561), 1, anon_sym_DQUOTE, - STATE(1093), 1, - sym_string, - ACTIONS(2426), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2422), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184099,17 +192859,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154125] = 5, + [162655] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7978), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8563), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184119,17 +192879,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154150] = 5, + [162680] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8266), 1, + ACTIONS(8565), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184139,17 +192899,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154175] = 5, + [162705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8268), 1, + ACTIONS(8226), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184159,17 +192919,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154200] = 5, + [162730] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8002), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8567), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184179,17 +192939,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154225] = 5, + [162755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8270), 1, + ACTIONS(8234), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184199,17 +192959,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154250] = 5, + [162780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(8230), 1, anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(4189), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184219,17 +192979,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154275] = 5, + [162805] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8569), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184239,17 +192999,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154300] = 5, + [162830] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1163), 1, + ACTIONS(1149), 1, anon_sym_DQUOTE, - STATE(394), 1, + STATE(413), 1, sym_string, - ACTIONS(1165), 2, + ACTIONS(1151), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1161), 9, + ACTIONS(1147), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184259,17 +193019,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154325] = 5, + [162855] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2115), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1115), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2406), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2358), 9, + ACTIONS(2404), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184279,17 +193039,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154350] = 5, + [162880] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(8085), 1, anon_sym_DQUOTE, - STATE(1215), 1, - sym_string, - ACTIONS(2455), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2453), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184299,17 +193059,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154375] = 5, + [162905] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7950), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8571), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184319,17 +193079,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154400] = 5, + [162930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8154), 1, + ACTIONS(2453), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1225), 1, + sym_string, + ACTIONS(2455), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2451), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184339,17 +193099,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154425] = 5, + [162955] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8272), 1, + ACTIONS(1439), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(755), 1, + sym_string, + ACTIONS(2151), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2149), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184359,17 +193119,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154450] = 5, + [162980] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7954), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8573), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184379,17 +193139,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154475] = 5, + [163005] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8274), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1649), 1, + sym_string, + ACTIONS(2808), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2804), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184399,17 +193159,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154500] = 5, + [163030] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7811), 1, + ACTIONS(8218), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184419,17 +193179,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154525] = 5, + [163055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8276), 1, + ACTIONS(7116), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3520), 1, + sym_string, + ACTIONS(7118), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(7114), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184439,17 +193199,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154550] = 5, + [163080] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8575), 1, anon_sym_DQUOTE, - STATE(957), 1, - sym_string, - ACTIONS(2400), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2398), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184459,17 +193219,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154575] = 5, + [163105] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8278), 1, + ACTIONS(8577), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184479,17 +193239,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154600] = 5, + [163130] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8280), 1, + ACTIONS(8579), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184499,17 +193259,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154625] = 5, + [163155] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(2155), 1, anon_sym_DQUOTE, - STATE(972), 1, + STATE(959), 1, sym_string, - ACTIONS(2404), 2, + ACTIONS(2157), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2402), 9, + ACTIONS(2153), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184519,17 +193279,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154650] = 5, + [163180] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8006), 1, + ACTIONS(8199), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184539,17 +193299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154675] = 5, + [163205] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5262), 1, + ACTIONS(4496), 1, anon_sym_DQUOTE, - STATE(3082), 1, + STATE(2740), 1, sym_string, - ACTIONS(5264), 2, + ACTIONS(4498), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, + ACTIONS(4494), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184559,17 +193319,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154700] = 5, + [163230] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(8195), 1, anon_sym_DQUOTE, - STATE(950), 1, - sym_string, - ACTIONS(2198), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2194), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184579,17 +193339,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154725] = 5, + [163255] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8581), 1, anon_sym_DQUOTE, - STATE(1592), 1, - sym_string, - ACTIONS(2947), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2943), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184599,17 +193359,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154750] = 5, + [163280] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7915), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8583), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184619,17 +193379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154775] = 5, + [163305] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8282), 1, + ACTIONS(8187), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184639,17 +193399,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154800] = 5, + [163330] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7891), 1, + ACTIONS(8191), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184659,17 +193419,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154825] = 5, + [163355] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7831), 1, + ACTIONS(8109), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184679,17 +193439,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154850] = 5, + [163380] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8284), 1, + ACTIONS(8179), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184699,17 +193459,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154875] = 5, + [163405] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7859), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8585), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184719,17 +193479,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154900] = 5, + [163430] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 1, + ACTIONS(3027), 1, anon_sym_DQUOTE, - STATE(1637), 1, + STATE(1632), 1, sym_string, - ACTIONS(3011), 2, + ACTIONS(3029), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3007), 9, + ACTIONS(3025), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184739,17 +193499,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154925] = 5, + [163455] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7899), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8587), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184759,17 +193519,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154950] = 5, + [163480] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(1335), 1, anon_sym_DQUOTE, - STATE(1382), 1, + STATE(638), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(1561), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(1559), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184779,17 +193539,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154975] = 5, + [163505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1192), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, + [163526] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2212), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(981), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(2214), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1779), 9, + ACTIONS(2210), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184799,17 +193577,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155000] = 5, + [163551] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8286), 1, + ACTIONS(8589), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184819,17 +193597,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155025] = 5, + [163576] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8288), 1, + ACTIONS(8591), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184839,17 +193617,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155050] = 5, + [163601] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8290), 1, + ACTIONS(8167), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184859,17 +193637,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155075] = 5, + [163626] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8174), 1, + ACTIONS(1143), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(368), 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, @@ -184879,17 +193657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155100] = 5, + [163651] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7298), 1, + ACTIONS(2008), 1, anon_sym_DQUOTE, - STATE(3493), 1, + STATE(857), 1, sym_string, - ACTIONS(7300), 2, + ACTIONS(2286), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7296), 9, + ACTIONS(2284), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184899,17 +193677,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155125] = 5, + [163676] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8292), 1, + ACTIONS(8163), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184919,17 +193697,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155150] = 5, + [163701] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8593), 1, anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2376), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184939,17 +193717,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155175] = 5, + [163726] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(8155), 1, anon_sym_DQUOTE, - STATE(900), 1, - sym_string, - ACTIONS(2192), 2, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2190), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184959,17 +193737,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155200] = 5, + [163751] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8054), 1, + ACTIONS(8151), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184979,17 +193757,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155225] = 5, + [163776] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7863), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8595), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184999,17 +193777,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155250] = 5, + [163801] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(1477), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(843), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2208), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2089), 9, + ACTIONS(2206), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185019,17 +193797,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155275] = 5, + [163826] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8294), 1, + ACTIONS(8597), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185039,17 +193817,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155300] = 5, + [163851] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8296), 1, + ACTIONS(8599), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185059,17 +193837,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155325] = 5, + [163876] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8050), 1, + ACTIONS(8127), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8499), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8501), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8497), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185079,32 +193857,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, + [163901] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + ACTIONS(5945), 1, + anon_sym_DQUOTE, + STATE(3287), 1, + sym_string, + ACTIONS(5947), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5943), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185114,396 +193877,155 @@ 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, - 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, - 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, + [163926] = 5, 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(2633), 1, + anon_sym_DQUOTE, + STATE(1441), 1, + sym_string, + ACTIONS(2635), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2631), 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__, + [163951] = 5, 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(7937), 1, + anon_sym_DQUOTE, + STATE(3752), 1, + sym_string, + ACTIONS(7939), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7935), 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__, + [163976] = 5, 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(1573), 1, + anon_sym_DQUOTE, + STATE(798), 1, + sym_string, + ACTIONS(1887), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1885), 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__, + [164001] = 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(8147), 1, + anon_sym_DQUOTE, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8497), 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__, + [164026] = 5, 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(8119), 1, + anon_sym_DQUOTE, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8501), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8497), 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__, + [164051] = 5, 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, + ACTIONS(8499), 1, + sym__string_content, + ACTIONS(8601), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8497), 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__, + [164076] = 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(3895), 1, + anon_sym_DQUOTE, + STATE(2182), 1, + sym_string, + ACTIONS(3897), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3893), 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__, + [164101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(3117), 2, 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, + ACTIONS(3115), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -185512,31 +194034,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [155880] = 3, + [164121] = 4, 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(8499), 1, + sym__string_content, + ACTIONS(8501), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8497), 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__, + [164143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 3, + ACTIONS(3100), 2, sym_file_descriptor, - sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 9, + ACTIONS(3098), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -185545,234 +194069,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155920] = 3, - ACTIONS(3), 1, + [164163] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(1229), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 9, - anon_sym_GT_GT, + ACTIONS(8603), 1, + anon_sym_LT_LT, + ACTIONS(8609), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8611), 1, + anon_sym_LT_LT_LT, + ACTIONS(8607), 3, 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(3), 1, - sym_comment, - ACTIONS(1241), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 9, + ACTIONS(8605), 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, - aux_sym_concatenation_token1, - [155960] = 5, + [164188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - 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, - 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, - [155984] = 3, + ACTIONS(8615), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8613), 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__, + [164207] = 3, 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(8619), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8617), 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__, + [164226] = 6, + 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, + ACTIONS(8621), 1, + anon_sym_LT_LT, + ACTIONS(8627), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8629), 1, + anon_sym_LT_LT_LT, + ACTIONS(8625), 3, 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(3), 1, - sym_comment, - ACTIONS(1213), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 9, + ACTIONS(8623), 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, - aux_sym_concatenation_token1, - [156048] = 5, + [164251] = 3, ACTIONS(3), 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, - 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, - [156072] = 6, + ACTIONS(8633), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8631), 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__, + [164270] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8339), 1, + ACTIONS(8635), 1, anon_sym_LT_LT, - ACTIONS(8345), 1, + ACTIONS(8641), 1, anon_sym_LT_LT_DASH, - ACTIONS(8347), 1, + ACTIONS(8643), 1, anon_sym_LT_LT_LT, - ACTIONS(8343), 3, + ACTIONS(8639), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8341), 5, + ACTIONS(8637), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156097] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8349), 1, - anon_sym_RBRACE3, - ACTIONS(8351), 10, - anon_sym_U, - anon_sym_u, - anon_sym_L, - anon_sym_Q, - anon_sym_E, - anon_sym_P, - anon_sym_A, - anon_sym_K, - anon_sym_a, - anon_sym_k, - [156116] = 6, + [164295] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8353), 1, + ACTIONS(8635), 1, anon_sym_LT_LT, - ACTIONS(8359), 1, + ACTIONS(8641), 1, anon_sym_LT_LT_DASH, - ACTIONS(8361), 1, + ACTIONS(8649), 1, anon_sym_LT_LT_LT, - ACTIONS(8357), 3, + ACTIONS(8647), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8355), 5, + ACTIONS(8645), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156141] = 9, + [164320] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(8363), 1, + ACTIONS(8651), 1, anon_sym_DOLLAR, - ACTIONS(8365), 1, + ACTIONS(8654), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8367), 1, + ACTIONS(8657), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8369), 1, + ACTIONS(8660), 1, anon_sym_BQUOTE, - ACTIONS(8371), 1, + ACTIONS(8663), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8373), 1, + ACTIONS(8666), 1, sym__heredoc_body_middle, - ACTIONS(8375), 1, + ACTIONS(8669), 1, sym_heredoc_end, - STATE(3513), 4, + STATE(3676), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156172] = 6, + [164351] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8339), 1, + ACTIONS(8635), 1, anon_sym_LT_LT, - ACTIONS(8345), 1, + ACTIONS(8641), 1, anon_sym_LT_LT_DASH, - ACTIONS(8381), 1, + ACTIONS(8675), 1, anon_sym_LT_LT_LT, - ACTIONS(8379), 3, + ACTIONS(8673), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8377), 5, + ACTIONS(8671), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156197] = 3, + [164376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8385), 2, + ACTIONS(8033), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8383), 9, + ACTIONS(8031), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185782,121 +194250,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156216] = 6, + [164395] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8387), 1, + ACTIONS(8677), 1, anon_sym_LT_LT, - ACTIONS(8393), 1, + ACTIONS(8683), 1, anon_sym_LT_LT_DASH, - ACTIONS(8395), 1, + ACTIONS(8685), 1, anon_sym_LT_LT_LT, - ACTIONS(8391), 3, + ACTIONS(8681), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8389), 5, + ACTIONS(8679), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156241] = 9, + [164420] = 6, 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(8397), 1, - sym__heredoc_body_middle, - ACTIONS(8399), 1, - sym_heredoc_end, - STATE(3521), 4, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - aux_sym_heredoc_body_repeat1, - [156272] = 3, - ACTIONS(3), 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(3), 1, + ACTIONS(8635), 1, + anon_sym_LT_LT, + ACTIONS(8641), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8691), 1, + anon_sym_LT_LT_LT, + ACTIONS(8689), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8687), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [164445] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(8407), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8405), 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__, - [156310] = 6, + ACTIONS(8693), 1, + anon_sym_RBRACE3, + ACTIONS(8695), 10, + anon_sym_U, + anon_sym_u, + anon_sym_L, + anon_sym_Q, + anon_sym_E, + anon_sym_P, + anon_sym_A, + anon_sym_K, + anon_sym_a, + anon_sym_k, + [164464] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8353), 1, + ACTIONS(8621), 1, anon_sym_LT_LT, - ACTIONS(8359), 1, + ACTIONS(8627), 1, anon_sym_LT_LT_DASH, - ACTIONS(8413), 1, + ACTIONS(8701), 1, anon_sym_LT_LT_LT, - ACTIONS(8411), 3, + ACTIONS(8699), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8409), 5, + ACTIONS(8697), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156335] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8417), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8415), 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__, - [156354] = 3, + [164489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8421), 2, + ACTIONS(8705), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8419), 9, + ACTIONS(8703), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185906,89 +194339,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156373] = 6, + [164508] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8339), 1, + ACTIONS(8635), 1, anon_sym_LT_LT, - ACTIONS(8345), 1, + ACTIONS(8641), 1, anon_sym_LT_LT_DASH, - ACTIONS(8427), 1, + ACTIONS(8711), 1, anon_sym_LT_LT_LT, - ACTIONS(8425), 3, + ACTIONS(8709), 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, + ACTIONS(8707), 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, - sym__special_character, - [156417] = 9, + [164533] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(8429), 1, + ACTIONS(8713), 1, anon_sym_DOLLAR, - ACTIONS(8432), 1, + ACTIONS(8715), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8435), 1, + ACTIONS(8717), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8438), 1, + ACTIONS(8719), 1, anon_sym_BQUOTE, - ACTIONS(8441), 1, + ACTIONS(8721), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8444), 1, + ACTIONS(8723), 1, sym__heredoc_body_middle, - ACTIONS(8447), 1, + ACTIONS(8725), 1, sym_heredoc_end, - STATE(3521), 4, + STATE(3676), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156448] = 6, + [164564] = 9, 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, + ACTIONS(8713), 1, + anon_sym_DOLLAR, + ACTIONS(8715), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8717), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8719), 1, + anon_sym_BQUOTE, + ACTIONS(8721), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8727), 1, + sym__heredoc_body_middle, + ACTIONS(8729), 1, + sym_heredoc_end, + STATE(3685), 4, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + aux_sym_heredoc_body_repeat1, + [164595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 2, + ACTIONS(8733), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8459), 9, + ACTIONS(8731), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185998,51 +194418,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156492] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8339), 1, - anon_sym_LT_LT, - ACTIONS(8345), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8467), 1, - anon_sym_LT_LT_LT, - ACTIONS(8465), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8463), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156517] = 6, - 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, + [164614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7769), 2, + ACTIONS(8737), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(8735), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -186052,12 +194434,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156561] = 3, + [164633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(1250), 1, sym__concat, - ACTIONS(1205), 9, + ACTIONS(1248), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186067,31 +194449,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, + [164651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(1214), 1, sym__concat, - ACTIONS(1205), 9, + ACTIONS(1212), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186101,27 +194464,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, + [164669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 1, + ACTIONS(8741), 1, sym__concat, - ACTIONS(1247), 9, + ACTIONS(8739), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186131,12 +194479,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156659] = 3, + [164687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 1, + ACTIONS(8743), 1, sym__concat, - ACTIONS(1231), 9, + ACTIONS(8242), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186146,10 +194494,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156677] = 2, + [164705] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8351), 10, + ACTIONS(8695), 10, anon_sym_U, anon_sym_u, anon_sym_L, @@ -186160,27 +194508,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, + [164721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 1, + ACTIONS(1232), 1, sym__concat, - ACTIONS(1227), 9, + ACTIONS(1230), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186190,12 +194523,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156729] = 3, + [164739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 1, + ACTIONS(1242), 1, sym__concat, - ACTIONS(1223), 9, + ACTIONS(1240), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186205,12 +194538,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156747] = 3, + [164757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 1, + ACTIONS(1262), 1, sym__concat, - ACTIONS(1235), 9, + ACTIONS(1260), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186220,12 +194553,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156765] = 3, + [164775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8479), 1, + ACTIONS(1266), 1, sym__concat, - ACTIONS(7923), 9, + ACTIONS(1264), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186235,12 +194568,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156783] = 3, + [164793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, + ACTIONS(1270), 1, sym__concat, - ACTIONS(8481), 9, + ACTIONS(1268), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186250,12 +194583,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156801] = 3, + [164811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 1, + ACTIONS(1206), 1, sym__concat, - ACTIONS(1215), 9, + ACTIONS(1204), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186265,12 +194598,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156819] = 3, + [164829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 1, + ACTIONS(1214), 1, sym__concat, - ACTIONS(1239), 9, + ACTIONS(1212), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186280,10 +194613,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156837] = 2, + [164847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8485), 9, + ACTIONS(8242), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186293,46 +194626,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156852] = 8, + [164862] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(8317), 1, + ACTIONS(7959), 1, aux_sym_number_token1, - ACTIONS(8319), 1, + ACTIONS(7961), 1, aux_sym_number_token2, - ACTIONS(8487), 1, + ACTIONS(8745), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8489), 1, + ACTIONS(8747), 1, anon_sym_RBRACE3, - ACTIONS(8491), 1, + ACTIONS(8749), 1, aux_sym__simple_variable_name_token1, - ACTIONS(8311), 2, + ACTIONS(7951), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(4035), 2, + STATE(4224), 2, sym_arithmetic_expansion, sym_number, - [156879] = 6, + [164889] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 1, + ACTIONS(7959), 1, + aux_sym_number_token1, + ACTIONS(7961), 1, + aux_sym_number_token2, + ACTIONS(8751), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, + ACTIONS(8753), 1, + anon_sym_RBRACE3, + ACTIONS(8755), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7951), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4311), 2, + sym_arithmetic_expansion, + sym_number, + [164916] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8757), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8759), 1, sym__concat, - STATE(3571), 1, + STATE(3719), 1, aux_sym_concatenation_repeat1, - ACTIONS(1167), 5, + ACTIONS(1190), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, sym__special_character, - [156902] = 2, + [164939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7923), 9, + ACTIONS(8761), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186342,455 +194694,443 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156917] = 3, - ACTIONS(63), 1, + [164954] = 6, + 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(1183), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8757), 1, + aux_sym_concatenation_token1, + ACTIONS(8763), 1, + sym__concat, + STATE(3715), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1181), 4, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [164976] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8757), 1, + aux_sym_concatenation_token1, + ACTIONS(8759), 1, + sym__concat, + ACTIONS(8765), 1, + anon_sym_in, + ACTIONS(8769), 1, + aux_sym_heredoc_redirect_token1, + STATE(3706), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8767), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [165000] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8357), 3, + ACTIONS(8673), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8355), 5, + ACTIONS(8671), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156949] = 3, + [165016] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8411), 3, + ACTIONS(8681), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8409), 5, + ACTIONS(8679), 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(3), 1, - sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, - sym__concat, - ACTIONS(8497), 1, - anon_sym_in, - ACTIONS(8501), 1, - aux_sym_heredoc_redirect_token1, - STATE(3570), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8499), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [156989] = 3, + [165032] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8379), 3, + ACTIONS(8773), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8377), 5, + ACTIONS(8771), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157005] = 3, + [165048] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8505), 3, + ACTIONS(8777), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8503), 5, + ACTIONS(8775), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157021] = 3, + [165064] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8509), 3, + ACTIONS(8639), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8507), 5, + ACTIONS(8637), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157037] = 3, + [165080] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8513), 3, + ACTIONS(8607), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8511), 5, + ACTIONS(8605), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157053] = 3, + [165096] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8471), 3, + ACTIONS(8689), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8469), 5, + ACTIONS(8687), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157069] = 7, + [165112] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(1161), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8779), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8782), 1, sym__concat, - ACTIONS(8515), 1, - anon_sym_in, - ACTIONS(8519), 1, - aux_sym_heredoc_redirect_token1, - STATE(3570), 1, + STATE(3715), 1, aux_sym_concatenation_repeat1, - ACTIONS(8517), 3, + ACTIONS(1159), 4, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157093] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8523), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8521), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157109] = 3, + [165134] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8453), 3, + ACTIONS(8709), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8451), 5, + ACTIONS(8707), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157125] = 3, + [165150] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8391), 3, + ACTIONS(8787), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8389), 5, + ACTIONS(8785), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157141] = 3, + [165166] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8527), 3, + ACTIONS(8791), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8525), 5, + ACTIONS(8789), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157157] = 7, + [165182] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(1155), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8757), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8793), 1, sym__concat, - ACTIONS(8529), 1, - anon_sym_in, - ACTIONS(8533), 1, - aux_sym_heredoc_redirect_token1, - STATE(3571), 1, + STATE(3715), 1, aux_sym_concatenation_repeat1, - ACTIONS(8531), 3, + ACTIONS(1153), 4, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157181] = 3, + [165204] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8537), 3, + ACTIONS(8797), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8535), 5, + ACTIONS(8795), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157197] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, - sym__concat, - ACTIONS(8539), 1, - anon_sym_in, - ACTIONS(8543), 1, - aux_sym_heredoc_redirect_token1, - STATE(3571), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8541), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157221] = 3, + [165220] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8547), 3, + ACTIONS(8801), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8545), 5, + ACTIONS(8799), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157237] = 7, + [165236] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(8757), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8759), 1, sym__concat, - ACTIONS(8549), 1, + ACTIONS(8803), 1, anon_sym_in, - ACTIONS(8553), 1, + ACTIONS(8807), 1, aux_sym_heredoc_redirect_token1, - STATE(3571), 1, + STATE(3719), 1, aux_sym_concatenation_repeat1, - ACTIONS(8551), 3, + ACTIONS(8805), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157261] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8557), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8555), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157277] = 3, + [165260] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8561), 3, + ACTIONS(8625), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8559), 5, + ACTIONS(8623), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157293] = 3, + [165276] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8465), 3, + ACTIONS(8811), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8463), 5, + ACTIONS(8809), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157309] = 3, + [165292] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8425), 3, + ACTIONS(8647), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8423), 5, + ACTIONS(8645), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157325] = 7, + [165308] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(8757), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8759), 1, sym__concat, - ACTIONS(8563), 1, + ACTIONS(8813), 1, anon_sym_in, - ACTIONS(8567), 1, + ACTIONS(8817), 1, aux_sym_heredoc_redirect_token1, - STATE(3570), 1, + STATE(3719), 1, aux_sym_concatenation_repeat1, - ACTIONS(8565), 3, + ACTIONS(8815), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157349] = 6, + [165332] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1179), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, + ACTIONS(8757), 1, aux_sym_concatenation_token1, - ACTIONS(8569), 1, + ACTIONS(8759), 1, sym__concat, - STATE(3573), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 4, + ACTIONS(8819), 1, anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157371] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1173), 1, + ACTIONS(8823), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8571), 1, - sym__concat, - STATE(3573), 1, + STATE(3706), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 4, - anon_sym_in, + ACTIONS(8821), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157393] = 3, + [165356] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8827), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8825), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [165372] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8575), 3, + ACTIONS(8831), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8573), 5, + ACTIONS(8829), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157409] = 6, + [165388] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8835), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8833), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [165404] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8577), 1, + ACTIONS(8757), 1, aux_sym_concatenation_token1, - ACTIONS(8580), 1, + ACTIONS(8759), 1, sym__concat, - STATE(3573), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1183), 4, + ACTIONS(8837), 1, anon_sym_in, + ACTIONS(8841), 1, + aux_sym_heredoc_redirect_token1, + STATE(3706), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8839), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157431] = 6, + [165428] = 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(8699), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8697), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [165444] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 2, + ACTIONS(8757), 1, + aux_sym_concatenation_token1, + ACTIONS(8759), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 5, + ACTIONS(8843), 1, anon_sym_in, + ACTIONS(8847), 1, + aux_sym_heredoc_redirect_token1, + STATE(3719), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8845), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157467] = 3, + [165468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 2, + ACTIONS(1242), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 5, + ACTIONS(1240), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157482] = 3, + [165483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 2, + ACTIONS(1246), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 5, + ACTIONS(1244), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157497] = 6, + [165498] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(294), 1, + anon_sym_LBRACE, + ACTIONS(298), 1, + anon_sym_LBRACK, + ACTIONS(302), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8849), 1, + anon_sym_LPAREN, + STATE(3299), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [165519] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186799,13 +195139,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8851), 1, anon_sym_LPAREN, - STATE(3161), 3, + STATE(3011), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157518] = 6, + [165540] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186814,13 +195154,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8587), 1, + ACTIONS(8853), 1, anon_sym_LPAREN, - STATE(3137), 3, + STATE(3012), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157539] = 6, + [165561] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8843), 1, + anon_sym_in, + ACTIONS(8847), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8855), 1, + sym__special_character, + STATE(3758), 1, + aux_sym__literal_repeat1, + ACTIONS(8845), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [165582] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186829,13 +195184,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8857), 1, anon_sym_LPAREN, - STATE(2895), 3, + STATE(3005), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157560] = 6, + [165603] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1204), 1, + anon_sym_DOLLAR, + ACTIONS(1206), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [165618] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186844,13 +195211,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8851), 1, anon_sym_LPAREN, - STATE(3155), 3, + STATE(3023), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157581] = 6, + [165639] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186859,37 +195226,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8851), 1, anon_sym_LPAREN, - STATE(2884), 3, + STATE(3030), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157602] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1217), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [157617] = 3, - ACTIONS(3), 1, + [165660] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [157632] = 6, + ACTIONS(294), 1, + anon_sym_LBRACE, + ACTIONS(298), 1, + anon_sym_LBRACK, + ACTIONS(302), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8849), 1, + anon_sym_LPAREN, + STATE(3309), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [165681] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186898,25 +195256,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8589), 1, + ACTIONS(8851), 1, anon_sym_LPAREN, - STATE(2883), 3, + STATE(3032), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157653] = 3, + [165702] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 1, + ACTIONS(1212), 1, anon_sym_DOLLAR, - ACTIONS(1229), 6, + ACTIONS(1214), 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, + [165717] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186925,13 +195283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8859), 1, anon_sym_LPAREN, - STATE(2936), 3, + STATE(3042), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157689] = 6, + [165738] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186940,13 +195298,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8851), 1, anon_sym_LPAREN, - STATE(2932), 3, + STATE(3004), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157710] = 6, + [165759] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186955,120 +195313,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8591), 1, + ACTIONS(8851), 1, + anon_sym_LPAREN, + STATE(3021), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [165780] = 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(8861), 1, anon_sym_LPAREN, - STATE(2908), 3, + STATE(2999), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157731] = 3, + [165801] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 1, - anon_sym_DOLLAR, - ACTIONS(1233), 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, + ACTIONS(479), 1, + anon_sym_LBRACE, + ACTIONS(483), 1, + anon_sym_LBRACK, + ACTIONS(485), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8863), 1, + anon_sym_LPAREN, + STATE(2852), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [165822] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1210), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1208), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [165837] = 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(8865), 1, + anon_sym_LPAREN, + STATE(2832), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [165858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 2, + ACTIONS(1226), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 5, + ACTIONS(1224), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157761] = 3, + [165873] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 1, + ACTIONS(1212), 1, anon_sym_DOLLAR, - ACTIONS(1217), 6, + ACTIONS(1214), 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, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, + [165888] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2886), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157797] = 6, - ACTIONS(29), 1, + ACTIONS(1260), 1, + anon_sym_DOLLAR, + ACTIONS(1262), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [165903] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8803), 1, + anon_sym_in, + ACTIONS(8807), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8855), 1, + sym__special_character, + STATE(3758), 1, + aux_sym__literal_repeat1, + ACTIONS(8805), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [165924] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1276), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8867), 1, + sym__special_character, + STATE(3758), 1, + aux_sym__literal_repeat1, + ACTIONS(1274), 4, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [165943] = 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(8865), 1, anon_sym_LPAREN, - STATE(2887), 3, + STATE(2981), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157818] = 6, - ACTIONS(29), 1, + [165964] = 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(8865), 1, anon_sym_LPAREN, - STATE(2891), 3, + STATE(2820), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157839] = 5, - ACTIONS(3), 1, + [165985] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(1275), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8595), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 4, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157858] = 3, + ACTIONS(1268), 1, + anon_sym_DOLLAR, + ACTIONS(1270), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [166000] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 1, + ACTIONS(1248), 1, anon_sym_DOLLAR, - ACTIONS(1207), 6, + ACTIONS(1250), 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, + [166015] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -187077,304 +195504,295 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8851), 1, anon_sym_LPAREN, - STATE(2903), 3, + STATE(3013), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157894] = 6, + [166036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8549), 1, + ACTIONS(1236), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1234), 5, anon_sym_in, - ACTIONS(8553), 1, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [166051] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1161), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1159), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [166066] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1232), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1230), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [166081] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8813), 1, + anon_sym_in, + ACTIONS(8817), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, + ACTIONS(8855), 1, sym__special_character, - STATE(3596), 1, + STATE(3758), 1, aux_sym__literal_repeat1, - ACTIONS(8551), 3, + ACTIONS(8815), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157915] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(479), 1, + [166102] = 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(8870), 1, anon_sym_LPAREN, - STATE(2740), 3, + STATE(3265), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157936] = 3, + [166123] = 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(8851), 1, + anon_sym_LPAREN, + STATE(3274), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [166144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 2, + ACTIONS(1214), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 5, + ACTIONS(1212), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157966] = 6, + [166159] = 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(8851), 1, + anon_sym_LPAREN, + STATE(3252), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [166180] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(294), 1, anon_sym_LBRACE, - ACTIONS(262), 1, + ACTIONS(298), 1, anon_sym_LBRACK, - ACTIONS(266), 1, + ACTIONS(302), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8600), 1, + ACTIONS(8872), 1, anon_sym_LPAREN, - STATE(3175), 3, + STATE(3298), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157987] = 3, + [166201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 2, + ACTIONS(1214), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, + ACTIONS(1212), 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, + [166216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 2, + ACTIONS(1206), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 5, + ACTIONS(1204), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158032] = 6, + [166231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8539), 1, - anon_sym_in, - ACTIONS(8543), 1, + ACTIONS(1202), 2, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(8541), 3, + ACTIONS(1200), 5, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [158053] = 3, + aux_sym_concatenation_token1, + [166246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 2, + ACTIONS(1250), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 5, + ACTIONS(1248), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158068] = 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(8602), 1, - anon_sym_LPAREN, - STATE(2725), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158089] = 3, + [166261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 2, + ACTIONS(1270), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 5, + ACTIONS(1268), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158104] = 3, + [166276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 2, + ACTIONS(1258), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 5, + ACTIONS(1256), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158119] = 3, + [166291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 2, + ACTIONS(1266), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 5, + ACTIONS(1264), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158134] = 3, + [166306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 2, + ACTIONS(1262), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 5, + ACTIONS(1260), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158149] = 3, + [166321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 2, + ACTIONS(1254), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 5, + ACTIONS(1252), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158164] = 3, + [166336] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 1, + ACTIONS(1264), 1, anon_sym_DOLLAR, - ACTIONS(1225), 6, + ACTIONS(1266), 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, + [166351] = 6, + ACTIONS(63), 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(29), 1, + 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(8604), 1, + ACTIONS(8865), 1, anon_sym_LPAREN, - STATE(2894), 3, + STATE(2980), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158221] = 3, + [166372] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 2, + ACTIONS(1222), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 5, + ACTIONS(1220), 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, - anon_sym_LBRACE, - ACTIONS(262), 1, - anon_sym_LBRACK, - ACTIONS(266), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(8606), 1, - anon_sym_LPAREN, - STATE(3173), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158257] = 6, - ACTIONS(63), 1, + [166387] = 3, + ACTIONS(3), 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(2696), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158278] = 6, + ACTIONS(1218), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1216), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [166402] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -187383,13 +195801,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8851), 1, anon_sym_LPAREN, - STATE(2881), 3, + STATE(3019), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158299] = 6, + [166423] = 6, ACTIONS(63), 1, sym_comment, ACTIONS(479), 1, @@ -187398,10671 +195816,11257 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, + ACTIONS(8874), 1, anon_sym_LPAREN, - STATE(2816), 3, + STATE(2983), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158320] = 6, + [166444] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(258), 1, - anon_sym_LBRACE, - ACTIONS(262), 1, - anon_sym_LBRACK, - ACTIONS(266), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(8600), 1, - anon_sym_LPAREN, - STATE(3164), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158341] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1249), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [158356] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 2, + ACTIONS(8876), 1, + anon_sym_RPAREN, + ACTIONS(8878), 1, + anon_sym_PIPE, + STATE(3856), 1, + aux_sym_concatenation_repeat1, + STATE(4098), 1, + aux_sym_case_item_repeat1, + ACTIONS(8880), 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, + [166464] = 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(8608), 1, - anon_sym_LPAREN, - STATE(2807), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158392] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1253), 2, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(8882), 1, + anon_sym_RPAREN, + STATE(3856), 1, + aux_sym_concatenation_repeat1, + STATE(4081), 1, + aux_sym_case_item_repeat1, + ACTIONS(8880), 2, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, aux_sym_concatenation_token1, - [158407] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8614), 1, - aux_sym_heredoc_redirect_token1, - STATE(2527), 1, - sym__c_terminator, - STATE(3653), 1, - aux_sym__for_body_repeat1, - ACTIONS(8610), 2, - anon_sym_SEMI, - anon_sym_AMP, - [158427] = 6, + [166484] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8616), 1, - anon_sym_RPAREN, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - STATE(3673), 1, + ACTIONS(8884), 1, + anon_sym_RPAREN, + STATE(3856), 1, aux_sym_concatenation_repeat1, - STATE(3920), 1, + STATE(4011), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8880), 2, sym__concat, aux_sym_concatenation_token1, - [158447] = 6, + [166504] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8622), 1, + ACTIONS(8886), 1, anon_sym_fi, - ACTIONS(8624), 1, + ACTIONS(8888), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8890), 1, anon_sym_else, - STATE(4129), 1, + STATE(4680), 1, sym_else_clause, - STATE(3702), 2, + STATE(3821), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158467] = 6, + [166524] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(8892), 1, + anon_sym_RPAREN, + STATE(3857), 1, + aux_sym_concatenation_repeat1, + STATE(4019), 1, + aux_sym_case_item_repeat1, + ACTIONS(8880), 2, + sym__concat, + aux_sym_concatenation_token1, + [166544] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8896), 1, anon_sym_COMMA, - ACTIONS(8630), 1, + ACTIONS(8898), 1, aux_sym_heredoc_redirect_token1, - STATE(2337), 1, + STATE(2453), 1, sym__c_terminator, - STATE(3635), 1, + STATE(3812), 1, aux_sym__for_body_repeat1, - ACTIONS(8628), 2, + ACTIONS(8894), 2, anon_sym_SEMI, anon_sym_AMP, - [158487] = 4, + [166564] = 4, ACTIONS(63), 1, sym_comment, - STATE(3673), 1, + STATE(3857), 1, aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, + ACTIONS(8880), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1169), 3, + ACTIONS(1192), 3, anon_sym_RPAREN, anon_sym_PIPE, sym__special_character, - [158503] = 6, + [166580] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8900), 1, + anon_sym_RPAREN, + ACTIONS(8902), 1, + anon_sym_DQUOTE, + ACTIONS(8904), 1, + sym_raw_string, + ACTIONS(8906), 1, + aux_sym__expansion_regex_token1, + ACTIONS(8908), 1, + sym_regex, + STATE(4422), 1, + sym_string, + [166602] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1190), 1, + sym__special_character, + STATE(3829), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1192), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(8910), 2, + sym__concat, + aux_sym_concatenation_token1, + [166620] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8896), 1, anon_sym_COMMA, - ACTIONS(8634), 1, + ACTIONS(8914), 1, aux_sym_heredoc_redirect_token1, - STATE(2538), 1, + STATE(2627), 1, sym__c_terminator, - STATE(3646), 1, + STATE(3868), 1, aux_sym__for_body_repeat1, - ACTIONS(8632), 2, + ACTIONS(8912), 2, anon_sym_SEMI, anon_sym_AMP, - [158523] = 6, - ACTIONS(63), 1, + [166640] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8636), 1, - anon_sym_RPAREN, - STATE(3670), 1, - aux_sym_concatenation_repeat1, - STATE(3900), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - [158543] = 6, + ACTIONS(8896), 1, + anon_sym_COMMA, + ACTIONS(8918), 1, + aux_sym_heredoc_redirect_token1, + STATE(2641), 1, + sym__c_terminator, + STATE(3811), 1, + aux_sym__for_body_repeat1, + ACTIONS(8916), 2, + anon_sym_SEMI, + anon_sym_AMP, + [166660] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + sym__special_character, + [166674] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8896), 1, anon_sym_COMMA, - ACTIONS(8640), 1, + ACTIONS(8922), 1, aux_sym_heredoc_redirect_token1, - STATE(2295), 1, + STATE(2753), 1, sym__c_terminator, - STATE(3701), 1, + STATE(3797), 1, aux_sym__for_body_repeat1, - ACTIONS(8638), 2, + ACTIONS(8920), 2, anon_sym_SEMI, anon_sym_AMP, - [158563] = 6, + [166694] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8642), 1, + ACTIONS(8924), 1, anon_sym_RPAREN, - STATE(3673), 1, + STATE(3857), 1, aux_sym_concatenation_repeat1, - STATE(3833), 1, + STATE(4012), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8880), 2, sym__concat, aux_sym_concatenation_token1, - [158583] = 6, + [166714] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8888), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8890), 1, anon_sym_else, - ACTIONS(8644), 1, + ACTIONS(8926), 1, anon_sym_fi, - STATE(4045), 1, + STATE(4670), 1, sym_else_clause, - STATE(3702), 2, + STATE(3821), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158603] = 5, - 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, + [166734] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8888), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8890), 1, anon_sym_else, - ACTIONS(8648), 1, + ACTIONS(8928), 1, anon_sym_fi, - STATE(4316), 1, + STATE(4338), 1, sym_else_clause, - STATE(3702), 2, + STATE(3821), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158641] = 6, + [166754] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8896), 1, + anon_sym_COMMA, + ACTIONS(8932), 1, + aux_sym_heredoc_redirect_token1, + STATE(2748), 1, + sym__c_terminator, + STATE(3868), 1, + aux_sym__for_body_repeat1, + ACTIONS(8930), 2, + anon_sym_SEMI, + anon_sym_AMP, + [166774] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8650), 1, + ACTIONS(8934), 1, + anon_sym_DQUOTE, + ACTIONS(8936), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3353), 2, 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, + anon_sym_PIPE, + STATE(4020), 2, + sym_string, + sym_expansion, + [166792] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8652), 1, + ACTIONS(8938), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(3857), 1, aux_sym_concatenation_repeat1, - STATE(3831), 1, + STATE(4103), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8880), 2, sym__concat, aux_sym_concatenation_token1, - [158681] = 6, + [166812] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8654), 1, + ACTIONS(8940), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(3856), 1, aux_sym_concatenation_repeat1, - STATE(3815), 1, + STATE(4030), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8880), 2, sym__concat, aux_sym_concatenation_token1, - [158701] = 6, + [166832] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8896), 1, + anon_sym_COMMA, + ACTIONS(8944), 1, + aux_sym_heredoc_redirect_token1, + STATE(2662), 1, + sym__c_terminator, + STATE(3804), 1, + aux_sym__for_body_repeat1, + ACTIONS(8942), 2, + anon_sym_SEMI, + anon_sym_AMP, + [166852] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8888), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8890), 1, anon_sym_else, - ACTIONS(8656), 1, + ACTIONS(8946), 1, anon_sym_fi, - STATE(4062), 1, + STATE(4734), 1, sym_else_clause, - STATE(3702), 2, + STATE(3821), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158721] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8658), 1, - anon_sym_RPAREN, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - STATE(3883), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - [158741] = 6, + [166872] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8888), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8890), 1, anon_sym_else, - ACTIONS(8660), 1, + ACTIONS(8948), 1, anon_sym_fi, - STATE(4288), 1, + STATE(4742), 1, sym_else_clause, - STATE(3702), 2, + STATE(3821), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158761] = 6, + [166892] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8896), 1, anon_sym_COMMA, - ACTIONS(8664), 1, + ACTIONS(8952), 1, aux_sym_heredoc_redirect_token1, - STATE(2528), 1, + STATE(2720), 1, sym__c_terminator, - STATE(3701), 1, + STATE(3868), 1, aux_sym__for_body_repeat1, - ACTIONS(8662), 2, + ACTIONS(8950), 2, anon_sym_SEMI, anon_sym_AMP, - [158781] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8666), 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, + [166912] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8896), 1, anon_sym_COMMA, - ACTIONS(8678), 1, + ACTIONS(8956), 1, aux_sym_heredoc_redirect_token1, - STATE(2589), 1, + STATE(2414), 1, sym__c_terminator, - STATE(3701), 1, + STATE(3868), 1, aux_sym__for_body_repeat1, - ACTIONS(8676), 2, + ACTIONS(8954), 2, anon_sym_SEMI, anon_sym_AMP, - [158823] = 6, + [166932] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8680), 1, + ACTIONS(8958), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(3857), 1, aux_sym_concatenation_repeat1, - STATE(3911), 1, + STATE(4084), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8880), 2, sym__concat, aux_sym_concatenation_token1, - [158843] = 6, + [166952] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8888), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8890), 1, anon_sym_else, - ACTIONS(8682), 1, + ACTIONS(8960), 1, anon_sym_fi, - STATE(4091), 1, + STATE(4255), 1, sym_else_clause, - STATE(3702), 2, + STATE(3821), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8686), 1, - aux_sym_heredoc_redirect_token1, - STATE(2520), 1, - sym__c_terminator, - STATE(3648), 1, - aux_sym__for_body_repeat1, - ACTIONS(8684), 2, - anon_sym_SEMI, - anon_sym_AMP, - [158897] = 6, - ACTIONS(3), 1, + [166972] = 4, + ACTIONS(63), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8690), 1, - aux_sym_heredoc_redirect_token1, - STATE(2523), 1, - sym__c_terminator, - STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8688), 2, - anon_sym_SEMI, - anon_sym_AMP, - [158917] = 5, + STATE(3856), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8880), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(8962), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [166987] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8964), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4737), 1, sym_heredoc_body, - STATE(2845), 2, + STATE(3304), 2, sym__heredoc_body, sym__simple_heredoc_body, - [158934] = 4, + [167004] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(8892), 1, + anon_sym_RPAREN, + ACTIONS(8968), 1, + sym__special_character, + STATE(3946), 1, + aux_sym__literal_repeat1, + STATE(4027), 1, + aux_sym_case_item_repeat1, + [167023] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(8938), 1, + anon_sym_RPAREN, + ACTIONS(8968), 1, + sym__special_character, + STATE(3946), 1, + aux_sym__literal_repeat1, + STATE(4096), 1, + aux_sym_case_item_repeat1, + [167042] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8970), 1, + anon_sym_SLASH, + ACTIONS(8972), 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(3829), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8910), 2, + sym__concat, + aux_sym_concatenation_token1, + [167059] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4281), 1, + ACTIONS(8974), 1, + anon_sym_SLASH, + ACTIONS(8976), 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(3828), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8910), 2, + sym__concat, + aux_sym_concatenation_token1, + [167076] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8698), 1, - sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3180), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [158981] = 4, - ACTIONS(3), 1, + ACTIONS(8980), 1, + anon_sym_elif, + ACTIONS(8978), 2, + anon_sym_fi, + anon_sym_else, + STATE(3821), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [167091] = 6, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(63), 1, sym_comment, - ACTIONS(8700), 1, - anon_sym_in, - ACTIONS(8704), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8702), 3, + ACTIONS(8983), 1, anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [158996] = 5, + ACTIONS(8985), 1, + anon_sym_do, + STATE(2881), 1, + sym_do_group, + STATE(2884), 1, + sym_compound_statement, + [167110] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8987), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4289), 1, sym_heredoc_body, - STATE(3178), 2, + STATE(2919), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159013] = 5, + [167127] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8987), 1, sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3181), 2, + STATE(2922), 1, sym__heredoc_body, + STATE(2954), 1, sym__simple_heredoc_body, - [159030] = 5, + STATE(4289), 1, + sym_heredoc_body, + [167146] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8987), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4289), 1, sym_heredoc_body, - STATE(3179), 2, + STATE(2995), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159047] = 5, + [167163] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8987), 1, sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3169), 2, - sym__heredoc_body, + STATE(2871), 1, sym__simple_heredoc_body, - [159064] = 5, + STATE(2939), 1, + sym__heredoc_body, + STATE(4289), 1, + sym_heredoc_body, + [167182] = 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(3220), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159081] = 4, + STATE(3827), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(8989), 2, + sym__concat, + aux_sym_concatenation_token1, + [167197] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(8910), 1, + aux_sym_concatenation_token1, + ACTIONS(8992), 1, + sym__concat, + STATE(3827), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 2, + anon_sym_SLASH, 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, + [167214] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, + aux_sym_concatenation_token1, + ACTIONS(8994), 1, + sym__concat, + STATE(3827), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1155), 2, + anon_sym_SLASH, 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, + [167231] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8710), 1, + ACTIONS(4594), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(3851), 1, aux_sym__expansion_body_repeat1, - ACTIONS(8712), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159126] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8698), 1, - sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3177), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159143] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8563), 1, - anon_sym_in, - ACTIONS(8567), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8565), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [159158] = 4, + [167246] = 6, ACTIONS(63), 1, sym_comment, - STATE(3669), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, - anon_sym_RPAREN, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8715), 2, - sym__concat, - aux_sym_concatenation_token1, - [159173] = 5, - 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, + ACTIONS(8924), 1, anon_sym_RPAREN, - anon_sym_PIPE, - [159190] = 6, - 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(8968), 1, + sym__special_character, + STATE(3946), 1, + aux_sym__literal_repeat1, + STATE(4009), 1, + aux_sym_case_item_repeat1, + [167265] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8724), 1, + ACTIONS(8996), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(3844), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159224] = 5, + [167280] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8620), 1, - aux_sym_concatenation_token1, - ACTIONS(8726), 1, - sym__concat, - STATE(3669), 1, + STATE(3857), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(8880), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(8998), 2, anon_sym_RPAREN, anon_sym_PIPE, - [159241] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, + [167295] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8728), 1, - anon_sym_SEMI, - ACTIONS(8730), 1, - anon_sym_do, - STATE(2840), 1, - sym_do_group, - STATE(2841), 1, - sym_compound_statement, - [159260] = 3, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(8987), 1, + sym_simple_heredoc_body, + STATE(2955), 1, + sym__heredoc_body, + STATE(2956), 1, + sym__simple_heredoc_body, + STATE(4289), 1, + sym_heredoc_body, + [167314] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8732), 1, - sym__concat, - ACTIONS(3833), 4, + ACTIONS(9000), 1, + anon_sym_RBRACE3, + STATE(3844), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159273] = 3, + [167329] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8734), 1, - sym__concat, - ACTIONS(3839), 4, + ACTIONS(9000), 1, + anon_sym_RBRACE3, + STATE(3844), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159286] = 5, - 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(3192), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159303] = 6, + [167344] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8642), 1, + ACTIONS(8958), 1, anon_sym_RPAREN, - ACTIONS(8736), 1, + ACTIONS(8968), 1, sym__special_character, - STATE(3778), 1, + STATE(3946), 1, aux_sym__literal_repeat1, - STATE(3799), 1, + STATE(3978), 1, aux_sym_case_item_repeat1, - [159322] = 3, + [167363] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8837), 1, + anon_sym_in, + ACTIONS(8841), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8839), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [167378] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8738), 1, - sym__concat, - ACTIONS(3857), 4, + ACTIONS(9000), 1, + anon_sym_RBRACE3, + STATE(3844), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159335] = 3, + [167393] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9002), 1, + anon_sym_in, + ACTIONS(9006), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9004), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [167408] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8740), 1, - sym__concat, - ACTIONS(3848), 4, + ACTIONS(8996), 1, + anon_sym_RBRACE3, + STATE(3844), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159348] = 6, + [167423] = 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, + ACTIONS(294), 1, + anon_sym_LBRACE, + ACTIONS(9008), 1, + anon_sym_SEMI, + ACTIONS(9010), 1, + anon_sym_do, + STATE(3366), 1, + sym_do_group, + STATE(3374), 1, + sym_compound_statement, + [167442] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8964), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4737), 1, sym_heredoc_body, - STATE(2829), 2, + STATE(3300), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159384] = 4, + [167459] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4808), 1, + ACTIONS(9012), 1, anon_sym_RBRACE3, - STATE(3665), 1, + STATE(3844), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(9014), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159399] = 5, + [167474] = 4, + ACTIONS(63), 1, + sym_comment, + STATE(3845), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1161), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + ACTIONS(9017), 2, + sym__concat, + aux_sym_concatenation_token1, + [167489] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8964), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4737), 1, sym_heredoc_body, - STATE(2830), 2, + STATE(3317), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159416] = 5, + [167506] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8964), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4737), 1, sym_heredoc_body, - STATE(2831), 2, + STATE(3307), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159433] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8515), 1, - anon_sym_in, - ACTIONS(8519), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8517), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [159448] = 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, - [159463] = 5, + [167523] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8646), 1, - aux_sym_concatenation_token1, - ACTIONS(8744), 1, - sym__concat, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - [159480] = 5, + ACTIONS(8964), 1, + sym_simple_heredoc_body, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + STATE(3306), 1, + sym__heredoc_body, + STATE(3318), 1, + sym__simple_heredoc_body, + STATE(4737), 1, + sym_heredoc_body, + [167542] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8964), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4737), 1, sym_heredoc_body, - STATE(2843), 2, + STATE(3302), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159497] = 4, + [167559] = 5, 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, - [159512] = 4, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + STATE(2904), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [167576] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9022), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(3844), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159527] = 4, - ACTIONS(3), 1, + [167591] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(8748), 1, - anon_sym_in, - ACTIONS(8752), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8750), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [159542] = 5, + ACTIONS(8964), 1, + sym_simple_heredoc_body, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + STATE(4737), 1, + sym_heredoc_body, + STATE(3314), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [167608] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8646), 1, - aux_sym_concatenation_token1, - ACTIONS(8754), 1, - sym__concat, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - [159559] = 5, + ACTIONS(8964), 1, + sym_simple_heredoc_body, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + STATE(3312), 1, + sym__simple_heredoc_body, + STATE(3313), 1, + sym__heredoc_body, + STATE(4737), 1, + sym_heredoc_body, + [167627] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8964), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(3296), 1, + sym__heredoc_body, + STATE(3297), 1, + sym__simple_heredoc_body, + STATE(4737), 1, sym_heredoc_body, - STATE(2839), 2, + [167646] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8964), 1, + sym_simple_heredoc_body, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + STATE(3310), 1, sym__heredoc_body, + STATE(3320), 1, sym__simple_heredoc_body, - [159576] = 4, + STATE(4737), 1, + sym_heredoc_body, + [167665] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8880), 1, + aux_sym_concatenation_token1, + ACTIONS(9024), 1, + sym__concat, + STATE(3845), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1183), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [167682] = 5, ACTIONS(63), 1, sym_comment, - STATE(3695), 1, + ACTIONS(8880), 1, + aux_sym_concatenation_token1, + ACTIONS(9026), 1, + sym__concat, + STATE(3845), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, + ACTIONS(1155), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [167699] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + STATE(3844), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [167714] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9028), 1, anon_sym_SLASH, + ACTIONS(9030), 1, anon_sym_RBRACE3, - ACTIONS(8756), 2, + STATE(3829), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8910), 2, sym__concat, aux_sym_concatenation_token1, - [159591] = 4, + [167731] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(4644), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(3841), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159606] = 4, + [167746] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(4351), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(3839), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [167761] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9032), 1, + anon_sym_RBRACE3, + STATE(3844), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4363), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159621] = 5, + [167776] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(8987), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4289), 1, sym_heredoc_body, - STATE(2856), 2, + STATE(2898), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159638] = 4, - ACTIONS(3), 1, + [167793] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(8497), 1, - anon_sym_in, - ACTIONS(8501), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8499), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [159653] = 6, + ACTIONS(9034), 1, + anon_sym_SLASH, + ACTIONS(9036), 1, + anon_sym_DQUOTE, + ACTIONS(9038), 1, + anon_sym_RBRACE3, + ACTIONS(9040), 1, + sym__regex_no_slash, + STATE(4123), 1, + sym_string, + [167812] = 6, ACTIONS(63), 1, sym_comment, ACTIONS(479), 1, anon_sym_LBRACE, - ACTIONS(8761), 1, + ACTIONS(9042), 1, anon_sym_SEMI, - ACTIONS(8763), 1, + ACTIONS(9044), 1, anon_sym_do, - STATE(2834), 1, - sym_compound_statement, - STATE(2842), 1, + STATE(2965), 1, sym_do_group, - [159672] = 5, + STATE(2967), 1, + sym_compound_statement, + [167831] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9046), 1, + sym_simple_heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + STATE(3336), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [167848] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8765), 1, + anon_sym_in, + ACTIONS(8769), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8767), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [167863] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8767), 1, + ACTIONS(9050), 1, anon_sym_COMMA, - ACTIONS(8770), 1, + ACTIONS(9053), 1, aux_sym_heredoc_redirect_token1, - STATE(3701), 1, + STATE(3868), 1, aux_sym__for_body_repeat1, - ACTIONS(8765), 2, + ACTIONS(9048), 2, anon_sym_SEMI, anon_sym_AMP, - [159689] = 4, + [167880] = 5, 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, + ACTIONS(9055), 1, + anon_sym_SLASH, + ACTIONS(9057), 1, + anon_sym_RBRACE3, + STATE(3828), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8910), 2, + sym__concat, + aux_sym_concatenation_token1, + [167897] = 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(3), 1, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9046), 1, + sym_simple_heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + STATE(3346), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [167914] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(8777), 1, - anon_sym_in, - ACTIONS(8781), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8779), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [159738] = 5, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9046), 1, + sym_simple_heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + STATE(3350), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [167931] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9046), 1, + sym_simple_heredoc_body, + STATE(3330), 1, + sym__heredoc_body, + STATE(3352), 1, + sym__simple_heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + [167950] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(9046), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(3206), 2, + STATE(3353), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159755] = 5, + [167967] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9046), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(2868), 2, + STATE(3322), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159772] = 5, + [167984] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9046), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(2871), 2, + STATE(3367), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159789] = 5, + [168001] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9046), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(3368), 1, + sym__heredoc_body, + STATE(3371), 1, + sym__simple_heredoc_body, + STATE(4676), 1, sym_heredoc_body, - STATE(2872), 2, + [168020] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9059), 1, + anon_sym_in, + ACTIONS(9063), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9061), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [168035] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9046), 1, + sym_simple_heredoc_body, + STATE(3373), 1, sym__heredoc_body, + STATE(3375), 1, sym__simple_heredoc_body, - [159806] = 4, + STATE(4676), 1, + sym_heredoc_body, + [168054] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8819), 1, + anon_sym_in, + ACTIONS(8823), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8821), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [168069] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9065), 1, + anon_sym_in, + ACTIONS(9069), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9067), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [168084] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9071), 1, + sym__concat, + ACTIONS(3960), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [168097] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9073), 1, + sym__concat, + ACTIONS(3946), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [168110] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4527), 1, + ACTIONS(9075), 1, + sym__concat, + ACTIONS(3923), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - STATE(3697), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + [168123] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9077), 1, + sym__concat, + ACTIONS(3917), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159821] = 5, + anon_sym_RBRACE3, + [168136] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9046), 1, sym_simple_heredoc_body, - STATE(4090), 1, - sym_heredoc_body, - STATE(2779), 2, + STATE(3362), 1, sym__heredoc_body, + STATE(3363), 1, sym__simple_heredoc_body, - [159838] = 5, + STATE(4676), 1, + sym_heredoc_body, + [168155] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9020), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4658), 1, sym_heredoc_body, - STATE(2786), 2, + STATE(2905), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159855] = 5, + [168172] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8783), 1, - anon_sym_SLASH, - ACTIONS(8785), 1, - anon_sym_RBRACE3, - STATE(3693), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8646), 2, - sym__concat, - aux_sym_concatenation_token1, - [159872] = 5, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + STATE(2869), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [168189] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8787), 1, - anon_sym_SLASH, - ACTIONS(8789), 1, - anon_sym_RBRACE3, - STATE(3688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8646), 2, - sym__concat, - aux_sym_concatenation_token1, - [159889] = 5, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(2892), 1, + sym__heredoc_body, + STATE(2896), 1, + sym__simple_heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + [168208] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(8987), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4289), 1, sym_heredoc_body, - STATE(3183), 2, + STATE(2978), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159906] = 6, + [168225] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8616), 1, - anon_sym_RPAREN, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - STATE(3910), 1, - aux_sym_case_item_repeat1, - [159925] = 4, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(8987), 1, + sym_simple_heredoc_body, + STATE(2982), 1, + sym__simple_heredoc_body, + STATE(2992), 1, + sym__heredoc_body, + STATE(4289), 1, + sym_heredoc_body, + [168244] = 5, ACTIONS(63), 1, sym_comment, - STATE(3670), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(8791), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [159940] = 4, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(8987), 1, + sym_simple_heredoc_body, + STATE(4289), 1, + sym_heredoc_body, + STATE(2895), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [168261] = 5, ACTIONS(63), 1, sym_comment, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(8793), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [159955] = 5, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + STATE(2899), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [168278] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(8987), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4289), 1, sym_heredoc_body, - STATE(3184), 2, + STATE(2949), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159972] = 5, + [168295] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8966), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(9020), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4658), 1, sym_heredoc_body, - STATE(3212), 2, + STATE(2909), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159989] = 5, + [168312] = 6, 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(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(2866), 1, + sym__simple_heredoc_body, + STATE(2912), 1, + sym__heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + [168331] = 5, 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(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + STATE(2938), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [168348] = 6, 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(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(2873), 1, + sym__heredoc_body, + STATE(2874), 1, + sym__simple_heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + [168367] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - ACTIONS(8793), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [160049] = 4, + ACTIONS(8966), 1, + sym__heredoc_body_beginning, + ACTIONS(9020), 1, + sym_simple_heredoc_body, + STATE(2878), 1, + sym__heredoc_body, + STATE(2880), 1, + sym__simple_heredoc_body, + STATE(4658), 1, + sym_heredoc_body, + [168386] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8817), 1, + ACTIONS(9079), 1, + anon_sym_RBRACE3, + STATE(3844), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4363), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [168401] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1214), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [168411] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9081), 1, anon_sym_esac, - ACTIONS(8819), 1, + ACTIONS(9083), 1, anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, + ACTIONS(9085), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - [160063] = 5, + [168425] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8787), 1, + ACTIONS(8970), 1, anon_sym_SLASH, - ACTIONS(8789), 1, + ACTIONS(8972), 1, anon_sym_RBRACE3, - ACTIONS(8823), 1, + ACTIONS(9087), 1, sym__special_character, - STATE(3743), 1, + STATE(3912), 1, aux_sym__literal_repeat1, - [160079] = 4, + [168441] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8828), 1, + ACTIONS(9092), 1, anon_sym_RBRACE3, - STATE(3726), 1, + STATE(3903), 1, aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8825), 2, + ACTIONS(9089), 2, sym__concat, aux_sym_concatenation_token1, - [160093] = 5, - 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, + [168455] = 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(1258), 4, sym__concat, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160123] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8834), 1, - anon_sym_esac, - ACTIONS(8836), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8838), 1, - anon_sym_SEMI_AMP, - ACTIONS(8840), 1, - anon_sym_SEMI_SEMI_AMP, - [160139] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8842), 1, - anon_sym_esac, - ACTIONS(8844), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8846), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160153] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8848), 1, - anon_sym_esac, - ACTIONS(8850), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8852), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160167] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8834), 1, - anon_sym_esac, - ACTIONS(8854), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8856), 1, - anon_sym_SEMI_AMP, - ACTIONS(8858), 1, - anon_sym_SEMI_SEMI_AMP, - [160183] = 2, + anon_sym_RBRACE3, + [168465] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1254), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160193] = 2, + [168475] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1214), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160203] = 3, - ACTIONS(3), 1, + [168485] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(63), 1, sym_comment, - ACTIONS(8770), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8765), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_AMP, - [160215] = 2, + ACTIONS(8985), 1, + anon_sym_do, + STATE(2911), 1, + sym_do_group, + STATE(2918), 1, + sym_compound_statement, + [168501] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1206), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160225] = 2, + [168511] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1214), 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, + [168521] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1250), 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, + [168531] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, + ACTIONS(1270), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160285] = 4, + [168541] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8860), 1, + ACTIONS(9094), 1, sym__special_character, - STATE(3743), 1, + STATE(3912), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 2, + ACTIONS(1276), 2, anon_sym_SLASH, anon_sym_RBRACE3, - [160299] = 2, + [168555] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3857), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, + ACTIONS(1266), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160309] = 5, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8730), 1, - anon_sym_do, - STATE(2857), 1, - sym_do_group, - STATE(2858), 1, - sym_compound_statement, - [160325] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8865), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8863), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_AMP, - [160337] = 2, + [168565] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1262), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160347] = 5, + [168575] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8795), 1, + ACTIONS(9097), 1, anon_sym_esac, - ACTIONS(8867), 1, + ACTIONS(9099), 1, anon_sym_SEMI_SEMI, - ACTIONS(8869), 1, + ACTIONS(9101), 1, anon_sym_SEMI_AMP, - ACTIONS(8871), 1, + ACTIONS(9103), 1, anon_sym_SEMI_SEMI_AMP, - [160363] = 2, + [168591] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9053), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9048), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [168603] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1232), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160373] = 2, + [168613] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1246), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160383] = 2, + [168623] = 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, - [160393] = 2, + ACTIONS(1214), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [168633] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1206), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160403] = 2, + [168643] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1214), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160413] = 2, + [168653] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1202), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160423] = 2, + [168663] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, + ACTIONS(9105), 1, + anon_sym_esac, + ACTIONS(9107), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9109), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [168677] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1226), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160433] = 2, + [168687] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1222), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160443] = 4, + [168697] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9113), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9111), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [168709] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8873), 1, + ACTIONS(9117), 1, anon_sym_RBRACE3, - STATE(3728), 1, + STATE(3930), 1, aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, + ACTIONS(9115), 2, sym__concat, aux_sym_concatenation_token1, - [160457] = 2, + [168723] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1218), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160467] = 2, + [168733] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1250), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160477] = 2, + [168743] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(9119), 1, + anon_sym_RBRACE3, + STATE(3903), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(9115), 2, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, aux_sym_concatenation_token1, - [160487] = 2, + [168757] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1161), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [168767] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9121), 1, + anon_sym_esac, + ACTIONS(9123), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9125), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [168781] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3946), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [168791] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1236), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160497] = 2, + [168801] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1270), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160507] = 2, + [168811] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1210), 4, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160517] = 2, + anon_sym_RBRACE3, + [168821] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9127), 1, + anon_sym_esac, + ACTIONS(9129), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9131), 1, + anon_sym_SEMI_AMP, + ACTIONS(9133), 1, + anon_sym_SEMI_SEMI_AMP, + [168837] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1266), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160527] = 2, + [168847] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1262), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160537] = 5, + [168857] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(9127), 1, anon_sym_esac, - ACTIONS(8877), 1, + ACTIONS(9135), 1, anon_sym_SEMI_SEMI, - ACTIONS(8879), 1, + ACTIONS(9137), 1, anon_sym_SEMI_AMP, - ACTIONS(8881), 1, + ACTIONS(9139), 1, anon_sym_SEMI_SEMI_AMP, - [160553] = 2, + [168873] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3960), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [168883] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(1258), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160563] = 2, + [168893] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1229), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(4035), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160573] = 2, + [168903] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1254), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160583] = 5, + [168913] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8803), 1, + ACTIONS(4146), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [168923] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9141), 1, + sym__special_character, + STATE(3946), 1, + aux_sym__literal_repeat1, + ACTIONS(1276), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [168937] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9097), 1, anon_sym_esac, - ACTIONS(8883), 1, + ACTIONS(9144), 1, anon_sym_SEMI_SEMI, - ACTIONS(8885), 1, + ACTIONS(9146), 1, anon_sym_SEMI_AMP, - ACTIONS(8887), 1, + ACTIONS(9148), 1, anon_sym_SEMI_SEMI_AMP, - [160599] = 2, + [168953] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1242), 4, sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [168963] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8968), 1, + sym__special_character, + STATE(3946), 1, + aux_sym__literal_repeat1, + ACTIONS(8998), 2, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160609] = 3, + [168977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8891), 1, + ACTIONS(9152), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8889), 3, + ACTIONS(9150), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_AMP, - [160621] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1217), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160631] = 5, + [168989] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(9154), 1, anon_sym_esac, - ACTIONS(8893), 1, + ACTIONS(9156), 1, anon_sym_SEMI_SEMI, - ACTIONS(8895), 1, + ACTIONS(9158), 2, anon_sym_SEMI_AMP, - ACTIONS(8897), 1, anon_sym_SEMI_SEMI_AMP, - [160647] = 2, + [169003] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1233), 4, + ACTIONS(1246), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160657] = 2, + [169013] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1202), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160667] = 2, + [169023] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(1242), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160677] = 4, + [169033] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8899), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, + ACTIONS(1232), 4, + sym__concat, anon_sym_RPAREN, anon_sym_PIPE, - [160691] = 2, + aux_sym_concatenation_token1, + [169043] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(1222), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160701] = 5, + [169053] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(258), 1, + ACTIONS(294), 1, anon_sym_LBRACE, - ACTIONS(8722), 1, + ACTIONS(9010), 1, anon_sym_do, - STATE(3201), 1, + STATE(3345), 1, sym_compound_statement, - STATE(3205), 1, + STATE(3360), 1, sym_do_group, - [160717] = 2, + [169069] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160727] = 2, + ACTIONS(9160), 1, + anon_sym_esac, + ACTIONS(9162), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9164), 1, + anon_sym_SEMI_AMP, + ACTIONS(9166), 1, + anon_sym_SEMI_SEMI_AMP, + [169085] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1218), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160737] = 2, + [169095] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1225), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160747] = 2, + ACTIONS(9168), 1, + anon_sym_esac, + ACTIONS(9170), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9172), 1, + anon_sym_SEMI_AMP, + ACTIONS(9174), 1, + anon_sym_SEMI_SEMI_AMP, + [169111] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(479), 1, + anon_sym_LBRACE, + ACTIONS(9044), 1, + anon_sym_do, + STATE(2984), 1, + sym_do_group, + STATE(2985), 1, + sym_compound_statement, + [169127] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1161), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160757] = 2, + [169137] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1245), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(1214), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160767] = 2, + [169147] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1221), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(9176), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160777] = 2, + [169157] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1229), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160787] = 2, + ACTIONS(9168), 1, + anon_sym_esac, + ACTIONS(9178), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9180), 1, + anon_sym_SEMI_AMP, + ACTIONS(9182), 1, + anon_sym_SEMI_SEMI_AMP, + [169173] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1233), 4, + ACTIONS(1210), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160797] = 2, + [169183] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9160), 1, + anon_sym_esac, + ACTIONS(9184), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9186), 1, + anon_sym_SEMI_AMP, + ACTIONS(9188), 1, + anon_sym_SEMI_SEMI_AMP, + [169199] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1206), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [169209] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(1226), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160807] = 2, + [169219] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8902), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, + ACTIONS(9028), 1, + anon_sym_SLASH, + ACTIONS(9030), 1, anon_sym_RBRACE3, - [160817] = 4, + ACTIONS(9087), 1, + sym__special_character, + STATE(3912), 1, + aux_sym__literal_repeat1, + [169235] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8904), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160830] = 4, + ACTIONS(1236), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [169245] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8906), 1, + ACTIONS(9190), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [160843] = 4, + [169258] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8908), 1, + ACTIONS(9192), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(8910), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - STATE(3923), 1, + STATE(4051), 1, aux_sym__for_body_repeat1, - [160856] = 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, + [169271] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(8914), 1, + ACTIONS(9196), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160882] = 3, - 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, + STATE(4047), 1, + aux_sym__for_body_repeat1, + [169284] = 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(8878), 1, + anon_sym_PIPE, + ACTIONS(8940), 1, + anon_sym_RPAREN, + STATE(4029), 1, + aux_sym_case_item_repeat1, + [169297] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8922), 1, + ACTIONS(9198), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [160917] = 4, + [169310] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8924), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [160930] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(8926), 2, + ACTIONS(9200), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [160941] = 3, - 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, + [169321] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8930), 1, - anon_sym_RPAREN, - ACTIONS(8932), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - STATE(3802), 1, + ACTIONS(9204), 1, + anon_sym_RPAREN, + STATE(4091), 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, + [169334] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8838), 1, + ACTIONS(9172), 1, anon_sym_SEMI_AMP, - ACTIONS(8840), 1, + ACTIONS(9174), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(8937), 1, + ACTIONS(9206), 1, anon_sym_SEMI_SEMI, - [160991] = 4, + [169347] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8939), 1, + ACTIONS(9208), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161004] = 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, - anon_sym_SEMI_AMP, - ACTIONS(8801), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(8944), 1, - anon_sym_SEMI_SEMI, - [161030] = 4, + [169360] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8946), 1, + ACTIONS(9210), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161043] = 3, + [169373] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(8948), 2, + ACTIONS(9212), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161054] = 4, + [169384] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9214), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [169395] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8950), 1, + ACTIONS(9216), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161067] = 4, + [169408] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(9218), 1, anon_sym_COMMA, - ACTIONS(8954), 1, + ACTIONS(9220), 1, anon_sym_RPAREN, - STATE(3890), 1, + STATE(4026), 1, aux_sym__for_body_repeat1, - [161080] = 4, + [169421] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8956), 1, + ACTIONS(4282), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(9222), 1, + anon_sym_COMMA, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [169434] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9225), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [169447] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8876), 1, anon_sym_RPAREN, - STATE(3802), 1, + ACTIONS(8878), 1, + anon_sym_PIPE, + STATE(4097), 1, aux_sym_case_item_repeat1, - [161093] = 4, + [169460] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(8958), 1, + ACTIONS(9227), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161106] = 3, + STATE(4054), 1, + aux_sym__for_body_repeat1, + [169473] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(8960), 2, + ACTIONS(9229), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161117] = 4, + [169484] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8962), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161130] = 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9231), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [169497] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8964), 1, + ACTIONS(9218), 1, + anon_sym_COMMA, + ACTIONS(9233), 1, anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161143] = 4, + STATE(3985), 1, + aux_sym__for_body_repeat1, + [169510] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8680), 1, - anon_sym_RPAREN, - STATE(3919), 1, - aux_sym_case_item_repeat1, - [161156] = 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9235), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [169523] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(8966), 1, + ACTIONS(9237), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161169] = 4, + STATE(4093), 1, + aux_sym__for_body_repeat1, + [169536] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8968), 1, + ACTIONS(9239), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161182] = 4, + [169549] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8970), 1, + ACTIONS(9241), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161195] = 3, + [169562] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8972), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161206] = 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9243), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [169575] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(8974), 1, + ACTIONS(9245), 1, anon_sym_RPAREN_RPAREN, - STATE(3861), 1, + STATE(4106), 1, aux_sym__for_body_repeat1, - [161219] = 4, + [169588] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(8976), 1, + ACTIONS(9247), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4093), 1, aux_sym__for_body_repeat1, - [161232] = 4, + [169601] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(8978), 1, + ACTIONS(9249), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4093), 1, aux_sym__for_body_repeat1, - [161245] = 4, + [169614] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(8980), 1, + ACTIONS(9251), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161258] = 3, + [169627] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9164), 1, + anon_sym_SEMI_AMP, + ACTIONS(9166), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9253), 1, + anon_sym_SEMI_SEMI, + [169640] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(8982), 2, + ACTIONS(9255), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161269] = 2, + [169651] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8828), 3, - sym__concat, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [161278] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(8984), 2, + ACTIONS(9257), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161289] = 4, + [169662] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(8986), 1, + ACTIONS(9259), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3994), 1, + aux_sym__for_body_repeat1, + [169675] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9261), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161302] = 3, + [169688] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8988), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161313] = 4, + ACTIONS(9092), 3, + sym__concat, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [169697] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9263), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9085), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [169708] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8990), 1, + ACTIONS(9265), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [161326] = 4, + [169721] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8992), 1, + ACTIONS(9267), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [161339] = 4, + [169734] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8994), 1, + ACTIONS(9269), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [161352] = 3, + [169747] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8996), 1, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(9271), 1, + anon_sym_RPAREN, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [169760] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9273), 1, anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, + ACTIONS(9158), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - [161363] = 3, + [169771] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(8998), 2, + ACTIONS(9275), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161374] = 4, + [169782] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9000), 1, + ACTIONS(9277), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161387] = 4, + [169795] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9279), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [169806] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9002), 1, + ACTIONS(9281), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [169819] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9283), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161400] = 2, + [169832] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(9285), 1, + anon_sym_RPAREN, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [169845] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1169), 3, + ACTIONS(9287), 1, + sym_extglob_pattern, + ACTIONS(3678), 2, anon_sym_RPAREN, anon_sym_PIPE, - sym__special_character, - [161409] = 4, + [169856] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9004), 1, + ACTIONS(9289), 1, anon_sym_RPAREN_RPAREN, - STATE(3898), 1, - aux_sym__for_body_repeat1, - [161422] = 3, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [169869] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(9006), 2, + ACTIONS(9291), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161433] = 4, + [169880] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(1250), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [169889] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9008), 1, + ACTIONS(9293), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161446] = 4, + [169902] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(9010), 1, + ACTIONS(1270), 3, + sym_extglob_pattern, anon_sym_RPAREN, - STATE(3847), 1, - aux_sym__for_body_repeat1, - [161459] = 4, + anon_sym_PIPE, + [169911] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9053), 1, + anon_sym_RPAREN, + ACTIONS(9295), 1, anon_sym_COMMA, - ACTIONS(9012), 1, - anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4026), 1, aux_sym__for_body_repeat1, - [161472] = 3, + [169924] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9014), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8815), 2, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(9298), 1, + anon_sym_RPAREN, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [169937] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9180), 1, anon_sym_SEMI_AMP, + ACTIONS(9182), 1, anon_sym_SEMI_SEMI_AMP, - [161483] = 4, + ACTIONS(9300), 1, + anon_sym_SEMI_SEMI, + [169950] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(9302), 1, + anon_sym_RPAREN, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [169963] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(9304), 1, + anon_sym_RPAREN, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [169976] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9016), 1, + ACTIONS(9306), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161496] = 4, + [169989] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9018), 1, + ACTIONS(9308), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161509] = 4, + [170002] = 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(9310), 1, + sym__concat, + ACTIONS(3946), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170013] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9022), 1, + ACTIONS(9312), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161535] = 4, + [170026] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9024), 1, + ACTIONS(9314), 1, anon_sym_RPAREN_RPAREN, - STATE(3892), 1, + STATE(3999), 1, aux_sym__for_body_repeat1, - [161548] = 3, + [170039] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(9026), 2, + ACTIONS(9316), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161559] = 4, + [170050] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9028), 1, + ACTIONS(9318), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161572] = 4, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170063] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9030), 1, + ACTIONS(9320), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161585] = 4, + STATE(4057), 1, + aux_sym__for_body_repeat1, + [170076] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9218), 1, anon_sym_COMMA, - ACTIONS(9032), 1, - anon_sym_RPAREN_RPAREN, - STATE(3888), 1, + ACTIONS(9322), 1, + anon_sym_RPAREN, + STATE(4104), 1, aux_sym__for_body_repeat1, - [161598] = 4, + [170089] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(1246), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [170098] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9218), 1, anon_sym_COMMA, - ACTIONS(9034), 1, + ACTIONS(9324), 1, + anon_sym_RPAREN, + STATE(4026), 1, + aux_sym__for_body_repeat1, + [170111] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9326), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170124] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9328), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161611] = 3, + [170137] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(9036), 2, + ACTIONS(9330), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161622] = 4, + [170148] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1202), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [170157] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8869), 1, + ACTIONS(9101), 1, anon_sym_SEMI_AMP, - ACTIONS(8871), 1, + ACTIONS(9103), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9038), 1, + ACTIONS(9332), 1, anon_sym_SEMI_SEMI, - [161635] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9040), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161646] = 4, + [170170] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9042), 1, + ACTIONS(9334), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161659] = 4, + STATE(4093), 1, + aux_sym__for_body_repeat1, + [170183] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9044), 1, + ACTIONS(9336), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161672] = 4, + [170196] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9046), 1, + ACTIONS(9338), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161685] = 4, + [170209] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9048), 1, + ACTIONS(9340), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4093), 1, aux_sym__for_body_repeat1, - [161698] = 4, + [170222] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9050), 1, + ACTIONS(9342), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161711] = 3, + STATE(4093), 1, + aux_sym__for_body_repeat1, + [170235] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9052), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161722] = 4, + ACTIONS(1226), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [170244] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(9344), 1, + anon_sym_RPAREN, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [170257] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9054), 1, + ACTIONS(9346), 1, anon_sym_RPAREN_RPAREN, - STATE(3851), 1, + STATE(4093), 1, aux_sym__for_body_repeat1, - [161735] = 4, + [170270] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9056), 1, + ACTIONS(9348), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161748] = 4, + STATE(4000), 1, + aux_sym__for_body_repeat1, + [170283] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9058), 1, + ACTIONS(9350), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161761] = 4, + [170296] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9060), 1, + ACTIONS(9352), 1, anon_sym_RPAREN_RPAREN, - STATE(3843), 1, + STATE(4093), 1, aux_sym__for_body_repeat1, - [161774] = 4, + [170309] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9062), 1, + ACTIONS(9354), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161787] = 4, + [170322] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8879), 1, - anon_sym_SEMI_AMP, - ACTIONS(8881), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9064), 1, - anon_sym_SEMI_SEMI, - [161800] = 3, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9356), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170335] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9066), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161811] = 3, + ACTIONS(9194), 1, + anon_sym_COMMA, + ACTIONS(9358), 1, + anon_sym_RPAREN_RPAREN, + STATE(4050), 1, + aux_sym__for_body_repeat1, + [170348] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9068), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161822] = 3, + ACTIONS(8878), 1, + anon_sym_PIPE, + ACTIONS(8882), 1, + anon_sym_RPAREN, + STATE(4053), 1, + aux_sym_case_item_repeat1, + [170361] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9070), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161833] = 4, + ACTIONS(9218), 1, + anon_sym_COMMA, + ACTIONS(9360), 1, + anon_sym_RPAREN, + STATE(4041), 1, + aux_sym__for_body_repeat1, + [170374] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9186), 1, + anon_sym_SEMI_AMP, + ACTIONS(9188), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9362), 1, + anon_sym_SEMI_SEMI, + [170387] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9072), 1, + ACTIONS(9364), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161846] = 4, + [170400] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9366), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170411] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9074), 1, + ACTIONS(9368), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161859] = 4, + [170424] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9076), 1, + ACTIONS(9370), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161872] = 3, + [170437] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(9078), 2, + ACTIONS(9372), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161883] = 3, + [170448] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1190), 1, + sym__special_character, + ACTIONS(1192), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [170459] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(9080), 2, + ACTIONS(9374), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161894] = 3, + [170470] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9082), 1, + ACTIONS(9376), 1, sym__concat, - ACTIONS(3833), 2, + ACTIONS(3923), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161905] = 3, + [170481] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9084), 1, - sym__concat, - ACTIONS(3839), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161916] = 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9378), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170494] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9086), 1, - anon_sym_RPAREN, - STATE(3909), 1, - aux_sym__for_body_repeat1, - [161929] = 3, + ACTIONS(9380), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170507] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9088), 2, + STATE(3930), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(9115), 2, + sym__concat, + aux_sym_concatenation_token1, + [170518] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9382), 1, + sym__concat, + ACTIONS(3917), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161940] = 4, + [170529] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4151), 1, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9384), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(9090), 1, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170542] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_COMMA, - STATE(3882), 1, + ACTIONS(9386), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161953] = 4, + [170555] = 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(9388), 1, + sym__concat, + ACTIONS(3960), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170566] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9095), 1, + ACTIONS(9390), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [161979] = 4, + [170579] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9392), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170590] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8636), 1, + ACTIONS(9394), 1, anon_sym_RPAREN, - STATE(3905), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [161992] = 4, + [170603] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9097), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162005] = 4, + ACTIONS(9396), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9109), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [170614] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9099), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162018] = 4, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9398), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170625] = 4, 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(8878), 1, + anon_sym_PIPE, + ACTIONS(9400), 1, + anon_sym_RPAREN, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [170638] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9103), 1, + ACTIONS(9402), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [162044] = 4, + [170651] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(9105), 1, - anon_sym_RPAREN, - STATE(3806), 1, - aux_sym__for_body_repeat1, - [162057] = 3, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9404), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170662] = 4, ACTIONS(63), 1, sym_comment, - STATE(3728), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, - sym__concat, - aux_sym_concatenation_token1, - [162068] = 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9406), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170675] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9107), 1, + ACTIONS(9408), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [162081] = 3, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170688] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(9109), 2, + ACTIONS(9410), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162092] = 3, + [170699] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9202), 1, anon_sym_LBRACK, - ACTIONS(9111), 2, + ACTIONS(9412), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162103] = 4, + [170710] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9414), 1, + anon_sym_RPAREN, + ACTIONS(9416), 1, + anon_sym_PIPE, + STATE(4091), 1, + aux_sym_case_item_repeat1, + [170723] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8895), 1, + ACTIONS(9419), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9125), 2, anon_sym_SEMI_AMP, - ACTIONS(8897), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9113), 1, - anon_sym_SEMI_SEMI, - [162116] = 4, + [170734] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(9115), 1, + ACTIONS(9053), 1, anon_sym_RPAREN_RPAREN, - STATE(3823), 1, + ACTIONS(9421), 1, + anon_sym_COMMA, + STATE(4093), 1, aux_sym__for_body_repeat1, - [162129] = 4, + [170747] = 2, 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(1192), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + sym__special_character, + [170756] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(9119), 1, - anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [162155] = 4, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9424), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170767] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(9121), 1, + ACTIONS(9426), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [162168] = 4, + [170780] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(9123), 1, + ACTIONS(9428), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [162181] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9125), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162194] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9127), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162207] = 4, + [170793] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(8654), 1, + ACTIONS(9430), 1, anon_sym_RPAREN, - STATE(3812), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [162220] = 3, + [170806] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9129), 1, - sym__concat, - ACTIONS(3857), 2, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9432), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162231] = 4, + [170817] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(9131), 1, + ACTIONS(8884), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4010), 1, aux_sym_case_item_repeat1, - [162244] = 3, + [170830] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9133), 1, - sym__concat, - ACTIONS(3848), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162255] = 4, + ACTIONS(3973), 1, + anon_sym_COMMA, + ACTIONS(9434), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, + aux_sym_arithmetic_expansion_repeat1, + [170843] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9135), 1, + ACTIONS(9436), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [162268] = 4, + [170856] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8878), 1, anon_sym_PIPE, - ACTIONS(9137), 1, + ACTIONS(9438), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4091), 1, aux_sym_case_item_repeat1, - [162281] = 4, + [170869] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(9218), 1, anon_sym_COMMA, - ACTIONS(9139), 1, + ACTIONS(9440), 1, anon_sym_RPAREN, - STATE(3806), 1, + STATE(4026), 1, aux_sym__for_body_repeat1, - [162294] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9141), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162307] = 4, + [170882] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9143), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162320] = 4, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9442), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170893] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9194), 1, anon_sym_COMMA, - ACTIONS(9145), 1, + ACTIONS(9444), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162333] = 4, + STATE(4093), 1, + aux_sym__for_body_repeat1, + [170906] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8885), 1, + ACTIONS(9131), 1, anon_sym_SEMI_AMP, - ACTIONS(8887), 1, + ACTIONS(9133), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9147), 1, + ACTIONS(9446), 1, anon_sym_SEMI_SEMI, - [162346] = 4, + [170919] = 3, 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, + ACTIONS(9202), 1, + anon_sym_LBRACK, + ACTIONS(9448), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [170930] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9149), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162372] = 3, + ACTIONS(9146), 1, + anon_sym_SEMI_AMP, + ACTIONS(9148), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9450), 1, + anon_sym_SEMI_SEMI, + [170943] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 1, - sym__special_character, - ACTIONS(1169), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - [162383] = 4, + ACTIONS(9137), 1, + anon_sym_SEMI_AMP, + ACTIONS(9139), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9452), 1, + anon_sym_SEMI_SEMI, + [170956] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - ACTIONS(9151), 1, + ACTIONS(9454), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3986), 1, aux_sym_arithmetic_expansion_repeat1, - [162396] = 4, + [170969] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9113), 2, anon_sym_COMMA, - ACTIONS(9153), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162409] = 4, + anon_sym_RPAREN, + [170977] = 3, 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(981), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1509), 1, + sym_expansion, + [170987] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9157), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162435] = 4, + ACTIONS(5602), 1, + anon_sym_DOLLAR_LBRACE, + STATE(3231), 1, + sym_expansion, + [170997] = 2, 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, + ACTIONS(1232), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [171005] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9161), 2, + ACTIONS(9442), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162459] = 4, - 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, + [171013] = 2, 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(63), 1, - sym_comment, - ACTIONS(5346), 1, - anon_sym_DOLLAR_LBRACE, - STATE(3576), 1, - sym_expansion, - [162495] = 3, + ACTIONS(9372), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171021] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5881), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1102), 1, - sym_expansion, - [162505] = 3, + ACTIONS(1226), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [171029] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6035), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LBRACE, - STATE(1037), 1, + STATE(2717), 1, sym_expansion, - [162515] = 3, + [171039] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4397), 1, + ACTIONS(6029), 1, anon_sym_DOLLAR_LBRACE, - STATE(2508), 1, + STATE(1744), 1, sym_expansion, - [162525] = 3, + [171049] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1240), 1, - sym_expansion, - [162535] = 3, + ACTIONS(9448), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171057] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5230), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - STATE(3737), 1, + STATE(820), 1, sym_expansion, - [162545] = 3, + [171067] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2841), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1692), 1, - sym_expansion, - [162555] = 2, + ACTIONS(9456), 1, + anon_sym_SLASH, + ACTIONS(9458), 1, + anon_sym_RBRACE3, + [171077] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3848), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162563] = 2, + ACTIONS(7303), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2022), 1, + sym_expansion, + [171087] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9161), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162571] = 3, + ACTIONS(1214), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [171095] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4990), 1, + ACTIONS(7031), 1, anon_sym_DOLLAR_LBRACE, - STATE(2939), 1, + STATE(2115), 1, sym_expansion, - [162581] = 3, + [171105] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4427), 1, + ACTIONS(1202), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [171113] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, - STATE(891), 1, + STATE(377), 1, sym_expansion, - [162591] = 2, + [171123] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8891), 2, - anon_sym_COMMA, + ACTIONS(8962), 2, anon_sym_RPAREN, - [162599] = 3, + anon_sym_PIPE, + [171131] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8730), 1, - anon_sym_do, - STATE(2862), 1, - sym_do_group, - [162609] = 3, + ACTIONS(9404), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171139] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5376), 1, + ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - STATE(2599), 1, + STATE(1470), 1, sym_expansion, - [162619] = 2, + [171149] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9070), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162627] = 3, + ACTIONS(1246), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [171157] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - STATE(2054), 1, - sym_expansion, - [162637] = 3, + ACTIONS(9255), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171165] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4467), 1, + ACTIONS(109), 1, anon_sym_DOLLAR_LBRACE, - STATE(2495), 1, + STATE(357), 1, sym_expansion, - [162647] = 2, + [171175] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3857), 2, + ACTIONS(4146), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162655] = 2, + [171183] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9111), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162663] = 3, + ACTIONS(9460), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9462), 1, + aux_sym__simple_variable_name_token1, + [171193] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4549), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1012), 1, - sym_expansion, - [162673] = 2, + ACTIONS(9464), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9466), 1, + aux_sym__simple_variable_name_token1, + [171203] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1217), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [162681] = 3, + ACTIONS(4035), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171211] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4930), 1, + ACTIONS(2503), 1, anon_sym_DOLLAR_LBRACE, - STATE(840), 1, + STATE(1606), 1, sym_expansion, - [162691] = 2, + [171221] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9109), 2, + ACTIONS(9432), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162699] = 3, + [171229] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4838), 1, + ACTIONS(4572), 1, anon_sym_DOLLAR_LBRACE, - STATE(1723), 1, + STATE(1735), 1, sym_expansion, - [162709] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9088), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162717] = 2, + [171239] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8918), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162725] = 2, + ACTIONS(5768), 1, + anon_sym_DOLLAR_LBRACE, + STATE(3492), 1, + sym_expansion, + [171249] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8770), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [162733] = 3, + ACTIONS(4866), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2178), 1, + sym_expansion, + [171259] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9168), 1, - anon_sym_SLASH, - ACTIONS(9170), 1, + ACTIONS(1254), 2, + anon_sym_COLON, anon_sym_RBRACE3, - [162743] = 3, + [171267] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9172), 1, + ACTIONS(1258), 2, anon_sym_COLON, - ACTIONS(9174), 1, anon_sym_RBRACE3, - [162753] = 3, + [171275] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9176), 1, + ACTIONS(2773), 1, anon_sym_DOLLAR_LBRACE, - STATE(4025), 1, + STATE(1695), 1, sym_expansion, - [162763] = 3, - ACTIONS(53), 1, + [171285] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5016), 1, anon_sym_DOLLAR_LBRACE, + STATE(834), 1, + sym_expansion, + [171295] = 3, ACTIONS(63), 1, sym_comment, - STATE(794), 1, + ACTIONS(6205), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1088), 1, sym_expansion, - [162773] = 3, + [171305] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8763), 1, + ACTIONS(9010), 1, anon_sym_do, - STATE(2878), 1, + STATE(3325), 1, sym_do_group, - [162783] = 3, + [171315] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5708), 1, + ACTIONS(6235), 1, anon_sym_DOLLAR_LBRACE, - STATE(3163), 1, + STATE(958), 1, sym_expansion, - [162793] = 3, + [171325] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4593), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR_LBRACE, - STATE(2084), 1, + STATE(3942), 1, sym_expansion, - [162803] = 2, + [171335] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9078), 2, + ACTIONS(3946), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162811] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - STATE(2028), 1, - sym_expansion, - [162821] = 3, + [171343] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2776), 1, - sym_do_group, - [162831] = 3, + ACTIONS(3849), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [171351] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5464), 1, - anon_sym_DOLLAR_LBRACE, - STATE(3109), 1, - sym_expansion, - [162841] = 2, + ACTIONS(1270), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [171359] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9068), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162849] = 2, + ACTIONS(9152), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [171367] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9080), 2, + ACTIONS(9398), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162857] = 3, + [171375] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4894), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR_LBRACE, - STATE(1234), 1, + STATE(3778), 1, sym_expansion, - [162867] = 2, + [171385] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9066), 2, + ACTIONS(9374), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162875] = 2, + [171393] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4003), 2, + ACTIONS(9330), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162883] = 2, + [171401] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4007), 2, + ACTIONS(9200), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162891] = 3, + [171409] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1829), 1, - sym_expansion, - [162901] = 3, + ACTIONS(1250), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [171417] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4794), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - STATE(741), 1, + STATE(696), 1, sym_expansion, - [162911] = 2, + [171427] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9036), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162919] = 2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1646), 1, + sym_expansion, + [171437] = 3, + ACTIONS(53), 1, + anon_sym_DOLLAR_LBRACE, ACTIONS(63), 1, sym_comment, - ACTIONS(9052), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162927] = 3, + STATE(783), 1, + sym_expansion, + [171447] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(421), 1, + ACTIONS(5324), 1, anon_sym_DOLLAR_LBRACE, - STATE(863), 1, + STATE(2802), 1, sym_expansion, - [162937] = 2, + [171457] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1242), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [171465] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9040), 2, + ACTIONS(9214), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162945] = 3, + [171473] = 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(3855), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [171481] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9182), 1, + ACTIONS(1206), 2, + anon_sym_COLON, anon_sym_RBRACE3, - ACTIONS(9184), 1, - sym_regex, - [162965] = 3, + [171489] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(288), 1, - anon_sym_DOLLAR_LBRACE, - STATE(406), 1, - sym_expansion, - [162975] = 2, + ACTIONS(9410), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171497] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1225), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [162983] = 3, + ACTIONS(9010), 1, + anon_sym_do, + STATE(3343), 1, + sym_do_group, + [171507] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5494), 1, + ACTIONS(324), 1, anon_sym_DOLLAR_LBRACE, - STATE(1608), 1, + STATE(401), 1, sym_expansion, - [162993] = 2, + [171517] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8891), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [163001] = 3, + ACTIONS(4760), 1, + anon_sym_DOLLAR_LBRACE, + STATE(951), 1, + sym_expansion, + [171527] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(6065), 1, anon_sym_DOLLAR_LBRACE, - STATE(3776), 1, + STATE(1932), 1, sym_expansion, - [163011] = 2, + [171537] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8865), 2, - anon_sym_RPAREN_RPAREN, + ACTIONS(9053), 2, anon_sym_COMMA, - [163019] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3200), 1, - sym_do_group, - [163029] = 3, + anon_sym_RPAREN, + [171545] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(503), 1, + ACTIONS(6549), 1, anon_sym_DOLLAR_LBRACE, - STATE(633), 1, + STATE(1184), 1, sym_expansion, - [163039] = 2, + [171555] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9026), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163047] = 3, + ACTIONS(5870), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1648), 1, + sym_expansion, + [171565] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6185), 1, + ACTIONS(9468), 1, anon_sym_DOLLAR_LBRACE, - STATE(881), 1, + STATE(4145), 1, sym_expansion, - [163057] = 3, + [171575] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1037), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - STATE(1324), 1, + STATE(616), 1, sym_expansion, - [163067] = 3, + [171585] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3226), 1, - sym_do_group, - [163077] = 2, + ACTIONS(3960), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171593] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9392), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171601] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9006), 2, + ACTIONS(9316), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163085] = 3, + [171609] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7281), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2056), 1, + sym_expansion, + [171619] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8730), 1, + ACTIONS(8985), 1, anon_sym_do, - STATE(2812), 1, + STATE(2977), 1, sym_do_group, - [163095] = 3, + [171629] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(109), 1, + ACTIONS(5156), 1, anon_sym_DOLLAR_LBRACE, - STATE(356), 1, + STATE(3904), 1, sym_expansion, - [163105] = 3, + [171639] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2473), 1, + ACTIONS(4718), 1, anon_sym_DOLLAR_LBRACE, - STATE(1620), 1, + STATE(1113), 1, sym_expansion, - [163115] = 2, + [171649] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8998), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163123] = 2, + ACTIONS(9053), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [171657] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [163131] = 2, + ACTIONS(4796), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2591), 1, + sym_expansion, + [171667] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8988), 2, + ACTIONS(9424), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163139] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1488), 1, - sym_expansion, - [163149] = 3, + [171675] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8783), 1, - anon_sym_SLASH, - ACTIONS(8785), 1, + ACTIONS(1214), 2, + anon_sym_COLON, anon_sym_RBRACE3, - [163159] = 2, + [171683] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8984), 2, + ACTIONS(9291), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163167] = 3, + [171691] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5672), 1, + ACTIONS(4826), 1, anon_sym_DOLLAR_LBRACE, - STATE(3491), 1, + STATE(1019), 1, sym_expansion, - [163177] = 3, + [171701] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9186), 1, - anon_sym_LPAREN_LPAREN, - ACTIONS(9188), 1, - aux_sym__simple_variable_name_token1, - [163187] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8982), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163195] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(957), 1, + ACTIONS(4902), 1, anon_sym_DOLLAR_LBRACE, - STATE(1505), 1, + STATE(1266), 1, sym_expansion, - [163205] = 2, + [171711] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3661), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163213] = 3, + ACTIONS(8985), 1, + anon_sym_do, + STATE(2916), 1, + sym_do_group, + [171721] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4357), 1, - anon_sym_DOLLAR_LBRACE, - STATE(932), 1, - sym_expansion, - [163223] = 3, + ACTIONS(9044), 1, + anon_sym_do, + STATE(2931), 1, + sym_do_group, + [171731] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1727), 1, - sym_expansion, - [163233] = 2, + ACTIONS(9279), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171739] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1241), 2, + ACTIONS(9470), 1, anon_sym_COLON, + ACTIONS(9472), 1, + anon_sym_RBRACE3, + [171749] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9055), 1, + anon_sym_SLASH, + ACTIONS(9057), 1, anon_sym_RBRACE3, - [163241] = 2, + [171759] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8972), 2, + ACTIONS(9412), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163249] = 2, + [171767] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1249), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163257] = 3, + ACTIONS(9113), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [171775] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7145), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1923), 1, - sym_expansion, - [163267] = 3, + ACTIONS(8974), 1, + anon_sym_SLASH, + ACTIONS(8976), 1, + anon_sym_RBRACE3, + [171785] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5288), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_LBRACE, - STATE(2515), 1, + STATE(3088), 1, sym_expansion, - [163277] = 2, + [171795] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8770), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [163285] = 2, + ACTIONS(9275), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171803] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8960), 2, + ACTIONS(9257), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163293] = 3, + [171811] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(167), 1, + ACTIONS(4532), 1, anon_sym_DOLLAR_LBRACE, - STATE(365), 1, + STATE(1022), 1, sym_expansion, - [163303] = 3, + [171821] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5158), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - STATE(2687), 1, + STATE(2721), 1, sym_expansion, - [163313] = 3, + [171831] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9190), 1, - anon_sym_LPAREN_LPAREN, - ACTIONS(9192), 1, - aux_sym__simple_variable_name_token1, - [163323] = 2, + ACTIONS(4614), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2583), 1, + sym_expansion, + [171841] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4680), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1210), 1, + sym_expansion, + [171851] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8948), 2, + ACTIONS(9366), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163331] = 3, + [171859] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6483), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_LBRACE, - STATE(1086), 1, + STATE(1228), 1, sym_expansion, - [163341] = 2, + [171869] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8791), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [163349] = 3, + ACTIONS(9229), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171877] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(721), 1, + ACTIONS(5670), 1, anon_sym_DOLLAR_LBRACE, - STATE(740), 1, + STATE(3272), 1, sym_expansion, - [163359] = 3, + [171887] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1568), 1, - sym_expansion, - [163369] = 3, + ACTIONS(9044), 1, + anon_sym_do, + STATE(2986), 1, + sym_do_group, + [171897] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4637), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LBRACE, - STATE(3080), 1, + STATE(3218), 1, sym_expansion, - [163379] = 2, + [171907] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8926), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163387] = 3, + ACTIONS(4938), 1, + anon_sym_DOLLAR_LBRACE, + STATE(961), 1, + sym_expansion, + [171917] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4497), 1, + ACTIONS(1011), 1, anon_sym_DOLLAR_LBRACE, - STATE(1067), 1, + STATE(1400), 1, sym_expansion, - [163397] = 2, + [171927] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1261), 2, - anon_sym_COLON, + ACTIONS(9474), 1, anon_sym_RBRACE3, - [163405] = 2, + ACTIONS(9476), 1, + sym_regex, + [171937] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1265), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163413] = 2, + ACTIONS(9152), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [171945] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9194), 1, - aux_sym_brace_expression_token1, - [163420] = 2, + ACTIONS(9212), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [171953] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9196), 1, - anon_sym_esac, - [163427] = 2, + ACTIONS(9478), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9480), 1, + aux_sym__simple_variable_name_token1, + [171963] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9198), 1, + ACTIONS(9482), 1, anon_sym_BQUOTE, - [163434] = 2, + [171970] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9200), 1, + ACTIONS(9484), 1, aux_sym_brace_expression_token1, - [163441] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9202), 1, - anon_sym_RBRACE3, - [163448] = 2, - ACTIONS(63), 1, + [171977] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9204), 1, - anon_sym_BQUOTE, - [163455] = 2, + ACTIONS(9486), 1, + aux_sym_heredoc_redirect_token1, + [171984] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9206), 1, - aux_sym_brace_expression_token1, - [163462] = 2, + ACTIONS(9488), 1, + anon_sym_RBRACE3, + [171991] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9208), 1, - anon_sym_BQUOTE, - [163469] = 2, + ACTIONS(9490), 1, + anon_sym_esac, + [171998] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9210), 1, + ACTIONS(9492), 1, anon_sym_RBRACE3, - [163476] = 2, + [172005] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9212), 1, + ACTIONS(9494), 1, anon_sym_RBRACE3, - [163483] = 2, + [172012] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9214), 1, + ACTIONS(9496), 1, aux_sym_brace_expression_token1, - [163490] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9216), 1, - anon_sym_esac, - [163497] = 2, + [172019] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9218), 1, - anon_sym_esac, - [163504] = 2, + ACTIONS(9498), 1, + aux_sym_brace_expression_token1, + [172026] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9220), 1, - anon_sym_BQUOTE, - [163511] = 2, + ACTIONS(9500), 1, + aux_sym_brace_expression_token1, + [172033] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9222), 1, - anon_sym_RPAREN, - [163518] = 2, + ACTIONS(9502), 1, + aux_sym_brace_expression_token1, + [172040] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9224), 1, + ACTIONS(9504), 1, aux_sym_brace_expression_token1, - [163525] = 2, + [172047] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9226), 1, + ACTIONS(9506), 1, anon_sym_RPAREN, - [163532] = 2, + [172054] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9228), 1, + ACTIONS(9508), 1, aux_sym_brace_expression_token1, - [163539] = 2, + [172061] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9510), 1, + aux_sym_heredoc_redirect_token1, + [172068] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9230), 1, + ACTIONS(9512), 1, anon_sym_esac, - [163546] = 2, + [172075] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9514), 1, + aux_sym_heredoc_redirect_token1, + [172082] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9516), 1, + aux_sym_heredoc_redirect_token1, + [172089] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9232), 1, - anon_sym_fi, - [163553] = 2, + ACTIONS(9518), 1, + aux_sym_brace_expression_token1, + [172096] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9520), 1, + aux_sym_heredoc_redirect_token1, + [172103] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9522), 1, + aux_sym_heredoc_redirect_token1, + [172110] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9524), 1, + aux_sym_heredoc_redirect_token1, + [172117] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9234), 1, + ACTIONS(9526), 1, aux_sym_brace_expression_token1, - [163560] = 2, + [172124] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9236), 1, - anon_sym_RBRACE2, - [163567] = 2, + ACTIONS(9528), 1, + anon_sym_esac, + [172131] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9198), 1, - anon_sym_RPAREN, - [163574] = 2, + ACTIONS(9530), 1, + anon_sym_esac, + [172138] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9532), 1, + aux_sym_heredoc_redirect_token1, + [172145] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9204), 1, - anon_sym_RPAREN, - [163581] = 2, + ACTIONS(9534), 1, + anon_sym_RBRACE3, + [172152] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9238), 1, + ACTIONS(9536), 1, aux_sym_brace_expression_token1, - [163588] = 2, + [172159] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9240), 1, + ACTIONS(9538), 1, anon_sym_RBRACE3, - [163595] = 2, - ACTIONS(63), 1, + [172166] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9242), 1, - anon_sym_BQUOTE, - [163602] = 2, - ACTIONS(63), 1, + ACTIONS(9540), 1, + aux_sym_heredoc_redirect_token1, + [172173] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9244), 1, - anon_sym_esac, - [163609] = 2, - ACTIONS(63), 1, + ACTIONS(9542), 1, + aux_sym_heredoc_redirect_token1, + [172180] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9246), 1, - anon_sym_esac, - [163616] = 2, - ACTIONS(63), 1, + ACTIONS(9544), 1, + aux_sym_heredoc_redirect_token1, + [172187] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9222), 1, - anon_sym_BQUOTE, - [163623] = 2, - ACTIONS(63), 1, + ACTIONS(9546), 1, + aux_sym_heredoc_redirect_token1, + [172194] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9248), 1, - anon_sym_RBRACE2, - [163630] = 2, + ACTIONS(9548), 1, + aux_sym_heredoc_redirect_token1, + [172201] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9250), 1, - anon_sym_RBRACE2, - [163637] = 2, + ACTIONS(9550), 1, + anon_sym_fi, + [172208] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9252), 1, - anon_sym_RBRACE3, - [163644] = 2, + ACTIONS(9552), 1, + anon_sym_in, + [172215] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9254), 1, + ACTIONS(9554), 1, aux_sym_brace_expression_token1, - [163651] = 2, + [172222] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9256), 1, - aux_sym_brace_expression_token1, - [163658] = 2, + ACTIONS(9556), 1, + anon_sym_in, + [172229] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9258), 1, - anon_sym_esac, - [163665] = 2, + ACTIONS(9558), 1, + anon_sym_RPAREN_RPAREN, + [172236] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9260), 1, - anon_sym_fi, - [163672] = 2, + ACTIONS(9560), 1, + aux_sym_brace_expression_token1, + [172243] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9262), 1, - sym_heredoc_end, - [163679] = 2, + ACTIONS(9562), 1, + anon_sym_BQUOTE, + [172250] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9264), 1, - sym_heredoc_end, - [163686] = 2, - ACTIONS(63), 1, + ACTIONS(9564), 1, + sym_word, + [172257] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9266), 1, - anon_sym_RBRACE2, - [163693] = 2, + ACTIONS(9566), 1, + aux_sym_heredoc_redirect_token1, + [172264] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9568), 1, + aux_sym_heredoc_redirect_token1, + [172271] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9570), 1, + aux_sym_heredoc_redirect_token1, + [172278] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9268), 1, - anon_sym_RBRACE2, - [163700] = 2, + ACTIONS(9572), 1, + aux_sym_brace_expression_token1, + [172285] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9574), 1, + aux_sym_heredoc_redirect_token1, + [172292] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9576), 1, + aux_sym_heredoc_redirect_token1, + [172299] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9578), 1, + aux_sym_heredoc_redirect_token1, + [172306] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9270), 1, - anon_sym_RPAREN, - [163707] = 2, + ACTIONS(9580), 1, + anon_sym_in, + [172313] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9272), 1, - aux_sym_brace_expression_token1, - [163714] = 2, + ACTIONS(9582), 1, + anon_sym_in, + [172320] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9274), 1, - anon_sym_RPAREN, - [163721] = 2, + ACTIONS(9584), 1, + anon_sym_RPAREN_RPAREN, + [172327] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9276), 1, - anon_sym_RPAREN, - [163728] = 2, + ACTIONS(9586), 1, + aux_sym_brace_expression_token1, + [172334] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9278), 1, + ACTIONS(9588), 1, anon_sym_RPAREN, - [163735] = 2, + [172341] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9280), 1, - anon_sym_esac, - [163742] = 2, + ACTIONS(9590), 1, + aux_sym_brace_expression_token1, + [172348] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9282), 1, - anon_sym_RPAREN, - [163749] = 2, + ACTIONS(9592), 1, + sym_word, + [172355] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9284), 1, - anon_sym_BQUOTE, - [163756] = 2, + ACTIONS(9594), 1, + anon_sym_RBRACE3, + [172362] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9286), 1, - anon_sym_BQUOTE, - [163763] = 2, + ACTIONS(9596), 1, + anon_sym_RBRACE3, + [172369] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9288), 1, - anon_sym_BQUOTE, - [163770] = 2, + ACTIONS(9598), 1, + anon_sym_RBRACE3, + [172376] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9290), 1, - aux_sym_brace_expression_token1, - [163777] = 2, + ACTIONS(9600), 1, + anon_sym_RBRACE3, + [172383] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9292), 1, - anon_sym_BQUOTE, - [163784] = 2, + ACTIONS(9602), 1, + anon_sym_RBRACE3, + [172390] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9294), 1, + ACTIONS(9604), 1, aux_sym_heredoc_redirect_token1, - [163791] = 2, + [172397] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [163798] = 2, + ACTIONS(9606), 1, + anon_sym_BQUOTE, + [172404] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9296), 1, - anon_sym_esac, - [163805] = 2, + ACTIONS(9608), 1, + aux_sym_brace_expression_token1, + [172411] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9286), 1, + ACTIONS(9562), 1, anon_sym_RPAREN, - [163812] = 2, + [172418] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9298), 1, - anon_sym_RBRACE2, - [163819] = 2, + ACTIONS(9610), 1, + anon_sym_RBRACE3, + [172425] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9300), 1, - aux_sym_brace_expression_token1, - [163826] = 2, + ACTIONS(9612), 1, + anon_sym_BQUOTE, + [172432] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9302), 1, + ACTIONS(9614), 1, anon_sym_BQUOTE, - [163833] = 2, + [172439] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9304), 1, - aux_sym_brace_expression_token1, - [163840] = 2, + ACTIONS(9616), 1, + sym_heredoc_end, + [172446] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9306), 1, - anon_sym_RBRACE3, - [163847] = 2, + ACTIONS(9612), 1, + anon_sym_RPAREN, + [172453] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9308), 1, + ACTIONS(9618), 1, anon_sym_RBRACE3, - [163854] = 2, + [172460] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9310), 1, - anon_sym_RBRACE3, - [163861] = 2, + ACTIONS(9620), 1, + aux_sym_brace_expression_token1, + [172467] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9312), 1, - sym_heredoc_end, - [163868] = 2, + ACTIONS(9622), 1, + anon_sym_BQUOTE, + [172474] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8644), 1, - anon_sym_fi, - [163875] = 2, + ACTIONS(8996), 1, + anon_sym_RBRACE3, + [172481] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9314), 1, - anon_sym_RPAREN, - [163882] = 2, + ACTIONS(9624), 1, + sym_heredoc_end, + [172488] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9626), 1, + anon_sym_BQUOTE, + [172495] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9316), 1, + ACTIONS(9622), 1, anon_sym_RPAREN, - [163889] = 2, + [172502] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9318), 1, - aux_sym_brace_expression_token1, - [163896] = 2, + ACTIONS(9628), 1, + anon_sym_RBRACE3, + [172509] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9320), 1, + ACTIONS(9630), 1, anon_sym_BQUOTE, - [163903] = 2, + [172516] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9322), 1, - sym_heredoc_end, - [163910] = 2, + ACTIONS(9632), 1, + aux_sym_brace_expression_token1, + [172523] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9324), 1, + ACTIONS(9634), 1, anon_sym_BQUOTE, - [163917] = 2, - ACTIONS(63), 1, + [172530] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9326), 1, - anon_sym_BQUOTE, - [163924] = 2, + ACTIONS(9636), 1, + aux_sym_heredoc_redirect_token1, + [172537] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9328), 1, + ACTIONS(9638), 1, aux_sym_heredoc_redirect_token1, - [163931] = 2, + [172544] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9330), 1, + ACTIONS(9630), 1, + anon_sym_RPAREN, + [172551] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9640), 1, + anon_sym_RBRACE3, + [172558] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9642), 1, anon_sym_BQUOTE, - [163938] = 2, + [172565] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9316), 1, + ACTIONS(9644), 1, anon_sym_BQUOTE, - [163945] = 2, + [172572] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9332), 1, + ACTIONS(9646), 1, aux_sym_brace_expression_token1, - [163952] = 2, + [172579] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9334), 1, + ACTIONS(9642), 1, anon_sym_RPAREN, - [163959] = 2, + [172586] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9302), 1, - anon_sym_RPAREN, - [163966] = 2, + ACTIONS(9648), 1, + anon_sym_RBRACE3, + [172593] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9336), 1, + ACTIONS(9650), 1, anon_sym_RBRACE3, - [163973] = 2, + [172600] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9314), 1, + ACTIONS(9652), 1, anon_sym_BQUOTE, - [163980] = 2, + [172607] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9338), 1, + ACTIONS(9654), 1, + anon_sym_BQUOTE, + [172614] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9652), 1, anon_sym_RPAREN, - [163987] = 2, + [172621] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9340), 1, + ACTIONS(9656), 1, anon_sym_RBRACE3, - [163994] = 2, + [172628] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9342), 1, - anon_sym_RPAREN, - [164001] = 2, + ACTIONS(9658), 1, + aux_sym_brace_expression_token1, + [172635] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9344), 1, - aux_sym_brace_expression_token1, - [164008] = 2, + ACTIONS(9660), 1, + anon_sym_BQUOTE, + [172642] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9346), 1, + ACTIONS(9662), 1, anon_sym_BQUOTE, - [164015] = 2, + [172649] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9348), 1, - anon_sym_esac, - [164022] = 2, + ACTIONS(9660), 1, + anon_sym_RPAREN, + [172656] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9350), 1, - anon_sym_RBRACE2, - [164029] = 2, + ACTIONS(9664), 1, + anon_sym_esac, + [172663] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5572), 1, - anon_sym_RBRACK, - [164036] = 2, + ACTIONS(9666), 1, + anon_sym_RBRACE3, + [172670] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5570), 1, - anon_sym_RBRACK, - [164043] = 2, + ACTIONS(9668), 1, + aux_sym_brace_expression_token1, + [172677] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9342), 1, + ACTIONS(9670), 1, anon_sym_BQUOTE, - [164050] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9352), 1, - aux_sym_heredoc_redirect_token1, - [164057] = 2, + [172684] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9354), 1, - aux_sym_brace_expression_token1, - [164064] = 2, + ACTIONS(9672), 1, + anon_sym_BQUOTE, + [172691] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9356), 1, + ACTIONS(9670), 1, anon_sym_RPAREN, - [164071] = 2, + [172698] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9358), 1, - anon_sym_RPAREN, - [164078] = 2, + ACTIONS(9674), 1, + anon_sym_RBRACE3, + [172705] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9360), 1, + ACTIONS(9676), 1, anon_sym_BQUOTE, - [164085] = 2, + [172712] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9362), 1, - anon_sym_esac, - [164092] = 2, + ACTIONS(9678), 1, + aux_sym_brace_expression_token1, + [172719] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9364), 1, + ACTIONS(9680), 1, anon_sym_BQUOTE, - [164099] = 2, + [172726] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9366), 1, - aux_sym_brace_expression_token1, - [164106] = 2, - ACTIONS(3), 1, + ACTIONS(9676), 1, + anon_sym_RPAREN, + [172733] = 2, + ACTIONS(63), 1, sym_comment, - ACTIONS(9368), 1, - aux_sym_heredoc_redirect_token1, - [164113] = 2, + ACTIONS(9682), 1, + anon_sym_esac, + [172740] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9370), 1, - anon_sym_RBRACE2, - [164120] = 2, + ACTIONS(9684), 1, + anon_sym_RBRACE3, + [172747] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9372), 1, + ACTIONS(9686), 1, anon_sym_RBRACE2, - [164127] = 2, + [172754] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9360), 1, - anon_sym_RPAREN, - [164134] = 2, + ACTIONS(9688), 1, + aux_sym_brace_expression_token1, + [172761] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8656), 1, - anon_sym_fi, - [164141] = 2, + ACTIONS(9690), 1, + anon_sym_RPAREN, + [172768] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9374), 1, - aux_sym_brace_expression_token1, - [164148] = 2, + ACTIONS(9692), 1, + anon_sym_BQUOTE, + [172775] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9376), 1, - anon_sym_esac, - [164155] = 2, + ACTIONS(9694), 1, + anon_sym_BQUOTE, + [172782] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9378), 1, - anon_sym_esac, - [164162] = 2, + ACTIONS(8960), 1, + anon_sym_fi, + [172789] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9380), 1, - sym_heredoc_end, - [164169] = 2, + ACTIONS(9692), 1, + anon_sym_RPAREN, + [172796] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9382), 1, + ACTIONS(9696), 1, aux_sym_brace_expression_token1, - [164176] = 2, + [172803] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9384), 1, + ACTIONS(9698), 1, anon_sym_RBRACE3, - [164183] = 2, + [172810] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9386), 1, - aux_sym_brace_expression_token1, - [164190] = 2, + ACTIONS(9700), 1, + anon_sym_RBRACE2, + [172817] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9388), 1, - anon_sym_RBRACE2, - [164197] = 2, + ACTIONS(9702), 1, + anon_sym_RPAREN, + [172824] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9390), 1, - sym_heredoc_end, - [164204] = 2, + ACTIONS(9704), 1, + anon_sym_BQUOTE, + [172831] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8682), 1, - anon_sym_fi, - [164211] = 2, + ACTIONS(9706), 1, + anon_sym_BQUOTE, + [172838] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9392), 1, - anon_sym_RBRACE2, - [164218] = 2, + ACTIONS(9708), 1, + aux_sym_brace_expression_token1, + [172845] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9394), 1, - anon_sym_RBRACE3, - [164225] = 2, + ACTIONS(9704), 1, + anon_sym_RPAREN, + [172852] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9396), 1, - aux_sym_brace_expression_token1, - [164232] = 2, + ACTIONS(9710), 1, + anon_sym_RBRACE2, + [172859] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9398), 1, + ACTIONS(9712), 1, + anon_sym_RBRACE2, + [172866] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9714), 1, anon_sym_RPAREN, - [164239] = 2, + [172873] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9400), 1, + ACTIONS(9716), 1, anon_sym_BQUOTE, - [164246] = 2, + [172880] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9402), 1, - anon_sym_BQUOTE, - [164253] = 2, + ACTIONS(9718), 1, + aux_sym_brace_expression_token1, + [172887] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9398), 1, + ACTIONS(9720), 1, anon_sym_BQUOTE, - [164260] = 2, + [172894] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9404), 1, + ACTIONS(9716), 1, anon_sym_RPAREN, - [164267] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9406), 1, - aux_sym_brace_expression_token1, - [164274] = 2, + [172901] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3264), 1, + ACTIONS(9722), 1, anon_sym_RBRACE3, - [164281] = 2, + [172908] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9408), 1, + ACTIONS(9724), 1, anon_sym_RBRACE2, - [164288] = 2, + [172915] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9410), 1, - anon_sym_esac, - [164295] = 2, + ACTIONS(9726), 1, + anon_sym_RPAREN, + [172922] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9276), 1, + ACTIONS(9728), 1, + aux_sym_brace_expression_token1, + [172929] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9730), 1, anon_sym_BQUOTE, - [164302] = 2, + [172936] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9412), 1, - anon_sym_RBRACE2, - [164309] = 2, + ACTIONS(9732), 1, + anon_sym_BQUOTE, + [172943] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9414), 1, - anon_sym_esac, - [164316] = 2, + ACTIONS(9730), 1, + anon_sym_RPAREN, + [172950] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9734), 1, + anon_sym_RBRACE3, + [172957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9416), 1, + ACTIONS(9736), 1, aux_sym_heredoc_redirect_token1, - [164323] = 2, + [172964] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9418), 1, - anon_sym_RBRACE3, - [164330] = 2, + ACTIONS(9738), 1, + aux_sym_brace_expression_token1, + [172971] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9740), 1, + aux_sym_heredoc_redirect_token1, + [172978] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9742), 1, + anon_sym_RBRACE2, + [172985] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9420), 1, + ACTIONS(9744), 1, anon_sym_RPAREN, - [164337] = 2, + [172992] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9422), 1, - anon_sym_RBRACE2, - [164344] = 2, + ACTIONS(9746), 1, + anon_sym_BQUOTE, + [172999] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5588), 1, - anon_sym_RBRACK, - [164351] = 2, + ACTIONS(9748), 1, + anon_sym_BQUOTE, + [173006] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9424), 1, + ACTIONS(9750), 1, aux_sym_brace_expression_token1, - [164358] = 2, + [173013] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5586), 1, - anon_sym_RBRACK, - [164365] = 2, + ACTIONS(9746), 1, + anon_sym_RPAREN, + [173020] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9426), 1, + ACTIONS(9752), 1, anon_sym_RBRACE3, - [164372] = 2, + [173027] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9428), 1, - anon_sym_RPAREN, - [164379] = 2, + ACTIONS(9754), 1, + anon_sym_RBRACE2, + [173034] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9430), 1, - anon_sym_BQUOTE, - [164386] = 2, + ACTIONS(9756), 1, + anon_sym_RPAREN, + [173041] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9432), 1, + ACTIONS(9758), 1, anon_sym_BQUOTE, - [164393] = 2, + [173048] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9434), 1, + ACTIONS(9760), 1, aux_sym_brace_expression_token1, - [164400] = 2, + [173055] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9436), 1, - anon_sym_RPAREN, - [164407] = 2, + ACTIONS(9762), 1, + anon_sym_BQUOTE, + [173062] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164414] = 2, + [173069] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164421] = 2, + [173076] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164428] = 2, + [173083] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164435] = 2, + [173090] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9438), 1, + ACTIONS(9764), 1, aux_sym_brace_expression_token1, - [164442] = 2, + [173097] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164449] = 2, + [173104] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164456] = 2, + [173111] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9208), 1, + ACTIONS(9758), 1, anon_sym_RPAREN, - [164463] = 2, + [173118] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164470] = 2, + [173125] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164477] = 2, + [173132] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9440), 1, + ACTIONS(9766), 1, aux_sym_brace_expression_token1, - [164484] = 2, + [173139] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164491] = 2, + [173146] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164498] = 2, + [173153] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9430), 1, - anon_sym_RPAREN, - [164505] = 2, + ACTIONS(9000), 1, + anon_sym_RBRACE3, + [173160] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164512] = 2, + [173167] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9442), 1, + ACTIONS(9768), 1, anon_sym_RBRACE3, - [164519] = 2, + [173174] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9444), 1, + ACTIONS(9770), 1, aux_sym_brace_expression_token1, - [164526] = 2, + [173181] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8996), 1, anon_sym_RBRACE3, - [164533] = 2, + [173188] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8996), 1, anon_sym_RBRACE3, - [164540] = 2, + [173195] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8996), 1, anon_sym_RBRACE3, - [164547] = 2, + [173202] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8996), 1, anon_sym_RBRACE3, - [164554] = 2, + [173209] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164561] = 2, + ACTIONS(9772), 1, + anon_sym_RBRACE2, + [173216] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9446), 1, + ACTIONS(9774), 1, aux_sym_brace_expression_token1, - [164568] = 2, + [173223] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8996), 1, anon_sym_RBRACE3, - [164575] = 2, + [173230] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164582] = 2, + [173237] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164589] = 2, + [173244] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164596] = 2, + [173251] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164603] = 2, + [173258] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9448), 1, + ACTIONS(9776), 1, aux_sym_brace_expression_token1, - [164610] = 2, + [173265] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164617] = 2, + [173272] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9000), 1, anon_sym_RBRACE3, - [164624] = 2, + [173279] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8349), 1, + ACTIONS(8693), 1, anon_sym_RBRACE3, - [164631] = 2, + [173286] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9450), 1, - anon_sym_BQUOTE, - [164638] = 2, + ACTIONS(9778), 1, + anon_sym_RPAREN, + [173293] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8873), 1, + ACTIONS(9117), 1, anon_sym_RBRACE3, - [164645] = 2, + [173300] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9452), 1, + ACTIONS(9780), 1, aux_sym_brace_expression_token1, - [164652] = 2, - ACTIONS(3), 1, + [173307] = 2, + ACTIONS(63), 1, sym_comment, - ACTIONS(9454), 1, - aux_sym_heredoc_redirect_token1, - [164659] = 2, + ACTIONS(9782), 1, + anon_sym_BQUOTE, + [173314] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9456), 1, - anon_sym_RBRACE3, - [164666] = 2, + ACTIONS(9784), 1, + anon_sym_BQUOTE, + [173321] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9458), 1, + ACTIONS(9786), 1, anon_sym_RBRACE3, - [164673] = 2, + [173328] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9460), 1, + ACTIONS(9782), 1, anon_sym_RPAREN, - [164680] = 2, + [173335] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9788), 1, anon_sym_RBRACE3, - [164687] = 2, + [173342] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9462), 1, + ACTIONS(9790), 1, aux_sym_brace_expression_token1, - [164694] = 2, + [173349] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9464), 1, - anon_sym_RBRACE3, - [164701] = 2, + ACTIONS(9792), 1, + anon_sym_LBRACK, + [173356] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9466), 1, + ACTIONS(9794), 1, anon_sym_RBRACE3, - [164708] = 2, + [173363] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9468), 1, + ACTIONS(9796), 1, anon_sym_RBRACE3, - [164715] = 2, + [173370] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9436), 1, - anon_sym_BQUOTE, - [164722] = 2, + ACTIONS(9798), 1, + anon_sym_RBRACE3, + [173377] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9470), 1, - anon_sym_RPAREN, - [164729] = 2, + ACTIONS(9800), 1, + anon_sym_BQUOTE, + [173384] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9472), 1, + ACTIONS(9802), 1, aux_sym_brace_expression_token1, - [164736] = 2, + [173391] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9474), 1, + ACTIONS(9804), 1, anon_sym_RPAREN, - [164743] = 2, + [173398] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9476), 1, - anon_sym_RBRACE3, - [164750] = 2, + ACTIONS(9806), 1, + anon_sym_BQUOTE, + [173405] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9478), 1, - anon_sym_esac, - [164757] = 2, + ACTIONS(9808), 1, + anon_sym_BQUOTE, + [173412] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9480), 1, - anon_sym_RBRACE2, - [164764] = 2, + ACTIONS(9810), 1, + anon_sym_esac, + [173419] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9482), 1, + ACTIONS(9806), 1, anon_sym_RPAREN, - [164771] = 2, + [173426] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9484), 1, + ACTIONS(9812), 1, aux_sym_brace_expression_token1, - [164778] = 2, + [173433] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9486), 1, - anon_sym_esac, - [164785] = 2, + ACTIONS(9814), 1, + anon_sym_RBRACE3, + [173440] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9488), 1, - anon_sym_RPAREN, - [164792] = 2, + ACTIONS(9816), 1, + anon_sym_RBRACE2, + [173447] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9490), 1, + ACTIONS(9818), 1, anon_sym_esac, - [164799] = 2, + [173454] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3260), 1, - anon_sym_RBRACE3, - [164806] = 2, + ACTIONS(9820), 1, + anon_sym_RPAREN, + [173461] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9492), 1, + ACTIONS(9822), 1, anon_sym_BQUOTE, - [164813] = 2, + [173468] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9494), 1, + ACTIONS(9824), 1, aux_sym_brace_expression_token1, - [164820] = 2, + [173475] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9496), 1, + ACTIONS(9826), 1, anon_sym_BQUOTE, - [164827] = 2, + [173482] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8622), 1, - anon_sym_fi, - [164834] = 2, + ACTIONS(9822), 1, + anon_sym_RPAREN, + [173489] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9498), 1, - anon_sym_BQUOTE, - [164841] = 2, + ACTIONS(9828), 1, + anon_sym_RBRACE3, + [173496] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9482), 1, - anon_sym_BQUOTE, - [164848] = 2, + ACTIONS(8928), 1, + anon_sym_fi, + [173503] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9500), 1, - anon_sym_RPAREN, - [164855] = 2, + ACTIONS(9830), 1, + anon_sym_RBRACE2, + [173510] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9502), 1, - aux_sym_brace_expression_token1, - [164862] = 2, + ACTIONS(9832), 1, + anon_sym_RPAREN, + [173517] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9504), 1, - anon_sym_RPAREN, - [164869] = 2, + ACTIONS(9834), 1, + anon_sym_RBRACE3, + [173524] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9506), 1, + ACTIONS(9836), 1, anon_sym_BQUOTE, - [164876] = 2, + [173531] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9508), 1, - anon_sym_BQUOTE, - [164883] = 2, + ACTIONS(9800), 1, + anon_sym_RPAREN, + [173538] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9510), 1, + ACTIONS(9838), 1, + anon_sym_RBRACE3, + [173545] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9840), 1, anon_sym_RBRACE2, - [164890] = 2, + [173552] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9506), 1, + ACTIONS(9842), 1, anon_sym_RPAREN, - [164897] = 2, + [173559] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9512), 1, - aux_sym_brace_expression_token1, - [164904] = 2, + ACTIONS(9844), 1, + anon_sym_BQUOTE, + [173566] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9492), 1, - anon_sym_RPAREN, - [164911] = 2, + ACTIONS(9846), 1, + anon_sym_BQUOTE, + [173573] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9514), 1, - anon_sym_RBRACE3, - [164918] = 2, + ACTIONS(9844), 1, + anon_sym_RPAREN, + [173580] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9516), 1, + ACTIONS(9848), 1, anon_sym_RBRACE3, - [164925] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9518), 1, - anon_sym_in, - [164932] = 2, + [173587] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9520), 1, - anon_sym_in, - [164939] = 2, + ACTIONS(9850), 1, + anon_sym_RBRACE2, + [173594] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9522), 1, + ACTIONS(9852), 1, anon_sym_RBRACE2, - [164946] = 2, + [173601] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5640), 1, + ACTIONS(5921), 1, anon_sym_RBRACK, - [164953] = 2, + [173608] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5642), 1, + ACTIONS(5884), 1, anon_sym_RBRACK, - [164960] = 2, + [173615] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9524), 1, - anon_sym_RPAREN_RPAREN, - [164967] = 2, + ACTIONS(9854), 1, + anon_sym_RPAREN, + [173622] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9526), 1, - anon_sym_RBRACE3, - [164974] = 2, + ACTIONS(9856), 1, + anon_sym_BQUOTE, + [173629] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9528), 1, - aux_sym_brace_expression_token1, - [164981] = 2, + ACTIONS(9858), 1, + anon_sym_BQUOTE, + [173636] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9530), 1, + ACTIONS(9856), 1, anon_sym_RPAREN, - [164988] = 2, + [173643] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9532), 1, + ACTIONS(9860), 1, anon_sym_RBRACE3, - [164995] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9534), 1, - anon_sym_BQUOTE, - [165002] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9536), 1, - anon_sym_RPAREN, - [165009] = 2, + [173650] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9538), 1, + ACTIONS(9862), 1, anon_sym_RBRACE2, - [165016] = 2, + [173657] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9540), 1, + ACTIONS(9864), 1, anon_sym_RPAREN, - [165023] = 2, + [173664] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9460), 1, + ACTIONS(9866), 1, anon_sym_BQUOTE, - [165030] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9542), 1, - anon_sym_RPAREN, - [165037] = 2, + [173671] = 2, ACTIONS(63), 1, - sym_comment, - ACTIONS(9544), 1, - anon_sym_RBRACE2, - [165044] = 2, + sym_comment, + ACTIONS(9868), 1, + anon_sym_BQUOTE, + [173678] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9546), 1, + ACTIONS(9866), 1, anon_sym_RPAREN, - [165051] = 2, + [173685] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9548), 1, - anon_sym_RBRACE2, - [165058] = 2, + ACTIONS(9466), 1, + aux_sym__simple_variable_name_token1, + [173692] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9550), 1, + ACTIONS(9870), 1, anon_sym_RBRACE3, - [165065] = 2, + [173699] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9552), 1, - sym_heredoc_start, - [165072] = 2, + ACTIONS(9872), 1, + anon_sym_RBRACE2, + [173706] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9554), 1, - anon_sym_BQUOTE, - [165079] = 2, + ACTIONS(9874), 1, + anon_sym_RPAREN, + [173713] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9556), 1, + ACTIONS(9876), 1, anon_sym_BQUOTE, - [165086] = 2, + [173720] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9558), 1, + ACTIONS(9878), 1, + anon_sym_DOT_DOT, + [173727] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9880), 1, anon_sym_BQUOTE, - [165093] = 2, + [173734] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9554), 1, + ACTIONS(9876), 1, anon_sym_RPAREN, - [165100] = 2, + [173741] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9882), 1, anon_sym_RBRACE3, - [165107] = 2, + [173748] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9560), 1, - anon_sym_RPAREN, - [165114] = 2, + ACTIONS(9884), 1, + sym_heredoc_start, + [173755] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9180), 1, - aux_sym__simple_variable_name_token1, - [165121] = 2, + ACTIONS(9886), 1, + anon_sym_RBRACE2, + [173762] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165128] = 2, + ACTIONS(9888), 1, + anon_sym_RPAREN, + [173769] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165135] = 2, + ACTIONS(9890), 1, + anon_sym_BQUOTE, + [173776] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5606), 1, - anon_sym_RBRACK, - [165142] = 2, + ACTIONS(9892), 1, + anon_sym_BQUOTE, + [173783] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9562), 1, - anon_sym_DOT_DOT, - [165149] = 2, + ACTIONS(9890), 1, + anon_sym_RPAREN, + [173790] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9894), 1, anon_sym_RBRACE3, - [165156] = 2, + [173797] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9564), 1, - anon_sym_esac, - [165163] = 2, + ACTIONS(9896), 1, + sym_heredoc_start, + [173804] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9566), 1, - anon_sym_RBRACE3, - [165170] = 2, + ACTIONS(9898), 1, + sym_heredoc_start, + [173811] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9568), 1, - sym_heredoc_start, - [165177] = 2, + ACTIONS(9900), 1, + anon_sym_RBRACE2, + [173818] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165184] = 2, + ACTIONS(9902), 1, + anon_sym_RPAREN, + [173825] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5604), 1, - anon_sym_RBRACK, - [165191] = 2, + ACTIONS(9904), 1, + anon_sym_BQUOTE, + [173832] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9536), 1, + ACTIONS(9906), 1, anon_sym_BQUOTE, - [165198] = 2, + [173839] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9570), 1, + ACTIONS(9904), 1, anon_sym_RPAREN, - [165205] = 2, + [173846] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9572), 1, - sym_word, - [165212] = 2, + ACTIONS(9908), 1, + anon_sym_RBRACE3, + [173853] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9574), 1, - anon_sym_esac, - [165219] = 2, + ACTIONS(9910), 1, + anon_sym_RBRACE2, + [173860] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9576), 1, - anon_sym_LBRACK, - [165226] = 2, + ACTIONS(9912), 1, + anon_sym_RPAREN, + [173867] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9578), 1, - sym_heredoc_start, - [165233] = 2, + ACTIONS(9914), 1, + anon_sym_BQUOTE, + [173874] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9580), 1, + ACTIONS(9916), 1, anon_sym_BQUOTE, - [165240] = 2, + [173881] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9582), 1, - anon_sym_esac, - [165247] = 2, + ACTIONS(9914), 1, + anon_sym_RPAREN, + [173888] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9584), 1, - anon_sym_fi, - [165254] = 2, + ACTIONS(9918), 1, + anon_sym_BQUOTE, + [173895] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9586), 1, + ACTIONS(9920), 1, anon_sym_RBRACE2, - [165261] = 2, + [173902] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9588), 1, - anon_sym_RBRACE2, - [165268] = 2, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + [173909] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9590), 1, - sym_heredoc_end, - [165275] = 2, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + [173916] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9592), 1, - sym_heredoc_end, - [165282] = 2, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + [173923] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9594), 1, - anon_sym_RBRACE2, - [165289] = 2, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + [173930] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9596), 1, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + [173937] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + [173944] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9922), 1, + anon_sym_RPAREN, + [173951] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9924), 1, anon_sym_BQUOTE, - [165296] = 2, + [173958] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9598), 1, - anon_sym_esac, - [165303] = 2, + ACTIONS(9926), 1, + anon_sym_BQUOTE, + [173965] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9600), 1, + ACTIONS(9924), 1, anon_sym_RPAREN, - [165310] = 2, + [173972] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(9032), 1, anon_sym_RBRACE3, - [165317] = 2, + [173979] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(9032), 1, anon_sym_RBRACE3, - [165324] = 2, + [173986] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(9032), 1, anon_sym_RBRACE3, - [165331] = 2, + [173993] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(9032), 1, anon_sym_RBRACE3, - [165338] = 2, + [174000] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(9032), 1, anon_sym_RBRACE3, - [165345] = 2, + [174007] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(9032), 1, anon_sym_RBRACE3, - [165352] = 2, + [174014] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9022), 1, anon_sym_RBRACE3, - [165359] = 2, + [174021] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9022), 1, anon_sym_RBRACE3, - [165366] = 2, + [174028] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9022), 1, anon_sym_RBRACE3, - [165373] = 2, + [174035] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9928), 1, anon_sym_RBRACE3, - [165380] = 2, + [174042] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9022), 1, anon_sym_RBRACE3, - [165387] = 2, + [174049] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9022), 1, anon_sym_RBRACE3, - [165394] = 2, + [174056] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9602), 1, - anon_sym_RPAREN, - [165401] = 2, + ACTIONS(9022), 1, + anon_sym_RBRACE3, + [174063] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_BQUOTE, - [165408] = 2, + ACTIONS(9930), 1, + anon_sym_RBRACE2, + [174070] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9606), 1, - anon_sym_BQUOTE, - [165415] = 2, + ACTIONS(9932), 1, + anon_sym_RPAREN, + [174077] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9608), 1, - sym__regex_no_slash, - [165422] = 2, + ACTIONS(9934), 1, + anon_sym_BQUOTE, + [174084] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9560), 1, + ACTIONS(9936), 1, anon_sym_BQUOTE, - [165429] = 2, + [174091] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9604), 1, + ACTIONS(9934), 1, anon_sym_RPAREN, - [165436] = 2, + [174098] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9610), 1, + ACTIONS(9938), 1, anon_sym_RBRACE3, - [165443] = 2, + [174105] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8660), 1, - anon_sym_fi, - [165450] = 2, + ACTIONS(9940), 1, + anon_sym_RBRACE2, + [174112] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9612), 1, + ACTIONS(9942), 1, anon_sym_RPAREN, - [165457] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9614), 1, - anon_sym_RBRACE2, - [165464] = 2, + [174119] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9616), 1, + ACTIONS(9944), 1, anon_sym_BQUOTE, - [165471] = 2, + [174126] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9618), 1, + ACTIONS(9946), 1, anon_sym_BQUOTE, - [165478] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9620), 1, - anon_sym_RBRACE3, - [165485] = 2, + [174133] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9622), 1, - anon_sym_in, - [165492] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9624), 1, + ACTIONS(9944), 1, anon_sym_RPAREN, - [165499] = 2, + [174140] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9626), 1, + ACTIONS(9948), 1, anon_sym_RBRACE3, - [165506] = 2, + [174147] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9628), 1, - anon_sym_RPAREN, - [165513] = 2, + ACTIONS(9950), 1, + anon_sym_RBRACE2, + [174154] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9630), 1, - anon_sym_esac, - [165520] = 2, + ACTIONS(9952), 1, + anon_sym_RPAREN, + [174161] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9632), 1, + ACTIONS(9954), 1, anon_sym_BQUOTE, - [165527] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9634), 1, - anon_sym_esac, - [165534] = 2, + [174168] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9636), 1, - anon_sym_RBRACE2, - [165541] = 2, + ACTIONS(9956), 1, + anon_sym_BQUOTE, + [174175] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9638), 1, - anon_sym_in, - [165548] = 2, + ACTIONS(9954), 1, + anon_sym_RPAREN, + [174182] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8648), 1, - anon_sym_fi, - [165555] = 2, + ACTIONS(9958), 1, + anon_sym_RBRACE3, + [174189] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9624), 1, - anon_sym_BQUOTE, - [165562] = 2, + ACTIONS(9960), 1, + anon_sym_RBRACE2, + [174196] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9640), 1, + ACTIONS(9962), 1, anon_sym_RPAREN, - [165569] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9642), 1, - anon_sym_RBRACE2, - [165576] = 2, + [174203] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5310), 1, - anon_sym_RBRACK, - [165583] = 2, + ACTIONS(9964), 1, + anon_sym_BQUOTE, + [174210] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5508), 1, - anon_sym_RBRACK, - [165590] = 2, + ACTIONS(9966), 1, + anon_sym_BQUOTE, + [174217] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9644), 1, + ACTIONS(9964), 1, anon_sym_RPAREN, - [165597] = 2, + [174224] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1253), 1, + ACTIONS(9968), 1, anon_sym_RBRACE3, - [165604] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9646), 1, - anon_sym_BQUOTE, - [165611] = 2, + [174231] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9648), 1, - anon_sym_BQUOTE, - [165618] = 2, + ACTIONS(9970), 1, + anon_sym_RBRACE2, + [174238] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9650), 1, - anon_sym_RBRACE3, - [165625] = 2, + ACTIONS(9972), 1, + anon_sym_RPAREN, + [174245] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9652), 1, + ACTIONS(9974), 1, anon_sym_BQUOTE, - [165632] = 2, + [174252] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9654), 1, - anon_sym_RBRACE2, - [165639] = 2, + ACTIONS(9976), 1, + anon_sym_BQUOTE, + [174259] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9618), 1, + ACTIONS(9918), 1, anon_sym_RPAREN, - [165646] = 2, + [174266] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9656), 1, + ACTIONS(9978), 1, anon_sym_RBRACE3, - [165653] = 2, + [174273] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9658), 1, - anon_sym_RBRACE3, - [165660] = 2, + ACTIONS(9980), 1, + anon_sym_RBRACE2, + [174280] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9660), 1, + ACTIONS(9982), 1, anon_sym_RPAREN, - [165667] = 2, + [174287] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9662), 1, - anon_sym_BQUOTE, - [165674] = 2, + ACTIONS(9984), 1, + anon_sym_RBRACE3, + [174294] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9664), 1, + ACTIONS(9986), 1, anon_sym_BQUOTE, - [165681] = 2, + [174301] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9662), 1, + ACTIONS(9974), 1, anon_sym_RPAREN, - [165688] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9666), 1, - anon_sym_RBRACE3, - [165695] = 2, + [174308] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9668), 1, + ACTIONS(9988), 1, anon_sym_RBRACE3, - [165702] = 2, + [174315] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9670), 1, - anon_sym_RPAREN, - [165709] = 2, + ACTIONS(9990), 1, + anon_sym_RBRACE2, + [174322] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9672), 1, - anon_sym_RPAREN, - [165716] = 2, + ACTIONS(9992), 1, + anon_sym_in, + [174329] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9646), 1, + ACTIONS(9994), 1, anon_sym_RPAREN, - [165723] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9674), 1, - anon_sym_RBRACE3, - [165730] = 2, + [174336] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9628), 1, + ACTIONS(9996), 1, anon_sym_BQUOTE, - [165737] = 2, + [174343] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9676), 1, + ACTIONS(9998), 1, anon_sym_BQUOTE, - [165744] = 2, + [174350] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9678), 1, + ACTIONS(9996), 1, anon_sym_RPAREN, - [165751] = 2, + [174357] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9670), 1, - anon_sym_BQUOTE, - [165758] = 2, + ACTIONS(10000), 1, + anon_sym_RBRACE3, + [174364] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9680), 1, - anon_sym_RPAREN, - [165765] = 2, + ACTIONS(10002), 1, + anon_sym_RBRACE2, + [174371] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9682), 1, + ACTIONS(10004), 1, sym_word, - [165772] = 2, + [174378] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9684), 1, + ACTIONS(10006), 1, anon_sym_RPAREN, - [165779] = 2, + [174385] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9686), 1, - anon_sym_BQUOTE, - [165786] = 2, + ACTIONS(10008), 1, + anon_sym_RPAREN, + [174392] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9188), 1, + ACTIONS(9480), 1, aux_sym__simple_variable_name_token1, - [165793] = 2, + [174399] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9688), 1, - anon_sym_RPAREN_RPAREN, - [165800] = 2, + ACTIONS(10010), 1, + anon_sym_in, + [174406] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9690), 1, - anon_sym_RBRACE2, - [165807] = 2, + ACTIONS(10012), 1, + anon_sym_BQUOTE, + [174413] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9672), 1, + ACTIONS(10014), 1, anon_sym_BQUOTE, - [165814] = 2, + [174420] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9692), 1, + ACTIONS(10016), 1, anon_sym_DOT_DOT, - [165821] = 2, + [174427] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9694), 1, + ACTIONS(10012), 1, anon_sym_RPAREN, - [165828] = 2, + [174434] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9696), 1, - aux_sym_brace_expression_token1, - [165835] = 2, + ACTIONS(10018), 1, + anon_sym_RBRACE3, + [174441] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9698), 1, + ACTIONS(10020), 1, anon_sym_RBRACE2, - [165842] = 2, + [174448] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9700), 1, + ACTIONS(10022), 1, sym_heredoc_start, - [165849] = 2, + [174455] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9702), 1, + ACTIONS(10024), 1, anon_sym_RPAREN, - [165856] = 2, + [174462] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9704), 1, - anon_sym_RBRACE2, - [165863] = 2, + ACTIONS(10026), 1, + anon_sym_BQUOTE, + [174469] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9706), 1, - anon_sym_RBRACE3, - [165870] = 2, + ACTIONS(10028), 1, + anon_sym_BQUOTE, + [174476] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9708), 1, + ACTIONS(10026), 1, anon_sym_RPAREN, - [165877] = 2, + [174483] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9710), 1, - anon_sym_RPAREN, - [165884] = 2, + ACTIONS(10030), 1, + anon_sym_RBRACE3, + [174490] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9712), 1, - anon_sym_BQUOTE, - [165891] = 2, + ACTIONS(10032), 1, + anon_sym_RBRACE2, + [174497] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9714), 1, + ACTIONS(10034), 1, sym_heredoc_start, - [165898] = 2, + [174504] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9710), 1, + ACTIONS(10036), 1, + anon_sym_RPAREN, + [174511] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10038), 1, anon_sym_BQUOTE, - [165905] = 2, + [174518] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9716), 1, + ACTIONS(10040), 1, anon_sym_BQUOTE, - [165912] = 2, + [174525] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9718), 1, + ACTIONS(10038), 1, anon_sym_RPAREN, - [165919] = 2, - ACTIONS(3), 1, + [174532] = 2, + ACTIONS(63), 1, sym_comment, - ACTIONS(9720), 1, - aux_sym_heredoc_redirect_token1, - [165926] = 2, + ACTIONS(10042), 1, + anon_sym_RBRACE3, + [174539] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9722), 1, - anon_sym_BQUOTE, - [165933] = 2, + ACTIONS(10044), 1, + anon_sym_RBRACE2, + [174546] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1221), 1, - anon_sym_RBRACE3, - [165940] = 2, + ACTIONS(10046), 1, + anon_sym_RPAREN, + [174553] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9724), 1, - anon_sym_RBRACE2, - [165947] = 2, + ACTIONS(10048), 1, + anon_sym_BQUOTE, + [174560] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9726), 1, - anon_sym_RBRACE2, - [165954] = 2, + ACTIONS(10050), 1, + anon_sym_BQUOTE, + [174567] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9716), 1, + ACTIONS(10048), 1, anon_sym_RPAREN, - [165961] = 2, + [174574] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9728), 1, + ACTIONS(10052), 1, anon_sym_RBRACE3, - [165968] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9730), 1, - anon_sym_RBRACE2, - [165975] = 2, + [174581] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9732), 1, - sym_heredoc_start, - [165982] = 2, + ACTIONS(10054), 1, + anon_sym_RPAREN_RPAREN, + [174588] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9734), 1, - anon_sym_RBRACE3, - [165989] = 2, + ACTIONS(10056), 1, + anon_sym_RBRACE2, + [174595] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9736), 1, + ACTIONS(10058), 1, anon_sym_RPAREN, - [165996] = 2, + [174602] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9738), 1, - anon_sym_RPAREN, - [166003] = 2, + ACTIONS(10060), 1, + aux_sym_brace_expression_token1, + [174609] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(10062), 1, anon_sym_BQUOTE, - [166010] = 2, + [174616] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9742), 1, + ACTIONS(10064), 1, anon_sym_BQUOTE, - [166017] = 2, + [174623] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(10062), 1, anon_sym_RPAREN, - [166024] = 2, + [174630] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1245), 1, + ACTIONS(10066), 1, anon_sym_RBRACE3, - [166031] = 2, - ACTIONS(3), 1, + [174637] = 2, + ACTIONS(63), 1, sym_comment, - ACTIONS(9744), 1, - aux_sym_heredoc_redirect_token1, - [166038] = 2, + ACTIONS(10068), 1, + anon_sym_RBRACE2, + [174644] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9746), 1, - anon_sym_RBRACE3, - [166045] = 2, + ACTIONS(10070), 1, + sym_heredoc_start, + [174651] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9748), 1, + ACTIONS(10072), 1, anon_sym_RPAREN, - [166052] = 2, + [174658] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9750), 1, - anon_sym_BQUOTE, - [166059] = 2, + ACTIONS(10074), 1, + anon_sym_RPAREN, + [174665] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9748), 1, - anon_sym_BQUOTE, - [166066] = 2, + ACTIONS(10076), 1, + anon_sym_RPAREN, + [174672] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9752), 1, - anon_sym_RBRACE2, - [166073] = 2, + ACTIONS(10078), 1, + anon_sym_BQUOTE, + [174679] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9754), 1, - anon_sym_in, - [166080] = 2, + ACTIONS(10080), 1, + anon_sym_BQUOTE, + [174686] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9756), 1, + ACTIONS(10078), 1, anon_sym_RPAREN, - [166087] = 2, + [174693] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9758), 1, + ACTIONS(10082), 1, + anon_sym_DOT_DOT, + [174700] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10084), 1, anon_sym_BQUOTE, - [166094] = 2, + [174707] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9760), 1, - anon_sym_in, - [166101] = 2, + ACTIONS(10086), 1, + anon_sym_RBRACE3, + [174714] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9762), 1, - anon_sym_RPAREN_RPAREN, - [166108] = 2, + ACTIONS(10088), 1, + anon_sym_BQUOTE, + [174721] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9764), 1, + ACTIONS(10084), 1, anon_sym_RPAREN, - [166115] = 2, + [174728] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9766), 1, - aux_sym_brace_expression_token1, - [166122] = 2, + ACTIONS(10090), 1, + anon_sym_RBRACE3, + [174735] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9768), 1, + ACTIONS(10092), 1, + anon_sym_RBRACE2, + [174742] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10094), 1, anon_sym_RPAREN, - [166129] = 2, + [174749] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9770), 1, + ACTIONS(10096), 1, anon_sym_BQUOTE, - [166136] = 2, + [174756] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9772), 1, + ACTIONS(10098), 1, + anon_sym_BQUOTE, + [174763] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10096), 1, anon_sym_RPAREN, - [166143] = 2, + [174770] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9774), 1, + ACTIONS(10100), 1, anon_sym_RBRACE3, - [166150] = 2, + [174777] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9758), 1, + ACTIONS(10102), 1, + anon_sym_RBRACE2, + [174784] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10104), 1, anon_sym_RPAREN, - [166157] = 2, + [174791] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9776), 1, + ACTIONS(10106), 1, anon_sym_BQUOTE, - [166164] = 2, + [174798] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9778), 1, - anon_sym_RBRACE3, - [166171] = 2, + ACTIONS(10108), 1, + anon_sym_BQUOTE, + [174805] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9780), 1, - anon_sym_RBRACE3, - [166178] = 2, + ACTIONS(10106), 1, + anon_sym_RPAREN, + [174812] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9782), 1, - anon_sym_RPAREN, - [166185] = 2, + ACTIONS(10110), 1, + anon_sym_RBRACE3, + [174819] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9784), 1, - anon_sym_BQUOTE, - [166192] = 2, + ACTIONS(10112), 1, + anon_sym_RBRACE2, + [174826] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9786), 1, + ACTIONS(10114), 1, anon_sym_RPAREN, - [166199] = 2, + [174833] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9782), 1, + ACTIONS(10116), 1, anon_sym_BQUOTE, - [166206] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9770), 1, - anon_sym_RPAREN, - [166213] = 2, + [174840] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9786), 1, + ACTIONS(10118), 1, anon_sym_BQUOTE, - [166220] = 2, + [174847] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9788), 1, + ACTIONS(10116), 1, anon_sym_RPAREN, - [166227] = 2, + [174854] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9790), 1, - anon_sym_RPAREN, - [166234] = 2, + ACTIONS(10120), 1, + anon_sym_RBRACE3, + [174861] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9792), 1, - anon_sym_RBRACE3, - [166241] = 2, + ACTIONS(10122), 1, + anon_sym_RBRACE2, + [174868] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9794), 1, + ACTIONS(10124), 1, anon_sym_RPAREN, - [166248] = 2, + [174875] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9796), 1, - sym_word, - [166255] = 2, + ACTIONS(10126), 1, + anon_sym_BQUOTE, + [174882] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9798), 1, + ACTIONS(10128), 1, anon_sym_BQUOTE, - [166262] = 2, + [174889] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9800), 1, - anon_sym_DOT_DOT, - [166269] = 2, + ACTIONS(10126), 1, + anon_sym_RPAREN, + [174896] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9802), 1, - anon_sym_RBRACE2, - [166276] = 2, + ACTIONS(10130), 1, + anon_sym_DOT_DOT, + [174903] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9804), 1, + ACTIONS(10132), 1, anon_sym_RBRACE3, - [166283] = 2, + [174910] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9806), 1, - sym_heredoc_start, - [166290] = 2, + ACTIONS(10134), 1, + anon_sym_RBRACE2, + [174917] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9808), 1, - anon_sym_DOT_DOT, - [166297] = 2, + ACTIONS(10136), 1, + sym_heredoc_start, + [174924] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9810), 1, + ACTIONS(10138), 1, anon_sym_RPAREN, - [166304] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9812), 1, - anon_sym_BQUOTE, - [166311] = 2, + [174931] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9814), 1, + ACTIONS(10140), 1, anon_sym_BQUOTE, - [166318] = 2, + [174938] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9816), 1, + ACTIONS(10142), 1, anon_sym_BQUOTE, - [166325] = 2, + [174945] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9818), 1, - anon_sym_BQUOTE, - [166332] = 2, + ACTIONS(10140), 1, + anon_sym_RPAREN, + [174952] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9820), 1, - sym_heredoc_start, - [166339] = 2, + ACTIONS(10144), 1, + anon_sym_RBRACE3, + [174959] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9794), 1, - anon_sym_BQUOTE, - [166346] = 2, + ACTIONS(10146), 1, + anon_sym_RBRACE2, + [174966] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9812), 1, - anon_sym_RPAREN, - [166353] = 2, + ACTIONS(10148), 1, + sym_heredoc_start, + [174973] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9814), 1, + ACTIONS(10150), 1, anon_sym_RPAREN, - [166360] = 2, + [174980] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9822), 1, - anon_sym_BQUOTE, - [166367] = 2, + ACTIONS(5712), 1, + anon_sym_RBRACK, + [174987] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9824), 1, - anon_sym_BQUOTE, - [166374] = 2, + ACTIONS(5710), 1, + anon_sym_RBRACK, + [174994] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9826), 1, + ACTIONS(10152), 1, anon_sym_RPAREN, - [166381] = 2, + [175001] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9822), 1, - anon_sym_RPAREN, - [166388] = 2, + ACTIONS(10154), 1, + anon_sym_BQUOTE, + [175008] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9828), 1, - anon_sym_RBRACE3, - [166395] = 2, + ACTIONS(9482), 1, + anon_sym_RPAREN, + [175015] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(10156), 1, anon_sym_RBRACE3, - [166402] = 2, + [175022] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 1, - anon_sym_RBRACE3, - [166409] = 2, + ACTIONS(10158), 1, + sym_heredoc_end, + [175029] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 1, - anon_sym_RBRACE3, - [166416] = 2, + ACTIONS(10160), 1, + sym_heredoc_end, + [175036] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9830), 1, - anon_sym_RBRACE3, - [166423] = 2, + ACTIONS(10162), 1, + anon_sym_RBRACE2, + [175043] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9832), 1, - anon_sym_BQUOTE, - [166430] = 2, + ACTIONS(5640), 1, + anon_sym_RBRACK, + [175050] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9834), 1, - anon_sym_RBRACE2, - [166437] = 2, + ACTIONS(5702), 1, + anon_sym_RBRACK, + [175057] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9836), 1, - anon_sym_BQUOTE, - [166444] = 2, + ACTIONS(3317), 1, + anon_sym_RBRACE3, + [175064] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9838), 1, + ACTIONS(3323), 1, anon_sym_RBRACE3, - [166451] = 2, + [175071] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9832), 1, + ACTIONS(10164), 1, anon_sym_RPAREN, - [166458] = 2, + [175078] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9840), 1, - anon_sym_DOT_DOT, - [166465] = 2, + ACTIONS(10166), 1, + anon_sym_BQUOTE, + [175085] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9842), 1, - anon_sym_RBRACE3, - [166472] = 2, + ACTIONS(10168), 1, + anon_sym_BQUOTE, + [175092] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9844), 1, + ACTIONS(10166), 1, anon_sym_RPAREN, - [166479] = 2, + [175099] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9846), 1, - anon_sym_BQUOTE, - [166486] = 2, + ACTIONS(10170), 1, + anon_sym_DOT_DOT, + [175106] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9848), 1, - anon_sym_RBRACE2, - [166493] = 2, + ACTIONS(10172), 1, + anon_sym_fi, + [175113] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9850), 1, - anon_sym_BQUOTE, - [166500] = 2, + ACTIONS(10174), 1, + anon_sym_esac, + [175120] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9852), 1, - anon_sym_BQUOTE, - [166507] = 2, + ACTIONS(10176), 1, + anon_sym_esac, + [175127] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9854), 1, - ts_builtin_sym_end, - [166514] = 2, + ACTIONS(10178), 1, + anon_sym_esac, + [175134] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9856), 1, - anon_sym_BQUOTE, - [166521] = 2, + ACTIONS(10180), 1, + anon_sym_esac, + [175141] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9858), 1, + ACTIONS(10182), 1, anon_sym_RPAREN, - [166528] = 2, + [175148] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9860), 1, - anon_sym_BQUOTE, - [166535] = 2, + ACTIONS(10184), 1, + sym_heredoc_end, + [175155] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9862), 1, - anon_sym_BQUOTE, - [166542] = 2, + ACTIONS(10186), 1, + sym_heredoc_end, + [175162] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9844), 1, - anon_sym_BQUOTE, - [166549] = 2, + ACTIONS(10188), 1, + anon_sym_esac, + [175169] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9860), 1, - anon_sym_RPAREN, - [166556] = 2, + ACTIONS(10190), 1, + anon_sym_esac, + [175176] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9864), 1, - anon_sym_RBRACE3, - [166563] = 2, + ACTIONS(8926), 1, + anon_sym_fi, + [175183] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9866), 1, - anon_sym_RPAREN, - [166570] = 2, + ACTIONS(10192), 1, + anon_sym_esac, + [175190] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9868), 1, - anon_sym_RBRACE3, - [166577] = 2, + ACTIONS(10194), 1, + anon_sym_esac, + [175197] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9852), 1, - anon_sym_RPAREN, - [166584] = 2, + ACTIONS(8886), 1, + anon_sym_fi, + [175204] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9870), 1, - anon_sym_RBRACE3, - [166591] = 2, + ACTIONS(10196), 1, + anon_sym_RBRACE2, + [175211] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9872), 1, + ACTIONS(5985), 1, + anon_sym_RBRACK, + [175218] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5941), 1, + anon_sym_RBRACK, + [175225] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10198), 1, anon_sym_RPAREN, - [166598] = 2, + [175232] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(10200), 1, anon_sym_BQUOTE, - [166605] = 2, + [175239] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9876), 1, + ACTIONS(10202), 1, anon_sym_BQUOTE, - [166612] = 2, + [175246] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(10200), 1, anon_sym_RPAREN, - [166619] = 2, + [175253] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9878), 1, + ACTIONS(10204), 1, + anon_sym_RBRACE3, + [175260] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10206), 1, + anon_sym_RPAREN, + [175267] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10208), 1, anon_sym_DOT_DOT, - [166626] = 2, + [175274] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9880), 1, + ACTIONS(10210), 1, + anon_sym_esac, + [175281] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10212), 1, anon_sym_DOT_DOT, - [166633] = 2, + [175288] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9882), 1, + ACTIONS(10214), 1, anon_sym_DOT_DOT, - [166640] = 2, + [175295] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9884), 1, + ACTIONS(10216), 1, anon_sym_DOT_DOT, - [166647] = 2, + [175302] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9886), 1, + ACTIONS(10218), 1, anon_sym_DOT_DOT, - [166654] = 2, + [175309] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9888), 1, + ACTIONS(10220), 1, anon_sym_DOT_DOT, - [166661] = 2, + [175316] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9890), 1, + ACTIONS(10222), 1, anon_sym_DOT_DOT, - [166668] = 2, + [175323] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9892), 1, + ACTIONS(10224), 1, anon_sym_DOT_DOT, - [166675] = 2, + [175330] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9894), 1, + ACTIONS(10226), 1, anon_sym_DOT_DOT, - [166682] = 2, + [175337] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9896), 1, + ACTIONS(10228), 1, anon_sym_DOT_DOT, - [166689] = 2, + [175344] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9898), 1, + ACTIONS(10230), 1, anon_sym_DOT_DOT, - [166696] = 2, + [175351] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(10232), 1, anon_sym_DOT_DOT, - [166703] = 2, + [175358] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9902), 1, + ACTIONS(10234), 1, anon_sym_DOT_DOT, - [166710] = 2, + [175365] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9904), 1, + ACTIONS(10236), 1, anon_sym_DOT_DOT, - [166717] = 2, + [175372] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9906), 1, + ACTIONS(10238), 1, anon_sym_DOT_DOT, - [166724] = 2, + [175379] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9908), 1, + ACTIONS(10240), 1, anon_sym_DOT_DOT, - [166731] = 2, + [175386] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9910), 1, + ACTIONS(10242), 1, anon_sym_DOT_DOT, - [166738] = 2, + [175393] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9912), 1, + ACTIONS(10244), 1, anon_sym_DOT_DOT, - [166745] = 2, + [175400] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9914), 1, + ACTIONS(10246), 1, anon_sym_DOT_DOT, - [166752] = 2, + [175407] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9916), 1, + ACTIONS(10248), 1, anon_sym_DOT_DOT, - [166759] = 2, + [175414] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9918), 1, + ACTIONS(10250), 1, anon_sym_DOT_DOT, - [166766] = 2, + [175421] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9920), 1, + ACTIONS(10252), 1, anon_sym_DOT_DOT, - [166773] = 2, + [175428] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9922), 1, + ACTIONS(10254), 1, anon_sym_DOT_DOT, - [166780] = 2, + [175435] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9924), 1, + ACTIONS(10256), 1, anon_sym_DOT_DOT, - [166787] = 2, + [175442] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9926), 1, + ACTIONS(10258), 1, anon_sym_DOT_DOT, - [166794] = 2, + [175449] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9928), 1, + ACTIONS(10260), 1, anon_sym_DOT_DOT, - [166801] = 2, + [175456] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9930), 1, + ACTIONS(10262), 1, anon_sym_DOT_DOT, - [166808] = 2, + [175463] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9932), 1, + ACTIONS(10264), 1, anon_sym_DOT_DOT, - [166815] = 2, + [175470] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9934), 1, + ACTIONS(10266), 1, anon_sym_DOT_DOT, - [166822] = 2, + [175477] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9936), 1, + ACTIONS(10268), 1, anon_sym_DOT_DOT, - [166829] = 2, + [175484] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9938), 1, + ACTIONS(10270), 1, anon_sym_DOT_DOT, - [166836] = 2, + [175491] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9940), 1, + ACTIONS(10272), 1, anon_sym_DOT_DOT, - [166843] = 2, + [175498] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9942), 1, + ACTIONS(10274), 1, anon_sym_DOT_DOT, - [166850] = 2, + [175505] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9944), 1, + ACTIONS(10276), 1, anon_sym_DOT_DOT, - [166857] = 2, + [175512] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9946), 1, + ACTIONS(10278), 1, anon_sym_DOT_DOT, - [166864] = 2, + [175519] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9948), 1, + ACTIONS(10280), 1, anon_sym_DOT_DOT, - [166871] = 2, + [175526] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9950), 1, + ACTIONS(10282), 1, aux_sym_brace_expression_token1, - [166878] = 2, + [175533] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9952), 1, - anon_sym_RBRACE2, - [166885] = 2, + ACTIONS(10284), 1, + anon_sym_esac, + [175540] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9954), 1, - anon_sym_RBRACE3, - [166892] = 2, + ACTIONS(10286), 1, + anon_sym_esac, + [175547] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9956), 1, - anon_sym_RBRACE2, - [166899] = 2, + ACTIONS(10288), 1, + anon_sym_esac, + [175554] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9958), 1, + ACTIONS(10290), 1, + anon_sym_fi, + [175561] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10292), 1, ts_builtin_sym_end, - [166906] = 2, + [175568] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9960), 1, - anon_sym_RBRACE2, - [166913] = 2, + ACTIONS(10294), 1, + ts_builtin_sym_end, + [175575] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9962), 1, - anon_sym_RPAREN, - [166920] = 2, + ACTIONS(10296), 1, + sym_heredoc_end, + [175582] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9964), 1, - anon_sym_BQUOTE, - [166927] = 2, + ACTIONS(10298), 1, + sym_heredoc_end, + [175589] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9966), 1, + ACTIONS(10300), 1, aux_sym_brace_expression_token1, - [166934] = 2, + [175596] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9968), 1, - anon_sym_BQUOTE, - [166941] = 2, + ACTIONS(10302), 1, + anon_sym_esac, + [175603] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9970), 1, - anon_sym_BQUOTE, - [166948] = 2, + ACTIONS(10304), 1, + anon_sym_esac, + [175610] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9972), 1, - anon_sym_RBRACE3, - [166955] = 2, + ACTIONS(8946), 1, + anon_sym_fi, + [175617] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9968), 1, - anon_sym_RPAREN, - [166962] = 2, + ACTIONS(10306), 1, + anon_sym_esac, + [175624] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9974), 1, - anon_sym_RBRACE3, - [166969] = 2, + ACTIONS(10308), 1, + anon_sym_esac, + [175631] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9976), 1, + ACTIONS(8948), 1, + anon_sym_fi, + [175638] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10310), 1, aux_sym_brace_expression_token1, - [166976] = 2, + [175645] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9330), 1, - anon_sym_RPAREN, - [166983] = 2, + ACTIONS(10312), 1, + anon_sym_RBRACE2, + [175652] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9978), 1, - anon_sym_BQUOTE, - [166990] = 2, + ACTIONS(5630), 1, + anon_sym_RBRACK, + [175659] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9980), 1, - anon_sym_BQUOTE, - [166997] = 2, + ACTIONS(5638), 1, + anon_sym_RBRACK, + [175666] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9982), 1, + ACTIONS(10314), 1, aux_sym_brace_expression_token1, - [167004] = 2, + [175673] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9984), 1, - anon_sym_BQUOTE, - [167011] = 2, + ACTIONS(10316), 1, + anon_sym_RPAREN, + [175680] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9986), 1, - anon_sym_RBRACE2, - [167018] = 2, + ACTIONS(10318), 1, + anon_sym_BQUOTE, + [175687] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9964), 1, - anon_sym_RPAREN, - [167025] = 2, + ACTIONS(10320), 1, + anon_sym_BQUOTE, + [175694] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9988), 1, + ACTIONS(10322), 1, aux_sym_brace_expression_token1, - [167032] = 2, + [175701] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9990), 1, + ACTIONS(10324), 1, aux_sym_brace_expression_token1, - [167039] = 2, + [175708] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9992), 1, + ACTIONS(10326), 1, aux_sym_brace_expression_token1, - [167046] = 2, + [175715] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9994), 1, + ACTIONS(10328), 1, aux_sym_brace_expression_token1, - [167053] = 2, + [175722] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9996), 1, + ACTIONS(10330), 1, aux_sym_brace_expression_token1, - [167060] = 2, + [175729] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9998), 1, + ACTIONS(10332), 1, aux_sym_brace_expression_token1, - [167067] = 2, + [175736] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10000), 1, + ACTIONS(10334), 1, aux_sym_brace_expression_token1, - [167074] = 2, + [175743] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10002), 1, + ACTIONS(10336), 1, aux_sym_brace_expression_token1, - [167081] = 2, + [175750] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10004), 1, + ACTIONS(10338), 1, aux_sym_brace_expression_token1, - [167088] = 2, + [175757] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10006), 1, + ACTIONS(10340), 1, aux_sym_brace_expression_token1, - [167095] = 2, + [175764] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10008), 1, + ACTIONS(10342), 1, aux_sym_brace_expression_token1, - [167102] = 2, + [175771] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10010), 1, + ACTIONS(10344), 1, aux_sym_brace_expression_token1, - [167109] = 2, + [175778] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10012), 1, + ACTIONS(10346), 1, aux_sym_brace_expression_token1, - [167116] = 2, + [175785] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10014), 1, + ACTIONS(10348), 1, aux_sym_brace_expression_token1, - [167123] = 2, + [175792] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10016), 1, + ACTIONS(10350), 1, aux_sym_brace_expression_token1, - [167130] = 2, + [175799] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10018), 1, + ACTIONS(10352), 1, aux_sym_brace_expression_token1, - [167137] = 2, + [175806] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10020), 1, + ACTIONS(10354), 1, aux_sym_brace_expression_token1, - [167144] = 2, + [175813] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10022), 1, + ACTIONS(10356), 1, aux_sym_brace_expression_token1, - [167151] = 2, + [175820] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10024), 1, + ACTIONS(10358), 1, aux_sym_brace_expression_token1, - [167158] = 2, + [175827] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10026), 1, + ACTIONS(10360), 1, aux_sym_brace_expression_token1, - [167165] = 2, + [175834] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10028), 1, + ACTIONS(10362), 1, aux_sym_brace_expression_token1, - [167172] = 2, + [175841] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10030), 1, + ACTIONS(10364), 1, aux_sym_brace_expression_token1, - [167179] = 2, + [175848] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10032), 1, + ACTIONS(10366), 1, aux_sym_brace_expression_token1, - [167186] = 2, + [175855] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10034), 1, + ACTIONS(10368), 1, aux_sym_brace_expression_token1, - [167193] = 2, + [175862] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10036), 1, + ACTIONS(10370), 1, aux_sym_brace_expression_token1, - [167200] = 2, + [175869] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10038), 1, + ACTIONS(10372), 1, aux_sym_brace_expression_token1, - [167207] = 2, + [175876] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10040), 1, + ACTIONS(10374), 1, aux_sym_brace_expression_token1, - [167214] = 2, + [175883] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10042), 1, + ACTIONS(10376), 1, aux_sym_brace_expression_token1, - [167221] = 2, + [175890] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10044), 1, + ACTIONS(10378), 1, aux_sym_brace_expression_token1, - [167228] = 2, + [175897] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10046), 1, + ACTIONS(10380), 1, aux_sym_brace_expression_token1, - [167235] = 2, + [175904] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10048), 1, + ACTIONS(10382), 1, aux_sym_brace_expression_token1, - [167242] = 2, + [175911] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10050), 1, + ACTIONS(10384), 1, aux_sym_brace_expression_token1, - [167249] = 2, + [175918] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10052), 1, + ACTIONS(10386), 1, aux_sym_brace_expression_token1, - [167256] = 2, + [175925] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10054), 1, + ACTIONS(10388), 1, aux_sym_brace_expression_token1, - [167263] = 2, + [175932] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10056), 1, + ACTIONS(10390), 1, aux_sym_brace_expression_token1, - [167270] = 2, + [175939] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10058), 1, + ACTIONS(10392), 1, aux_sym_brace_expression_token1, - [167277] = 2, + [175946] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10060), 1, + ACTIONS(10394), 1, sym_word, - [167284] = 2, + [175953] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10062), 1, + ACTIONS(10396), 1, anon_sym_RPAREN, - [167291] = 2, + [175960] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10064), 1, + ACTIONS(10398), 1, sym_word, - [167298] = 2, + [175967] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10066), 1, + ACTIONS(10400), 1, sym_word, - [167305] = 2, + [175974] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10068), 1, + ACTIONS(10402), 1, anon_sym_RPAREN, - [167312] = 2, + [175981] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9192), 1, + ACTIONS(9462), 1, aux_sym__simple_variable_name_token1, - [167319] = 2, + [175988] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10070), 1, + ACTIONS(10404), 1, sym_word, - [167326] = 2, + [175995] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10072), 1, + ACTIONS(10406), 1, anon_sym_RPAREN, - [167333] = 2, + [176002] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10074), 1, - anon_sym_RBRACE3, - [167340] = 2, + ACTIONS(10318), 1, + anon_sym_RPAREN, + [176009] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10076), 1, + ACTIONS(10408), 1, sym_word, - [167347] = 2, + [176016] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10078), 1, + ACTIONS(10410), 1, anon_sym_RPAREN, - [167354] = 2, + [176023] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10080), 1, + ACTIONS(10412), 1, aux_sym_brace_expression_token1, - [167361] = 2, + [176030] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9872), 1, - anon_sym_BQUOTE, + ACTIONS(10414), 1, + anon_sym_RBRACE3, }; 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(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(420)] = 0, + [SMALL_STATE(421)] = 140, + [SMALL_STATE(422)] = 280, + [SMALL_STATE(423)] = 420, + [SMALL_STATE(424)] = 560, + [SMALL_STATE(425)] = 670, + [SMALL_STATE(426)] = 780, + [SMALL_STATE(427)] = 885, + [SMALL_STATE(428)] = 994, + [SMALL_STATE(429)] = 1103, + [SMALL_STATE(430)] = 1208, + [SMALL_STATE(431)] = 1313, + [SMALL_STATE(432)] = 1417, + [SMALL_STATE(433)] = 1521, + [SMALL_STATE(434)] = 1625, + [SMALL_STATE(435)] = 1729, + [SMALL_STATE(436)] = 1801, + [SMALL_STATE(437)] = 1909, + [SMALL_STATE(438)] = 2017, + [SMALL_STATE(439)] = 2121, + [SMALL_STATE(440)] = 2229, + [SMALL_STATE(441)] = 2333, + [SMALL_STATE(442)] = 2441, + [SMALL_STATE(443)] = 2513, + [SMALL_STATE(444)] = 2584, + [SMALL_STATE(445)] = 2687, + [SMALL_STATE(446)] = 2790, + [SMALL_STATE(447)] = 2893, + [SMALL_STATE(448)] = 2964, + [SMALL_STATE(449)] = 3035, + [SMALL_STATE(450)] = 3138, + [SMALL_STATE(451)] = 3241, + [SMALL_STATE(452)] = 3348, + [SMALL_STATE(453)] = 3451, + [SMALL_STATE(454)] = 3554, + [SMALL_STATE(455)] = 3661, + [SMALL_STATE(456)] = 3764, + [SMALL_STATE(457)] = 3835, + [SMALL_STATE(458)] = 3940, + [SMALL_STATE(459)] = 4043, + [SMALL_STATE(460)] = 4148, + [SMALL_STATE(461)] = 4218, + [SMALL_STATE(462)] = 4316, + [SMALL_STATE(463)] = 4416, + [SMALL_STATE(464)] = 4518, + [SMALL_STATE(465)] = 4620, + [SMALL_STATE(466)] = 4690, + [SMALL_STATE(467)] = 4760, + [SMALL_STATE(468)] = 4862, + [SMALL_STATE(469)] = 4964, + [SMALL_STATE(470)] = 5062, + [SMALL_STATE(471)] = 5132, + [SMALL_STATE(472)] = 5202, + [SMALL_STATE(473)] = 5304, + [SMALL_STATE(474)] = 5406, + [SMALL_STATE(475)] = 5476, + [SMALL_STATE(476)] = 5574, + [SMALL_STATE(477)] = 5676, + [SMALL_STATE(478)] = 5778, + [SMALL_STATE(479)] = 5878, + [SMALL_STATE(480)] = 5980, + [SMALL_STATE(481)] = 6049, + [SMALL_STATE(482)] = 6148, + [SMALL_STATE(483)] = 6245, + [SMALL_STATE(484)] = 6314, + [SMALL_STATE(485)] = 6383, + [SMALL_STATE(486)] = 6484, + [SMALL_STATE(487)] = 6585, + [SMALL_STATE(488)] = 6654, + [SMALL_STATE(489)] = 6755, + [SMALL_STATE(490)] = 6824, + [SMALL_STATE(491)] = 6923, + [SMALL_STATE(492)] = 6992, + [SMALL_STATE(493)] = 7061, + [SMALL_STATE(494)] = 7130, + [SMALL_STATE(495)] = 7199, + [SMALL_STATE(496)] = 7268, + [SMALL_STATE(497)] = 7365, + [SMALL_STATE(498)] = 7462, + [SMALL_STATE(499)] = 7530, + [SMALL_STATE(500)] = 7598, + [SMALL_STATE(501)] = 7666, + [SMALL_STATE(502)] = 7734, + [SMALL_STATE(503)] = 7830, + [SMALL_STATE(504)] = 7934, + [SMALL_STATE(505)] = 8030, + [SMALL_STATE(506)] = 8098, + [SMALL_STATE(507)] = 8166, + [SMALL_STATE(508)] = 8226, + [SMALL_STATE(509)] = 8322, + [SMALL_STATE(510)] = 8418, + [SMALL_STATE(511)] = 8522, + [SMALL_STATE(512)] = 8590, + [SMALL_STATE(513)] = 8686, + [SMALL_STATE(514)] = 8754, + [SMALL_STATE(515)] = 8850, + [SMALL_STATE(516)] = 8955, + [SMALL_STATE(517)] = 9018, + [SMALL_STATE(518)] = 9085, + [SMALL_STATE(519)] = 9178, + [SMALL_STATE(520)] = 9245, + [SMALL_STATE(521)] = 9308, + [SMALL_STATE(522)] = 9375, + [SMALL_STATE(523)] = 9438, + [SMALL_STATE(524)] = 9505, + [SMALL_STATE(525)] = 9610, + [SMALL_STATE(526)] = 9709, + [SMALL_STATE(527)] = 9808, + [SMALL_STATE(528)] = 9903, + [SMALL_STATE(529)] = 9970, + [SMALL_STATE(530)] = 10065, + [SMALL_STATE(531)] = 10164, + [SMALL_STATE(532)] = 10231, + [SMALL_STATE(533)] = 10298, + [SMALL_STATE(534)] = 10365, + [SMALL_STATE(535)] = 10432, + [SMALL_STATE(536)] = 10495, + [SMALL_STATE(537)] = 10562, + [SMALL_STATE(538)] = 10657, + [SMALL_STATE(539)] = 10750, + [SMALL_STATE(540)] = 10816, + [SMALL_STATE(541)] = 10882, + [SMALL_STATE(542)] = 11000, + [SMALL_STATE(543)] = 11066, + [SMALL_STATE(544)] = 11184, + [SMALL_STATE(545)] = 11284, + [SMALL_STATE(546)] = 11350, + [SMALL_STATE(547)] = 11416, + [SMALL_STATE(548)] = 11482, + [SMALL_STATE(549)] = 11548, + [SMALL_STATE(550)] = 11614, + [SMALL_STATE(551)] = 11714, + [SMALL_STATE(552)] = 11832, + [SMALL_STATE(553)] = 11930, + [SMALL_STATE(554)] = 12048, + [SMALL_STATE(555)] = 12166, + [SMALL_STATE(556)] = 12266, + [SMALL_STATE(557)] = 12384, + [SMALL_STATE(558)] = 12450, + [SMALL_STATE(559)] = 12516, + [SMALL_STATE(560)] = 12634, + [SMALL_STATE(561)] = 12732, + [SMALL_STATE(562)] = 12850, + [SMALL_STATE(563)] = 12948, + [SMALL_STATE(564)] = 13019, + [SMALL_STATE(565)] = 13088, + [SMALL_STATE(566)] = 13167, + [SMALL_STATE(567)] = 13266, + [SMALL_STATE(568)] = 13331, + [SMALL_STATE(569)] = 13396, + [SMALL_STATE(570)] = 13461, + [SMALL_STATE(571)] = 13526, + [SMALL_STATE(572)] = 13625, + [SMALL_STATE(573)] = 13704, + [SMALL_STATE(574)] = 13769, + [SMALL_STATE(575)] = 13868, + [SMALL_STATE(576)] = 13933, + [SMALL_STATE(577)] = 13991, + [SMALL_STATE(578)] = 14061, + [SMALL_STATE(579)] = 14153, + [SMALL_STATE(580)] = 14217, + [SMALL_STATE(581)] = 14281, + [SMALL_STATE(582)] = 14345, + [SMALL_STATE(583)] = 14403, + [SMALL_STATE(584)] = 14481, + [SMALL_STATE(585)] = 14543, + [SMALL_STATE(586)] = 14635, + [SMALL_STATE(587)] = 14713, + [SMALL_STATE(588)] = 14769, + [SMALL_STATE(589)] = 14831, + [SMALL_STATE(590)] = 14893, + [SMALL_STATE(591)] = 14955, + [SMALL_STATE(592)] = 15047, + [SMALL_STATE(593)] = 15109, + [SMALL_STATE(594)] = 15177, + [SMALL_STATE(595)] = 15239, + [SMALL_STATE(596)] = 15295, + [SMALL_STATE(597)] = 15362, + [SMALL_STATE(598)] = 15423, + [SMALL_STATE(599)] = 15478, + [SMALL_STATE(600)] = 15533, + [SMALL_STATE(601)] = 15588, + [SMALL_STATE(602)] = 15645, + [SMALL_STATE(603)] = 15700, + [SMALL_STATE(604)] = 15793, + [SMALL_STATE(605)] = 15848, + [SMALL_STATE(606)] = 15925, + [SMALL_STATE(607)] = 15980, + [SMALL_STATE(608)] = 16035, + [SMALL_STATE(609)] = 16098, + [SMALL_STATE(610)] = 16159, + [SMALL_STATE(611)] = 16236, + [SMALL_STATE(612)] = 16291, + [SMALL_STATE(613)] = 16368, + [SMALL_STATE(614)] = 16423, + [SMALL_STATE(615)] = 16478, + [SMALL_STATE(616)] = 16539, + [SMALL_STATE(617)] = 16594, + [SMALL_STATE(618)] = 16651, + [SMALL_STATE(619)] = 16712, + [SMALL_STATE(620)] = 16767, + [SMALL_STATE(621)] = 16830, + [SMALL_STATE(622)] = 16893, + [SMALL_STATE(623)] = 16986, + [SMALL_STATE(624)] = 17063, + [SMALL_STATE(625)] = 17124, + [SMALL_STATE(626)] = 17187, + [SMALL_STATE(627)] = 17280, + [SMALL_STATE(628)] = 17343, + [SMALL_STATE(629)] = 17406, + [SMALL_STATE(630)] = 17467, + [SMALL_STATE(631)] = 17530, + [SMALL_STATE(632)] = 17593, + [SMALL_STATE(633)] = 17648, + [SMALL_STATE(634)] = 17709, + [SMALL_STATE(635)] = 17772, + [SMALL_STATE(636)] = 17839, + [SMALL_STATE(637)] = 17900, + [SMALL_STATE(638)] = 17955, + [SMALL_STATE(639)] = 18010, + [SMALL_STATE(640)] = 18079, + [SMALL_STATE(641)] = 18140, + [SMALL_STATE(642)] = 18201, + [SMALL_STATE(643)] = 18262, + [SMALL_STATE(644)] = 18323, + [SMALL_STATE(645)] = 18378, + [SMALL_STATE(646)] = 18441, + [SMALL_STATE(647)] = 18510, + [SMALL_STATE(648)] = 18571, + [SMALL_STATE(649)] = 18626, + [SMALL_STATE(650)] = 18689, + [SMALL_STATE(651)] = 18744, + [SMALL_STATE(652)] = 18799, + [SMALL_STATE(653)] = 18854, + [SMALL_STATE(654)] = 18920, + [SMALL_STATE(655)] = 18996, + [SMALL_STATE(656)] = 19058, + [SMALL_STATE(657)] = 19126, + [SMALL_STATE(658)] = 19188, + [SMALL_STATE(659)] = 19242, + [SMALL_STATE(660)] = 19296, + [SMALL_STATE(661)] = 19358, + [SMALL_STATE(662)] = 19412, + [SMALL_STATE(663)] = 19474, + [SMALL_STATE(664)] = 19534, + [SMALL_STATE(665)] = 19594, + [SMALL_STATE(666)] = 19662, + [SMALL_STATE(667)] = 19722, + [SMALL_STATE(668)] = 19782, + [SMALL_STATE(669)] = 19842, + [SMALL_STATE(670)] = 19896, + [SMALL_STATE(671)] = 19958, + [SMALL_STATE(672)] = 20012, + [SMALL_STATE(673)] = 20078, + [SMALL_STATE(674)] = 20140, + [SMALL_STATE(675)] = 20194, + [SMALL_STATE(676)] = 20254, + [SMALL_STATE(677)] = 20314, + [SMALL_STATE(678)] = 20374, + [SMALL_STATE(679)] = 20448, + [SMALL_STATE(680)] = 20506, + [SMALL_STATE(681)] = 20560, + [SMALL_STATE(682)] = 20620, + [SMALL_STATE(683)] = 20680, + [SMALL_STATE(684)] = 20742, + [SMALL_STATE(685)] = 20802, + [SMALL_STATE(686)] = 20856, + [SMALL_STATE(687)] = 20916, + [SMALL_STATE(688)] = 20976, + [SMALL_STATE(689)] = 21036, + [SMALL_STATE(690)] = 21094, + [SMALL_STATE(691)] = 21156, + [SMALL_STATE(692)] = 21210, + [SMALL_STATE(693)] = 21264, + [SMALL_STATE(694)] = 21338, + [SMALL_STATE(695)] = 21398, + [SMALL_STATE(696)] = 21458, + [SMALL_STATE(697)] = 21512, + [SMALL_STATE(698)] = 21588, + [SMALL_STATE(699)] = 21650, + [SMALL_STATE(700)] = 21712, + [SMALL_STATE(701)] = 21772, + [SMALL_STATE(702)] = 21826, + [SMALL_STATE(703)] = 21886, + [SMALL_STATE(704)] = 21948, + [SMALL_STATE(705)] = 22002, + [SMALL_STATE(706)] = 22056, + [SMALL_STATE(707)] = 22110, + [SMALL_STATE(708)] = 22184, + [SMALL_STATE(709)] = 22244, + [SMALL_STATE(710)] = 22298, + [SMALL_STATE(711)] = 22352, + [SMALL_STATE(712)] = 22412, + [SMALL_STATE(713)] = 22472, + [SMALL_STATE(714)] = 22526, + [SMALL_STATE(715)] = 22586, + [SMALL_STATE(716)] = 22646, + [SMALL_STATE(717)] = 22708, + [SMALL_STATE(718)] = 22770, + [SMALL_STATE(719)] = 22832, + [SMALL_STATE(720)] = 22894, + [SMALL_STATE(721)] = 22954, + [SMALL_STATE(722)] = 23008, + [SMALL_STATE(723)] = 23068, + [SMALL_STATE(724)] = 23142, + [SMALL_STATE(725)] = 23202, + [SMALL_STATE(726)] = 23264, + [SMALL_STATE(727)] = 23326, + [SMALL_STATE(728)] = 23388, + [SMALL_STATE(729)] = 23448, + [SMALL_STATE(730)] = 23501, + [SMALL_STATE(731)] = 23554, + [SMALL_STATE(732)] = 23607, + [SMALL_STATE(733)] = 23666, + [SMALL_STATE(734)] = 23725, + [SMALL_STATE(735)] = 23784, + [SMALL_STATE(736)] = 23843, + [SMALL_STATE(737)] = 23896, + [SMALL_STATE(738)] = 23955, + [SMALL_STATE(739)] = 24008, + [SMALL_STATE(740)] = 24061, + [SMALL_STATE(741)] = 24120, + [SMALL_STATE(742)] = 24173, + [SMALL_STATE(743)] = 24226, + [SMALL_STATE(744)] = 24285, + [SMALL_STATE(745)] = 24344, + [SMALL_STATE(746)] = 24397, + [SMALL_STATE(747)] = 24450, + [SMALL_STATE(748)] = 24509, + [SMALL_STATE(749)] = 24568, + [SMALL_STATE(750)] = 24627, + [SMALL_STATE(751)] = 24686, + [SMALL_STATE(752)] = 24739, + [SMALL_STATE(753)] = 24792, + [SMALL_STATE(754)] = 24851, + [SMALL_STATE(755)] = 24904, + [SMALL_STATE(756)] = 24957, + [SMALL_STATE(757)] = 25014, + [SMALL_STATE(758)] = 25067, + [SMALL_STATE(759)] = 25126, + [SMALL_STATE(760)] = 25185, + [SMALL_STATE(761)] = 25238, + [SMALL_STATE(762)] = 25299, + [SMALL_STATE(763)] = 25352, + [SMALL_STATE(764)] = 25413, + [SMALL_STATE(765)] = 25466, + [SMALL_STATE(766)] = 25519, + [SMALL_STATE(767)] = 25578, + [SMALL_STATE(768)] = 25631, + [SMALL_STATE(769)] = 25690, + [SMALL_STATE(770)] = 25751, + [SMALL_STATE(771)] = 25808, + [SMALL_STATE(772)] = 25861, + [SMALL_STATE(773)] = 25914, + [SMALL_STATE(774)] = 25967, + [SMALL_STATE(775)] = 26020, + [SMALL_STATE(776)] = 26073, + [SMALL_STATE(777)] = 26126, + [SMALL_STATE(778)] = 26179, + [SMALL_STATE(779)] = 26232, + [SMALL_STATE(780)] = 26285, + [SMALL_STATE(781)] = 26338, + [SMALL_STATE(782)] = 26391, + [SMALL_STATE(783)] = 26444, + [SMALL_STATE(784)] = 26497, + [SMALL_STATE(785)] = 26550, + [SMALL_STATE(786)] = 26611, + [SMALL_STATE(787)] = 26670, + [SMALL_STATE(788)] = 26723, + [SMALL_STATE(789)] = 26776, + [SMALL_STATE(790)] = 26835, + [SMALL_STATE(791)] = 26894, + [SMALL_STATE(792)] = 26947, + [SMALL_STATE(793)] = 27000, + [SMALL_STATE(794)] = 27053, + [SMALL_STATE(795)] = 27112, + [SMALL_STATE(796)] = 27171, + [SMALL_STATE(797)] = 27232, + [SMALL_STATE(798)] = 27285, + [SMALL_STATE(799)] = 27338, + [SMALL_STATE(800)] = 27391, + [SMALL_STATE(801)] = 27444, + [SMALL_STATE(802)] = 27503, + [SMALL_STATE(803)] = 27562, + [SMALL_STATE(804)] = 27619, + [SMALL_STATE(805)] = 27672, + [SMALL_STATE(806)] = 27725, + [SMALL_STATE(807)] = 27784, + [SMALL_STATE(808)] = 27837, + [SMALL_STATE(809)] = 27890, + [SMALL_STATE(810)] = 27949, + [SMALL_STATE(811)] = 28002, + [SMALL_STATE(812)] = 28061, + [SMALL_STATE(813)] = 28120, + [SMALL_STATE(814)] = 28179, + [SMALL_STATE(815)] = 28238, + [SMALL_STATE(816)] = 28291, + [SMALL_STATE(817)] = 28350, + [SMALL_STATE(818)] = 28407, + [SMALL_STATE(819)] = 28466, + [SMALL_STATE(820)] = 28525, + [SMALL_STATE(821)] = 28578, + [SMALL_STATE(822)] = 28637, + [SMALL_STATE(823)] = 28696, + [SMALL_STATE(824)] = 28749, + [SMALL_STATE(825)] = 28802, + [SMALL_STATE(826)] = 28861, + [SMALL_STATE(827)] = 28920, + [SMALL_STATE(828)] = 28979, + [SMALL_STATE(829)] = 29032, + [SMALL_STATE(830)] = 29093, + [SMALL_STATE(831)] = 29152, + [SMALL_STATE(832)] = 29211, + [SMALL_STATE(833)] = 29270, + [SMALL_STATE(834)] = 29329, + [SMALL_STATE(835)] = 29382, + [SMALL_STATE(836)] = 29435, + [SMALL_STATE(837)] = 29494, + [SMALL_STATE(838)] = 29547, + [SMALL_STATE(839)] = 29600, + [SMALL_STATE(840)] = 29653, + [SMALL_STATE(841)] = 29706, + [SMALL_STATE(842)] = 29758, + [SMALL_STATE(843)] = 29858, + [SMALL_STATE(844)] = 29910, + [SMALL_STATE(845)] = 29962, + [SMALL_STATE(846)] = 30018, + [SMALL_STATE(847)] = 30070, + [SMALL_STATE(848)] = 30128, + [SMALL_STATE(849)] = 30180, + [SMALL_STATE(850)] = 30238, + [SMALL_STATE(851)] = 30296, + [SMALL_STATE(852)] = 30354, + [SMALL_STATE(853)] = 30412, + [SMALL_STATE(854)] = 30468, + [SMALL_STATE(855)] = 30526, + [SMALL_STATE(856)] = 30578, + [SMALL_STATE(857)] = 30630, + [SMALL_STATE(858)] = 30682, + [SMALL_STATE(859)] = 30738, + [SMALL_STATE(860)] = 30836, + [SMALL_STATE(861)] = 30888, + [SMALL_STATE(862)] = 30940, + [SMALL_STATE(863)] = 31038, + [SMALL_STATE(864)] = 31096, + [SMALL_STATE(865)] = 31148, + [SMALL_STATE(866)] = 31200, + [SMALL_STATE(867)] = 31258, + [SMALL_STATE(868)] = 31316, + [SMALL_STATE(869)] = 31368, + [SMALL_STATE(870)] = 31468, + [SMALL_STATE(871)] = 31520, + [SMALL_STATE(872)] = 31578, + [SMALL_STATE(873)] = 31630, + [SMALL_STATE(874)] = 31688, + [SMALL_STATE(875)] = 31740, + [SMALL_STATE(876)] = 31792, + [SMALL_STATE(877)] = 31844, + [SMALL_STATE(878)] = 31896, + [SMALL_STATE(879)] = 31996, + [SMALL_STATE(880)] = 32054, + [SMALL_STATE(881)] = 32112, + [SMALL_STATE(882)] = 32164, + [SMALL_STATE(883)] = 32222, + [SMALL_STATE(884)] = 32320, + [SMALL_STATE(885)] = 32378, + [SMALL_STATE(886)] = 32476, + [SMALL_STATE(887)] = 32534, + [SMALL_STATE(888)] = 32586, + [SMALL_STATE(889)] = 32684, + [SMALL_STATE(890)] = 32736, + [SMALL_STATE(891)] = 32788, + [SMALL_STATE(892)] = 32886, + [SMALL_STATE(893)] = 32938, + [SMALL_STATE(894)] = 32996, + [SMALL_STATE(895)] = 33048, + [SMALL_STATE(896)] = 33100, + [SMALL_STATE(897)] = 33152, + [SMALL_STATE(898)] = 33204, + [SMALL_STATE(899)] = 33256, + [SMALL_STATE(900)] = 33312, + [SMALL_STATE(901)] = 33364, + [SMALL_STATE(902)] = 33416, + [SMALL_STATE(903)] = 33468, + [SMALL_STATE(904)] = 33520, + [SMALL_STATE(905)] = 33572, + [SMALL_STATE(906)] = 33630, + [SMALL_STATE(907)] = 33686, + [SMALL_STATE(908)] = 33744, + [SMALL_STATE(909)] = 33796, + [SMALL_STATE(910)] = 33848, + [SMALL_STATE(911)] = 33906, + [SMALL_STATE(912)] = 33958, + [SMALL_STATE(913)] = 34056, + [SMALL_STATE(914)] = 34114, + [SMALL_STATE(915)] = 34166, + [SMALL_STATE(916)] = 34266, + [SMALL_STATE(917)] = 34324, + [SMALL_STATE(918)] = 34382, + [SMALL_STATE(919)] = 34434, + [SMALL_STATE(920)] = 34492, + [SMALL_STATE(921)] = 34550, + [SMALL_STATE(922)] = 34608, + [SMALL_STATE(923)] = 34666, + [SMALL_STATE(924)] = 34718, + [SMALL_STATE(925)] = 34776, + [SMALL_STATE(926)] = 34834, + [SMALL_STATE(927)] = 34892, + [SMALL_STATE(928)] = 34944, + [SMALL_STATE(929)] = 34996, + [SMALL_STATE(930)] = 35054, + [SMALL_STATE(931)] = 35112, + [SMALL_STATE(932)] = 35164, + [SMALL_STATE(933)] = 35216, + [SMALL_STATE(934)] = 35316, + [SMALL_STATE(935)] = 35416, + [SMALL_STATE(936)] = 35474, + [SMALL_STATE(937)] = 35530, + [SMALL_STATE(938)] = 35582, + [SMALL_STATE(939)] = 35682, + [SMALL_STATE(940)] = 35734, + [SMALL_STATE(941)] = 35786, + [SMALL_STATE(942)] = 35886, + [SMALL_STATE(943)] = 35938, + [SMALL_STATE(944)] = 35994, + [SMALL_STATE(945)] = 36046, + [SMALL_STATE(946)] = 36144, + [SMALL_STATE(947)] = 36202, + [SMALL_STATE(948)] = 36254, + [SMALL_STATE(949)] = 36306, + [SMALL_STATE(950)] = 36358, + [SMALL_STATE(951)] = 36410, + [SMALL_STATE(952)] = 36462, + [SMALL_STATE(953)] = 36518, + [SMALL_STATE(954)] = 36576, + [SMALL_STATE(955)] = 36628, + [SMALL_STATE(956)] = 36680, + [SMALL_STATE(957)] = 36736, + [SMALL_STATE(958)] = 36794, + [SMALL_STATE(959)] = 36846, + [SMALL_STATE(960)] = 36898, + [SMALL_STATE(961)] = 36956, + [SMALL_STATE(962)] = 37008, + [SMALL_STATE(963)] = 37066, + [SMALL_STATE(964)] = 37124, + [SMALL_STATE(965)] = 37176, + [SMALL_STATE(966)] = 37228, + [SMALL_STATE(967)] = 37279, + [SMALL_STATE(968)] = 37330, + [SMALL_STATE(969)] = 37387, + [SMALL_STATE(970)] = 37444, + [SMALL_STATE(971)] = 37495, + [SMALL_STATE(972)] = 37552, + [SMALL_STATE(973)] = 37609, + [SMALL_STATE(974)] = 37660, + [SMALL_STATE(975)] = 37711, + [SMALL_STATE(976)] = 37762, + [SMALL_STATE(977)] = 37813, + [SMALL_STATE(978)] = 37864, + [SMALL_STATE(979)] = 37915, + [SMALL_STATE(980)] = 37966, + [SMALL_STATE(981)] = 38061, + [SMALL_STATE(982)] = 38112, + [SMALL_STATE(983)] = 38163, + [SMALL_STATE(984)] = 38214, + [SMALL_STATE(985)] = 38265, + [SMALL_STATE(986)] = 38316, + [SMALL_STATE(987)] = 38367, + [SMALL_STATE(988)] = 38462, + [SMALL_STATE(989)] = 38517, + [SMALL_STATE(990)] = 38612, + [SMALL_STATE(991)] = 38663, + [SMALL_STATE(992)] = 38714, + [SMALL_STATE(993)] = 38765, + [SMALL_STATE(994)] = 38820, + [SMALL_STATE(995)] = 38871, + [SMALL_STATE(996)] = 38922, + [SMALL_STATE(997)] = 38985, + [SMALL_STATE(998)] = 39036, + [SMALL_STATE(999)] = 39087, + [SMALL_STATE(1000)] = 39138, + [SMALL_STATE(1001)] = 39189, + [SMALL_STATE(1002)] = 39240, + [SMALL_STATE(1003)] = 39291, + [SMALL_STATE(1004)] = 39342, + [SMALL_STATE(1005)] = 39393, + [SMALL_STATE(1006)] = 39444, + [SMALL_STATE(1007)] = 39495, + [SMALL_STATE(1008)] = 39546, + [SMALL_STATE(1009)] = 39603, + [SMALL_STATE(1010)] = 39654, + [SMALL_STATE(1011)] = 39711, + [SMALL_STATE(1012)] = 39768, + [SMALL_STATE(1013)] = 39819, + [SMALL_STATE(1014)] = 39876, + [SMALL_STATE(1015)] = 39927, + [SMALL_STATE(1016)] = 39982, + [SMALL_STATE(1017)] = 40033, + [SMALL_STATE(1018)] = 40084, + [SMALL_STATE(1019)] = 40141, + [SMALL_STATE(1020)] = 40192, + [SMALL_STATE(1021)] = 40243, + [SMALL_STATE(1022)] = 40294, + [SMALL_STATE(1023)] = 40345, + [SMALL_STATE(1024)] = 40396, + [SMALL_STATE(1025)] = 40461, + [SMALL_STATE(1026)] = 40512, + [SMALL_STATE(1027)] = 40563, + [SMALL_STATE(1028)] = 40620, + [SMALL_STATE(1029)] = 40715, + [SMALL_STATE(1030)] = 40766, + [SMALL_STATE(1031)] = 40817, + [SMALL_STATE(1032)] = 40912, + [SMALL_STATE(1033)] = 40963, + [SMALL_STATE(1034)] = 41018, + [SMALL_STATE(1035)] = 41069, + [SMALL_STATE(1036)] = 41120, + [SMALL_STATE(1037)] = 41177, + [SMALL_STATE(1038)] = 41228, + [SMALL_STATE(1039)] = 41279, + [SMALL_STATE(1040)] = 41336, + [SMALL_STATE(1041)] = 41393, + [SMALL_STATE(1042)] = 41450, + [SMALL_STATE(1043)] = 41507, + [SMALL_STATE(1044)] = 41562, + [SMALL_STATE(1045)] = 41617, + [SMALL_STATE(1046)] = 41712, + [SMALL_STATE(1047)] = 41763, + [SMALL_STATE(1048)] = 41820, + [SMALL_STATE(1049)] = 41871, + [SMALL_STATE(1050)] = 41926, + [SMALL_STATE(1051)] = 41981, + [SMALL_STATE(1052)] = 42038, + [SMALL_STATE(1053)] = 42089, + [SMALL_STATE(1054)] = 42140, + [SMALL_STATE(1055)] = 42191, + [SMALL_STATE(1056)] = 42248, + [SMALL_STATE(1057)] = 42303, + [SMALL_STATE(1058)] = 42354, + [SMALL_STATE(1059)] = 42405, + [SMALL_STATE(1060)] = 42462, + [SMALL_STATE(1061)] = 42513, + [SMALL_STATE(1062)] = 42570, + [SMALL_STATE(1063)] = 42627, + [SMALL_STATE(1064)] = 42684, + [SMALL_STATE(1065)] = 42741, + [SMALL_STATE(1066)] = 42798, + [SMALL_STATE(1067)] = 42853, + [SMALL_STATE(1068)] = 42904, + [SMALL_STATE(1069)] = 42955, + [SMALL_STATE(1070)] = 43012, + [SMALL_STATE(1071)] = 43063, + [SMALL_STATE(1072)] = 43120, + [SMALL_STATE(1073)] = 43171, + [SMALL_STATE(1074)] = 43222, + [SMALL_STATE(1075)] = 43273, + [SMALL_STATE(1076)] = 43330, + [SMALL_STATE(1077)] = 43387, + [SMALL_STATE(1078)] = 43438, + [SMALL_STATE(1079)] = 43489, + [SMALL_STATE(1080)] = 43546, + [SMALL_STATE(1081)] = 43641, + [SMALL_STATE(1082)] = 43692, + [SMALL_STATE(1083)] = 43749, + [SMALL_STATE(1084)] = 43806, + [SMALL_STATE(1085)] = 43857, + [SMALL_STATE(1086)] = 43908, + [SMALL_STATE(1087)] = 43965, + [SMALL_STATE(1088)] = 44022, + [SMALL_STATE(1089)] = 44073, + [SMALL_STATE(1090)] = 44124, + [SMALL_STATE(1091)] = 44181, + [SMALL_STATE(1092)] = 44238, + [SMALL_STATE(1093)] = 44295, + [SMALL_STATE(1094)] = 44346, + [SMALL_STATE(1095)] = 44441, + [SMALL_STATE(1096)] = 44492, + [SMALL_STATE(1097)] = 44547, + [SMALL_STATE(1098)] = 44598, + [SMALL_STATE(1099)] = 44655, + [SMALL_STATE(1100)] = 44706, + [SMALL_STATE(1101)] = 44763, + [SMALL_STATE(1102)] = 44820, + [SMALL_STATE(1103)] = 44871, + [SMALL_STATE(1104)] = 44922, + [SMALL_STATE(1105)] = 44973, + [SMALL_STATE(1106)] = 45042, + [SMALL_STATE(1107)] = 45111, + [SMALL_STATE(1108)] = 45162, + [SMALL_STATE(1109)] = 45217, + [SMALL_STATE(1110)] = 45268, + [SMALL_STATE(1111)] = 45323, + [SMALL_STATE(1112)] = 45374, + [SMALL_STATE(1113)] = 45425, + [SMALL_STATE(1114)] = 45476, + [SMALL_STATE(1115)] = 45533, + [SMALL_STATE(1116)] = 45584, + [SMALL_STATE(1117)] = 45635, + [SMALL_STATE(1118)] = 45727, + [SMALL_STATE(1119)] = 45777, + [SMALL_STATE(1120)] = 45869, + [SMALL_STATE(1121)] = 45919, + [SMALL_STATE(1122)] = 45969, + [SMALL_STATE(1123)] = 46019, + [SMALL_STATE(1124)] = 46111, + [SMALL_STATE(1125)] = 46161, + [SMALL_STATE(1126)] = 46211, + [SMALL_STATE(1127)] = 46305, + [SMALL_STATE(1128)] = 46397, + [SMALL_STATE(1129)] = 46447, + [SMALL_STATE(1130)] = 46497, + [SMALL_STATE(1131)] = 46547, + [SMALL_STATE(1132)] = 46597, + [SMALL_STATE(1133)] = 46647, + [SMALL_STATE(1134)] = 46697, + [SMALL_STATE(1135)] = 46747, + [SMALL_STATE(1136)] = 46797, + [SMALL_STATE(1137)] = 46889, + [SMALL_STATE(1138)] = 46943, + [SMALL_STATE(1139)] = 47001, + [SMALL_STATE(1140)] = 47093, + [SMALL_STATE(1141)] = 47147, + [SMALL_STATE(1142)] = 47239, + [SMALL_STATE(1143)] = 47331, + [SMALL_STATE(1144)] = 47425, + [SMALL_STATE(1145)] = 47483, + [SMALL_STATE(1146)] = 47533, + [SMALL_STATE(1147)] = 47583, + [SMALL_STATE(1148)] = 47639, + [SMALL_STATE(1149)] = 47689, + [SMALL_STATE(1150)] = 47781, + [SMALL_STATE(1151)] = 47831, + [SMALL_STATE(1152)] = 47881, + [SMALL_STATE(1153)] = 47931, + [SMALL_STATE(1154)] = 47981, + [SMALL_STATE(1155)] = 48037, + [SMALL_STATE(1156)] = 48129, + [SMALL_STATE(1157)] = 48179, + [SMALL_STATE(1158)] = 48229, + [SMALL_STATE(1159)] = 48321, + [SMALL_STATE(1160)] = 48377, + [SMALL_STATE(1161)] = 48427, + [SMALL_STATE(1162)] = 48477, + [SMALL_STATE(1163)] = 48527, + [SMALL_STATE(1164)] = 48577, + [SMALL_STATE(1165)] = 48627, + [SMALL_STATE(1166)] = 48719, + [SMALL_STATE(1167)] = 48811, + [SMALL_STATE(1168)] = 48861, + [SMALL_STATE(1169)] = 48911, + [SMALL_STATE(1170)] = 48961, + [SMALL_STATE(1171)] = 49011, + [SMALL_STATE(1172)] = 49061, + [SMALL_STATE(1173)] = 49111, + [SMALL_STATE(1174)] = 49161, + [SMALL_STATE(1175)] = 49211, + [SMALL_STATE(1176)] = 49261, + [SMALL_STATE(1177)] = 49311, + [SMALL_STATE(1178)] = 49361, + [SMALL_STATE(1179)] = 49411, + [SMALL_STATE(1180)] = 49503, + [SMALL_STATE(1181)] = 49553, + [SMALL_STATE(1182)] = 49615, + [SMALL_STATE(1183)] = 49665, + [SMALL_STATE(1184)] = 49715, + [SMALL_STATE(1185)] = 49765, + [SMALL_STATE(1186)] = 49815, + [SMALL_STATE(1187)] = 49865, + [SMALL_STATE(1188)] = 49957, + [SMALL_STATE(1189)] = 50049, + [SMALL_STATE(1190)] = 50141, + [SMALL_STATE(1191)] = 50207, + [SMALL_STATE(1192)] = 50261, + [SMALL_STATE(1193)] = 50311, + [SMALL_STATE(1194)] = 50361, + [SMALL_STATE(1195)] = 50453, + [SMALL_STATE(1196)] = 50509, + [SMALL_STATE(1197)] = 50559, + [SMALL_STATE(1198)] = 50609, + [SMALL_STATE(1199)] = 50659, + [SMALL_STATE(1200)] = 50709, + [SMALL_STATE(1201)] = 50759, + [SMALL_STATE(1202)] = 50813, + [SMALL_STATE(1203)] = 50905, + [SMALL_STATE(1204)] = 50955, + [SMALL_STATE(1205)] = 51047, + [SMALL_STATE(1206)] = 51097, + [SMALL_STATE(1207)] = 51189, + [SMALL_STATE(1208)] = 51243, + [SMALL_STATE(1209)] = 51293, + [SMALL_STATE(1210)] = 51349, + [SMALL_STATE(1211)] = 51399, + [SMALL_STATE(1212)] = 51449, + [SMALL_STATE(1213)] = 51541, + [SMALL_STATE(1214)] = 51591, + [SMALL_STATE(1215)] = 51645, + [SMALL_STATE(1216)] = 51701, + [SMALL_STATE(1217)] = 51793, + [SMALL_STATE(1218)] = 51843, + [SMALL_STATE(1219)] = 51893, + [SMALL_STATE(1220)] = 51985, + [SMALL_STATE(1221)] = 52077, + [SMALL_STATE(1222)] = 52171, + [SMALL_STATE(1223)] = 52225, + [SMALL_STATE(1224)] = 52279, + [SMALL_STATE(1225)] = 52329, + [SMALL_STATE(1226)] = 52379, + [SMALL_STATE(1227)] = 52429, + [SMALL_STATE(1228)] = 52521, + [SMALL_STATE(1229)] = 52571, + [SMALL_STATE(1230)] = 52621, + [SMALL_STATE(1231)] = 52671, + [SMALL_STATE(1232)] = 52725, + [SMALL_STATE(1233)] = 52775, + [SMALL_STATE(1234)] = 52825, + [SMALL_STATE(1235)] = 52917, + [SMALL_STATE(1236)] = 53009, + [SMALL_STATE(1237)] = 53065, + [SMALL_STATE(1238)] = 53121, + [SMALL_STATE(1239)] = 53177, + [SMALL_STATE(1240)] = 53233, + [SMALL_STATE(1241)] = 53289, + [SMALL_STATE(1242)] = 53381, + [SMALL_STATE(1243)] = 53473, + [SMALL_STATE(1244)] = 53567, + [SMALL_STATE(1245)] = 53617, + [SMALL_STATE(1246)] = 53671, + [SMALL_STATE(1247)] = 53727, + [SMALL_STATE(1248)] = 53777, + [SMALL_STATE(1249)] = 53827, + [SMALL_STATE(1250)] = 53881, + [SMALL_STATE(1251)] = 53973, + [SMALL_STATE(1252)] = 54029, + [SMALL_STATE(1253)] = 54083, + [SMALL_STATE(1254)] = 54175, + [SMALL_STATE(1255)] = 54225, + [SMALL_STATE(1256)] = 54275, + [SMALL_STATE(1257)] = 54325, + [SMALL_STATE(1258)] = 54375, + [SMALL_STATE(1259)] = 54467, + [SMALL_STATE(1260)] = 54559, + [SMALL_STATE(1261)] = 54609, + [SMALL_STATE(1262)] = 54659, + [SMALL_STATE(1263)] = 54709, + [SMALL_STATE(1264)] = 54759, + [SMALL_STATE(1265)] = 54851, + [SMALL_STATE(1266)] = 54943, + [SMALL_STATE(1267)] = 54993, + [SMALL_STATE(1268)] = 55043, + [SMALL_STATE(1269)] = 55093, + [SMALL_STATE(1270)] = 55185, + [SMALL_STATE(1271)] = 55239, + [SMALL_STATE(1272)] = 55289, + [SMALL_STATE(1273)] = 55339, + [SMALL_STATE(1274)] = 55395, + [SMALL_STATE(1275)] = 55451, + [SMALL_STATE(1276)] = 55501, + [SMALL_STATE(1277)] = 55593, + [SMALL_STATE(1278)] = 55685, + [SMALL_STATE(1279)] = 55777, + [SMALL_STATE(1280)] = 55871, + [SMALL_STATE(1281)] = 55963, + [SMALL_STATE(1282)] = 56013, + [SMALL_STATE(1283)] = 56105, + [SMALL_STATE(1284)] = 56161, + [SMALL_STATE(1285)] = 56217, + [SMALL_STATE(1286)] = 56309, + [SMALL_STATE(1287)] = 56365, + [SMALL_STATE(1288)] = 56435, + [SMALL_STATE(1289)] = 56485, + [SMALL_STATE(1290)] = 56541, + [SMALL_STATE(1291)] = 56633, + [SMALL_STATE(1292)] = 56683, + [SMALL_STATE(1293)] = 56775, + [SMALL_STATE(1294)] = 56867, + [SMALL_STATE(1295)] = 56959, + [SMALL_STATE(1296)] = 57009, + [SMALL_STATE(1297)] = 57059, + [SMALL_STATE(1298)] = 57112, + [SMALL_STATE(1299)] = 57167, + [SMALL_STATE(1300)] = 57222, + [SMALL_STATE(1301)] = 57275, + [SMALL_STATE(1302)] = 57330, + [SMALL_STATE(1303)] = 57383, + [SMALL_STATE(1304)] = 57432, + [SMALL_STATE(1305)] = 57489, + [SMALL_STATE(1306)] = 57542, + [SMALL_STATE(1307)] = 57591, + [SMALL_STATE(1308)] = 57646, + [SMALL_STATE(1309)] = 57695, + [SMALL_STATE(1310)] = 57744, + [SMALL_STATE(1311)] = 57797, + [SMALL_STATE(1312)] = 57846, + [SMALL_STATE(1313)] = 57899, + [SMALL_STATE(1314)] = 57948, + [SMALL_STATE(1315)] = 58001, + [SMALL_STATE(1316)] = 58056, + [SMALL_STATE(1317)] = 58109, + [SMALL_STATE(1318)] = 58158, + [SMALL_STATE(1319)] = 58207, + [SMALL_STATE(1320)] = 58260, + [SMALL_STATE(1321)] = 58313, + [SMALL_STATE(1322)] = 58366, + [SMALL_STATE(1323)] = 58415, + [SMALL_STATE(1324)] = 58470, + [SMALL_STATE(1325)] = 58519, + [SMALL_STATE(1326)] = 58572, + [SMALL_STATE(1327)] = 58627, + [SMALL_STATE(1328)] = 58682, + [SMALL_STATE(1329)] = 58735, + [SMALL_STATE(1330)] = 58784, + [SMALL_STATE(1331)] = 58839, + [SMALL_STATE(1332)] = 58892, + [SMALL_STATE(1333)] = 58941, + [SMALL_STATE(1334)] = 58994, + [SMALL_STATE(1335)] = 59049, + [SMALL_STATE(1336)] = 59102, + [SMALL_STATE(1337)] = 59157, + [SMALL_STATE(1338)] = 59210, + [SMALL_STATE(1339)] = 59259, + [SMALL_STATE(1340)] = 59308, + [SMALL_STATE(1341)] = 59361, + [SMALL_STATE(1342)] = 59410, + [SMALL_STATE(1343)] = 59463, + [SMALL_STATE(1344)] = 59555, + [SMALL_STATE(1345)] = 59603, + [SMALL_STATE(1346)] = 59651, + [SMALL_STATE(1347)] = 59699, + [SMALL_STATE(1348)] = 59747, + [SMALL_STATE(1349)] = 59805, + [SMALL_STATE(1350)] = 59857, + [SMALL_STATE(1351)] = 59905, + [SMALL_STATE(1352)] = 59953, + [SMALL_STATE(1353)] = 60005, + [SMALL_STATE(1354)] = 60053, + [SMALL_STATE(1355)] = 60101, + [SMALL_STATE(1356)] = 60159, + [SMALL_STATE(1357)] = 60217, + [SMALL_STATE(1358)] = 60265, + [SMALL_STATE(1359)] = 60319, + [SMALL_STATE(1360)] = 60377, + [SMALL_STATE(1361)] = 60425, + [SMALL_STATE(1362)] = 60473, + [SMALL_STATE(1363)] = 60525, + [SMALL_STATE(1364)] = 60577, + [SMALL_STATE(1365)] = 60635, + [SMALL_STATE(1366)] = 60683, + [SMALL_STATE(1367)] = 60731, + [SMALL_STATE(1368)] = 60785, + [SMALL_STATE(1369)] = 60833, + [SMALL_STATE(1370)] = 60887, + [SMALL_STATE(1371)] = 60979, + [SMALL_STATE(1372)] = 61071, + [SMALL_STATE(1373)] = 61123, + [SMALL_STATE(1374)] = 61181, + [SMALL_STATE(1375)] = 61229, + [SMALL_STATE(1376)] = 61283, + [SMALL_STATE(1377)] = 61339, + [SMALL_STATE(1378)] = 61397, + [SMALL_STATE(1379)] = 61455, + [SMALL_STATE(1380)] = 61547, + [SMALL_STATE(1381)] = 61599, + [SMALL_STATE(1382)] = 61691, + [SMALL_STATE(1383)] = 61749, + [SMALL_STATE(1384)] = 61841, + [SMALL_STATE(1385)] = 61889, + [SMALL_STATE(1386)] = 61943, + [SMALL_STATE(1387)] = 61991, + [SMALL_STATE(1388)] = 62083, + [SMALL_STATE(1389)] = 62141, + [SMALL_STATE(1390)] = 62199, + [SMALL_STATE(1391)] = 62257, + [SMALL_STATE(1392)] = 62305, + [SMALL_STATE(1393)] = 62363, + [SMALL_STATE(1394)] = 62455, + [SMALL_STATE(1395)] = 62503, + [SMALL_STATE(1396)] = 62555, + [SMALL_STATE(1397)] = 62603, + [SMALL_STATE(1398)] = 62661, + [SMALL_STATE(1399)] = 62713, + [SMALL_STATE(1400)] = 62771, + [SMALL_STATE(1401)] = 62819, + [SMALL_STATE(1402)] = 62877, + [SMALL_STATE(1403)] = 62935, + [SMALL_STATE(1404)] = 62983, + [SMALL_STATE(1405)] = 63041, + [SMALL_STATE(1406)] = 63093, + [SMALL_STATE(1407)] = 63149, + [SMALL_STATE(1408)] = 63197, + [SMALL_STATE(1409)] = 63255, + [SMALL_STATE(1410)] = 63303, + [SMALL_STATE(1411)] = 63361, + [SMALL_STATE(1412)] = 63419, + [SMALL_STATE(1413)] = 63471, + [SMALL_STATE(1414)] = 63529, + [SMALL_STATE(1415)] = 63583, + [SMALL_STATE(1416)] = 63641, + [SMALL_STATE(1417)] = 63689, + [SMALL_STATE(1418)] = 63747, + [SMALL_STATE(1419)] = 63795, + [SMALL_STATE(1420)] = 63853, + [SMALL_STATE(1421)] = 63901, + [SMALL_STATE(1422)] = 63949, + [SMALL_STATE(1423)] = 64001, + [SMALL_STATE(1424)] = 64049, + [SMALL_STATE(1425)] = 64107, + [SMALL_STATE(1426)] = 64165, + [SMALL_STATE(1427)] = 64213, + [SMALL_STATE(1428)] = 64261, + [SMALL_STATE(1429)] = 64315, + [SMALL_STATE(1430)] = 64363, + [SMALL_STATE(1431)] = 64421, + [SMALL_STATE(1432)] = 64513, + [SMALL_STATE(1433)] = 64565, + [SMALL_STATE(1434)] = 64615, + [SMALL_STATE(1435)] = 64673, + [SMALL_STATE(1436)] = 64725, + [SMALL_STATE(1437)] = 64783, + [SMALL_STATE(1438)] = 64831, + [SMALL_STATE(1439)] = 64885, + [SMALL_STATE(1440)] = 64939, + [SMALL_STATE(1441)] = 64997, + [SMALL_STATE(1442)] = 65045, + [SMALL_STATE(1443)] = 65137, + [SMALL_STATE(1444)] = 65185, + [SMALL_STATE(1445)] = 65243, + [SMALL_STATE(1446)] = 65295, + [SMALL_STATE(1447)] = 65343, + [SMALL_STATE(1448)] = 65391, + [SMALL_STATE(1449)] = 65483, + [SMALL_STATE(1450)] = 65531, + [SMALL_STATE(1451)] = 65585, + [SMALL_STATE(1452)] = 65639, + [SMALL_STATE(1453)] = 65697, + [SMALL_STATE(1454)] = 65789, + [SMALL_STATE(1455)] = 65837, + [SMALL_STATE(1456)] = 65895, + [SMALL_STATE(1457)] = 65943, + [SMALL_STATE(1458)] = 66001, + [SMALL_STATE(1459)] = 66049, + [SMALL_STATE(1460)] = 66101, + [SMALL_STATE(1461)] = 66149, + [SMALL_STATE(1462)] = 66197, + [SMALL_STATE(1463)] = 66255, + [SMALL_STATE(1464)] = 66313, + [SMALL_STATE(1465)] = 66371, + [SMALL_STATE(1466)] = 66429, + [SMALL_STATE(1467)] = 66477, + [SMALL_STATE(1468)] = 66535, + [SMALL_STATE(1469)] = 66593, + [SMALL_STATE(1470)] = 66641, + [SMALL_STATE(1471)] = 66689, + [SMALL_STATE(1472)] = 66737, + [SMALL_STATE(1473)] = 66785, + [SMALL_STATE(1474)] = 66843, + [SMALL_STATE(1475)] = 66897, + [SMALL_STATE(1476)] = 66955, + [SMALL_STATE(1477)] = 67013, + [SMALL_STATE(1478)] = 67061, + [SMALL_STATE(1479)] = 67119, + [SMALL_STATE(1480)] = 67167, + [SMALL_STATE(1481)] = 67215, + [SMALL_STATE(1482)] = 67273, + [SMALL_STATE(1483)] = 67331, + [SMALL_STATE(1484)] = 67379, + [SMALL_STATE(1485)] = 67427, + [SMALL_STATE(1486)] = 67485, + [SMALL_STATE(1487)] = 67543, + [SMALL_STATE(1488)] = 67591, + [SMALL_STATE(1489)] = 67639, + [SMALL_STATE(1490)] = 67687, + [SMALL_STATE(1491)] = 67735, + [SMALL_STATE(1492)] = 67789, + [SMALL_STATE(1493)] = 67847, + [SMALL_STATE(1494)] = 67894, + [SMALL_STATE(1495)] = 67945, + [SMALL_STATE(1496)] = 67998, + [SMALL_STATE(1497)] = 68045, + [SMALL_STATE(1498)] = 68098, + [SMALL_STATE(1499)] = 68149, + [SMALL_STATE(1500)] = 68202, + [SMALL_STATE(1501)] = 68255, + [SMALL_STATE(1502)] = 68310, + [SMALL_STATE(1503)] = 68361, + [SMALL_STATE(1504)] = 68408, + [SMALL_STATE(1505)] = 68455, + [SMALL_STATE(1506)] = 68506, + [SMALL_STATE(1507)] = 68557, + [SMALL_STATE(1508)] = 68608, + [SMALL_STATE(1509)] = 68655, + [SMALL_STATE(1510)] = 68702, + [SMALL_STATE(1511)] = 68753, + [SMALL_STATE(1512)] = 68808, + [SMALL_STATE(1513)] = 68855, + [SMALL_STATE(1514)] = 68902, + [SMALL_STATE(1515)] = 68949, + [SMALL_STATE(1516)] = 69000, + [SMALL_STATE(1517)] = 69053, + [SMALL_STATE(1518)] = 69106, + [SMALL_STATE(1519)] = 69161, + [SMALL_STATE(1520)] = 69214, + [SMALL_STATE(1521)] = 69265, + [SMALL_STATE(1522)] = 69318, + [SMALL_STATE(1523)] = 69371, + [SMALL_STATE(1524)] = 69426, + [SMALL_STATE(1525)] = 69479, + [SMALL_STATE(1526)] = 69534, + [SMALL_STATE(1527)] = 69587, + [SMALL_STATE(1528)] = 69634, + [SMALL_STATE(1529)] = 69687, + [SMALL_STATE(1530)] = 69740, + [SMALL_STATE(1531)] = 69787, + [SMALL_STATE(1532)] = 69842, + [SMALL_STATE(1533)] = 69893, + [SMALL_STATE(1534)] = 69940, + [SMALL_STATE(1535)] = 69993, + [SMALL_STATE(1536)] = 70044, + [SMALL_STATE(1537)] = 70097, + [SMALL_STATE(1538)] = 70150, + [SMALL_STATE(1539)] = 70197, + [SMALL_STATE(1540)] = 70252, + [SMALL_STATE(1541)] = 70305, + [SMALL_STATE(1542)] = 70358, + [SMALL_STATE(1543)] = 70405, + [SMALL_STATE(1544)] = 70452, + [SMALL_STATE(1545)] = 70505, + [SMALL_STATE(1546)] = 70556, + [SMALL_STATE(1547)] = 70603, + [SMALL_STATE(1548)] = 70656, + [SMALL_STATE(1549)] = 70703, + [SMALL_STATE(1550)] = 70754, + [SMALL_STATE(1551)] = 70805, + [SMALL_STATE(1552)] = 70856, + [SMALL_STATE(1553)] = 70907, + [SMALL_STATE(1554)] = 70960, + [SMALL_STATE(1555)] = 71013, + [SMALL_STATE(1556)] = 71064, + [SMALL_STATE(1557)] = 71117, + [SMALL_STATE(1558)] = 71170, + [SMALL_STATE(1559)] = 71221, + [SMALL_STATE(1560)] = 71268, + [SMALL_STATE(1561)] = 71323, + [SMALL_STATE(1562)] = 71370, + [SMALL_STATE(1563)] = 71425, + [SMALL_STATE(1564)] = 71476, + [SMALL_STATE(1565)] = 71531, + [SMALL_STATE(1566)] = 71584, + [SMALL_STATE(1567)] = 71635, + [SMALL_STATE(1568)] = 71686, + [SMALL_STATE(1569)] = 71737, + [SMALL_STATE(1570)] = 71788, + [SMALL_STATE(1571)] = 71839, + [SMALL_STATE(1572)] = 71890, + [SMALL_STATE(1573)] = 71937, + [SMALL_STATE(1574)] = 71992, + [SMALL_STATE(1575)] = 72039, + [SMALL_STATE(1576)] = 72086, + [SMALL_STATE(1577)] = 72137, + [SMALL_STATE(1578)] = 72188, + [SMALL_STATE(1579)] = 72235, + [SMALL_STATE(1580)] = 72286, + [SMALL_STATE(1581)] = 72337, + [SMALL_STATE(1582)] = 72390, + [SMALL_STATE(1583)] = 72437, + [SMALL_STATE(1584)] = 72492, + [SMALL_STATE(1585)] = 72539, + [SMALL_STATE(1586)] = 72592, + [SMALL_STATE(1587)] = 72645, + [SMALL_STATE(1588)] = 72700, + [SMALL_STATE(1589)] = 72753, + [SMALL_STATE(1590)] = 72806, + [SMALL_STATE(1591)] = 72854, + [SMALL_STATE(1592)] = 72900, + [SMALL_STATE(1593)] = 72950, + [SMALL_STATE(1594)] = 72996, + [SMALL_STATE(1595)] = 73042, + [SMALL_STATE(1596)] = 73088, + [SMALL_STATE(1597)] = 73134, + [SMALL_STATE(1598)] = 73184, + [SMALL_STATE(1599)] = 73230, + [SMALL_STATE(1600)] = 73280, + [SMALL_STATE(1601)] = 73326, + [SMALL_STATE(1602)] = 73372, + [SMALL_STATE(1603)] = 73418, + [SMALL_STATE(1604)] = 73468, + [SMALL_STATE(1605)] = 73514, + [SMALL_STATE(1606)] = 73560, + [SMALL_STATE(1607)] = 73606, + [SMALL_STATE(1608)] = 73652, + [SMALL_STATE(1609)] = 73698, + [SMALL_STATE(1610)] = 73744, + [SMALL_STATE(1611)] = 73790, + [SMALL_STATE(1612)] = 73838, + [SMALL_STATE(1613)] = 73886, + [SMALL_STATE(1614)] = 73932, + [SMALL_STATE(1615)] = 73978, + [SMALL_STATE(1616)] = 74024, + [SMALL_STATE(1617)] = 74070, + [SMALL_STATE(1618)] = 74122, + [SMALL_STATE(1619)] = 74174, + [SMALL_STATE(1620)] = 74226, + [SMALL_STATE(1621)] = 74272, + [SMALL_STATE(1622)] = 74318, + [SMALL_STATE(1623)] = 74368, + [SMALL_STATE(1624)] = 74414, + [SMALL_STATE(1625)] = 74460, + [SMALL_STATE(1626)] = 74510, + [SMALL_STATE(1627)] = 74556, + [SMALL_STATE(1628)] = 74602, + [SMALL_STATE(1629)] = 74654, + [SMALL_STATE(1630)] = 74704, + [SMALL_STATE(1631)] = 74750, + [SMALL_STATE(1632)] = 74796, + [SMALL_STATE(1633)] = 74842, + [SMALL_STATE(1634)] = 74888, + [SMALL_STATE(1635)] = 74934, + [SMALL_STATE(1636)] = 74980, + [SMALL_STATE(1637)] = 75032, + [SMALL_STATE(1638)] = 75078, + [SMALL_STATE(1639)] = 75124, + [SMALL_STATE(1640)] = 75170, + [SMALL_STATE(1641)] = 75216, + [SMALL_STATE(1642)] = 75262, + [SMALL_STATE(1643)] = 75308, + [SMALL_STATE(1644)] = 75354, + [SMALL_STATE(1645)] = 75400, + [SMALL_STATE(1646)] = 75452, + [SMALL_STATE(1647)] = 75498, + [SMALL_STATE(1648)] = 75548, + [SMALL_STATE(1649)] = 75594, + [SMALL_STATE(1650)] = 75640, + [SMALL_STATE(1651)] = 75688, + [SMALL_STATE(1652)] = 75734, + [SMALL_STATE(1653)] = 75784, + [SMALL_STATE(1654)] = 75834, + [SMALL_STATE(1655)] = 75884, + [SMALL_STATE(1656)] = 75930, + [SMALL_STATE(1657)] = 75976, + [SMALL_STATE(1658)] = 76022, + [SMALL_STATE(1659)] = 76068, + [SMALL_STATE(1660)] = 76114, + [SMALL_STATE(1661)] = 76164, + [SMALL_STATE(1662)] = 76210, + [SMALL_STATE(1663)] = 76256, + [SMALL_STATE(1664)] = 76302, + [SMALL_STATE(1665)] = 76352, + [SMALL_STATE(1666)] = 76400, + [SMALL_STATE(1667)] = 76446, + [SMALL_STATE(1668)] = 76492, + [SMALL_STATE(1669)] = 76538, + [SMALL_STATE(1670)] = 76584, + [SMALL_STATE(1671)] = 76632, + [SMALL_STATE(1672)] = 76682, + [SMALL_STATE(1673)] = 76728, + [SMALL_STATE(1674)] = 76774, + [SMALL_STATE(1675)] = 76820, + [SMALL_STATE(1676)] = 76866, + [SMALL_STATE(1677)] = 76916, + [SMALL_STATE(1678)] = 76962, + [SMALL_STATE(1679)] = 77008, + [SMALL_STATE(1680)] = 77058, + [SMALL_STATE(1681)] = 77104, + [SMALL_STATE(1682)] = 77154, + [SMALL_STATE(1683)] = 77200, + [SMALL_STATE(1684)] = 77246, + [SMALL_STATE(1685)] = 77292, + [SMALL_STATE(1686)] = 77338, + [SMALL_STATE(1687)] = 77388, + [SMALL_STATE(1688)] = 77438, + [SMALL_STATE(1689)] = 77493, + [SMALL_STATE(1690)] = 77538, + [SMALL_STATE(1691)] = 77583, + [SMALL_STATE(1692)] = 77632, + [SMALL_STATE(1693)] = 77687, + [SMALL_STATE(1694)] = 77732, + [SMALL_STATE(1695)] = 77777, + [SMALL_STATE(1696)] = 77822, + [SMALL_STATE(1697)] = 77867, + [SMALL_STATE(1698)] = 77922, + [SMALL_STATE(1699)] = 77967, + [SMALL_STATE(1700)] = 78016, + [SMALL_STATE(1701)] = 78071, + [SMALL_STATE(1702)] = 78116, + [SMALL_STATE(1703)] = 78161, + [SMALL_STATE(1704)] = 78206, + [SMALL_STATE(1705)] = 78255, + [SMALL_STATE(1706)] = 78300, + [SMALL_STATE(1707)] = 78345, + [SMALL_STATE(1708)] = 78390, + [SMALL_STATE(1709)] = 78445, + [SMALL_STATE(1710)] = 78490, + [SMALL_STATE(1711)] = 78543, + [SMALL_STATE(1712)] = 78588, + [SMALL_STATE(1713)] = 78633, + [SMALL_STATE(1714)] = 78686, + [SMALL_STATE(1715)] = 78731, + [SMALL_STATE(1716)] = 78784, + [SMALL_STATE(1717)] = 78829, + [SMALL_STATE(1718)] = 78874, + [SMALL_STATE(1719)] = 78919, + [SMALL_STATE(1720)] = 78964, + [SMALL_STATE(1721)] = 79019, + [SMALL_STATE(1722)] = 79064, + [SMALL_STATE(1723)] = 79113, + [SMALL_STATE(1724)] = 79158, + [SMALL_STATE(1725)] = 79213, + [SMALL_STATE(1726)] = 79258, + [SMALL_STATE(1727)] = 79313, + [SMALL_STATE(1728)] = 79368, + [SMALL_STATE(1729)] = 79413, + [SMALL_STATE(1730)] = 79470, + [SMALL_STATE(1731)] = 79525, + [SMALL_STATE(1732)] = 79580, + [SMALL_STATE(1733)] = 79635, + [SMALL_STATE(1734)] = 79684, + [SMALL_STATE(1735)] = 79729, + [SMALL_STATE(1736)] = 79774, + [SMALL_STATE(1737)] = 79829, + [SMALL_STATE(1738)] = 79884, + [SMALL_STATE(1739)] = 79929, + [SMALL_STATE(1740)] = 79974, + [SMALL_STATE(1741)] = 80029, + [SMALL_STATE(1742)] = 80074, + [SMALL_STATE(1743)] = 80119, + [SMALL_STATE(1744)] = 80174, + [SMALL_STATE(1745)] = 80219, + [SMALL_STATE(1746)] = 80264, + [SMALL_STATE(1747)] = 80309, + [SMALL_STATE(1748)] = 80362, + [SMALL_STATE(1749)] = 80407, + [SMALL_STATE(1750)] = 80452, + [SMALL_STATE(1751)] = 80497, + [SMALL_STATE(1752)] = 80542, + [SMALL_STATE(1753)] = 80587, + [SMALL_STATE(1754)] = 80632, + [SMALL_STATE(1755)] = 80687, + [SMALL_STATE(1756)] = 80732, + [SMALL_STATE(1757)] = 80785, + [SMALL_STATE(1758)] = 80830, + [SMALL_STATE(1759)] = 80885, + [SMALL_STATE(1760)] = 80930, + [SMALL_STATE(1761)] = 80975, + [SMALL_STATE(1762)] = 81030, + [SMALL_STATE(1763)] = 81075, + [SMALL_STATE(1764)] = 81120, + [SMALL_STATE(1765)] = 81165, + [SMALL_STATE(1766)] = 81220, + [SMALL_STATE(1767)] = 81277, + [SMALL_STATE(1768)] = 81322, + [SMALL_STATE(1769)] = 81367, + [SMALL_STATE(1770)] = 81416, + [SMALL_STATE(1771)] = 81465, + [SMALL_STATE(1772)] = 81514, + [SMALL_STATE(1773)] = 81569, + [SMALL_STATE(1774)] = 81620, + [SMALL_STATE(1775)] = 81675, + [SMALL_STATE(1776)] = 81726, + [SMALL_STATE(1777)] = 81773, + [SMALL_STATE(1778)] = 81828, + [SMALL_STATE(1779)] = 81883, + [SMALL_STATE(1780)] = 81928, + [SMALL_STATE(1781)] = 81983, + [SMALL_STATE(1782)] = 82028, + [SMALL_STATE(1783)] = 82083, + [SMALL_STATE(1784)] = 82128, + [SMALL_STATE(1785)] = 82183, + [SMALL_STATE(1786)] = 82228, + [SMALL_STATE(1787)] = 82283, + [SMALL_STATE(1788)] = 82338, + [SMALL_STATE(1789)] = 82387, + [SMALL_STATE(1790)] = 82442, + [SMALL_STATE(1791)] = 82497, + [SMALL_STATE(1792)] = 82542, + [SMALL_STATE(1793)] = 82599, + [SMALL_STATE(1794)] = 82654, + [SMALL_STATE(1795)] = 82699, + [SMALL_STATE(1796)] = 82744, + [SMALL_STATE(1797)] = 82791, + [SMALL_STATE(1798)] = 82846, + [SMALL_STATE(1799)] = 82901, + [SMALL_STATE(1800)] = 82946, + [SMALL_STATE(1801)] = 82991, + [SMALL_STATE(1802)] = 83036, + [SMALL_STATE(1803)] = 83091, + [SMALL_STATE(1804)] = 83136, + [SMALL_STATE(1805)] = 83191, + [SMALL_STATE(1806)] = 83236, + [SMALL_STATE(1807)] = 83281, + [SMALL_STATE(1808)] = 83326, + [SMALL_STATE(1809)] = 83381, + [SMALL_STATE(1810)] = 83436, + [SMALL_STATE(1811)] = 83481, + [SMALL_STATE(1812)] = 83526, + [SMALL_STATE(1813)] = 83571, + [SMALL_STATE(1814)] = 83626, + [SMALL_STATE(1815)] = 83681, + [SMALL_STATE(1816)] = 83730, + [SMALL_STATE(1817)] = 83777, + [SMALL_STATE(1818)] = 83822, + [SMALL_STATE(1819)] = 83871, + [SMALL_STATE(1820)] = 83916, + [SMALL_STATE(1821)] = 83961, + [SMALL_STATE(1822)] = 84006, + [SMALL_STATE(1823)] = 84051, + [SMALL_STATE(1824)] = 84096, + [SMALL_STATE(1825)] = 84141, + [SMALL_STATE(1826)] = 84196, + [SMALL_STATE(1827)] = 84241, + [SMALL_STATE(1828)] = 84296, + [SMALL_STATE(1829)] = 84341, + [SMALL_STATE(1830)] = 84386, + [SMALL_STATE(1831)] = 84431, + [SMALL_STATE(1832)] = 84476, + [SMALL_STATE(1833)] = 84521, + [SMALL_STATE(1834)] = 84576, + [SMALL_STATE(1835)] = 84627, + [SMALL_STATE(1836)] = 84677, + [SMALL_STATE(1837)] = 84727, + [SMALL_STATE(1838)] = 84777, + [SMALL_STATE(1839)] = 84827, + [SMALL_STATE(1840)] = 84871, + [SMALL_STATE(1841)] = 84921, + [SMALL_STATE(1842)] = 84973, + [SMALL_STATE(1843)] = 85021, + [SMALL_STATE(1844)] = 85067, + [SMALL_STATE(1845)] = 85115, + [SMALL_STATE(1846)] = 85167, + [SMALL_STATE(1847)] = 85219, + [SMALL_STATE(1848)] = 85267, + [SMALL_STATE(1849)] = 85321, + [SMALL_STATE(1850)] = 85373, + [SMALL_STATE(1851)] = 85425, + [SMALL_STATE(1852)] = 85479, + [SMALL_STATE(1853)] = 85533, + [SMALL_STATE(1854)] = 85587, + [SMALL_STATE(1855)] = 85641, + [SMALL_STATE(1856)] = 85695, + [SMALL_STATE(1857)] = 85749, + [SMALL_STATE(1858)] = 85835, + [SMALL_STATE(1859)] = 85921, + [SMALL_STATE(1860)] = 85975, + [SMALL_STATE(1861)] = 86061, + [SMALL_STATE(1862)] = 86147, + [SMALL_STATE(1863)] = 86191, + [SMALL_STATE(1864)] = 86235, + [SMALL_STATE(1865)] = 86285, + [SMALL_STATE(1866)] = 86335, + [SMALL_STATE(1867)] = 86385, + [SMALL_STATE(1868)] = 86429, + [SMALL_STATE(1869)] = 86479, + [SMALL_STATE(1870)] = 86523, + [SMALL_STATE(1871)] = 86609, + [SMALL_STATE(1872)] = 86695, + [SMALL_STATE(1873)] = 86741, + [SMALL_STATE(1874)] = 86787, + [SMALL_STATE(1875)] = 86831, + [SMALL_STATE(1876)] = 86885, + [SMALL_STATE(1877)] = 86929, + [SMALL_STATE(1878)] = 86973, + [SMALL_STATE(1879)] = 87027, + [SMALL_STATE(1880)] = 87071, + [SMALL_STATE(1881)] = 87115, + [SMALL_STATE(1882)] = 87159, + [SMALL_STATE(1883)] = 87245, + [SMALL_STATE(1884)] = 87299, + [SMALL_STATE(1885)] = 87345, + [SMALL_STATE(1886)] = 87431, + [SMALL_STATE(1887)] = 87481, + [SMALL_STATE(1888)] = 87531, + [SMALL_STATE(1889)] = 87585, + [SMALL_STATE(1890)] = 87639, + [SMALL_STATE(1891)] = 87693, + [SMALL_STATE(1892)] = 87747, + [SMALL_STATE(1893)] = 87801, + [SMALL_STATE(1894)] = 87855, + [SMALL_STATE(1895)] = 87899, + [SMALL_STATE(1896)] = 87949, + [SMALL_STATE(1897)] = 87993, + [SMALL_STATE(1898)] = 88039, + [SMALL_STATE(1899)] = 88093, + [SMALL_STATE(1900)] = 88137, + [SMALL_STATE(1901)] = 88181, + [SMALL_STATE(1902)] = 88229, + [SMALL_STATE(1903)] = 88273, + [SMALL_STATE(1904)] = 88327, + [SMALL_STATE(1905)] = 88375, + [SMALL_STATE(1906)] = 88425, + [SMALL_STATE(1907)] = 88479, + [SMALL_STATE(1908)] = 88527, + [SMALL_STATE(1909)] = 88613, + [SMALL_STATE(1910)] = 88699, + [SMALL_STATE(1911)] = 88753, + [SMALL_STATE(1912)] = 88803, + [SMALL_STATE(1913)] = 88889, + [SMALL_STATE(1914)] = 88975, + [SMALL_STATE(1915)] = 89029, + [SMALL_STATE(1916)] = 89073, + [SMALL_STATE(1917)] = 89117, + [SMALL_STATE(1918)] = 89167, + [SMALL_STATE(1919)] = 89211, + [SMALL_STATE(1920)] = 89261, + [SMALL_STATE(1921)] = 89344, + [SMALL_STATE(1922)] = 89427, + [SMALL_STATE(1923)] = 89470, + [SMALL_STATE(1924)] = 89515, + [SMALL_STATE(1925)] = 89558, + [SMALL_STATE(1926)] = 89601, + [SMALL_STATE(1927)] = 89644, + [SMALL_STATE(1928)] = 89687, + [SMALL_STATE(1929)] = 89770, + [SMALL_STATE(1930)] = 89821, + [SMALL_STATE(1931)] = 89864, + [SMALL_STATE(1932)] = 89907, + [SMALL_STATE(1933)] = 89950, + [SMALL_STATE(1934)] = 89993, + [SMALL_STATE(1935)] = 90044, + [SMALL_STATE(1936)] = 90087, + [SMALL_STATE(1937)] = 90138, + [SMALL_STATE(1938)] = 90189, + [SMALL_STATE(1939)] = 90232, + [SMALL_STATE(1940)] = 90279, + [SMALL_STATE(1941)] = 90322, + [SMALL_STATE(1942)] = 90365, + [SMALL_STATE(1943)] = 90408, + [SMALL_STATE(1944)] = 90451, + [SMALL_STATE(1945)] = 90494, + [SMALL_STATE(1946)] = 90577, + [SMALL_STATE(1947)] = 90620, + [SMALL_STATE(1948)] = 90703, + [SMALL_STATE(1949)] = 90786, + [SMALL_STATE(1950)] = 90869, + [SMALL_STATE(1951)] = 90918, + [SMALL_STATE(1952)] = 91001, + [SMALL_STATE(1953)] = 91084, + [SMALL_STATE(1954)] = 91135, + [SMALL_STATE(1955)] = 91186, + [SMALL_STATE(1956)] = 91229, + [SMALL_STATE(1957)] = 91272, + [SMALL_STATE(1958)] = 91323, + [SMALL_STATE(1959)] = 91366, + [SMALL_STATE(1960)] = 91409, + [SMALL_STATE(1961)] = 91458, + [SMALL_STATE(1962)] = 91501, + [SMALL_STATE(1963)] = 91544, + [SMALL_STATE(1964)] = 91587, + [SMALL_STATE(1965)] = 91670, + [SMALL_STATE(1966)] = 91713, + [SMALL_STATE(1967)] = 91762, + [SMALL_STATE(1968)] = 91845, + [SMALL_STATE(1969)] = 91928, + [SMALL_STATE(1970)] = 92011, + [SMALL_STATE(1971)] = 92054, + [SMALL_STATE(1972)] = 92137, + [SMALL_STATE(1973)] = 92186, + [SMALL_STATE(1974)] = 92235, + [SMALL_STATE(1975)] = 92278, + [SMALL_STATE(1976)] = 92361, + [SMALL_STATE(1977)] = 92404, + [SMALL_STATE(1978)] = 92455, + [SMALL_STATE(1979)] = 92538, + [SMALL_STATE(1980)] = 92589, + [SMALL_STATE(1981)] = 92632, + [SMALL_STATE(1982)] = 92681, + [SMALL_STATE(1983)] = 92730, + [SMALL_STATE(1984)] = 92813, + [SMALL_STATE(1985)] = 92864, + [SMALL_STATE(1986)] = 92947, + [SMALL_STATE(1987)] = 93023, + [SMALL_STATE(1988)] = 93103, + [SMALL_STATE(1989)] = 93153, + [SMALL_STATE(1990)] = 93229, + [SMALL_STATE(1991)] = 93279, + [SMALL_STATE(1992)] = 93355, + [SMALL_STATE(1993)] = 93405, + [SMALL_STATE(1994)] = 93455, + [SMALL_STATE(1995)] = 93531, + [SMALL_STATE(1996)] = 93575, + [SMALL_STATE(1997)] = 93625, + [SMALL_STATE(1998)] = 93675, + [SMALL_STATE(1999)] = 93751, + [SMALL_STATE(2000)] = 93801, + [SMALL_STATE(2001)] = 93851, + [SMALL_STATE(2002)] = 93900, + [SMALL_STATE(2003)] = 93979, + [SMALL_STATE(2004)] = 94028, + [SMALL_STATE(2005)] = 94077, + [SMALL_STATE(2006)] = 94156, + [SMALL_STATE(2007)] = 94229, + [SMALL_STATE(2008)] = 94302, + [SMALL_STATE(2009)] = 94381, + [SMALL_STATE(2010)] = 94426, + [SMALL_STATE(2011)] = 94467, + [SMALL_STATE(2012)] = 94508, + [SMALL_STATE(2013)] = 94549, + [SMALL_STATE(2014)] = 94622, + [SMALL_STATE(2015)] = 94701, + [SMALL_STATE(2016)] = 94742, + [SMALL_STATE(2017)] = 94783, + [SMALL_STATE(2018)] = 94824, + [SMALL_STATE(2019)] = 94865, + [SMALL_STATE(2020)] = 94938, + [SMALL_STATE(2021)] = 95017, + [SMALL_STATE(2022)] = 95058, + [SMALL_STATE(2023)] = 95099, + [SMALL_STATE(2024)] = 95178, + [SMALL_STATE(2025)] = 95257, + [SMALL_STATE(2026)] = 95336, + [SMALL_STATE(2027)] = 95415, + [SMALL_STATE(2028)] = 95494, + [SMALL_STATE(2029)] = 95535, + [SMALL_STATE(2030)] = 95614, + [SMALL_STATE(2031)] = 95655, + [SMALL_STATE(2032)] = 95696, + [SMALL_STATE(2033)] = 95775, + [SMALL_STATE(2034)] = 95854, + [SMALL_STATE(2035)] = 95933, + [SMALL_STATE(2036)] = 95974, + [SMALL_STATE(2037)] = 96015, + [SMALL_STATE(2038)] = 96056, + [SMALL_STATE(2039)] = 96135, + [SMALL_STATE(2040)] = 96214, + [SMALL_STATE(2041)] = 96255, + [SMALL_STATE(2042)] = 96296, + [SMALL_STATE(2043)] = 96375, + [SMALL_STATE(2044)] = 96454, + [SMALL_STATE(2045)] = 96495, + [SMALL_STATE(2046)] = 96574, + [SMALL_STATE(2047)] = 96615, + [SMALL_STATE(2048)] = 96694, + [SMALL_STATE(2049)] = 96739, + [SMALL_STATE(2050)] = 96818, + [SMALL_STATE(2051)] = 96897, + [SMALL_STATE(2052)] = 96976, + [SMALL_STATE(2053)] = 97025, + [SMALL_STATE(2054)] = 97067, + [SMALL_STATE(2055)] = 97121, + [SMALL_STATE(2056)] = 97163, + [SMALL_STATE(2057)] = 97202, + [SMALL_STATE(2058)] = 97275, + [SMALL_STATE(2059)] = 97348, + [SMALL_STATE(2060)] = 97391, + [SMALL_STATE(2061)] = 97430, + [SMALL_STATE(2062)] = 97503, + [SMALL_STATE(2063)] = 97542, + [SMALL_STATE(2064)] = 97581, + [SMALL_STATE(2065)] = 97620, + [SMALL_STATE(2066)] = 97693, + [SMALL_STATE(2067)] = 97732, + [SMALL_STATE(2068)] = 97771, + [SMALL_STATE(2069)] = 97810, + [SMALL_STATE(2070)] = 97853, + [SMALL_STATE(2071)] = 97892, + [SMALL_STATE(2072)] = 97967, + [SMALL_STATE(2073)] = 98006, + [SMALL_STATE(2074)] = 98045, + [SMALL_STATE(2075)] = 98084, + [SMALL_STATE(2076)] = 98123, + [SMALL_STATE(2077)] = 98196, + [SMALL_STATE(2078)] = 98269, + [SMALL_STATE(2079)] = 98342, + [SMALL_STATE(2080)] = 98381, + [SMALL_STATE(2081)] = 98420, + [SMALL_STATE(2082)] = 98463, + [SMALL_STATE(2083)] = 98536, + [SMALL_STATE(2084)] = 98575, + [SMALL_STATE(2085)] = 98648, + [SMALL_STATE(2086)] = 98687, + [SMALL_STATE(2087)] = 98730, + [SMALL_STATE(2088)] = 98773, + [SMALL_STATE(2089)] = 98816, + [SMALL_STATE(2090)] = 98889, + [SMALL_STATE(2091)] = 98928, + [SMALL_STATE(2092)] = 98973, + [SMALL_STATE(2093)] = 99012, + [SMALL_STATE(2094)] = 99051, + [SMALL_STATE(2095)] = 99124, + [SMALL_STATE(2096)] = 99197, + [SMALL_STATE(2097)] = 99240, + [SMALL_STATE(2098)] = 99311, + [SMALL_STATE(2099)] = 99384, + [SMALL_STATE(2100)] = 99423, + [SMALL_STATE(2101)] = 99466, + [SMALL_STATE(2102)] = 99511, + [SMALL_STATE(2103)] = 99584, + [SMALL_STATE(2104)] = 99627, + [SMALL_STATE(2105)] = 99700, + [SMALL_STATE(2106)] = 99773, + [SMALL_STATE(2107)] = 99812, + [SMALL_STATE(2108)] = 99851, + [SMALL_STATE(2109)] = 99890, + [SMALL_STATE(2110)] = 99929, + [SMALL_STATE(2111)] = 99968, + [SMALL_STATE(2112)] = 100041, + [SMALL_STATE(2113)] = 100080, + [SMALL_STATE(2114)] = 100127, + [SMALL_STATE(2115)] = 100174, + [SMALL_STATE(2116)] = 100213, + [SMALL_STATE(2117)] = 100286, + [SMALL_STATE(2118)] = 100359, + [SMALL_STATE(2119)] = 100432, + [SMALL_STATE(2120)] = 100505, + [SMALL_STATE(2121)] = 100548, + [SMALL_STATE(2122)] = 100591, + [SMALL_STATE(2123)] = 100664, + [SMALL_STATE(2124)] = 100737, + [SMALL_STATE(2125)] = 100810, + [SMALL_STATE(2126)] = 100883, + [SMALL_STATE(2127)] = 100922, + [SMALL_STATE(2128)] = 100995, + [SMALL_STATE(2129)] = 101068, + [SMALL_STATE(2130)] = 101141, + [SMALL_STATE(2131)] = 101214, + [SMALL_STATE(2132)] = 101257, + [SMALL_STATE(2133)] = 101296, + [SMALL_STATE(2134)] = 101335, + [SMALL_STATE(2135)] = 101408, + [SMALL_STATE(2136)] = 101447, + [SMALL_STATE(2137)] = 101486, + [SMALL_STATE(2138)] = 101525, + [SMALL_STATE(2139)] = 101564, + [SMALL_STATE(2140)] = 101603, + [SMALL_STATE(2141)] = 101678, + [SMALL_STATE(2142)] = 101717, + [SMALL_STATE(2143)] = 101790, + [SMALL_STATE(2144)] = 101863, + [SMALL_STATE(2145)] = 101936, + [SMALL_STATE(2146)] = 101975, + [SMALL_STATE(2147)] = 102048, + [SMALL_STATE(2148)] = 102094, + [SMALL_STATE(2149)] = 102164, + [SMALL_STATE(2150)] = 102210, + [SMALL_STATE(2151)] = 102256, + [SMALL_STATE(2152)] = 102302, + [SMALL_STATE(2153)] = 102372, + [SMALL_STATE(2154)] = 102410, + [SMALL_STATE(2155)] = 102448, + [SMALL_STATE(2156)] = 102486, + [SMALL_STATE(2157)] = 102558, + [SMALL_STATE(2158)] = 102630, + [SMALL_STATE(2159)] = 102702, + [SMALL_STATE(2160)] = 102774, + [SMALL_STATE(2161)] = 102846, + [SMALL_STATE(2162)] = 102892, + [SMALL_STATE(2163)] = 102930, + [SMALL_STATE(2164)] = 102968, + [SMALL_STATE(2165)] = 103006, + [SMALL_STATE(2166)] = 103044, + [SMALL_STATE(2167)] = 103082, + [SMALL_STATE(2168)] = 103120, + [SMALL_STATE(2169)] = 103190, + [SMALL_STATE(2170)] = 103228, + [SMALL_STATE(2171)] = 103266, + [SMALL_STATE(2172)] = 103312, + [SMALL_STATE(2173)] = 103358, + [SMALL_STATE(2174)] = 103404, + [SMALL_STATE(2175)] = 103442, + [SMALL_STATE(2176)] = 103480, + [SMALL_STATE(2177)] = 103552, + [SMALL_STATE(2178)] = 103590, + [SMALL_STATE(2179)] = 103628, + [SMALL_STATE(2180)] = 103666, + [SMALL_STATE(2181)] = 103704, + [SMALL_STATE(2182)] = 103776, + [SMALL_STATE(2183)] = 103814, + [SMALL_STATE(2184)] = 103852, + [SMALL_STATE(2185)] = 103921, + [SMALL_STATE(2186)] = 103990, + [SMALL_STATE(2187)] = 104059, + [SMALL_STATE(2188)] = 104128, + [SMALL_STATE(2189)] = 104197, + [SMALL_STATE(2190)] = 104266, + [SMALL_STATE(2191)] = 104341, + [SMALL_STATE(2192)] = 104410, + [SMALL_STATE(2193)] = 104479, + [SMALL_STATE(2194)] = 104548, + [SMALL_STATE(2195)] = 104589, + [SMALL_STATE(2196)] = 104658, + [SMALL_STATE(2197)] = 104727, + [SMALL_STATE(2198)] = 104796, + [SMALL_STATE(2199)] = 104865, + [SMALL_STATE(2200)] = 104934, + [SMALL_STATE(2201)] = 105003, + [SMALL_STATE(2202)] = 105070, + [SMALL_STATE(2203)] = 105137, + [SMALL_STATE(2204)] = 105204, + [SMALL_STATE(2205)] = 105273, + [SMALL_STATE(2206)] = 105342, + [SMALL_STATE(2207)] = 105411, + [SMALL_STATE(2208)] = 105480, + [SMALL_STATE(2209)] = 105549, + [SMALL_STATE(2210)] = 105618, + [SMALL_STATE(2211)] = 105685, + [SMALL_STATE(2212)] = 105754, + [SMALL_STATE(2213)] = 105821, + [SMALL_STATE(2214)] = 105862, + [SMALL_STATE(2215)] = 105929, + [SMALL_STATE(2216)] = 105998, + [SMALL_STATE(2217)] = 106067, + [SMALL_STATE(2218)] = 106136, + [SMALL_STATE(2219)] = 106205, + [SMALL_STATE(2220)] = 106274, + [SMALL_STATE(2221)] = 106343, + [SMALL_STATE(2222)] = 106412, + [SMALL_STATE(2223)] = 106481, + [SMALL_STATE(2224)] = 106550, + [SMALL_STATE(2225)] = 106619, + [SMALL_STATE(2226)] = 106660, + [SMALL_STATE(2227)] = 106729, + [SMALL_STATE(2228)] = 106798, + [SMALL_STATE(2229)] = 106867, + [SMALL_STATE(2230)] = 106936, + [SMALL_STATE(2231)] = 107005, + [SMALL_STATE(2232)] = 107074, + [SMALL_STATE(2233)] = 107149, + [SMALL_STATE(2234)] = 107218, + [SMALL_STATE(2235)] = 107287, + [SMALL_STATE(2236)] = 107356, + [SMALL_STATE(2237)] = 107425, + [SMALL_STATE(2238)] = 107492, + [SMALL_STATE(2239)] = 107533, + [SMALL_STATE(2240)] = 107602, + [SMALL_STATE(2241)] = 107671, + [SMALL_STATE(2242)] = 107740, + [SMALL_STATE(2243)] = 107809, + [SMALL_STATE(2244)] = 107878, + [SMALL_STATE(2245)] = 107945, + [SMALL_STATE(2246)] = 108014, + [SMALL_STATE(2247)] = 108083, + [SMALL_STATE(2248)] = 108152, + [SMALL_STATE(2249)] = 108219, + [SMALL_STATE(2250)] = 108284, + [SMALL_STATE(2251)] = 108329, + [SMALL_STATE(2252)] = 108398, + [SMALL_STATE(2253)] = 108443, + [SMALL_STATE(2254)] = 108512, + [SMALL_STATE(2255)] = 108581, + [SMALL_STATE(2256)] = 108650, + [SMALL_STATE(2257)] = 108719, + [SMALL_STATE(2258)] = 108788, + [SMALL_STATE(2259)] = 108855, + [SMALL_STATE(2260)] = 108924, + [SMALL_STATE(2261)] = 108999, + [SMALL_STATE(2262)] = 109068, + [SMALL_STATE(2263)] = 109137, + [SMALL_STATE(2264)] = 109201, + [SMALL_STATE(2265)] = 109269, + [SMALL_STATE(2266)] = 109333, + [SMALL_STATE(2267)] = 109401, + [SMALL_STATE(2268)] = 109465, + [SMALL_STATE(2269)] = 109529, + [SMALL_STATE(2270)] = 109593, + [SMALL_STATE(2271)] = 109657, + [SMALL_STATE(2272)] = 109721, + [SMALL_STATE(2273)] = 109785, + [SMALL_STATE(2274)] = 109849, + [SMALL_STATE(2275)] = 109913, + [SMALL_STATE(2276)] = 109977, + [SMALL_STATE(2277)] = 110041, + [SMALL_STATE(2278)] = 110105, + [SMALL_STATE(2279)] = 110141, + [SMALL_STATE(2280)] = 110205, + [SMALL_STATE(2281)] = 110269, + [SMALL_STATE(2282)] = 110333, + [SMALL_STATE(2283)] = 110397, + [SMALL_STATE(2284)] = 110461, + [SMALL_STATE(2285)] = 110525, + [SMALL_STATE(2286)] = 110589, + [SMALL_STATE(2287)] = 110653, + [SMALL_STATE(2288)] = 110717, + [SMALL_STATE(2289)] = 110781, + [SMALL_STATE(2290)] = 110845, + [SMALL_STATE(2291)] = 110913, + [SMALL_STATE(2292)] = 110977, + [SMALL_STATE(2293)] = 111041, + [SMALL_STATE(2294)] = 111105, + [SMALL_STATE(2295)] = 111169, + [SMALL_STATE(2296)] = 111233, + [SMALL_STATE(2297)] = 111297, + [SMALL_STATE(2298)] = 111361, + [SMALL_STATE(2299)] = 111425, + [SMALL_STATE(2300)] = 111489, + [SMALL_STATE(2301)] = 111553, + [SMALL_STATE(2302)] = 111617, + [SMALL_STATE(2303)] = 111681, + [SMALL_STATE(2304)] = 111745, + [SMALL_STATE(2305)] = 111813, + [SMALL_STATE(2306)] = 111877, + [SMALL_STATE(2307)] = 111941, + [SMALL_STATE(2308)] = 112005, + [SMALL_STATE(2309)] = 112069, + [SMALL_STATE(2310)] = 112133, + [SMALL_STATE(2311)] = 112197, + [SMALL_STATE(2312)] = 112261, + [SMALL_STATE(2313)] = 112329, + [SMALL_STATE(2314)] = 112397, + [SMALL_STATE(2315)] = 112461, + [SMALL_STATE(2316)] = 112525, + [SMALL_STATE(2317)] = 112589, + [SMALL_STATE(2318)] = 112653, + [SMALL_STATE(2319)] = 112717, + [SMALL_STATE(2320)] = 112781, + [SMALL_STATE(2321)] = 112845, + [SMALL_STATE(2322)] = 112913, + [SMALL_STATE(2323)] = 112981, + [SMALL_STATE(2324)] = 113049, + [SMALL_STATE(2325)] = 113113, + [SMALL_STATE(2326)] = 113149, + [SMALL_STATE(2327)] = 113213, + [SMALL_STATE(2328)] = 113277, + [SMALL_STATE(2329)] = 113341, + [SMALL_STATE(2330)] = 113405, + [SMALL_STATE(2331)] = 113469, + [SMALL_STATE(2332)] = 113533, + [SMALL_STATE(2333)] = 113597, + [SMALL_STATE(2334)] = 113661, + [SMALL_STATE(2335)] = 113725, + [SMALL_STATE(2336)] = 113789, + [SMALL_STATE(2337)] = 113853, + [SMALL_STATE(2338)] = 113889, + [SMALL_STATE(2339)] = 113953, + [SMALL_STATE(2340)] = 114017, + [SMALL_STATE(2341)] = 114081, + [SMALL_STATE(2342)] = 114145, + [SMALL_STATE(2343)] = 114209, + [SMALL_STATE(2344)] = 114273, + [SMALL_STATE(2345)] = 114337, + [SMALL_STATE(2346)] = 114401, + [SMALL_STATE(2347)] = 114469, + [SMALL_STATE(2348)] = 114533, + [SMALL_STATE(2349)] = 114597, + [SMALL_STATE(2350)] = 114661, + [SMALL_STATE(2351)] = 114703, + [SMALL_STATE(2352)] = 114767, + [SMALL_STATE(2353)] = 114831, + [SMALL_STATE(2354)] = 114895, + [SMALL_STATE(2355)] = 114959, + [SMALL_STATE(2356)] = 115023, + [SMALL_STATE(2357)] = 115087, + [SMALL_STATE(2358)] = 115151, + [SMALL_STATE(2359)] = 115215, + [SMALL_STATE(2360)] = 115279, + [SMALL_STATE(2361)] = 115343, + [SMALL_STATE(2362)] = 115407, + [SMALL_STATE(2363)] = 115475, + [SMALL_STATE(2364)] = 115539, + [SMALL_STATE(2365)] = 115603, + [SMALL_STATE(2366)] = 115667, + [SMALL_STATE(2367)] = 115731, + [SMALL_STATE(2368)] = 115795, + [SMALL_STATE(2369)] = 115863, + [SMALL_STATE(2370)] = 115927, + [SMALL_STATE(2371)] = 115991, + [SMALL_STATE(2372)] = 116055, + [SMALL_STATE(2373)] = 116119, + [SMALL_STATE(2374)] = 116183, + [SMALL_STATE(2375)] = 116251, + [SMALL_STATE(2376)] = 116315, + [SMALL_STATE(2377)] = 116383, + [SMALL_STATE(2378)] = 116451, + [SMALL_STATE(2379)] = 116519, + [SMALL_STATE(2380)] = 116583, + [SMALL_STATE(2381)] = 116647, + [SMALL_STATE(2382)] = 116711, + [SMALL_STATE(2383)] = 116779, + [SMALL_STATE(2384)] = 116843, + [SMALL_STATE(2385)] = 116911, + [SMALL_STATE(2386)] = 116979, + [SMALL_STATE(2387)] = 117047, + [SMALL_STATE(2388)] = 117115, + [SMALL_STATE(2389)] = 117183, + [SMALL_STATE(2390)] = 117247, + [SMALL_STATE(2391)] = 117315, + [SMALL_STATE(2392)] = 117383, + [SMALL_STATE(2393)] = 117451, + [SMALL_STATE(2394)] = 117515, + [SMALL_STATE(2395)] = 117583, + [SMALL_STATE(2396)] = 117651, + [SMALL_STATE(2397)] = 117719, + [SMALL_STATE(2398)] = 117787, + [SMALL_STATE(2399)] = 117851, + [SMALL_STATE(2400)] = 117915, + [SMALL_STATE(2401)] = 117979, + [SMALL_STATE(2402)] = 118043, + [SMALL_STATE(2403)] = 118107, + [SMALL_STATE(2404)] = 118171, + [SMALL_STATE(2405)] = 118235, + [SMALL_STATE(2406)] = 118303, + [SMALL_STATE(2407)] = 118371, + [SMALL_STATE(2408)] = 118435, + [SMALL_STATE(2409)] = 118499, + [SMALL_STATE(2410)] = 118563, + [SMALL_STATE(2411)] = 118631, + [SMALL_STATE(2412)] = 118699, + [SMALL_STATE(2413)] = 118767, + [SMALL_STATE(2414)] = 118831, + [SMALL_STATE(2415)] = 118903, + [SMALL_STATE(2416)] = 118971, + [SMALL_STATE(2417)] = 119039, + [SMALL_STATE(2418)] = 119103, + [SMALL_STATE(2419)] = 119167, + [SMALL_STATE(2420)] = 119231, + [SMALL_STATE(2421)] = 119295, + [SMALL_STATE(2422)] = 119363, + [SMALL_STATE(2423)] = 119427, + [SMALL_STATE(2424)] = 119495, + [SMALL_STATE(2425)] = 119563, + [SMALL_STATE(2426)] = 119631, + [SMALL_STATE(2427)] = 119699, + [SMALL_STATE(2428)] = 119763, + [SMALL_STATE(2429)] = 119831, [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(2431)] = 119967, + [SMALL_STATE(2432)] = 120035, + [SMALL_STATE(2433)] = 120099, + [SMALL_STATE(2434)] = 120167, + [SMALL_STATE(2435)] = 120231, + [SMALL_STATE(2436)] = 120299, + [SMALL_STATE(2437)] = 120363, + [SMALL_STATE(2438)] = 120427, + [SMALL_STATE(2439)] = 120495, + [SMALL_STATE(2440)] = 120559, + [SMALL_STATE(2441)] = 120623, + [SMALL_STATE(2442)] = 120687, + [SMALL_STATE(2443)] = 120755, + [SMALL_STATE(2444)] = 120819, + [SMALL_STATE(2445)] = 120883, + [SMALL_STATE(2446)] = 120951, + [SMALL_STATE(2447)] = 121019, + [SMALL_STATE(2448)] = 121083, + [SMALL_STATE(2449)] = 121147, + [SMALL_STATE(2450)] = 121211, + [SMALL_STATE(2451)] = 121275, + [SMALL_STATE(2452)] = 121339, + [SMALL_STATE(2453)] = 121403, + [SMALL_STATE(2454)] = 121475, + [SMALL_STATE(2455)] = 121539, + [SMALL_STATE(2456)] = 121607, + [SMALL_STATE(2457)] = 121671, + [SMALL_STATE(2458)] = 121735, + [SMALL_STATE(2459)] = 121799, + [SMALL_STATE(2460)] = 121863, + [SMALL_STATE(2461)] = 121927, + [SMALL_STATE(2462)] = 121991, + [SMALL_STATE(2463)] = 122055, + [SMALL_STATE(2464)] = 122119, + [SMALL_STATE(2465)] = 122183, + [SMALL_STATE(2466)] = 122247, + [SMALL_STATE(2467)] = 122311, + [SMALL_STATE(2468)] = 122375, + [SMALL_STATE(2469)] = 122439, + [SMALL_STATE(2470)] = 122503, + [SMALL_STATE(2471)] = 122567, + [SMALL_STATE(2472)] = 122631, + [SMALL_STATE(2473)] = 122695, + [SMALL_STATE(2474)] = 122759, + [SMALL_STATE(2475)] = 122823, + [SMALL_STATE(2476)] = 122887, + [SMALL_STATE(2477)] = 122951, + [SMALL_STATE(2478)] = 123015, + [SMALL_STATE(2479)] = 123079, + [SMALL_STATE(2480)] = 123143, + [SMALL_STATE(2481)] = 123207, + [SMALL_STATE(2482)] = 123271, + [SMALL_STATE(2483)] = 123335, + [SMALL_STATE(2484)] = 123403, + [SMALL_STATE(2485)] = 123471, + [SMALL_STATE(2486)] = 123539, + [SMALL_STATE(2487)] = 123575, + [SMALL_STATE(2488)] = 123639, + [SMALL_STATE(2489)] = 123703, + [SMALL_STATE(2490)] = 123775, + [SMALL_STATE(2491)] = 123839, + [SMALL_STATE(2492)] = 123903, + [SMALL_STATE(2493)] = 123967, + [SMALL_STATE(2494)] = 124031, + [SMALL_STATE(2495)] = 124095, + [SMALL_STATE(2496)] = 124159, + [SMALL_STATE(2497)] = 124195, + [SMALL_STATE(2498)] = 124259, + [SMALL_STATE(2499)] = 124323, + [SMALL_STATE(2500)] = 124387, + [SMALL_STATE(2501)] = 124451, + [SMALL_STATE(2502)] = 124515, + [SMALL_STATE(2503)] = 124579, + [SMALL_STATE(2504)] = 124647, + [SMALL_STATE(2505)] = 124711, + [SMALL_STATE(2506)] = 124775, + [SMALL_STATE(2507)] = 124839, + [SMALL_STATE(2508)] = 124903, + [SMALL_STATE(2509)] = 124967, + [SMALL_STATE(2510)] = 125031, + [SMALL_STATE(2511)] = 125095, + [SMALL_STATE(2512)] = 125131, + [SMALL_STATE(2513)] = 125167, + [SMALL_STATE(2514)] = 125208, + [SMALL_STATE(2515)] = 125247, + [SMALL_STATE(2516)] = 125288, + [SMALL_STATE(2517)] = 125329, + [SMALL_STATE(2518)] = 125370, + [SMALL_STATE(2519)] = 125415, + [SMALL_STATE(2520)] = 125466, + [SMALL_STATE(2521)] = 125511, + [SMALL_STATE(2522)] = 125552, + [SMALL_STATE(2523)] = 125593, + [SMALL_STATE(2524)] = 125630, + [SMALL_STATE(2525)] = 125667, + [SMALL_STATE(2526)] = 125708, + [SMALL_STATE(2527)] = 125745, + [SMALL_STATE(2528)] = 125782, + [SMALL_STATE(2529)] = 125823, + [SMALL_STATE(2530)] = 125864, + [SMALL_STATE(2531)] = 125901, + [SMALL_STATE(2532)] = 125942, + [SMALL_STATE(2533)] = 125993, + [SMALL_STATE(2534)] = 126033, + [SMALL_STATE(2535)] = 126067, + [SMALL_STATE(2536)] = 126107, + [SMALL_STATE(2537)] = 126147, + [SMALL_STATE(2538)] = 126187, + [SMALL_STATE(2539)] = 126223, + [SMALL_STATE(2540)] = 126263, + [SMALL_STATE(2541)] = 126297, + [SMALL_STATE(2542)] = 126347, + [SMALL_STATE(2543)] = 126381, + [SMALL_STATE(2544)] = 126421, + [SMALL_STATE(2545)] = 126459, + [SMALL_STATE(2546)] = 126497, + [SMALL_STATE(2547)] = 126537, + [SMALL_STATE(2548)] = 126577, + [SMALL_STATE(2549)] = 126617, + [SMALL_STATE(2550)] = 126657, + [SMALL_STATE(2551)] = 126695, + [SMALL_STATE(2552)] = 126729, + [SMALL_STATE(2553)] = 126763, + [SMALL_STATE(2554)] = 126797, + [SMALL_STATE(2555)] = 126831, + [SMALL_STATE(2556)] = 126869, + [SMALL_STATE(2557)] = 126903, + [SMALL_STATE(2558)] = 126937, + [SMALL_STATE(2559)] = 126971, + [SMALL_STATE(2560)] = 127021, + [SMALL_STATE(2561)] = 127061, + [SMALL_STATE(2562)] = 127095, + [SMALL_STATE(2563)] = 127135, + [SMALL_STATE(2564)] = 127169, + [SMALL_STATE(2565)] = 127209, + [SMALL_STATE(2566)] = 127243, + [SMALL_STATE(2567)] = 127283, + [SMALL_STATE(2568)] = 127317, + [SMALL_STATE(2569)] = 127351, + [SMALL_STATE(2570)] = 127391, + [SMALL_STATE(2571)] = 127429, + [SMALL_STATE(2572)] = 127463, + [SMALL_STATE(2573)] = 127497, + [SMALL_STATE(2574)] = 127531, + [SMALL_STATE(2575)] = 127565, + [SMALL_STATE(2576)] = 127599, + [SMALL_STATE(2577)] = 127633, + [SMALL_STATE(2578)] = 127667, + [SMALL_STATE(2579)] = 127701, + [SMALL_STATE(2580)] = 127735, + [SMALL_STATE(2581)] = 127775, + [SMALL_STATE(2582)] = 127815, + [SMALL_STATE(2583)] = 127849, + [SMALL_STATE(2584)] = 127883, + [SMALL_STATE(2585)] = 127917, + [SMALL_STATE(2586)] = 127951, + [SMALL_STATE(2587)] = 127991, + [SMALL_STATE(2588)] = 128025, + [SMALL_STATE(2589)] = 128065, + [SMALL_STATE(2590)] = 128099, + [SMALL_STATE(2591)] = 128133, + [SMALL_STATE(2592)] = 128167, + [SMALL_STATE(2593)] = 128211, + [SMALL_STATE(2594)] = 128245, + [SMALL_STATE(2595)] = 128279, + [SMALL_STATE(2596)] = 128313, + [SMALL_STATE(2597)] = 128347, + [SMALL_STATE(2598)] = 128381, + [SMALL_STATE(2599)] = 128415, + [SMALL_STATE(2600)] = 128449, + [SMALL_STATE(2601)] = 128483, + [SMALL_STATE(2602)] = 128523, + [SMALL_STATE(2603)] = 128557, + [SMALL_STATE(2604)] = 128591, + [SMALL_STATE(2605)] = 128635, + [SMALL_STATE(2606)] = 128675, + [SMALL_STATE(2607)] = 128715, + [SMALL_STATE(2608)] = 128758, + [SMALL_STATE(2609)] = 128797, + [SMALL_STATE(2610)] = 128856, + [SMALL_STATE(2611)] = 128895, + [SMALL_STATE(2612)] = 128928, + [SMALL_STATE(2613)] = 128961, + [SMALL_STATE(2614)] = 128994, + [SMALL_STATE(2615)] = 129027, + [SMALL_STATE(2616)] = 129076, + [SMALL_STATE(2617)] = 129135, + [SMALL_STATE(2618)] = 129194, + [SMALL_STATE(2619)] = 129233, + [SMALL_STATE(2620)] = 129272, + [SMALL_STATE(2621)] = 129305, + [SMALL_STATE(2622)] = 129364, + [SMALL_STATE(2623)] = 129423, + [SMALL_STATE(2624)] = 129460, + [SMALL_STATE(2625)] = 129519, + [SMALL_STATE(2626)] = 129578, + [SMALL_STATE(2627)] = 129611, + [SMALL_STATE(2628)] = 129676, + [SMALL_STATE(2629)] = 129735, + [SMALL_STATE(2630)] = 129768, + [SMALL_STATE(2631)] = 129827, + [SMALL_STATE(2632)] = 129866, + [SMALL_STATE(2633)] = 129905, + [SMALL_STATE(2634)] = 129944, + [SMALL_STATE(2635)] = 129977, + [SMALL_STATE(2636)] = 130036, + [SMALL_STATE(2637)] = 130075, + [SMALL_STATE(2638)] = 130134, + [SMALL_STATE(2639)] = 130167, + [SMALL_STATE(2640)] = 130206, + [SMALL_STATE(2641)] = 130245, + [SMALL_STATE(2642)] = 130310, + [SMALL_STATE(2643)] = 130343, + [SMALL_STATE(2644)] = 130376, + [SMALL_STATE(2645)] = 130409, + [SMALL_STATE(2646)] = 130468, + [SMALL_STATE(2647)] = 130517, + [SMALL_STATE(2648)] = 130556, + [SMALL_STATE(2649)] = 130595, + [SMALL_STATE(2650)] = 130634, + [SMALL_STATE(2651)] = 130673, + [SMALL_STATE(2652)] = 130732, + [SMALL_STATE(2653)] = 130771, + [SMALL_STATE(2654)] = 130830, + [SMALL_STATE(2655)] = 130869, + [SMALL_STATE(2656)] = 130928, + [SMALL_STATE(2657)] = 130993, + [SMALL_STATE(2658)] = 131052, + [SMALL_STATE(2659)] = 131101, + [SMALL_STATE(2660)] = 131160, + [SMALL_STATE(2661)] = 131219, + [SMALL_STATE(2662)] = 131284, + [SMALL_STATE(2663)] = 131349, + [SMALL_STATE(2664)] = 131408, + [SMALL_STATE(2665)] = 131451, + [SMALL_STATE(2666)] = 131484, + [SMALL_STATE(2667)] = 131543, + [SMALL_STATE(2668)] = 131582, + [SMALL_STATE(2669)] = 131641, + [SMALL_STATE(2670)] = 131678, + [SMALL_STATE(2671)] = 131717, + [SMALL_STATE(2672)] = 131750, + [SMALL_STATE(2673)] = 131783, + [SMALL_STATE(2674)] = 131816, + [SMALL_STATE(2675)] = 131849, + [SMALL_STATE(2676)] = 131882, + [SMALL_STATE(2677)] = 131915, + [SMALL_STATE(2678)] = 131954, + [SMALL_STATE(2679)] = 132013, + [SMALL_STATE(2680)] = 132054, + [SMALL_STATE(2681)] = 132087, + [SMALL_STATE(2682)] = 132128, + [SMALL_STATE(2683)] = 132167, + [SMALL_STATE(2684)] = 132206, + [SMALL_STATE(2685)] = 132265, + [SMALL_STATE(2686)] = 132314, + [SMALL_STATE(2687)] = 132353, + [SMALL_STATE(2688)] = 132386, + [SMALL_STATE(2689)] = 132419, + [SMALL_STATE(2690)] = 132478, + [SMALL_STATE(2691)] = 132511, + [SMALL_STATE(2692)] = 132546, + [SMALL_STATE(2693)] = 132605, + [SMALL_STATE(2694)] = 132644, + [SMALL_STATE(2695)] = 132677, + [SMALL_STATE(2696)] = 132714, + [SMALL_STATE(2697)] = 132763, + [SMALL_STATE(2698)] = 132802, + [SMALL_STATE(2699)] = 132841, + [SMALL_STATE(2700)] = 132900, + [SMALL_STATE(2701)] = 132933, + [SMALL_STATE(2702)] = 132992, + [SMALL_STATE(2703)] = 133035, + [SMALL_STATE(2704)] = 133094, + [SMALL_STATE(2705)] = 133153, + [SMALL_STATE(2706)] = 133212, + [SMALL_STATE(2707)] = 133271, + [SMALL_STATE(2708)] = 133304, + [SMALL_STATE(2709)] = 133363, + [SMALL_STATE(2710)] = 133422, + [SMALL_STATE(2711)] = 133481, + [SMALL_STATE(2712)] = 133514, + [SMALL_STATE(2713)] = 133553, + [SMALL_STATE(2714)] = 133612, + [SMALL_STATE(2715)] = 133647, + [SMALL_STATE(2716)] = 133706, + [SMALL_STATE(2717)] = 133765, + [SMALL_STATE(2718)] = 133798, + [SMALL_STATE(2719)] = 133857, + [SMALL_STATE(2720)] = 133896, + [SMALL_STATE(2721)] = 133961, + [SMALL_STATE(2722)] = 133994, + [SMALL_STATE(2723)] = 134053, + [SMALL_STATE(2724)] = 134090, + [SMALL_STATE(2725)] = 134123, + [SMALL_STATE(2726)] = 134162, + [SMALL_STATE(2727)] = 134201, + [SMALL_STATE(2728)] = 134238, + [SMALL_STATE(2729)] = 134297, + [SMALL_STATE(2730)] = 134340, + [SMALL_STATE(2731)] = 134377, + [SMALL_STATE(2732)] = 134416, + [SMALL_STATE(2733)] = 134453, + [SMALL_STATE(2734)] = 134486, + [SMALL_STATE(2735)] = 134523, + [SMALL_STATE(2736)] = 134582, + [SMALL_STATE(2737)] = 134615, + [SMALL_STATE(2738)] = 134648, + [SMALL_STATE(2739)] = 134683, + [SMALL_STATE(2740)] = 134716, + [SMALL_STATE(2741)] = 134749, + [SMALL_STATE(2742)] = 134808, + [SMALL_STATE(2743)] = 134845, + [SMALL_STATE(2744)] = 134882, + [SMALL_STATE(2745)] = 134919, + [SMALL_STATE(2746)] = 134962, + [SMALL_STATE(2747)] = 135001, + [SMALL_STATE(2748)] = 135040, + [SMALL_STATE(2749)] = 135105, + [SMALL_STATE(2750)] = 135170, + [SMALL_STATE(2751)] = 135207, + [SMALL_STATE(2752)] = 135266, + [SMALL_STATE(2753)] = 135325, + [SMALL_STATE(2754)] = 135390, + [SMALL_STATE(2755)] = 135423, + [SMALL_STATE(2756)] = 135456, + [SMALL_STATE(2757)] = 135495, + [SMALL_STATE(2758)] = 135538, + [SMALL_STATE(2759)] = 135571, + [SMALL_STATE(2760)] = 135610, + [SMALL_STATE(2761)] = 135643, + [SMALL_STATE(2762)] = 135680, + [SMALL_STATE(2763)] = 135739, + [SMALL_STATE(2764)] = 135778, + [SMALL_STATE(2765)] = 135817, + [SMALL_STATE(2766)] = 135876, + [SMALL_STATE(2767)] = 135935, + [SMALL_STATE(2768)] = 135984, + [SMALL_STATE(2769)] = 136043, + [SMALL_STATE(2770)] = 136076, + [SMALL_STATE(2771)] = 136115, + [SMALL_STATE(2772)] = 136174, + [SMALL_STATE(2773)] = 136233, + [SMALL_STATE(2774)] = 136272, + [SMALL_STATE(2775)] = 136331, + [SMALL_STATE(2776)] = 136390, + [SMALL_STATE(2777)] = 136429, + [SMALL_STATE(2778)] = 136488, + [SMALL_STATE(2779)] = 136527, + [SMALL_STATE(2780)] = 136586, + [SMALL_STATE(2781)] = 136624, + [SMALL_STATE(2782)] = 136662, + [SMALL_STATE(2783)] = 136694, + [SMALL_STATE(2784)] = 136732, + [SMALL_STATE(2785)] = 136770, + [SMALL_STATE(2786)] = 136808, + [SMALL_STATE(2787)] = 136846, + [SMALL_STATE(2788)] = 136884, + [SMALL_STATE(2789)] = 136946, + [SMALL_STATE(2790)] = 136978, + [SMALL_STATE(2791)] = 137024, + [SMALL_STATE(2792)] = 137056, + [SMALL_STATE(2793)] = 137088, + [SMALL_STATE(2794)] = 137120, + [SMALL_STATE(2795)] = 137158, + [SMALL_STATE(2796)] = 137196, + [SMALL_STATE(2797)] = 137228, + [SMALL_STATE(2798)] = 137260, + [SMALL_STATE(2799)] = 137322, + [SMALL_STATE(2800)] = 137360, + [SMALL_STATE(2801)] = 137392, + [SMALL_STATE(2802)] = 137454, + [SMALL_STATE(2803)] = 137486, + [SMALL_STATE(2804)] = 137524, + [SMALL_STATE(2805)] = 137556, + [SMALL_STATE(2806)] = 137594, + [SMALL_STATE(2807)] = 137626, + [SMALL_STATE(2808)] = 137658, + [SMALL_STATE(2809)] = 137696, + [SMALL_STATE(2810)] = 137728, + [SMALL_STATE(2811)] = 137766, + [SMALL_STATE(2812)] = 137798, + [SMALL_STATE(2813)] = 137830, + [SMALL_STATE(2814)] = 137876, + [SMALL_STATE(2815)] = 137914, + [SMALL_STATE(2816)] = 137952, + [SMALL_STATE(2817)] = 138014, + [SMALL_STATE(2818)] = 138046, + [SMALL_STATE(2819)] = 138092, + [SMALL_STATE(2820)] = 138130, + [SMALL_STATE(2821)] = 138168, + [SMALL_STATE(2822)] = 138206, + [SMALL_STATE(2823)] = 138244, + [SMALL_STATE(2824)] = 138290, + [SMALL_STATE(2825)] = 138328, + [SMALL_STATE(2826)] = 138360, + [SMALL_STATE(2827)] = 138398, + [SMALL_STATE(2828)] = 138436, + [SMALL_STATE(2829)] = 138468, + [SMALL_STATE(2830)] = 138530, + [SMALL_STATE(2831)] = 138568, + [SMALL_STATE(2832)] = 138606, + [SMALL_STATE(2833)] = 138644, + [SMALL_STATE(2834)] = 138682, + [SMALL_STATE(2835)] = 138714, + [SMALL_STATE(2836)] = 138756, + [SMALL_STATE(2837)] = 138794, + [SMALL_STATE(2838)] = 138856, + [SMALL_STATE(2839)] = 138888, + [SMALL_STATE(2840)] = 138920, + [SMALL_STATE(2841)] = 138982, + [SMALL_STATE(2842)] = 139014, + [SMALL_STATE(2843)] = 139048, + [SMALL_STATE(2844)] = 139080, + [SMALL_STATE(2845)] = 139112, + [SMALL_STATE(2846)] = 139174, + [SMALL_STATE(2847)] = 139206, + [SMALL_STATE(2848)] = 139244, + [SMALL_STATE(2849)] = 139282, + [SMALL_STATE(2850)] = 139314, + [SMALL_STATE(2851)] = 139356, + [SMALL_STATE(2852)] = 139388, + [SMALL_STATE(2853)] = 139426, + [SMALL_STATE(2854)] = 139464, + [SMALL_STATE(2855)] = 139502, + [SMALL_STATE(2856)] = 139540, + [SMALL_STATE(2857)] = 139578, + [SMALL_STATE(2858)] = 139616, + [SMALL_STATE(2859)] = 139654, + [SMALL_STATE(2860)] = 139690, + [SMALL_STATE(2861)] = 139728, + [SMALL_STATE(2862)] = 139790, + [SMALL_STATE(2863)] = 139828, + [SMALL_STATE(2864)] = 139866, + [SMALL_STATE(2865)] = 139904, + [SMALL_STATE(2866)] = 139942, + [SMALL_STATE(2867)] = 139973, + [SMALL_STATE(2868)] = 140004, + [SMALL_STATE(2869)] = 140039, + [SMALL_STATE(2870)] = 140070, + [SMALL_STATE(2871)] = 140101, + [SMALL_STATE(2872)] = 140132, + [SMALL_STATE(2873)] = 140163, + [SMALL_STATE(2874)] = 140194, + [SMALL_STATE(2875)] = 140225, + [SMALL_STATE(2876)] = 140256, + [SMALL_STATE(2877)] = 140287, + [SMALL_STATE(2878)] = 140318, + [SMALL_STATE(2879)] = 140349, + [SMALL_STATE(2880)] = 140380, + [SMALL_STATE(2881)] = 140411, + [SMALL_STATE(2882)] = 140442, + [SMALL_STATE(2883)] = 140479, + [SMALL_STATE(2884)] = 140510, + [SMALL_STATE(2885)] = 140541, + [SMALL_STATE(2886)] = 140572, + [SMALL_STATE(2887)] = 140603, + [SMALL_STATE(2888)] = 140634, + [SMALL_STATE(2889)] = 140665, + [SMALL_STATE(2890)] = 140702, + [SMALL_STATE(2891)] = 140733, + [SMALL_STATE(2892)] = 140770, + [SMALL_STATE(2893)] = 140801, + [SMALL_STATE(2894)] = 140832, + [SMALL_STATE(2895)] = 140863, + [SMALL_STATE(2896)] = 140894, + [SMALL_STATE(2897)] = 140925, + [SMALL_STATE(2898)] = 140956, + [SMALL_STATE(2899)] = 140987, + [SMALL_STATE(2900)] = 141018, + [SMALL_STATE(2901)] = 141049, + [SMALL_STATE(2902)] = 141080, + [SMALL_STATE(2903)] = 141111, + [SMALL_STATE(2904)] = 141146, + [SMALL_STATE(2905)] = 141177, + [SMALL_STATE(2906)] = 141208, + [SMALL_STATE(2907)] = 141239, + [SMALL_STATE(2908)] = 141270, + [SMALL_STATE(2909)] = 141301, + [SMALL_STATE(2910)] = 141332, + [SMALL_STATE(2911)] = 141363, + [SMALL_STATE(2912)] = 141394, + [SMALL_STATE(2913)] = 141425, + [SMALL_STATE(2914)] = 141456, + [SMALL_STATE(2915)] = 141487, + [SMALL_STATE(2916)] = 141518, + [SMALL_STATE(2917)] = 141549, + [SMALL_STATE(2918)] = 141580, + [SMALL_STATE(2919)] = 141611, + [SMALL_STATE(2920)] = 141642, + [SMALL_STATE(2921)] = 141673, + [SMALL_STATE(2922)] = 141704, + [SMALL_STATE(2923)] = 141735, + [SMALL_STATE(2924)] = 141766, + [SMALL_STATE(2925)] = 141803, + [SMALL_STATE(2926)] = 141840, + [SMALL_STATE(2927)] = 141877, + [SMALL_STATE(2928)] = 141908, + [SMALL_STATE(2929)] = 141945, + [SMALL_STATE(2930)] = 141976, + [SMALL_STATE(2931)] = 142007, + [SMALL_STATE(2932)] = 142038, + [SMALL_STATE(2933)] = 142069, + [SMALL_STATE(2934)] = 142106, + [SMALL_STATE(2935)] = 142137, + [SMALL_STATE(2936)] = 142168, + [SMALL_STATE(2937)] = 142205, + [SMALL_STATE(2938)] = 142236, + [SMALL_STATE(2939)] = 142267, + [SMALL_STATE(2940)] = 142298, + [SMALL_STATE(2941)] = 142329, + [SMALL_STATE(2942)] = 142360, + [SMALL_STATE(2943)] = 142391, + [SMALL_STATE(2944)] = 142428, + [SMALL_STATE(2945)] = 142459, + [SMALL_STATE(2946)] = 142496, + [SMALL_STATE(2947)] = 142527, + [SMALL_STATE(2948)] = 142558, + [SMALL_STATE(2949)] = 142595, + [SMALL_STATE(2950)] = 142626, + [SMALL_STATE(2951)] = 142657, + [SMALL_STATE(2952)] = 142688, + [SMALL_STATE(2953)] = 142719, + [SMALL_STATE(2954)] = 142750, + [SMALL_STATE(2955)] = 142781, + [SMALL_STATE(2956)] = 142812, + [SMALL_STATE(2957)] = 142843, + [SMALL_STATE(2958)] = 142874, + [SMALL_STATE(2959)] = 142905, + [SMALL_STATE(2960)] = 142936, + [SMALL_STATE(2961)] = 142973, + [SMALL_STATE(2962)] = 143004, + [SMALL_STATE(2963)] = 143035, + [SMALL_STATE(2964)] = 143066, + [SMALL_STATE(2965)] = 143097, + [SMALL_STATE(2966)] = 143128, + [SMALL_STATE(2967)] = 143159, + [SMALL_STATE(2968)] = 143190, + [SMALL_STATE(2969)] = 143221, + [SMALL_STATE(2970)] = 143252, + [SMALL_STATE(2971)] = 143283, + [SMALL_STATE(2972)] = 143314, + [SMALL_STATE(2973)] = 143345, + [SMALL_STATE(2974)] = 143376, + [SMALL_STATE(2975)] = 143407, + [SMALL_STATE(2976)] = 143438, + [SMALL_STATE(2977)] = 143475, + [SMALL_STATE(2978)] = 143506, + [SMALL_STATE(2979)] = 143537, + [SMALL_STATE(2980)] = 143568, + [SMALL_STATE(2981)] = 143605, + [SMALL_STATE(2982)] = 143642, + [SMALL_STATE(2983)] = 143673, + [SMALL_STATE(2984)] = 143710, + [SMALL_STATE(2985)] = 143741, + [SMALL_STATE(2986)] = 143772, + [SMALL_STATE(2987)] = 143803, + [SMALL_STATE(2988)] = 143834, + [SMALL_STATE(2989)] = 143865, + [SMALL_STATE(2990)] = 143896, + [SMALL_STATE(2991)] = 143927, + [SMALL_STATE(2992)] = 143958, + [SMALL_STATE(2993)] = 143989, + [SMALL_STATE(2994)] = 144020, + [SMALL_STATE(2995)] = 144051, + [SMALL_STATE(2996)] = 144082, + [SMALL_STATE(2997)] = 144119, + [SMALL_STATE(2998)] = 144156, + [SMALL_STATE(2999)] = 144187, + [SMALL_STATE(3000)] = 144223, + [SMALL_STATE(3001)] = 144279, + [SMALL_STATE(3002)] = 144309, + [SMALL_STATE(3003)] = 144345, + [SMALL_STATE(3004)] = 144401, + [SMALL_STATE(3005)] = 144437, + [SMALL_STATE(3006)] = 144473, + [SMALL_STATE(3007)] = 144529, + [SMALL_STATE(3008)] = 144565, + [SMALL_STATE(3009)] = 144599, + [SMALL_STATE(3010)] = 144633, + [SMALL_STATE(3011)] = 144667, + [SMALL_STATE(3012)] = 144703, + [SMALL_STATE(3013)] = 144739, + [SMALL_STATE(3014)] = 144775, + [SMALL_STATE(3015)] = 144809, + [SMALL_STATE(3016)] = 144845, + [SMALL_STATE(3017)] = 144881, + [SMALL_STATE(3018)] = 144917, + [SMALL_STATE(3019)] = 144973, + [SMALL_STATE(3020)] = 145009, + [SMALL_STATE(3021)] = 145065, + [SMALL_STATE(3022)] = 145101, + [SMALL_STATE(3023)] = 145157, + [SMALL_STATE(3024)] = 145193, + [SMALL_STATE(3025)] = 145226, + [SMALL_STATE(3026)] = 145255, + [SMALL_STATE(3027)] = 145286, + [SMALL_STATE(3028)] = 145319, + [SMALL_STATE(3029)] = 145350, + [SMALL_STATE(3030)] = 145385, + [SMALL_STATE(3031)] = 145420, + [SMALL_STATE(3032)] = 145451, + [SMALL_STATE(3033)] = 145486, + [SMALL_STATE(3034)] = 145515, + [SMALL_STATE(3035)] = 145546, + [SMALL_STATE(3036)] = 145577, + [SMALL_STATE(3037)] = 145612, + [SMALL_STATE(3038)] = 145641, + [SMALL_STATE(3039)] = 145672, + [SMALL_STATE(3040)] = 145719, + [SMALL_STATE(3041)] = 145750, + [SMALL_STATE(3042)] = 145779, + [SMALL_STATE(3043)] = 145814, + [SMALL_STATE(3044)] = 145845, + [SMALL_STATE(3045)] = 145884, + [SMALL_STATE(3046)] = 145919, + [SMALL_STATE(3047)] = 145950, + [SMALL_STATE(3048)] = 145981, + [SMALL_STATE(3049)] = 146010, + [SMALL_STATE(3050)] = 146045, + [SMALL_STATE(3051)] = 146074, + [SMALL_STATE(3052)] = 146121, + [SMALL_STATE(3053)] = 146152, + [SMALL_STATE(3054)] = 146181, + [SMALL_STATE(3055)] = 146216, + [SMALL_STATE(3056)] = 146245, + [SMALL_STATE(3057)] = 146274, + [SMALL_STATE(3058)] = 146303, + [SMALL_STATE(3059)] = 146342, + [SMALL_STATE(3060)] = 146371, + [SMALL_STATE(3061)] = 146400, + [SMALL_STATE(3062)] = 146443, + [SMALL_STATE(3063)] = 146472, + [SMALL_STATE(3064)] = 146503, + [SMALL_STATE(3065)] = 146538, + [SMALL_STATE(3066)] = 146571, + [SMALL_STATE(3067)] = 146602, + [SMALL_STATE(3068)] = 146633, + [SMALL_STATE(3069)] = 146680, + [SMALL_STATE(3070)] = 146715, + [SMALL_STATE(3071)] = 146746, + [SMALL_STATE(3072)] = 146777, + [SMALL_STATE(3073)] = 146808, + [SMALL_STATE(3074)] = 146839, + [SMALL_STATE(3075)] = 146882, + [SMALL_STATE(3076)] = 146913, + [SMALL_STATE(3077)] = 146944, + [SMALL_STATE(3078)] = 146973, + [SMALL_STATE(3079)] = 147004, + [SMALL_STATE(3080)] = 147033, + [SMALL_STATE(3081)] = 147062, + [SMALL_STATE(3082)] = 147091, + [SMALL_STATE(3083)] = 147122, + [SMALL_STATE(3084)] = 147163, + [SMALL_STATE(3085)] = 147204, + [SMALL_STATE(3086)] = 147235, + [SMALL_STATE(3087)] = 147266, + [SMALL_STATE(3088)] = 147295, + [SMALL_STATE(3089)] = 147324, + [SMALL_STATE(3090)] = 147355, + [SMALL_STATE(3091)] = 147383, + [SMALL_STATE(3092)] = 147411, + [SMALL_STATE(3093)] = 147445, + [SMALL_STATE(3094)] = 147479, + [SMALL_STATE(3095)] = 147513, + [SMALL_STATE(3096)] = 147541, + [SMALL_STATE(3097)] = 147569, + [SMALL_STATE(3098)] = 147597, + [SMALL_STATE(3099)] = 147625, + [SMALL_STATE(3100)] = 147653, + [SMALL_STATE(3101)] = 147685, + [SMALL_STATE(3102)] = 147719, + [SMALL_STATE(3103)] = 147747, + [SMALL_STATE(3104)] = 147781, + [SMALL_STATE(3105)] = 147815, + [SMALL_STATE(3106)] = 147843, + [SMALL_STATE(3107)] = 147877, + [SMALL_STATE(3108)] = 147905, + [SMALL_STATE(3109)] = 147933, + [SMALL_STATE(3110)] = 147961, + [SMALL_STATE(3111)] = 147989, + [SMALL_STATE(3112)] = 148017, + [SMALL_STATE(3113)] = 148051, + [SMALL_STATE(3114)] = 148079, + [SMALL_STATE(3115)] = 148107, + [SMALL_STATE(3116)] = 148135, + [SMALL_STATE(3117)] = 148167, + [SMALL_STATE(3118)] = 148201, + [SMALL_STATE(3119)] = 148235, + [SMALL_STATE(3120)] = 148263, + [SMALL_STATE(3121)] = 148291, + [SMALL_STATE(3122)] = 148319, + [SMALL_STATE(3123)] = 148347, + [SMALL_STATE(3124)] = 148379, + [SMALL_STATE(3125)] = 148411, + [SMALL_STATE(3126)] = 148439, + [SMALL_STATE(3127)] = 148467, + [SMALL_STATE(3128)] = 148509, + [SMALL_STATE(3129)] = 148537, + [SMALL_STATE(3130)] = 148571, + [SMALL_STATE(3131)] = 148599, + [SMALL_STATE(3132)] = 148627, + [SMALL_STATE(3133)] = 148655, + [SMALL_STATE(3134)] = 148683, + [SMALL_STATE(3135)] = 148711, + [SMALL_STATE(3136)] = 148739, + [SMALL_STATE(3137)] = 148767, + [SMALL_STATE(3138)] = 148795, + [SMALL_STATE(3139)] = 148823, + [SMALL_STATE(3140)] = 148851, + [SMALL_STATE(3141)] = 148879, + [SMALL_STATE(3142)] = 148907, + [SMALL_STATE(3143)] = 148935, + [SMALL_STATE(3144)] = 148969, + [SMALL_STATE(3145)] = 149003, + [SMALL_STATE(3146)] = 149031, + [SMALL_STATE(3147)] = 149065, + [SMALL_STATE(3148)] = 149097, + [SMALL_STATE(3149)] = 149127, + [SMALL_STATE(3150)] = 149161, + [SMALL_STATE(3151)] = 149189, + [SMALL_STATE(3152)] = 149217, + [SMALL_STATE(3153)] = 149249, + [SMALL_STATE(3154)] = 149277, + [SMALL_STATE(3155)] = 149305, + [SMALL_STATE(3156)] = 149333, + [SMALL_STATE(3157)] = 149361, + [SMALL_STATE(3158)] = 149389, + [SMALL_STATE(3159)] = 149421, + [SMALL_STATE(3160)] = 149463, + [SMALL_STATE(3161)] = 149491, + [SMALL_STATE(3162)] = 149519, + [SMALL_STATE(3163)] = 149563, + [SMALL_STATE(3164)] = 149591, + [SMALL_STATE(3165)] = 149619, + [SMALL_STATE(3166)] = 149647, + [SMALL_STATE(3167)] = 149699, + [SMALL_STATE(3168)] = 149727, + [SMALL_STATE(3169)] = 149759, + [SMALL_STATE(3170)] = 149791, + [SMALL_STATE(3171)] = 149819, + [SMALL_STATE(3172)] = 149847, + [SMALL_STATE(3173)] = 149881, + [SMALL_STATE(3174)] = 149909, + [SMALL_STATE(3175)] = 149937, + [SMALL_STATE(3176)] = 149969, + [SMALL_STATE(3177)] = 150001, + [SMALL_STATE(3178)] = 150033, + [SMALL_STATE(3179)] = 150061, + [SMALL_STATE(3180)] = 150089, + [SMALL_STATE(3181)] = 150117, + [SMALL_STATE(3182)] = 150145, + [SMALL_STATE(3183)] = 150177, + [SMALL_STATE(3184)] = 150205, + [SMALL_STATE(3185)] = 150239, + [SMALL_STATE(3186)] = 150267, + [SMALL_STATE(3187)] = 150295, + [SMALL_STATE(3188)] = 150323, + [SMALL_STATE(3189)] = 150355, + [SMALL_STATE(3190)] = 150383, + [SMALL_STATE(3191)] = 150415, + [SMALL_STATE(3192)] = 150446, + [SMALL_STATE(3193)] = 150473, + [SMALL_STATE(3194)] = 150504, + [SMALL_STATE(3195)] = 150531, + [SMALL_STATE(3196)] = 150562, + [SMALL_STATE(3197)] = 150589, + [SMALL_STATE(3198)] = 150616, + [SMALL_STATE(3199)] = 150643, + [SMALL_STATE(3200)] = 150674, + [SMALL_STATE(3201)] = 150701, + [SMALL_STATE(3202)] = 150728, + [SMALL_STATE(3203)] = 150755, + [SMALL_STATE(3204)] = 150782, + [SMALL_STATE(3205)] = 150809, + [SMALL_STATE(3206)] = 150836, + [SMALL_STATE(3207)] = 150863, + [SMALL_STATE(3208)] = 150890, + [SMALL_STATE(3209)] = 150917, + [SMALL_STATE(3210)] = 150944, + [SMALL_STATE(3211)] = 150971, + [SMALL_STATE(3212)] = 151002, + [SMALL_STATE(3213)] = 151029, + [SMALL_STATE(3214)] = 151056, + [SMALL_STATE(3215)] = 151087, + [SMALL_STATE(3216)] = 151118, + [SMALL_STATE(3217)] = 151145, + [SMALL_STATE(3218)] = 151172, + [SMALL_STATE(3219)] = 151199, + [SMALL_STATE(3220)] = 151230, + [SMALL_STATE(3221)] = 151257, + [SMALL_STATE(3222)] = 151284, + [SMALL_STATE(3223)] = 151317, + [SMALL_STATE(3224)] = 151350, + [SMALL_STATE(3225)] = 151381, + [SMALL_STATE(3226)] = 151408, + [SMALL_STATE(3227)] = 151435, + [SMALL_STATE(3228)] = 151462, + [SMALL_STATE(3229)] = 151493, + [SMALL_STATE(3230)] = 151520, + [SMALL_STATE(3231)] = 151547, + [SMALL_STATE(3232)] = 151574, + [SMALL_STATE(3233)] = 151605, + [SMALL_STATE(3234)] = 151632, + [SMALL_STATE(3235)] = 151659, + [SMALL_STATE(3236)] = 151686, + [SMALL_STATE(3237)] = 151721, + [SMALL_STATE(3238)] = 151752, + [SMALL_STATE(3239)] = 151779, + [SMALL_STATE(3240)] = 151810, + [SMALL_STATE(3241)] = 151841, + [SMALL_STATE(3242)] = 151874, + [SMALL_STATE(3243)] = 151901, + [SMALL_STATE(3244)] = 151932, + [SMALL_STATE(3245)] = 151959, + [SMALL_STATE(3246)] = 151986, + [SMALL_STATE(3247)] = 152013, + [SMALL_STATE(3248)] = 152046, + [SMALL_STATE(3249)] = 152077, + [SMALL_STATE(3250)] = 152104, + [SMALL_STATE(3251)] = 152131, + [SMALL_STATE(3252)] = 152166, + [SMALL_STATE(3253)] = 152198, + [SMALL_STATE(3254)] = 152224, + [SMALL_STATE(3255)] = 152250, + [SMALL_STATE(3256)] = 152280, + [SMALL_STATE(3257)] = 152318, + [SMALL_STATE(3258)] = 152344, + [SMALL_STATE(3259)] = 152376, + [SMALL_STATE(3260)] = 152414, + [SMALL_STATE(3261)] = 152452, + [SMALL_STATE(3262)] = 152478, + [SMALL_STATE(3263)] = 152512, + [SMALL_STATE(3264)] = 152550, + [SMALL_STATE(3265)] = 152576, + [SMALL_STATE(3266)] = 152608, + [SMALL_STATE(3267)] = 152646, + [SMALL_STATE(3268)] = 152672, + [SMALL_STATE(3269)] = 152702, + [SMALL_STATE(3270)] = 152728, + [SMALL_STATE(3271)] = 152754, + [SMALL_STATE(3272)] = 152784, + [SMALL_STATE(3273)] = 152810, + [SMALL_STATE(3274)] = 152836, + [SMALL_STATE(3275)] = 152868, + [SMALL_STATE(3276)] = 152894, + [SMALL_STATE(3277)] = 152920, + [SMALL_STATE(3278)] = 152946, + [SMALL_STATE(3279)] = 152978, + [SMALL_STATE(3280)] = 153026, + [SMALL_STATE(3281)] = 153064, + [SMALL_STATE(3282)] = 153090, + [SMALL_STATE(3283)] = 153128, + [SMALL_STATE(3284)] = 153154, + [SMALL_STATE(3285)] = 153192, + [SMALL_STATE(3286)] = 153218, + [SMALL_STATE(3287)] = 153244, + [SMALL_STATE(3288)] = 153270, + [SMALL_STATE(3289)] = 153300, + [SMALL_STATE(3290)] = 153334, + [SMALL_STATE(3291)] = 153360, + [SMALL_STATE(3292)] = 153386, + [SMALL_STATE(3293)] = 153412, + [SMALL_STATE(3294)] = 153442, + [SMALL_STATE(3295)] = 153467, + [SMALL_STATE(3296)] = 153492, + [SMALL_STATE(3297)] = 153517, + [SMALL_STATE(3298)] = 153542, + [SMALL_STATE(3299)] = 153575, + [SMALL_STATE(3300)] = 153608, + [SMALL_STATE(3301)] = 153633, + [SMALL_STATE(3302)] = 153658, + [SMALL_STATE(3303)] = 153683, + [SMALL_STATE(3304)] = 153708, + [SMALL_STATE(3305)] = 153733, + [SMALL_STATE(3306)] = 153758, + [SMALL_STATE(3307)] = 153783, + [SMALL_STATE(3308)] = 153808, + [SMALL_STATE(3309)] = 153833, + [SMALL_STATE(3310)] = 153866, + [SMALL_STATE(3311)] = 153891, + [SMALL_STATE(3312)] = 153916, + [SMALL_STATE(3313)] = 153941, + [SMALL_STATE(3314)] = 153966, + [SMALL_STATE(3315)] = 153991, + [SMALL_STATE(3316)] = 154016, + [SMALL_STATE(3317)] = 154041, + [SMALL_STATE(3318)] = 154066, + [SMALL_STATE(3319)] = 154091, + [SMALL_STATE(3320)] = 154116, + [SMALL_STATE(3321)] = 154141, + [SMALL_STATE(3322)] = 154165, + [SMALL_STATE(3323)] = 154189, + [SMALL_STATE(3324)] = 154213, + [SMALL_STATE(3325)] = 154237, + [SMALL_STATE(3326)] = 154261, + [SMALL_STATE(3327)] = 154285, + [SMALL_STATE(3328)] = 154309, + [SMALL_STATE(3329)] = 154333, + [SMALL_STATE(3330)] = 154357, + [SMALL_STATE(3331)] = 154381, + [SMALL_STATE(3332)] = 154405, + [SMALL_STATE(3333)] = 154429, + [SMALL_STATE(3334)] = 154465, + [SMALL_STATE(3335)] = 154503, + [SMALL_STATE(3336)] = 154527, + [SMALL_STATE(3337)] = 154551, + [SMALL_STATE(3338)] = 154575, + [SMALL_STATE(3339)] = 154599, + [SMALL_STATE(3340)] = 154623, + [SMALL_STATE(3341)] = 154647, + [SMALL_STATE(3342)] = 154671, + [SMALL_STATE(3343)] = 154695, + [SMALL_STATE(3344)] = 154719, + [SMALL_STATE(3345)] = 154743, + [SMALL_STATE(3346)] = 154767, + [SMALL_STATE(3347)] = 154791, + [SMALL_STATE(3348)] = 154815, + [SMALL_STATE(3349)] = 154839, + [SMALL_STATE(3350)] = 154863, + [SMALL_STATE(3351)] = 154887, + [SMALL_STATE(3352)] = 154911, + [SMALL_STATE(3353)] = 154935, + [SMALL_STATE(3354)] = 154959, + [SMALL_STATE(3355)] = 154983, + [SMALL_STATE(3356)] = 155007, + [SMALL_STATE(3357)] = 155031, + [SMALL_STATE(3358)] = 155055, + [SMALL_STATE(3359)] = 155079, + [SMALL_STATE(3360)] = 155103, + [SMALL_STATE(3361)] = 155127, + [SMALL_STATE(3362)] = 155151, + [SMALL_STATE(3363)] = 155175, + [SMALL_STATE(3364)] = 155199, + [SMALL_STATE(3365)] = 155229, + [SMALL_STATE(3366)] = 155253, + [SMALL_STATE(3367)] = 155277, + [SMALL_STATE(3368)] = 155301, + [SMALL_STATE(3369)] = 155325, + [SMALL_STATE(3370)] = 155349, + [SMALL_STATE(3371)] = 155373, + [SMALL_STATE(3372)] = 155397, + [SMALL_STATE(3373)] = 155421, + [SMALL_STATE(3374)] = 155445, + [SMALL_STATE(3375)] = 155469, + [SMALL_STATE(3376)] = 155493, + [SMALL_STATE(3377)] = 155517, + [SMALL_STATE(3378)] = 155541, + [SMALL_STATE(3379)] = 155565, + [SMALL_STATE(3380)] = 155589, + [SMALL_STATE(3381)] = 155618, + [SMALL_STATE(3382)] = 155647, + [SMALL_STATE(3383)] = 155678, + [SMALL_STATE(3384)] = 155715, + [SMALL_STATE(3385)] = 155744, + [SMALL_STATE(3386)] = 155773, + [SMALL_STATE(3387)] = 155804, + [SMALL_STATE(3388)] = 155833, + [SMALL_STATE(3389)] = 155862, + [SMALL_STATE(3390)] = 155891, + [SMALL_STATE(3391)] = 155922, + [SMALL_STATE(3392)] = 155951, + [SMALL_STATE(3393)] = 155982, + [SMALL_STATE(3394)] = 156013, + [SMALL_STATE(3395)] = 156042, + [SMALL_STATE(3396)] = 156071, + [SMALL_STATE(3397)] = 156102, + [SMALL_STATE(3398)] = 156133, + [SMALL_STATE(3399)] = 156164, + [SMALL_STATE(3400)] = 156193, + [SMALL_STATE(3401)] = 156231, + [SMALL_STATE(3402)] = 156253, + [SMALL_STATE(3403)] = 156291, + [SMALL_STATE(3404)] = 156329, + [SMALL_STATE(3405)] = 156367, + [SMALL_STATE(3406)] = 156405, + [SMALL_STATE(3407)] = 156443, + [SMALL_STATE(3408)] = 156481, + [SMALL_STATE(3409)] = 156519, + [SMALL_STATE(3410)] = 156557, + [SMALL_STATE(3411)] = 156595, + [SMALL_STATE(3412)] = 156617, + [SMALL_STATE(3413)] = 156655, + [SMALL_STATE(3414)] = 156693, + [SMALL_STATE(3415)] = 156731, + [SMALL_STATE(3416)] = 156757, + [SMALL_STATE(3417)] = 156795, + [SMALL_STATE(3418)] = 156817, + [SMALL_STATE(3419)] = 156855, + [SMALL_STATE(3420)] = 156881, + [SMALL_STATE(3421)] = 156919, + [SMALL_STATE(3422)] = 156957, + [SMALL_STATE(3423)] = 156995, + [SMALL_STATE(3424)] = 157033, + [SMALL_STATE(3425)] = 157071, + [SMALL_STATE(3426)] = 157109, + [SMALL_STATE(3427)] = 157147, + [SMALL_STATE(3428)] = 157185, + [SMALL_STATE(3429)] = 157223, + [SMALL_STATE(3430)] = 157261, + [SMALL_STATE(3431)] = 157299, + [SMALL_STATE(3432)] = 157337, + [SMALL_STATE(3433)] = 157359, + [SMALL_STATE(3434)] = 157397, + [SMALL_STATE(3435)] = 157419, + [SMALL_STATE(3436)] = 157457, + [SMALL_STATE(3437)] = 157495, + [SMALL_STATE(3438)] = 157533, + [SMALL_STATE(3439)] = 157571, + [SMALL_STATE(3440)] = 157609, + [SMALL_STATE(3441)] = 157647, + [SMALL_STATE(3442)] = 157685, + [SMALL_STATE(3443)] = 157723, + [SMALL_STATE(3444)] = 157749, + [SMALL_STATE(3445)] = 157787, + [SMALL_STATE(3446)] = 157809, + [SMALL_STATE(3447)] = 157847, + [SMALL_STATE(3448)] = 157885, + [SMALL_STATE(3449)] = 157907, + [SMALL_STATE(3450)] = 157945, + [SMALL_STATE(3451)] = 157983, + [SMALL_STATE(3452)] = 158021, + [SMALL_STATE(3453)] = 158059, + [SMALL_STATE(3454)] = 158097, + [SMALL_STATE(3455)] = 158135, + [SMALL_STATE(3456)] = 158157, + [SMALL_STATE(3457)] = 158195, + [SMALL_STATE(3458)] = 158233, + [SMALL_STATE(3459)] = 158271, + [SMALL_STATE(3460)] = 158293, + [SMALL_STATE(3461)] = 158331, + [SMALL_STATE(3462)] = 158369, + [SMALL_STATE(3463)] = 158407, + [SMALL_STATE(3464)] = 158445, + [SMALL_STATE(3465)] = 158467, + [SMALL_STATE(3466)] = 158505, + [SMALL_STATE(3467)] = 158543, + [SMALL_STATE(3468)] = 158581, + [SMALL_STATE(3469)] = 158619, + [SMALL_STATE(3470)] = 158641, + [SMALL_STATE(3471)] = 158679, + [SMALL_STATE(3472)] = 158717, + [SMALL_STATE(3473)] = 158755, + [SMALL_STATE(3474)] = 158793, + [SMALL_STATE(3475)] = 158815, + [SMALL_STATE(3476)] = 158853, + [SMALL_STATE(3477)] = 158891, + [SMALL_STATE(3478)] = 158913, + [SMALL_STATE(3479)] = 158951, + [SMALL_STATE(3480)] = 158989, + [SMALL_STATE(3481)] = 159027, + [SMALL_STATE(3482)] = 159065, + [SMALL_STATE(3483)] = 159103, + [SMALL_STATE(3484)] = 159125, + [SMALL_STATE(3485)] = 159163, + [SMALL_STATE(3486)] = 159201, + [SMALL_STATE(3487)] = 159239, + [SMALL_STATE(3488)] = 159277, + [SMALL_STATE(3489)] = 159315, + [SMALL_STATE(3490)] = 159353, + [SMALL_STATE(3491)] = 159391, + [SMALL_STATE(3492)] = 159429, + [SMALL_STATE(3493)] = 159451, + [SMALL_STATE(3494)] = 159473, + [SMALL_STATE(3495)] = 159511, + [SMALL_STATE(3496)] = 159549, + [SMALL_STATE(3497)] = 159571, + [SMALL_STATE(3498)] = 159609, + [SMALL_STATE(3499)] = 159647, + [SMALL_STATE(3500)] = 159685, + [SMALL_STATE(3501)] = 159723, + [SMALL_STATE(3502)] = 159761, + [SMALL_STATE(3503)] = 159799, + [SMALL_STATE(3504)] = 159837, + [SMALL_STATE(3505)] = 159859, + [SMALL_STATE(3506)] = 159897, + [SMALL_STATE(3507)] = 159935, + [SMALL_STATE(3508)] = 159963, + [SMALL_STATE(3509)] = 160001, + [SMALL_STATE(3510)] = 160039, + [SMALL_STATE(3511)] = 160077, + [SMALL_STATE(3512)] = 160115, + [SMALL_STATE(3513)] = 160153, + [SMALL_STATE(3514)] = 160191, + [SMALL_STATE(3515)] = 160229, + [SMALL_STATE(3516)] = 160267, + [SMALL_STATE(3517)] = 160305, + [SMALL_STATE(3518)] = 160343, + [SMALL_STATE(3519)] = 160381, + [SMALL_STATE(3520)] = 160419, + [SMALL_STATE(3521)] = 160441, + [SMALL_STATE(3522)] = 160479, + [SMALL_STATE(3523)] = 160517, + [SMALL_STATE(3524)] = 160555, + [SMALL_STATE(3525)] = 160580, + [SMALL_STATE(3526)] = 160605, + [SMALL_STATE(3527)] = 160630, + [SMALL_STATE(3528)] = 160655, + [SMALL_STATE(3529)] = 160680, + [SMALL_STATE(3530)] = 160705, + [SMALL_STATE(3531)] = 160730, + [SMALL_STATE(3532)] = 160755, + [SMALL_STATE(3533)] = 160780, + [SMALL_STATE(3534)] = 160805, + [SMALL_STATE(3535)] = 160830, + [SMALL_STATE(3536)] = 160855, + [SMALL_STATE(3537)] = 160880, + [SMALL_STATE(3538)] = 160905, + [SMALL_STATE(3539)] = 160930, + [SMALL_STATE(3540)] = 160955, + [SMALL_STATE(3541)] = 160980, + [SMALL_STATE(3542)] = 161005, + [SMALL_STATE(3543)] = 161030, + [SMALL_STATE(3544)] = 161055, + [SMALL_STATE(3545)] = 161080, + [SMALL_STATE(3546)] = 161105, + [SMALL_STATE(3547)] = 161130, + [SMALL_STATE(3548)] = 161155, + [SMALL_STATE(3549)] = 161180, + [SMALL_STATE(3550)] = 161205, + [SMALL_STATE(3551)] = 161230, + [SMALL_STATE(3552)] = 161255, + [SMALL_STATE(3553)] = 161280, + [SMALL_STATE(3554)] = 161305, + [SMALL_STATE(3555)] = 161330, + [SMALL_STATE(3556)] = 161355, + [SMALL_STATE(3557)] = 161380, + [SMALL_STATE(3558)] = 161405, + [SMALL_STATE(3559)] = 161430, + [SMALL_STATE(3560)] = 161455, + [SMALL_STATE(3561)] = 161480, + [SMALL_STATE(3562)] = 161505, + [SMALL_STATE(3563)] = 161530, + [SMALL_STATE(3564)] = 161555, + [SMALL_STATE(3565)] = 161580, + [SMALL_STATE(3566)] = 161605, + [SMALL_STATE(3567)] = 161630, + [SMALL_STATE(3568)] = 161655, + [SMALL_STATE(3569)] = 161680, + [SMALL_STATE(3570)] = 161705, + [SMALL_STATE(3571)] = 161730, + [SMALL_STATE(3572)] = 161755, + [SMALL_STATE(3573)] = 161780, + [SMALL_STATE(3574)] = 161805, + [SMALL_STATE(3575)] = 161830, + [SMALL_STATE(3576)] = 161855, + [SMALL_STATE(3577)] = 161880, + [SMALL_STATE(3578)] = 161905, + [SMALL_STATE(3579)] = 161930, + [SMALL_STATE(3580)] = 161955, + [SMALL_STATE(3581)] = 161980, + [SMALL_STATE(3582)] = 162005, + [SMALL_STATE(3583)] = 162030, + [SMALL_STATE(3584)] = 162055, + [SMALL_STATE(3585)] = 162080, + [SMALL_STATE(3586)] = 162105, + [SMALL_STATE(3587)] = 162130, + [SMALL_STATE(3588)] = 162155, + [SMALL_STATE(3589)] = 162180, + [SMALL_STATE(3590)] = 162205, + [SMALL_STATE(3591)] = 162230, + [SMALL_STATE(3592)] = 162255, + [SMALL_STATE(3593)] = 162280, + [SMALL_STATE(3594)] = 162305, + [SMALL_STATE(3595)] = 162330, + [SMALL_STATE(3596)] = 162355, + [SMALL_STATE(3597)] = 162380, + [SMALL_STATE(3598)] = 162405, + [SMALL_STATE(3599)] = 162430, + [SMALL_STATE(3600)] = 162455, + [SMALL_STATE(3601)] = 162480, + [SMALL_STATE(3602)] = 162505, + [SMALL_STATE(3603)] = 162530, + [SMALL_STATE(3604)] = 162555, + [SMALL_STATE(3605)] = 162580, + [SMALL_STATE(3606)] = 162605, + [SMALL_STATE(3607)] = 162630, + [SMALL_STATE(3608)] = 162655, + [SMALL_STATE(3609)] = 162680, + [SMALL_STATE(3610)] = 162705, + [SMALL_STATE(3611)] = 162730, + [SMALL_STATE(3612)] = 162755, + [SMALL_STATE(3613)] = 162780, + [SMALL_STATE(3614)] = 162805, + [SMALL_STATE(3615)] = 162830, + [SMALL_STATE(3616)] = 162855, + [SMALL_STATE(3617)] = 162880, + [SMALL_STATE(3618)] = 162905, + [SMALL_STATE(3619)] = 162930, + [SMALL_STATE(3620)] = 162955, + [SMALL_STATE(3621)] = 162980, + [SMALL_STATE(3622)] = 163005, + [SMALL_STATE(3623)] = 163030, + [SMALL_STATE(3624)] = 163055, + [SMALL_STATE(3625)] = 163080, + [SMALL_STATE(3626)] = 163105, + [SMALL_STATE(3627)] = 163130, + [SMALL_STATE(3628)] = 163155, + [SMALL_STATE(3629)] = 163180, + [SMALL_STATE(3630)] = 163205, + [SMALL_STATE(3631)] = 163230, + [SMALL_STATE(3632)] = 163255, + [SMALL_STATE(3633)] = 163280, + [SMALL_STATE(3634)] = 163305, + [SMALL_STATE(3635)] = 163330, + [SMALL_STATE(3636)] = 163355, + [SMALL_STATE(3637)] = 163380, + [SMALL_STATE(3638)] = 163405, + [SMALL_STATE(3639)] = 163430, + [SMALL_STATE(3640)] = 163455, + [SMALL_STATE(3641)] = 163480, + [SMALL_STATE(3642)] = 163505, + [SMALL_STATE(3643)] = 163526, + [SMALL_STATE(3644)] = 163551, + [SMALL_STATE(3645)] = 163576, + [SMALL_STATE(3646)] = 163601, + [SMALL_STATE(3647)] = 163626, + [SMALL_STATE(3648)] = 163651, + [SMALL_STATE(3649)] = 163676, + [SMALL_STATE(3650)] = 163701, + [SMALL_STATE(3651)] = 163726, + [SMALL_STATE(3652)] = 163751, + [SMALL_STATE(3653)] = 163776, + [SMALL_STATE(3654)] = 163801, + [SMALL_STATE(3655)] = 163826, + [SMALL_STATE(3656)] = 163851, + [SMALL_STATE(3657)] = 163876, + [SMALL_STATE(3658)] = 163901, + [SMALL_STATE(3659)] = 163926, + [SMALL_STATE(3660)] = 163951, + [SMALL_STATE(3661)] = 163976, + [SMALL_STATE(3662)] = 164001, + [SMALL_STATE(3663)] = 164026, + [SMALL_STATE(3664)] = 164051, + [SMALL_STATE(3665)] = 164076, + [SMALL_STATE(3666)] = 164101, + [SMALL_STATE(3667)] = 164121, + [SMALL_STATE(3668)] = 164143, + [SMALL_STATE(3669)] = 164163, + [SMALL_STATE(3670)] = 164188, + [SMALL_STATE(3671)] = 164207, + [SMALL_STATE(3672)] = 164226, + [SMALL_STATE(3673)] = 164251, + [SMALL_STATE(3674)] = 164270, + [SMALL_STATE(3675)] = 164295, + [SMALL_STATE(3676)] = 164320, + [SMALL_STATE(3677)] = 164351, + [SMALL_STATE(3678)] = 164376, + [SMALL_STATE(3679)] = 164395, + [SMALL_STATE(3680)] = 164420, + [SMALL_STATE(3681)] = 164445, + [SMALL_STATE(3682)] = 164464, + [SMALL_STATE(3683)] = 164489, + [SMALL_STATE(3684)] = 164508, + [SMALL_STATE(3685)] = 164533, + [SMALL_STATE(3686)] = 164564, + [SMALL_STATE(3687)] = 164595, + [SMALL_STATE(3688)] = 164614, + [SMALL_STATE(3689)] = 164633, + [SMALL_STATE(3690)] = 164651, + [SMALL_STATE(3691)] = 164669, + [SMALL_STATE(3692)] = 164687, + [SMALL_STATE(3693)] = 164705, + [SMALL_STATE(3694)] = 164721, + [SMALL_STATE(3695)] = 164739, + [SMALL_STATE(3696)] = 164757, + [SMALL_STATE(3697)] = 164775, + [SMALL_STATE(3698)] = 164793, + [SMALL_STATE(3699)] = 164811, + [SMALL_STATE(3700)] = 164829, + [SMALL_STATE(3701)] = 164847, + [SMALL_STATE(3702)] = 164862, + [SMALL_STATE(3703)] = 164889, + [SMALL_STATE(3704)] = 164916, + [SMALL_STATE(3705)] = 164939, + [SMALL_STATE(3706)] = 164954, + [SMALL_STATE(3707)] = 164976, + [SMALL_STATE(3708)] = 165000, + [SMALL_STATE(3709)] = 165016, + [SMALL_STATE(3710)] = 165032, + [SMALL_STATE(3711)] = 165048, + [SMALL_STATE(3712)] = 165064, + [SMALL_STATE(3713)] = 165080, + [SMALL_STATE(3714)] = 165096, + [SMALL_STATE(3715)] = 165112, + [SMALL_STATE(3716)] = 165134, + [SMALL_STATE(3717)] = 165150, + [SMALL_STATE(3718)] = 165166, + [SMALL_STATE(3719)] = 165182, + [SMALL_STATE(3720)] = 165204, + [SMALL_STATE(3721)] = 165220, + [SMALL_STATE(3722)] = 165236, + [SMALL_STATE(3723)] = 165260, + [SMALL_STATE(3724)] = 165276, + [SMALL_STATE(3725)] = 165292, + [SMALL_STATE(3726)] = 165308, + [SMALL_STATE(3727)] = 165332, + [SMALL_STATE(3728)] = 165356, + [SMALL_STATE(3729)] = 165372, + [SMALL_STATE(3730)] = 165388, + [SMALL_STATE(3731)] = 165404, + [SMALL_STATE(3732)] = 165428, + [SMALL_STATE(3733)] = 165444, + [SMALL_STATE(3734)] = 165468, + [SMALL_STATE(3735)] = 165483, + [SMALL_STATE(3736)] = 165498, + [SMALL_STATE(3737)] = 165519, + [SMALL_STATE(3738)] = 165540, + [SMALL_STATE(3739)] = 165561, + [SMALL_STATE(3740)] = 165582, + [SMALL_STATE(3741)] = 165603, + [SMALL_STATE(3742)] = 165618, + [SMALL_STATE(3743)] = 165639, + [SMALL_STATE(3744)] = 165660, + [SMALL_STATE(3745)] = 165681, + [SMALL_STATE(3746)] = 165702, + [SMALL_STATE(3747)] = 165717, + [SMALL_STATE(3748)] = 165738, + [SMALL_STATE(3749)] = 165759, + [SMALL_STATE(3750)] = 165780, + [SMALL_STATE(3751)] = 165801, + [SMALL_STATE(3752)] = 165822, + [SMALL_STATE(3753)] = 165837, + [SMALL_STATE(3754)] = 165858, + [SMALL_STATE(3755)] = 165873, + [SMALL_STATE(3756)] = 165888, + [SMALL_STATE(3757)] = 165903, + [SMALL_STATE(3758)] = 165924, + [SMALL_STATE(3759)] = 165943, + [SMALL_STATE(3760)] = 165964, + [SMALL_STATE(3761)] = 165985, + [SMALL_STATE(3762)] = 166000, + [SMALL_STATE(3763)] = 166015, + [SMALL_STATE(3764)] = 166036, + [SMALL_STATE(3765)] = 166051, + [SMALL_STATE(3766)] = 166066, + [SMALL_STATE(3767)] = 166081, + [SMALL_STATE(3768)] = 166102, + [SMALL_STATE(3769)] = 166123, + [SMALL_STATE(3770)] = 166144, + [SMALL_STATE(3771)] = 166159, + [SMALL_STATE(3772)] = 166180, + [SMALL_STATE(3773)] = 166201, + [SMALL_STATE(3774)] = 166216, + [SMALL_STATE(3775)] = 166231, + [SMALL_STATE(3776)] = 166246, + [SMALL_STATE(3777)] = 166261, + [SMALL_STATE(3778)] = 166276, + [SMALL_STATE(3779)] = 166291, + [SMALL_STATE(3780)] = 166306, + [SMALL_STATE(3781)] = 166321, + [SMALL_STATE(3782)] = 166336, + [SMALL_STATE(3783)] = 166351, + [SMALL_STATE(3784)] = 166372, + [SMALL_STATE(3785)] = 166387, + [SMALL_STATE(3786)] = 166402, + [SMALL_STATE(3787)] = 166423, + [SMALL_STATE(3788)] = 166444, + [SMALL_STATE(3789)] = 166464, + [SMALL_STATE(3790)] = 166484, + [SMALL_STATE(3791)] = 166504, + [SMALL_STATE(3792)] = 166524, + [SMALL_STATE(3793)] = 166544, + [SMALL_STATE(3794)] = 166564, + [SMALL_STATE(3795)] = 166580, + [SMALL_STATE(3796)] = 166602, + [SMALL_STATE(3797)] = 166620, + [SMALL_STATE(3798)] = 166640, + [SMALL_STATE(3799)] = 166660, + [SMALL_STATE(3800)] = 166674, + [SMALL_STATE(3801)] = 166694, + [SMALL_STATE(3802)] = 166714, + [SMALL_STATE(3803)] = 166734, + [SMALL_STATE(3804)] = 166754, + [SMALL_STATE(3805)] = 166774, + [SMALL_STATE(3806)] = 166792, + [SMALL_STATE(3807)] = 166812, + [SMALL_STATE(3808)] = 166832, + [SMALL_STATE(3809)] = 166852, + [SMALL_STATE(3810)] = 166872, + [SMALL_STATE(3811)] = 166892, + [SMALL_STATE(3812)] = 166912, + [SMALL_STATE(3813)] = 166932, + [SMALL_STATE(3814)] = 166952, + [SMALL_STATE(3815)] = 166972, + [SMALL_STATE(3816)] = 166987, + [SMALL_STATE(3817)] = 167004, + [SMALL_STATE(3818)] = 167023, + [SMALL_STATE(3819)] = 167042, + [SMALL_STATE(3820)] = 167059, + [SMALL_STATE(3821)] = 167076, + [SMALL_STATE(3822)] = 167091, + [SMALL_STATE(3823)] = 167110, + [SMALL_STATE(3824)] = 167127, + [SMALL_STATE(3825)] = 167146, + [SMALL_STATE(3826)] = 167163, + [SMALL_STATE(3827)] = 167182, + [SMALL_STATE(3828)] = 167197, + [SMALL_STATE(3829)] = 167214, + [SMALL_STATE(3830)] = 167231, + [SMALL_STATE(3831)] = 167246, + [SMALL_STATE(3832)] = 167265, + [SMALL_STATE(3833)] = 167280, + [SMALL_STATE(3834)] = 167295, + [SMALL_STATE(3835)] = 167314, + [SMALL_STATE(3836)] = 167329, + [SMALL_STATE(3837)] = 167344, + [SMALL_STATE(3838)] = 167363, + [SMALL_STATE(3839)] = 167378, + [SMALL_STATE(3840)] = 167393, + [SMALL_STATE(3841)] = 167408, + [SMALL_STATE(3842)] = 167423, + [SMALL_STATE(3843)] = 167442, + [SMALL_STATE(3844)] = 167459, + [SMALL_STATE(3845)] = 167474, + [SMALL_STATE(3846)] = 167489, + [SMALL_STATE(3847)] = 167506, + [SMALL_STATE(3848)] = 167523, + [SMALL_STATE(3849)] = 167542, + [SMALL_STATE(3850)] = 167559, + [SMALL_STATE(3851)] = 167576, + [SMALL_STATE(3852)] = 167591, + [SMALL_STATE(3853)] = 167608, + [SMALL_STATE(3854)] = 167627, + [SMALL_STATE(3855)] = 167646, + [SMALL_STATE(3856)] = 167665, + [SMALL_STATE(3857)] = 167682, + [SMALL_STATE(3858)] = 167699, + [SMALL_STATE(3859)] = 167714, + [SMALL_STATE(3860)] = 167731, + [SMALL_STATE(3861)] = 167746, + [SMALL_STATE(3862)] = 167761, + [SMALL_STATE(3863)] = 167776, + [SMALL_STATE(3864)] = 167793, + [SMALL_STATE(3865)] = 167812, + [SMALL_STATE(3866)] = 167831, + [SMALL_STATE(3867)] = 167848, + [SMALL_STATE(3868)] = 167863, + [SMALL_STATE(3869)] = 167880, + [SMALL_STATE(3870)] = 167897, + [SMALL_STATE(3871)] = 167914, + [SMALL_STATE(3872)] = 167931, + [SMALL_STATE(3873)] = 167950, + [SMALL_STATE(3874)] = 167967, + [SMALL_STATE(3875)] = 167984, + [SMALL_STATE(3876)] = 168001, + [SMALL_STATE(3877)] = 168020, + [SMALL_STATE(3878)] = 168035, + [SMALL_STATE(3879)] = 168054, + [SMALL_STATE(3880)] = 168069, + [SMALL_STATE(3881)] = 168084, + [SMALL_STATE(3882)] = 168097, + [SMALL_STATE(3883)] = 168110, + [SMALL_STATE(3884)] = 168123, + [SMALL_STATE(3885)] = 168136, + [SMALL_STATE(3886)] = 168155, + [SMALL_STATE(3887)] = 168172, + [SMALL_STATE(3888)] = 168189, + [SMALL_STATE(3889)] = 168208, + [SMALL_STATE(3890)] = 168225, + [SMALL_STATE(3891)] = 168244, + [SMALL_STATE(3892)] = 168261, + [SMALL_STATE(3893)] = 168278, + [SMALL_STATE(3894)] = 168295, + [SMALL_STATE(3895)] = 168312, + [SMALL_STATE(3896)] = 168331, + [SMALL_STATE(3897)] = 168348, + [SMALL_STATE(3898)] = 168367, + [SMALL_STATE(3899)] = 168386, + [SMALL_STATE(3900)] = 168401, + [SMALL_STATE(3901)] = 168411, + [SMALL_STATE(3902)] = 168425, + [SMALL_STATE(3903)] = 168441, + [SMALL_STATE(3904)] = 168455, + [SMALL_STATE(3905)] = 168465, + [SMALL_STATE(3906)] = 168475, + [SMALL_STATE(3907)] = 168485, + [SMALL_STATE(3908)] = 168501, + [SMALL_STATE(3909)] = 168511, + [SMALL_STATE(3910)] = 168521, + [SMALL_STATE(3911)] = 168531, + [SMALL_STATE(3912)] = 168541, + [SMALL_STATE(3913)] = 168555, + [SMALL_STATE(3914)] = 168565, + [SMALL_STATE(3915)] = 168575, + [SMALL_STATE(3916)] = 168591, + [SMALL_STATE(3917)] = 168603, + [SMALL_STATE(3918)] = 168613, + [SMALL_STATE(3919)] = 168623, + [SMALL_STATE(3920)] = 168633, + [SMALL_STATE(3921)] = 168643, + [SMALL_STATE(3922)] = 168653, + [SMALL_STATE(3923)] = 168663, + [SMALL_STATE(3924)] = 168677, + [SMALL_STATE(3925)] = 168687, + [SMALL_STATE(3926)] = 168697, + [SMALL_STATE(3927)] = 168709, + [SMALL_STATE(3928)] = 168723, + [SMALL_STATE(3929)] = 168733, + [SMALL_STATE(3930)] = 168743, + [SMALL_STATE(3931)] = 168757, + [SMALL_STATE(3932)] = 168767, + [SMALL_STATE(3933)] = 168781, + [SMALL_STATE(3934)] = 168791, + [SMALL_STATE(3935)] = 168801, + [SMALL_STATE(3936)] = 168811, + [SMALL_STATE(3937)] = 168821, + [SMALL_STATE(3938)] = 168837, + [SMALL_STATE(3939)] = 168847, + [SMALL_STATE(3940)] = 168857, + [SMALL_STATE(3941)] = 168873, + [SMALL_STATE(3942)] = 168883, + [SMALL_STATE(3943)] = 168893, + [SMALL_STATE(3944)] = 168903, + [SMALL_STATE(3945)] = 168913, + [SMALL_STATE(3946)] = 168923, + [SMALL_STATE(3947)] = 168937, + [SMALL_STATE(3948)] = 168953, + [SMALL_STATE(3949)] = 168963, + [SMALL_STATE(3950)] = 168977, + [SMALL_STATE(3951)] = 168989, + [SMALL_STATE(3952)] = 169003, + [SMALL_STATE(3953)] = 169013, + [SMALL_STATE(3954)] = 169023, + [SMALL_STATE(3955)] = 169033, + [SMALL_STATE(3956)] = 169043, + [SMALL_STATE(3957)] = 169053, + [SMALL_STATE(3958)] = 169069, + [SMALL_STATE(3959)] = 169085, + [SMALL_STATE(3960)] = 169095, + [SMALL_STATE(3961)] = 169111, + [SMALL_STATE(3962)] = 169127, + [SMALL_STATE(3963)] = 169137, + [SMALL_STATE(3964)] = 169147, + [SMALL_STATE(3965)] = 169157, + [SMALL_STATE(3966)] = 169173, + [SMALL_STATE(3967)] = 169183, + [SMALL_STATE(3968)] = 169199, + [SMALL_STATE(3969)] = 169209, + [SMALL_STATE(3970)] = 169219, + [SMALL_STATE(3971)] = 169235, + [SMALL_STATE(3972)] = 169245, + [SMALL_STATE(3973)] = 169258, + [SMALL_STATE(3974)] = 169271, + [SMALL_STATE(3975)] = 169284, + [SMALL_STATE(3976)] = 169297, + [SMALL_STATE(3977)] = 169310, + [SMALL_STATE(3978)] = 169321, + [SMALL_STATE(3979)] = 169334, + [SMALL_STATE(3980)] = 169347, + [SMALL_STATE(3981)] = 169360, + [SMALL_STATE(3982)] = 169373, + [SMALL_STATE(3983)] = 169384, + [SMALL_STATE(3984)] = 169395, + [SMALL_STATE(3985)] = 169408, + [SMALL_STATE(3986)] = 169421, + [SMALL_STATE(3987)] = 169434, + [SMALL_STATE(3988)] = 169447, + [SMALL_STATE(3989)] = 169460, + [SMALL_STATE(3990)] = 169473, + [SMALL_STATE(3991)] = 169484, + [SMALL_STATE(3992)] = 169497, + [SMALL_STATE(3993)] = 169510, + [SMALL_STATE(3994)] = 169523, + [SMALL_STATE(3995)] = 169536, + [SMALL_STATE(3996)] = 169549, + [SMALL_STATE(3997)] = 169562, + [SMALL_STATE(3998)] = 169575, + [SMALL_STATE(3999)] = 169588, + [SMALL_STATE(4000)] = 169601, + [SMALL_STATE(4001)] = 169614, + [SMALL_STATE(4002)] = 169627, + [SMALL_STATE(4003)] = 169640, + [SMALL_STATE(4004)] = 169651, + [SMALL_STATE(4005)] = 169662, + [SMALL_STATE(4006)] = 169675, + [SMALL_STATE(4007)] = 169688, + [SMALL_STATE(4008)] = 169697, + [SMALL_STATE(4009)] = 169708, + [SMALL_STATE(4010)] = 169721, + [SMALL_STATE(4011)] = 169734, + [SMALL_STATE(4012)] = 169747, + [SMALL_STATE(4013)] = 169760, + [SMALL_STATE(4014)] = 169771, + [SMALL_STATE(4015)] = 169782, + [SMALL_STATE(4016)] = 169795, + [SMALL_STATE(4017)] = 169806, + [SMALL_STATE(4018)] = 169819, + [SMALL_STATE(4019)] = 169832, + [SMALL_STATE(4020)] = 169845, + [SMALL_STATE(4021)] = 169856, + [SMALL_STATE(4022)] = 169869, + [SMALL_STATE(4023)] = 169880, + [SMALL_STATE(4024)] = 169889, + [SMALL_STATE(4025)] = 169902, + [SMALL_STATE(4026)] = 169911, + [SMALL_STATE(4027)] = 169924, + [SMALL_STATE(4028)] = 169937, + [SMALL_STATE(4029)] = 169950, + [SMALL_STATE(4030)] = 169963, + [SMALL_STATE(4031)] = 169976, + [SMALL_STATE(4032)] = 169989, + [SMALL_STATE(4033)] = 170002, + [SMALL_STATE(4034)] = 170013, + [SMALL_STATE(4035)] = 170026, + [SMALL_STATE(4036)] = 170039, + [SMALL_STATE(4037)] = 170050, + [SMALL_STATE(4038)] = 170063, + [SMALL_STATE(4039)] = 170076, + [SMALL_STATE(4040)] = 170089, + [SMALL_STATE(4041)] = 170098, + [SMALL_STATE(4042)] = 170111, + [SMALL_STATE(4043)] = 170124, + [SMALL_STATE(4044)] = 170137, + [SMALL_STATE(4045)] = 170148, + [SMALL_STATE(4046)] = 170157, + [SMALL_STATE(4047)] = 170170, + [SMALL_STATE(4048)] = 170183, + [SMALL_STATE(4049)] = 170196, + [SMALL_STATE(4050)] = 170209, + [SMALL_STATE(4051)] = 170222, + [SMALL_STATE(4052)] = 170235, + [SMALL_STATE(4053)] = 170244, + [SMALL_STATE(4054)] = 170257, + [SMALL_STATE(4055)] = 170270, + [SMALL_STATE(4056)] = 170283, + [SMALL_STATE(4057)] = 170296, + [SMALL_STATE(4058)] = 170309, + [SMALL_STATE(4059)] = 170322, + [SMALL_STATE(4060)] = 170335, + [SMALL_STATE(4061)] = 170348, + [SMALL_STATE(4062)] = 170361, + [SMALL_STATE(4063)] = 170374, + [SMALL_STATE(4064)] = 170387, + [SMALL_STATE(4065)] = 170400, + [SMALL_STATE(4066)] = 170411, + [SMALL_STATE(4067)] = 170424, + [SMALL_STATE(4068)] = 170437, + [SMALL_STATE(4069)] = 170448, + [SMALL_STATE(4070)] = 170459, + [SMALL_STATE(4071)] = 170470, + [SMALL_STATE(4072)] = 170481, + [SMALL_STATE(4073)] = 170494, + [SMALL_STATE(4074)] = 170507, + [SMALL_STATE(4075)] = 170518, + [SMALL_STATE(4076)] = 170529, + [SMALL_STATE(4077)] = 170542, + [SMALL_STATE(4078)] = 170555, + [SMALL_STATE(4079)] = 170566, + [SMALL_STATE(4080)] = 170579, + [SMALL_STATE(4081)] = 170590, + [SMALL_STATE(4082)] = 170603, + [SMALL_STATE(4083)] = 170614, + [SMALL_STATE(4084)] = 170625, + [SMALL_STATE(4085)] = 170638, + [SMALL_STATE(4086)] = 170651, + [SMALL_STATE(4087)] = 170662, + [SMALL_STATE(4088)] = 170675, + [SMALL_STATE(4089)] = 170688, + [SMALL_STATE(4090)] = 170699, + [SMALL_STATE(4091)] = 170710, + [SMALL_STATE(4092)] = 170723, + [SMALL_STATE(4093)] = 170734, + [SMALL_STATE(4094)] = 170747, + [SMALL_STATE(4095)] = 170756, + [SMALL_STATE(4096)] = 170767, + [SMALL_STATE(4097)] = 170780, + [SMALL_STATE(4098)] = 170793, + [SMALL_STATE(4099)] = 170806, + [SMALL_STATE(4100)] = 170817, + [SMALL_STATE(4101)] = 170830, + [SMALL_STATE(4102)] = 170843, + [SMALL_STATE(4103)] = 170856, + [SMALL_STATE(4104)] = 170869, + [SMALL_STATE(4105)] = 170882, + [SMALL_STATE(4106)] = 170893, + [SMALL_STATE(4107)] = 170906, + [SMALL_STATE(4108)] = 170919, + [SMALL_STATE(4109)] = 170930, + [SMALL_STATE(4110)] = 170943, + [SMALL_STATE(4111)] = 170956, + [SMALL_STATE(4112)] = 170969, + [SMALL_STATE(4113)] = 170977, + [SMALL_STATE(4114)] = 170987, + [SMALL_STATE(4115)] = 170997, + [SMALL_STATE(4116)] = 171005, + [SMALL_STATE(4117)] = 171013, + [SMALL_STATE(4118)] = 171021, + [SMALL_STATE(4119)] = 171029, + [SMALL_STATE(4120)] = 171039, + [SMALL_STATE(4121)] = 171049, + [SMALL_STATE(4122)] = 171057, + [SMALL_STATE(4123)] = 171067, + [SMALL_STATE(4124)] = 171077, + [SMALL_STATE(4125)] = 171087, + [SMALL_STATE(4126)] = 171095, + [SMALL_STATE(4127)] = 171105, + [SMALL_STATE(4128)] = 171113, + [SMALL_STATE(4129)] = 171123, + [SMALL_STATE(4130)] = 171131, + [SMALL_STATE(4131)] = 171139, + [SMALL_STATE(4132)] = 171149, + [SMALL_STATE(4133)] = 171157, + [SMALL_STATE(4134)] = 171165, + [SMALL_STATE(4135)] = 171175, + [SMALL_STATE(4136)] = 171183, + [SMALL_STATE(4137)] = 171193, + [SMALL_STATE(4138)] = 171203, + [SMALL_STATE(4139)] = 171211, + [SMALL_STATE(4140)] = 171221, + [SMALL_STATE(4141)] = 171229, + [SMALL_STATE(4142)] = 171239, + [SMALL_STATE(4143)] = 171249, + [SMALL_STATE(4144)] = 171259, + [SMALL_STATE(4145)] = 171267, + [SMALL_STATE(4146)] = 171275, + [SMALL_STATE(4147)] = 171285, + [SMALL_STATE(4148)] = 171295, + [SMALL_STATE(4149)] = 171305, + [SMALL_STATE(4150)] = 171315, + [SMALL_STATE(4151)] = 171325, + [SMALL_STATE(4152)] = 171335, + [SMALL_STATE(4153)] = 171343, + [SMALL_STATE(4154)] = 171351, + [SMALL_STATE(4155)] = 171359, + [SMALL_STATE(4156)] = 171367, + [SMALL_STATE(4157)] = 171375, + [SMALL_STATE(4158)] = 171385, + [SMALL_STATE(4159)] = 171393, + [SMALL_STATE(4160)] = 171401, + [SMALL_STATE(4161)] = 171409, + [SMALL_STATE(4162)] = 171417, + [SMALL_STATE(4163)] = 171427, + [SMALL_STATE(4164)] = 171437, + [SMALL_STATE(4165)] = 171447, + [SMALL_STATE(4166)] = 171457, + [SMALL_STATE(4167)] = 171465, + [SMALL_STATE(4168)] = 171473, + [SMALL_STATE(4169)] = 171481, + [SMALL_STATE(4170)] = 171489, + [SMALL_STATE(4171)] = 171497, + [SMALL_STATE(4172)] = 171507, + [SMALL_STATE(4173)] = 171517, + [SMALL_STATE(4174)] = 171527, + [SMALL_STATE(4175)] = 171537, + [SMALL_STATE(4176)] = 171545, + [SMALL_STATE(4177)] = 171555, + [SMALL_STATE(4178)] = 171565, + [SMALL_STATE(4179)] = 171575, + [SMALL_STATE(4180)] = 171585, + [SMALL_STATE(4181)] = 171593, + [SMALL_STATE(4182)] = 171601, + [SMALL_STATE(4183)] = 171609, + [SMALL_STATE(4184)] = 171619, + [SMALL_STATE(4185)] = 171629, + [SMALL_STATE(4186)] = 171639, + [SMALL_STATE(4187)] = 171649, + [SMALL_STATE(4188)] = 171657, + [SMALL_STATE(4189)] = 171667, + [SMALL_STATE(4190)] = 171675, + [SMALL_STATE(4191)] = 171683, + [SMALL_STATE(4192)] = 171691, + [SMALL_STATE(4193)] = 171701, + [SMALL_STATE(4194)] = 171711, + [SMALL_STATE(4195)] = 171721, + [SMALL_STATE(4196)] = 171731, + [SMALL_STATE(4197)] = 171739, + [SMALL_STATE(4198)] = 171749, + [SMALL_STATE(4199)] = 171759, + [SMALL_STATE(4200)] = 171767, + [SMALL_STATE(4201)] = 171775, + [SMALL_STATE(4202)] = 171785, + [SMALL_STATE(4203)] = 171795, + [SMALL_STATE(4204)] = 171803, + [SMALL_STATE(4205)] = 171811, + [SMALL_STATE(4206)] = 171821, + [SMALL_STATE(4207)] = 171831, + [SMALL_STATE(4208)] = 171841, + [SMALL_STATE(4209)] = 171851, + [SMALL_STATE(4210)] = 171859, + [SMALL_STATE(4211)] = 171869, + [SMALL_STATE(4212)] = 171877, + [SMALL_STATE(4213)] = 171887, + [SMALL_STATE(4214)] = 171897, + [SMALL_STATE(4215)] = 171907, + [SMALL_STATE(4216)] = 171917, + [SMALL_STATE(4217)] = 171927, + [SMALL_STATE(4218)] = 171937, + [SMALL_STATE(4219)] = 171945, + [SMALL_STATE(4220)] = 171953, + [SMALL_STATE(4221)] = 171963, + [SMALL_STATE(4222)] = 171970, + [SMALL_STATE(4223)] = 171977, + [SMALL_STATE(4224)] = 171984, + [SMALL_STATE(4225)] = 171991, + [SMALL_STATE(4226)] = 171998, + [SMALL_STATE(4227)] = 172005, + [SMALL_STATE(4228)] = 172012, + [SMALL_STATE(4229)] = 172019, + [SMALL_STATE(4230)] = 172026, + [SMALL_STATE(4231)] = 172033, + [SMALL_STATE(4232)] = 172040, + [SMALL_STATE(4233)] = 172047, + [SMALL_STATE(4234)] = 172054, + [SMALL_STATE(4235)] = 172061, + [SMALL_STATE(4236)] = 172068, + [SMALL_STATE(4237)] = 172075, + [SMALL_STATE(4238)] = 172082, + [SMALL_STATE(4239)] = 172089, + [SMALL_STATE(4240)] = 172096, + [SMALL_STATE(4241)] = 172103, + [SMALL_STATE(4242)] = 172110, + [SMALL_STATE(4243)] = 172117, + [SMALL_STATE(4244)] = 172124, + [SMALL_STATE(4245)] = 172131, + [SMALL_STATE(4246)] = 172138, + [SMALL_STATE(4247)] = 172145, + [SMALL_STATE(4248)] = 172152, + [SMALL_STATE(4249)] = 172159, + [SMALL_STATE(4250)] = 172166, + [SMALL_STATE(4251)] = 172173, + [SMALL_STATE(4252)] = 172180, + [SMALL_STATE(4253)] = 172187, + [SMALL_STATE(4254)] = 172194, + [SMALL_STATE(4255)] = 172201, + [SMALL_STATE(4256)] = 172208, + [SMALL_STATE(4257)] = 172215, + [SMALL_STATE(4258)] = 172222, + [SMALL_STATE(4259)] = 172229, + [SMALL_STATE(4260)] = 172236, + [SMALL_STATE(4261)] = 172243, + [SMALL_STATE(4262)] = 172250, + [SMALL_STATE(4263)] = 172257, + [SMALL_STATE(4264)] = 172264, + [SMALL_STATE(4265)] = 172271, + [SMALL_STATE(4266)] = 172278, + [SMALL_STATE(4267)] = 172285, + [SMALL_STATE(4268)] = 172292, + [SMALL_STATE(4269)] = 172299, + [SMALL_STATE(4270)] = 172306, + [SMALL_STATE(4271)] = 172313, + [SMALL_STATE(4272)] = 172320, + [SMALL_STATE(4273)] = 172327, + [SMALL_STATE(4274)] = 172334, + [SMALL_STATE(4275)] = 172341, + [SMALL_STATE(4276)] = 172348, + [SMALL_STATE(4277)] = 172355, + [SMALL_STATE(4278)] = 172362, + [SMALL_STATE(4279)] = 172369, + [SMALL_STATE(4280)] = 172376, + [SMALL_STATE(4281)] = 172383, + [SMALL_STATE(4282)] = 172390, + [SMALL_STATE(4283)] = 172397, + [SMALL_STATE(4284)] = 172404, + [SMALL_STATE(4285)] = 172411, + [SMALL_STATE(4286)] = 172418, + [SMALL_STATE(4287)] = 172425, + [SMALL_STATE(4288)] = 172432, + [SMALL_STATE(4289)] = 172439, + [SMALL_STATE(4290)] = 172446, + [SMALL_STATE(4291)] = 172453, + [SMALL_STATE(4292)] = 172460, + [SMALL_STATE(4293)] = 172467, + [SMALL_STATE(4294)] = 172474, + [SMALL_STATE(4295)] = 172481, + [SMALL_STATE(4296)] = 172488, + [SMALL_STATE(4297)] = 172495, + [SMALL_STATE(4298)] = 172502, + [SMALL_STATE(4299)] = 172509, + [SMALL_STATE(4300)] = 172516, + [SMALL_STATE(4301)] = 172523, + [SMALL_STATE(4302)] = 172530, + [SMALL_STATE(4303)] = 172537, + [SMALL_STATE(4304)] = 172544, + [SMALL_STATE(4305)] = 172551, + [SMALL_STATE(4306)] = 172558, + [SMALL_STATE(4307)] = 172565, + [SMALL_STATE(4308)] = 172572, + [SMALL_STATE(4309)] = 172579, + [SMALL_STATE(4310)] = 172586, + [SMALL_STATE(4311)] = 172593, + [SMALL_STATE(4312)] = 172600, + [SMALL_STATE(4313)] = 172607, + [SMALL_STATE(4314)] = 172614, + [SMALL_STATE(4315)] = 172621, + [SMALL_STATE(4316)] = 172628, + [SMALL_STATE(4317)] = 172635, + [SMALL_STATE(4318)] = 172642, + [SMALL_STATE(4319)] = 172649, + [SMALL_STATE(4320)] = 172656, + [SMALL_STATE(4321)] = 172663, + [SMALL_STATE(4322)] = 172670, + [SMALL_STATE(4323)] = 172677, + [SMALL_STATE(4324)] = 172684, + [SMALL_STATE(4325)] = 172691, + [SMALL_STATE(4326)] = 172698, + [SMALL_STATE(4327)] = 172705, + [SMALL_STATE(4328)] = 172712, + [SMALL_STATE(4329)] = 172719, + [SMALL_STATE(4330)] = 172726, + [SMALL_STATE(4331)] = 172733, + [SMALL_STATE(4332)] = 172740, + [SMALL_STATE(4333)] = 172747, + [SMALL_STATE(4334)] = 172754, + [SMALL_STATE(4335)] = 172761, + [SMALL_STATE(4336)] = 172768, + [SMALL_STATE(4337)] = 172775, + [SMALL_STATE(4338)] = 172782, + [SMALL_STATE(4339)] = 172789, + [SMALL_STATE(4340)] = 172796, + [SMALL_STATE(4341)] = 172803, + [SMALL_STATE(4342)] = 172810, + [SMALL_STATE(4343)] = 172817, + [SMALL_STATE(4344)] = 172824, + [SMALL_STATE(4345)] = 172831, + [SMALL_STATE(4346)] = 172838, + [SMALL_STATE(4347)] = 172845, + [SMALL_STATE(4348)] = 172852, + [SMALL_STATE(4349)] = 172859, + [SMALL_STATE(4350)] = 172866, + [SMALL_STATE(4351)] = 172873, + [SMALL_STATE(4352)] = 172880, + [SMALL_STATE(4353)] = 172887, + [SMALL_STATE(4354)] = 172894, + [SMALL_STATE(4355)] = 172901, + [SMALL_STATE(4356)] = 172908, + [SMALL_STATE(4357)] = 172915, + [SMALL_STATE(4358)] = 172922, + [SMALL_STATE(4359)] = 172929, + [SMALL_STATE(4360)] = 172936, + [SMALL_STATE(4361)] = 172943, + [SMALL_STATE(4362)] = 172950, + [SMALL_STATE(4363)] = 172957, + [SMALL_STATE(4364)] = 172964, + [SMALL_STATE(4365)] = 172971, + [SMALL_STATE(4366)] = 172978, + [SMALL_STATE(4367)] = 172985, + [SMALL_STATE(4368)] = 172992, + [SMALL_STATE(4369)] = 172999, + [SMALL_STATE(4370)] = 173006, + [SMALL_STATE(4371)] = 173013, + [SMALL_STATE(4372)] = 173020, + [SMALL_STATE(4373)] = 173027, + [SMALL_STATE(4374)] = 173034, + [SMALL_STATE(4375)] = 173041, + [SMALL_STATE(4376)] = 173048, + [SMALL_STATE(4377)] = 173055, + [SMALL_STATE(4378)] = 173062, + [SMALL_STATE(4379)] = 173069, + [SMALL_STATE(4380)] = 173076, + [SMALL_STATE(4381)] = 173083, + [SMALL_STATE(4382)] = 173090, + [SMALL_STATE(4383)] = 173097, + [SMALL_STATE(4384)] = 173104, + [SMALL_STATE(4385)] = 173111, + [SMALL_STATE(4386)] = 173118, + [SMALL_STATE(4387)] = 173125, + [SMALL_STATE(4388)] = 173132, + [SMALL_STATE(4389)] = 173139, + [SMALL_STATE(4390)] = 173146, + [SMALL_STATE(4391)] = 173153, + [SMALL_STATE(4392)] = 173160, + [SMALL_STATE(4393)] = 173167, + [SMALL_STATE(4394)] = 173174, + [SMALL_STATE(4395)] = 173181, + [SMALL_STATE(4396)] = 173188, + [SMALL_STATE(4397)] = 173195, + [SMALL_STATE(4398)] = 173202, + [SMALL_STATE(4399)] = 173209, + [SMALL_STATE(4400)] = 173216, + [SMALL_STATE(4401)] = 173223, + [SMALL_STATE(4402)] = 173230, + [SMALL_STATE(4403)] = 173237, + [SMALL_STATE(4404)] = 173244, + [SMALL_STATE(4405)] = 173251, + [SMALL_STATE(4406)] = 173258, + [SMALL_STATE(4407)] = 173265, + [SMALL_STATE(4408)] = 173272, + [SMALL_STATE(4409)] = 173279, + [SMALL_STATE(4410)] = 173286, + [SMALL_STATE(4411)] = 173293, + [SMALL_STATE(4412)] = 173300, + [SMALL_STATE(4413)] = 173307, + [SMALL_STATE(4414)] = 173314, + [SMALL_STATE(4415)] = 173321, + [SMALL_STATE(4416)] = 173328, + [SMALL_STATE(4417)] = 173335, + [SMALL_STATE(4418)] = 173342, + [SMALL_STATE(4419)] = 173349, + [SMALL_STATE(4420)] = 173356, + [SMALL_STATE(4421)] = 173363, + [SMALL_STATE(4422)] = 173370, + [SMALL_STATE(4423)] = 173377, + [SMALL_STATE(4424)] = 173384, + [SMALL_STATE(4425)] = 173391, + [SMALL_STATE(4426)] = 173398, + [SMALL_STATE(4427)] = 173405, + [SMALL_STATE(4428)] = 173412, + [SMALL_STATE(4429)] = 173419, + [SMALL_STATE(4430)] = 173426, + [SMALL_STATE(4431)] = 173433, + [SMALL_STATE(4432)] = 173440, + [SMALL_STATE(4433)] = 173447, + [SMALL_STATE(4434)] = 173454, + [SMALL_STATE(4435)] = 173461, + [SMALL_STATE(4436)] = 173468, + [SMALL_STATE(4437)] = 173475, + [SMALL_STATE(4438)] = 173482, + [SMALL_STATE(4439)] = 173489, + [SMALL_STATE(4440)] = 173496, + [SMALL_STATE(4441)] = 173503, + [SMALL_STATE(4442)] = 173510, + [SMALL_STATE(4443)] = 173517, + [SMALL_STATE(4444)] = 173524, + [SMALL_STATE(4445)] = 173531, + [SMALL_STATE(4446)] = 173538, + [SMALL_STATE(4447)] = 173545, + [SMALL_STATE(4448)] = 173552, + [SMALL_STATE(4449)] = 173559, + [SMALL_STATE(4450)] = 173566, + [SMALL_STATE(4451)] = 173573, + [SMALL_STATE(4452)] = 173580, + [SMALL_STATE(4453)] = 173587, + [SMALL_STATE(4454)] = 173594, + [SMALL_STATE(4455)] = 173601, + [SMALL_STATE(4456)] = 173608, + [SMALL_STATE(4457)] = 173615, + [SMALL_STATE(4458)] = 173622, + [SMALL_STATE(4459)] = 173629, + [SMALL_STATE(4460)] = 173636, + [SMALL_STATE(4461)] = 173643, + [SMALL_STATE(4462)] = 173650, + [SMALL_STATE(4463)] = 173657, + [SMALL_STATE(4464)] = 173664, + [SMALL_STATE(4465)] = 173671, + [SMALL_STATE(4466)] = 173678, + [SMALL_STATE(4467)] = 173685, + [SMALL_STATE(4468)] = 173692, + [SMALL_STATE(4469)] = 173699, + [SMALL_STATE(4470)] = 173706, + [SMALL_STATE(4471)] = 173713, + [SMALL_STATE(4472)] = 173720, + [SMALL_STATE(4473)] = 173727, + [SMALL_STATE(4474)] = 173734, + [SMALL_STATE(4475)] = 173741, + [SMALL_STATE(4476)] = 173748, + [SMALL_STATE(4477)] = 173755, + [SMALL_STATE(4478)] = 173762, + [SMALL_STATE(4479)] = 173769, + [SMALL_STATE(4480)] = 173776, + [SMALL_STATE(4481)] = 173783, + [SMALL_STATE(4482)] = 173790, + [SMALL_STATE(4483)] = 173797, + [SMALL_STATE(4484)] = 173804, + [SMALL_STATE(4485)] = 173811, + [SMALL_STATE(4486)] = 173818, + [SMALL_STATE(4487)] = 173825, + [SMALL_STATE(4488)] = 173832, + [SMALL_STATE(4489)] = 173839, + [SMALL_STATE(4490)] = 173846, + [SMALL_STATE(4491)] = 173853, + [SMALL_STATE(4492)] = 173860, + [SMALL_STATE(4493)] = 173867, + [SMALL_STATE(4494)] = 173874, + [SMALL_STATE(4495)] = 173881, + [SMALL_STATE(4496)] = 173888, + [SMALL_STATE(4497)] = 173895, + [SMALL_STATE(4498)] = 173902, + [SMALL_STATE(4499)] = 173909, + [SMALL_STATE(4500)] = 173916, + [SMALL_STATE(4501)] = 173923, + [SMALL_STATE(4502)] = 173930, + [SMALL_STATE(4503)] = 173937, + [SMALL_STATE(4504)] = 173944, + [SMALL_STATE(4505)] = 173951, + [SMALL_STATE(4506)] = 173958, + [SMALL_STATE(4507)] = 173965, + [SMALL_STATE(4508)] = 173972, + [SMALL_STATE(4509)] = 173979, + [SMALL_STATE(4510)] = 173986, + [SMALL_STATE(4511)] = 173993, + [SMALL_STATE(4512)] = 174000, + [SMALL_STATE(4513)] = 174007, + [SMALL_STATE(4514)] = 174014, + [SMALL_STATE(4515)] = 174021, + [SMALL_STATE(4516)] = 174028, + [SMALL_STATE(4517)] = 174035, + [SMALL_STATE(4518)] = 174042, + [SMALL_STATE(4519)] = 174049, + [SMALL_STATE(4520)] = 174056, + [SMALL_STATE(4521)] = 174063, + [SMALL_STATE(4522)] = 174070, + [SMALL_STATE(4523)] = 174077, + [SMALL_STATE(4524)] = 174084, + [SMALL_STATE(4525)] = 174091, + [SMALL_STATE(4526)] = 174098, + [SMALL_STATE(4527)] = 174105, + [SMALL_STATE(4528)] = 174112, + [SMALL_STATE(4529)] = 174119, + [SMALL_STATE(4530)] = 174126, + [SMALL_STATE(4531)] = 174133, + [SMALL_STATE(4532)] = 174140, + [SMALL_STATE(4533)] = 174147, + [SMALL_STATE(4534)] = 174154, + [SMALL_STATE(4535)] = 174161, + [SMALL_STATE(4536)] = 174168, + [SMALL_STATE(4537)] = 174175, + [SMALL_STATE(4538)] = 174182, + [SMALL_STATE(4539)] = 174189, + [SMALL_STATE(4540)] = 174196, + [SMALL_STATE(4541)] = 174203, + [SMALL_STATE(4542)] = 174210, + [SMALL_STATE(4543)] = 174217, + [SMALL_STATE(4544)] = 174224, + [SMALL_STATE(4545)] = 174231, + [SMALL_STATE(4546)] = 174238, + [SMALL_STATE(4547)] = 174245, + [SMALL_STATE(4548)] = 174252, + [SMALL_STATE(4549)] = 174259, + [SMALL_STATE(4550)] = 174266, + [SMALL_STATE(4551)] = 174273, + [SMALL_STATE(4552)] = 174280, + [SMALL_STATE(4553)] = 174287, + [SMALL_STATE(4554)] = 174294, + [SMALL_STATE(4555)] = 174301, + [SMALL_STATE(4556)] = 174308, + [SMALL_STATE(4557)] = 174315, + [SMALL_STATE(4558)] = 174322, + [SMALL_STATE(4559)] = 174329, + [SMALL_STATE(4560)] = 174336, + [SMALL_STATE(4561)] = 174343, + [SMALL_STATE(4562)] = 174350, + [SMALL_STATE(4563)] = 174357, + [SMALL_STATE(4564)] = 174364, + [SMALL_STATE(4565)] = 174371, + [SMALL_STATE(4566)] = 174378, + [SMALL_STATE(4567)] = 174385, + [SMALL_STATE(4568)] = 174392, + [SMALL_STATE(4569)] = 174399, + [SMALL_STATE(4570)] = 174406, + [SMALL_STATE(4571)] = 174413, + [SMALL_STATE(4572)] = 174420, + [SMALL_STATE(4573)] = 174427, + [SMALL_STATE(4574)] = 174434, + [SMALL_STATE(4575)] = 174441, + [SMALL_STATE(4576)] = 174448, + [SMALL_STATE(4577)] = 174455, + [SMALL_STATE(4578)] = 174462, + [SMALL_STATE(4579)] = 174469, + [SMALL_STATE(4580)] = 174476, + [SMALL_STATE(4581)] = 174483, + [SMALL_STATE(4582)] = 174490, + [SMALL_STATE(4583)] = 174497, + [SMALL_STATE(4584)] = 174504, + [SMALL_STATE(4585)] = 174511, + [SMALL_STATE(4586)] = 174518, + [SMALL_STATE(4587)] = 174525, + [SMALL_STATE(4588)] = 174532, + [SMALL_STATE(4589)] = 174539, + [SMALL_STATE(4590)] = 174546, + [SMALL_STATE(4591)] = 174553, + [SMALL_STATE(4592)] = 174560, + [SMALL_STATE(4593)] = 174567, + [SMALL_STATE(4594)] = 174574, + [SMALL_STATE(4595)] = 174581, + [SMALL_STATE(4596)] = 174588, + [SMALL_STATE(4597)] = 174595, + [SMALL_STATE(4598)] = 174602, + [SMALL_STATE(4599)] = 174609, + [SMALL_STATE(4600)] = 174616, + [SMALL_STATE(4601)] = 174623, + [SMALL_STATE(4602)] = 174630, + [SMALL_STATE(4603)] = 174637, + [SMALL_STATE(4604)] = 174644, + [SMALL_STATE(4605)] = 174651, + [SMALL_STATE(4606)] = 174658, + [SMALL_STATE(4607)] = 174665, + [SMALL_STATE(4608)] = 174672, + [SMALL_STATE(4609)] = 174679, + [SMALL_STATE(4610)] = 174686, + [SMALL_STATE(4611)] = 174693, + [SMALL_STATE(4612)] = 174700, + [SMALL_STATE(4613)] = 174707, + [SMALL_STATE(4614)] = 174714, + [SMALL_STATE(4615)] = 174721, + [SMALL_STATE(4616)] = 174728, + [SMALL_STATE(4617)] = 174735, + [SMALL_STATE(4618)] = 174742, + [SMALL_STATE(4619)] = 174749, + [SMALL_STATE(4620)] = 174756, + [SMALL_STATE(4621)] = 174763, + [SMALL_STATE(4622)] = 174770, + [SMALL_STATE(4623)] = 174777, + [SMALL_STATE(4624)] = 174784, + [SMALL_STATE(4625)] = 174791, + [SMALL_STATE(4626)] = 174798, + [SMALL_STATE(4627)] = 174805, + [SMALL_STATE(4628)] = 174812, + [SMALL_STATE(4629)] = 174819, + [SMALL_STATE(4630)] = 174826, + [SMALL_STATE(4631)] = 174833, + [SMALL_STATE(4632)] = 174840, + [SMALL_STATE(4633)] = 174847, + [SMALL_STATE(4634)] = 174854, + [SMALL_STATE(4635)] = 174861, + [SMALL_STATE(4636)] = 174868, + [SMALL_STATE(4637)] = 174875, + [SMALL_STATE(4638)] = 174882, + [SMALL_STATE(4639)] = 174889, + [SMALL_STATE(4640)] = 174896, + [SMALL_STATE(4641)] = 174903, + [SMALL_STATE(4642)] = 174910, + [SMALL_STATE(4643)] = 174917, + [SMALL_STATE(4644)] = 174924, + [SMALL_STATE(4645)] = 174931, + [SMALL_STATE(4646)] = 174938, + [SMALL_STATE(4647)] = 174945, + [SMALL_STATE(4648)] = 174952, + [SMALL_STATE(4649)] = 174959, + [SMALL_STATE(4650)] = 174966, + [SMALL_STATE(4651)] = 174973, + [SMALL_STATE(4652)] = 174980, + [SMALL_STATE(4653)] = 174987, + [SMALL_STATE(4654)] = 174994, + [SMALL_STATE(4655)] = 175001, + [SMALL_STATE(4656)] = 175008, + [SMALL_STATE(4657)] = 175015, + [SMALL_STATE(4658)] = 175022, + [SMALL_STATE(4659)] = 175029, + [SMALL_STATE(4660)] = 175036, + [SMALL_STATE(4661)] = 175043, + [SMALL_STATE(4662)] = 175050, + [SMALL_STATE(4663)] = 175057, + [SMALL_STATE(4664)] = 175064, + [SMALL_STATE(4665)] = 175071, + [SMALL_STATE(4666)] = 175078, + [SMALL_STATE(4667)] = 175085, + [SMALL_STATE(4668)] = 175092, + [SMALL_STATE(4669)] = 175099, + [SMALL_STATE(4670)] = 175106, + [SMALL_STATE(4671)] = 175113, + [SMALL_STATE(4672)] = 175120, + [SMALL_STATE(4673)] = 175127, + [SMALL_STATE(4674)] = 175134, + [SMALL_STATE(4675)] = 175141, + [SMALL_STATE(4676)] = 175148, + [SMALL_STATE(4677)] = 175155, + [SMALL_STATE(4678)] = 175162, + [SMALL_STATE(4679)] = 175169, + [SMALL_STATE(4680)] = 175176, + [SMALL_STATE(4681)] = 175183, + [SMALL_STATE(4682)] = 175190, + [SMALL_STATE(4683)] = 175197, + [SMALL_STATE(4684)] = 175204, + [SMALL_STATE(4685)] = 175211, + [SMALL_STATE(4686)] = 175218, + [SMALL_STATE(4687)] = 175225, + [SMALL_STATE(4688)] = 175232, + [SMALL_STATE(4689)] = 175239, + [SMALL_STATE(4690)] = 175246, + [SMALL_STATE(4691)] = 175253, + [SMALL_STATE(4692)] = 175260, + [SMALL_STATE(4693)] = 175267, + [SMALL_STATE(4694)] = 175274, + [SMALL_STATE(4695)] = 175281, + [SMALL_STATE(4696)] = 175288, + [SMALL_STATE(4697)] = 175295, + [SMALL_STATE(4698)] = 175302, + [SMALL_STATE(4699)] = 175309, + [SMALL_STATE(4700)] = 175316, + [SMALL_STATE(4701)] = 175323, + [SMALL_STATE(4702)] = 175330, + [SMALL_STATE(4703)] = 175337, + [SMALL_STATE(4704)] = 175344, + [SMALL_STATE(4705)] = 175351, + [SMALL_STATE(4706)] = 175358, + [SMALL_STATE(4707)] = 175365, + [SMALL_STATE(4708)] = 175372, + [SMALL_STATE(4709)] = 175379, + [SMALL_STATE(4710)] = 175386, + [SMALL_STATE(4711)] = 175393, + [SMALL_STATE(4712)] = 175400, + [SMALL_STATE(4713)] = 175407, + [SMALL_STATE(4714)] = 175414, + [SMALL_STATE(4715)] = 175421, + [SMALL_STATE(4716)] = 175428, + [SMALL_STATE(4717)] = 175435, + [SMALL_STATE(4718)] = 175442, + [SMALL_STATE(4719)] = 175449, + [SMALL_STATE(4720)] = 175456, + [SMALL_STATE(4721)] = 175463, + [SMALL_STATE(4722)] = 175470, + [SMALL_STATE(4723)] = 175477, + [SMALL_STATE(4724)] = 175484, + [SMALL_STATE(4725)] = 175491, + [SMALL_STATE(4726)] = 175498, + [SMALL_STATE(4727)] = 175505, + [SMALL_STATE(4728)] = 175512, + [SMALL_STATE(4729)] = 175519, + [SMALL_STATE(4730)] = 175526, + [SMALL_STATE(4731)] = 175533, + [SMALL_STATE(4732)] = 175540, + [SMALL_STATE(4733)] = 175547, + [SMALL_STATE(4734)] = 175554, + [SMALL_STATE(4735)] = 175561, + [SMALL_STATE(4736)] = 175568, + [SMALL_STATE(4737)] = 175575, + [SMALL_STATE(4738)] = 175582, + [SMALL_STATE(4739)] = 175589, + [SMALL_STATE(4740)] = 175596, + [SMALL_STATE(4741)] = 175603, + [SMALL_STATE(4742)] = 175610, + [SMALL_STATE(4743)] = 175617, + [SMALL_STATE(4744)] = 175624, + [SMALL_STATE(4745)] = 175631, + [SMALL_STATE(4746)] = 175638, + [SMALL_STATE(4747)] = 175645, + [SMALL_STATE(4748)] = 175652, + [SMALL_STATE(4749)] = 175659, + [SMALL_STATE(4750)] = 175666, + [SMALL_STATE(4751)] = 175673, + [SMALL_STATE(4752)] = 175680, + [SMALL_STATE(4753)] = 175687, + [SMALL_STATE(4754)] = 175694, + [SMALL_STATE(4755)] = 175701, + [SMALL_STATE(4756)] = 175708, + [SMALL_STATE(4757)] = 175715, + [SMALL_STATE(4758)] = 175722, + [SMALL_STATE(4759)] = 175729, + [SMALL_STATE(4760)] = 175736, + [SMALL_STATE(4761)] = 175743, + [SMALL_STATE(4762)] = 175750, + [SMALL_STATE(4763)] = 175757, + [SMALL_STATE(4764)] = 175764, + [SMALL_STATE(4765)] = 175771, + [SMALL_STATE(4766)] = 175778, + [SMALL_STATE(4767)] = 175785, + [SMALL_STATE(4768)] = 175792, + [SMALL_STATE(4769)] = 175799, + [SMALL_STATE(4770)] = 175806, + [SMALL_STATE(4771)] = 175813, + [SMALL_STATE(4772)] = 175820, + [SMALL_STATE(4773)] = 175827, + [SMALL_STATE(4774)] = 175834, + [SMALL_STATE(4775)] = 175841, + [SMALL_STATE(4776)] = 175848, + [SMALL_STATE(4777)] = 175855, + [SMALL_STATE(4778)] = 175862, + [SMALL_STATE(4779)] = 175869, + [SMALL_STATE(4780)] = 175876, + [SMALL_STATE(4781)] = 175883, + [SMALL_STATE(4782)] = 175890, + [SMALL_STATE(4783)] = 175897, + [SMALL_STATE(4784)] = 175904, + [SMALL_STATE(4785)] = 175911, + [SMALL_STATE(4786)] = 175918, + [SMALL_STATE(4787)] = 175925, + [SMALL_STATE(4788)] = 175932, + [SMALL_STATE(4789)] = 175939, + [SMALL_STATE(4790)] = 175946, + [SMALL_STATE(4791)] = 175953, + [SMALL_STATE(4792)] = 175960, + [SMALL_STATE(4793)] = 175967, + [SMALL_STATE(4794)] = 175974, + [SMALL_STATE(4795)] = 175981, + [SMALL_STATE(4796)] = 175988, + [SMALL_STATE(4797)] = 175995, + [SMALL_STATE(4798)] = 176002, + [SMALL_STATE(4799)] = 176009, + [SMALL_STATE(4800)] = 176016, + [SMALL_STATE(4801)] = 176023, + [SMALL_STATE(4802)] = 176030, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -198070,4725 +207074,4888 @@ 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), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4795), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), [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), - [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), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4792), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), [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), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [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), - [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), - [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), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), [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), - [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), - [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), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), + [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(1290), + [196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), + [206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4113), + [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 1), + [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), + [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2374), + [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), + [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), + [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), + [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), + [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), + [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), + [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4137), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4172), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), [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), - [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), - [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), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4163), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4793), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), + [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), + [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), + [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 97), + [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 77), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 56), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 41), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 57), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(761), + [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4136), + [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4795), + [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2304), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2234), + [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2234), + [565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(266), + [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(285), + [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), + [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(286), + [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2204), + [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4793), + [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(228), + [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(543), + [588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(16), + [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(1136), + [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(479), + [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(527), + [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3565), + [603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(759), + [606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3405), + [609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(766), + [612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(779), + [615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4122), + [618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2765), + [621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(146), + [624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(150), + [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(154), + [630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(125), + [633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3717), + [636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4089), + [639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(768), + [642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4739), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 73), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 100), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 42), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4162), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3173), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), [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), - [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), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), + [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4796), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), + [841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), + [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(761), + [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4136), + [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4795), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2304), + [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2234), + [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2234), + [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(266), [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), - [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), - [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), + [875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(286), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2204), + [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4793), + [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(228), + [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(543), + [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(16), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(1136), + [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(479), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(527), + [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3565), + [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(759), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3405), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(766), + [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(779), + [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4122), + [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2765), + [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(146), + [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(150), + [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(154), + [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(125), + [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3717), + [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4089), + [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(768), + [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4739), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4799), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3659), + [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4216), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), + [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), [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(358), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), [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), - [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), - [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), - [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), - [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), - [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), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [1159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), + [1161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), + [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2360), + [1166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2360), + [1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1), + [1171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1), + [1178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), + [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2), + [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4791), + [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 1), + [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 1), + [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2329), + [1197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2329), + [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, .production_id = 31), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, .production_id = 31), + [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_translated_string, 2), + [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translated_string, 2), + [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3), + [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3), + [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_process_substitution, 3), + [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_substitution, 3), + [1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expression, 5), + [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expression, 5), + [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 3), + [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 3), + [1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 22), + [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 22), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 4), + [1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 4), + [1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 4), + [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 4), + [1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3, .production_id = 27), + [1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3, .production_id = 27), + [1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1), + [1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1), + [1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 2), + [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 2), + [1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, .production_id = 9), + [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, .production_id = 9), + [1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2), + [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2), + [1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 2), + [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 2), + [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), + [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), + [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(388), + [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(393), + [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2469), + [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4274), + [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(419), + [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), [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), - [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), + [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 16), + [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), + [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 16), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), + [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), [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), - [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), - [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), - [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), - [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), + [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .production_id = 2), + [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .production_id = 2), + [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(681), + [1356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2429), + [1359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), + [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), + [1363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3620), + [1366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(714), + [1369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3509), + [1372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(824), + [1375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4147), + [1378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2728), + [1381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(187), + [1384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(188), + [1387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(193), + [1390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(112), + [1393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(426), + [1396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4099), + [1399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(684), + [1402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4782), + [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), + [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 2), + [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 2), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), + [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), + [1441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [1443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), + [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [1447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), + [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 1), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 1), + [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), + [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), + [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), + [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), + [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), + [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), + [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(633), + [1504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2426), + [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2159), + [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [1514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3641), + [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(642), + [1520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3423), + [1523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(606), + [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4179), + [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2701), + [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(148), + [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(149), + [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(151), + [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(98), + [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(629), + [1547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(864), + [1550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4779), + [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 15), + [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 15), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), + [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), + [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [1583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), + [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 35), + [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 35), + [1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(747), + [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2445), + [1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3654), + [1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(826), + [1625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3400), + [1628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(965), + [1631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4173), + [1634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2774), + [1637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(239), + [1640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(244), + [1643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(246), + [1646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(169), + [1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(440), + [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4068), + [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(748), + [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4788), + [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), + [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3570), + [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), + [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), + [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), + [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), + [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), + [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(688), + [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2433), + [1699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2156), + [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3542), + [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(666), + [1708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3490), + [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(721), + [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4162), + [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2772), + [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(214), + [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(216), + [1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(218), + [1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(136), + [1732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(686), + [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(983), + [1738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4785), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [1745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(905), + [1748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2376), + [1751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3570), + [1754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(930), + [1757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3487), + [1760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1012), + [1763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4192), + [1766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2713), + [1769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(234), + [1772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(236), + [1775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(237), + [1778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(233), + [1781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(449), + [1784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4108), + [1787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(851), + [1790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4755), + [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), + [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), + [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), + [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), + [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2660), + [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [1837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(882), + [1840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2387), + [1843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3577), + [1846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(847), + [1849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3466), + [1852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1111), + [1855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4186), + [1858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2660), + [1861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(199), + [1864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(194), + [1867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(191), + [1870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(271), + [1873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(458), + [1876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4022), + [1879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(884), + [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4760), + [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [1889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(832), + [1892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2430), + [1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [1899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3648), + [1902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(833), + [1905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3516), + [1908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(890), + [1911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4150), + [1914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2751), + [1917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(195), + [1920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(197), + [1923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(198), + [1926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(120), + [1929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(461), + [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(827), + [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4783), + [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [1948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(753), + [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2503), + [1954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2158), + [1957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3661), + [1960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(802), + [1963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3402), + [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(745), + [1969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4164), + [1972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2666), + [1975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(196), + [1978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(189), + [1981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(181), + [1984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(180), + [1987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(758), + [1990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1132), + [1993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4801), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 2), + [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 2), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), + [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), + [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), + [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [2034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1079), + [2037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1055), + [2040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(472), + [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4004), + [2046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1082), + [2049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(816), + [2052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2304), + [2055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2157), + [2058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3565), + [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(831), + [2064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3405), + [2067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(779), + [2070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4122), + [2073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2765), + [2076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(146), + [2079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(150), + [2082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(154), + [2085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(125), + [2088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(813), + [2091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1248), + [2094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4739), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 1), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 1), + [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3616), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), + [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), + [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [2137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(919), + [2140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2176), + [2143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(873), + [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(917), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [2159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(963), + [2162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2446), + [2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3616), + [2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(849), + [2171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3436), + [2174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1097), + [2177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4148), + [2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2771), + [2183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(251), + [2186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(278), + [2189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(277), + [2192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(177), + [2195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(496), + [2198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(960), + [2201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4789), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), + [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), + [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), + [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), + [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), + [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), + [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), + [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), + [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), + [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [2288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1039), + [2291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2377), + [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3537), + [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1011), + [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3515), + [2303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1178), + [2306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4176), + [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2709), + [2312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(240), + [2315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(241), + [2318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(243), + [2321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(238), + [2324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(508), + [2327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1040), + [2330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4756), + [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [2335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1075), + [2338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2346), + [2341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3596), + [2344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1086), + [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3456), + [2350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1120), + [2353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4210), + [2356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2657), + [2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(175), + [2362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(63), + [2365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(170), + [2368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(276), + [2371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(512), + [2374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1076), + [2377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4761), + [2380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [2386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [2396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), + [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), + [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 3), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 3), + [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2), + [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2), + [2424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1375), + [2427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1358), + [2430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(525), + [2433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4065), + [2436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1385), + [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), + [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1195), + [2460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1209), + [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(529), + [2466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1286), + [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), + [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [2529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1498), + [2532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2394), + [2535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3639), + [2538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1552), + [2541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3403), + [2544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1498), + [2547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1595), + [2550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4139), + [2553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2635), + [2556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(104), + [2559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(210), + [2562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(202), + [2565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(190), + [2568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(550), + [2571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3982), + [2574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1505), + [2577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4765), + [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [2590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1298), + [2593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2181), + [2596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1315), + [2599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1299), + [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1), + [2606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), + [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4080), + [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), + [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4643), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), + [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [2637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1352), + [2640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2396), + [2643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2160), + [2646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3659), + [2649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1395), + [2652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3441), + [2655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1352), + [2658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1466), + [2661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4216), + [2664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2624), + [2667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(261), + [2670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(260), + [2673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(253), + [2676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(157), + [2679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1412), + [2682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1707), + [2685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4767), + [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 1), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [2696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4090), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [2707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4233), + [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [2732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1497), + [2735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1521), + [2738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(591), + [2741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1495), + [2744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2279), + [2747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2279), + [2750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4016), + [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4604), + [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), + [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4070), + [2804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [2808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 1), + [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [2824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [2828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2301), + [2831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2301), + [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), + [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [2848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1686), + [2851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2395), + [2854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3563), + [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1647), + [2860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3422), + [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1686), + [2866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1693), + [2869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4146), + [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2628), + [2875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(82), + [2878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(92), + [2881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(99), + [2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(166), + [2887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(626), + [2890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1687), + [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4766), + [2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 13), + [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 13), + [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4566), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 32), + [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 32), + [2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4086), + [2918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), + [2928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [2934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3990), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), + [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [2967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(738), + [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [2976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2375), + [2979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2375), + [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 20), + [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 20), + [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [3016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2282), + [3019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2282), + [3022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4606), + [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [3029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [3031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [3037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2340), + [3040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2340), + [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), [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), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [3069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4794), + [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), + [3076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [3078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2287), + [3081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2287), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [3088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2318), + [3091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2318), + [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 7), + [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 7), + [3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [3102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2281), + [3105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2281), + [3108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(855), + [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 18), + [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 18), + [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [3127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4797), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [3144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [3162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1048), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [3177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2357), + [3180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2357), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [3191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1085), + [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [3196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2320), + [3199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2320), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2422), + [3211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2422), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [3230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(990), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [3239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2277), + [3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2277), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [3259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3983), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [3272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1263), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [3279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2381), + [3282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2381), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [3295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2310), + [3298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2310), + [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), + [3303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2316), + [3306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2316), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), + [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [3321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), + [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [3331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1160), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [3336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2348), + [3339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2348), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_pipeline, 2), + [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_expression, 2, .production_id = 61), + [3350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1134), + [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 1), + [3355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 1), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1308), + [3370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4800), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [3385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4003), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [3406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2), + [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2), + [3410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1341), + [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1339), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [3436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1303), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [3443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [3451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4476), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [3461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2456), + [3470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1454), + [3473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1427), + [3476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2308), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [3485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1366), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [3490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1351), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), + [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), + [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), + [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3794), + [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), + [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), + [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), + [3537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3908), + [3540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(339), + [3543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3235), + [3546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3774), + [3549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3448), + [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [3564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2291), + [3567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1131), + [3570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4169), + [3573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1034), + [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2975), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [3588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1124), + [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), + [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), + [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [3599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [3603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(604), + [3606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2175), + [3609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3270), + [3612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1657), + [3615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [3621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3741), + [3624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1208), + [3627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3217), + [3630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(914), + [3633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(364), + [3636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(805), + [3639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3699), + [3642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1689), + [3645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(948), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [3650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2643), + [3653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1638), + [3656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3920), + [3659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3968), + [3662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1504), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [3669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1783), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 2), + [3680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 2), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [3684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(784), + [3687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2789), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [3696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2108), + [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [3705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1122), + [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3349), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [3718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(772), + [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [3727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2597), + [3730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3079), + [3733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(705), + [3736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1596), + [3739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2585), + [3742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1420), + [3745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1038), + [3748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2063), + [3751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(931), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [3756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1026), + [3759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(967), + [3762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1723), + [3765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1959), + [3768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1446), + [3771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2036), + [3774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2758), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [3779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(409), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [3792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1675), + [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [3799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2335), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), + [3824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1591), + [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), + [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 39), + [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 39), + [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 3), + [3857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 3), + [3859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1621), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [3868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2371), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2324), + [3886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1605), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [3895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_literal, 1), + [3909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_literal, 1), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 36), + [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 36), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 37), + [3925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 37), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [3935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2398), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 36), + [3948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 36), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [3952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1817), + [3955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1820), + [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), + [3962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), + [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [3968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2314), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 10), + [3999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 10), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 70), + [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, .production_id = 70), [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), + [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), + [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 36), + [4037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 36), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [4043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [4053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1874), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), + [4062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [4068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [4070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), + [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), + [4076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [4082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), + [4090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_ternary_expression, 5, .production_id = 70), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), + [4148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [4162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1900), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [4203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3505), + [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), + [4207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1946), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [4214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [4232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), + [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [4266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), + [4268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), + [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2907), + [4272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2974), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [4298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1963), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), + [4305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [4309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [4315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [4317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), + [4319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [4341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4217), + [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [4345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), + [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 10), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [4365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3788), + [4368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2410), + [4371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2076), + [4374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3533), + [4377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3794), + [4380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3499), + [4383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3788), + [4386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3944), + [4389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4151), + [4392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2663), + [4395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(88), + [4398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(89), + [4401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(90), + [4404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(247), + [4407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3806), + [4410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3805), + [4413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4772), + [4416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2747), + [4419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2388), + [4422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [4426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3579), + [4429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2683), + [4432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3517), + [4435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2782), + [4438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4165), + [4441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2692), + [4444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(75), + [4447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(76), + [4450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(78), + [4453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(80), + [4456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2726), + [4459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4770), + [4462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [4464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [4466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), + [4472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), + [4474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), + [4476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [4478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4165), + [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [4482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), + [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [4488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), + [4496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), + [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), + [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4171), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [4504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1), + [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), + [4508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1), + [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3643), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [4528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4205), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [4534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), + [4552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [4558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), + [4590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 11), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [4594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1), + [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [4600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [4602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [4610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [4624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), + [4632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1), + [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), + [4638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1), + [4640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), + [4642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), + [4644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 29), + [4646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [4654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), + [4656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), + [4658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), + [4660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), + [4662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [4668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [4676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [4678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [4690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [4698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [4706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [4710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [4732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [4740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [4748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [4752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [4774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 4), + [4776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 4), + [4778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [4784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [4794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [4798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2807), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [4852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [4854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3665), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [4862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [4864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [4868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), + [4884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [4888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3619), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), + [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4215), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [4960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [4970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), + [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4214), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3315), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [5000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 3), + [5002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 3), + [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [5024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [5032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [5042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), + [5044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), + [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [5072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), + [5074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), + [5076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2209), + [5079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2209), + [5082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(3730), + [5085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(4036), + [5088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), + [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3602), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [5104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), + [5106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4202), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [5144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), + [5146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4185), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [5158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 46), + [5160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), + [5174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), + [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [5188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2344), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [5205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3009), + [5208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2264), + [5211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3602), + [5214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3010), + [5217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3479), + [5220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3009), + [5223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3087), + [5226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4202), + [5229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2616), + [5232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(65), + [5235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(67), + [5238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(68), + [5241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(121), + [5244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3008), + [5247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4769), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3000), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3869), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [5296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 45), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), + [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [5332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), + [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), + [5336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), + [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), + [5340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), + [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), + [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [5354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [5400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [5414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), + [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), + [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4206), + [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), + [5450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [5458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3660), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [5470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), + [5472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [5476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), + [5488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2636), + [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [5500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [5502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [5506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), + [5518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), + [5520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [5524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), + [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), + [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), + [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [5544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), + [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [5604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [5666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), + [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4212), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [5672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), + [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), + [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [5714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2863), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [5746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), + [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), + [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [5788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2808), + [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4177), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [5886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2337), + [5889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [5895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), + [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [5903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [5909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), + [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [5915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [5923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [5929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [5935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [5943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), + [5945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), + [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [5955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [5973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [5979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [5987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [5993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [5999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [6005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), + [6007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [6019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [6023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [6037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [6041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [6043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [6059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4174), + [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [6077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), + [6087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), + [6089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [6095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [6105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), + [6107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), + [6109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), + [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [6119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3221), + [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [6125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [6127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [6133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), + [6135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), + [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [6141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), + [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [6149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [6151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [6157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), + [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [6165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [6181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [6183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [6185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [6191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [6213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [6217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), + [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [6247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [6253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [6255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [6257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [6259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [6265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), + [6267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [6271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), + [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [6277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), + [6279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [6281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [6283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), + [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [6289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), + [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [6295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [6297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [6301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [6303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), + [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [6309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [6313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [6319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [6321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [6323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [6325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [6327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [6333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [6335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [6337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [6345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [6355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [6357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [6379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [6381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [6383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [6385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [6393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [6399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [6415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [6417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [6419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), + [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [6423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [6431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [6433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [6435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [6445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [6451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), + [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [6467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), + [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [6471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3381), + [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [6475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), + [6477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [6479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [6481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [6483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), + [6485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), + [6487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [6493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [6497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [6507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [6509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [6515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [6517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [6519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), + [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [6527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [6535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [6537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [6539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [6557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [6569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [6573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), + [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3765), + [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3764), + [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), + [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), + [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [6661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [6673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [6675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [6679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [6683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [6687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [6689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), + [6691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [6693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [6695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), + [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), + [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [6707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [6709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [6711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [6717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [6719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [6721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [6723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [6735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [6739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [6741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [6743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [6745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [6747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [6749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [6751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [6753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [6755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [6757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [6759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [6761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [6763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [6765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [6767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [6769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [6771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [6773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), + [6775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [6777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [6779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [6781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), + [6783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [6785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [6787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [6789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [6795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [6797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [6799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [6801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [6807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [6809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [6815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [6821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [6823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [6825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [6831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [6837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2303), + [6840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2303), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [6847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [6849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4643), + [6852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2193), + [6855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [6857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2259), + [6860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3682), + [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [6867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), + [6869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [6875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2271), + [6878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2271), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [6885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [6887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [6889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4080), + [6892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignments, 2), + [6894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignments, 2), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [6904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2305), + [6907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2305), + [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [6920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2737), + [6923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), + [6925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), + [6927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), + [6929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), + [6931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), + [6933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), + [6935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), + [6937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2), + [6939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2), + [6941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2707), + [6944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2296), + [6947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2296), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [6952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4090), + [6955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2233), + [6958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2192), + [6961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3672), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [6972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [6986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [6990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4016), + [6993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [7009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [7015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 85), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [7055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 87), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [7065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 54), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [7077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 2), + [7079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 40), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [7083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4604), + [7086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2223), + [7089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2257), + [7092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3680), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [7101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2846), + [7104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2294), + [7107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2294), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [7114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), + [7116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), + [7118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [7152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [7154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [7168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 113), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [7174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [7176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [7178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [7188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2804), + [7191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2205), + [7194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2235), + [7197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3677), + [7200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4086), + [7203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [7205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [7207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 67), + [7209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 65), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [7215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 63), + [7217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [7219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2193), + [7222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [7224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3732), + [7227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2251), + [7230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2240), + [7233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3684), + [7236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4070), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [7273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3670), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [7279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [7317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 58), + [7319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 58), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [7325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 49), + [7327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 49), + [7329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3990), + [7332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2196), + [7335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2195), + [7338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3674), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [7343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 26), + [7345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 26), + [7347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2233), + [7350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3723), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [7357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 107), + [7359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 107), + [7361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 4), + [7363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 4), + [7365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3001), + [7368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5), + [7370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5), + [7372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 40), + [7374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 40), + [7376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [7378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [7380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 40), + [7382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 40), + [7384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [7386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [7388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 41), + [7390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 41), + [7392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 128), + [7394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 128), + [7396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [7398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [7400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), + [7402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), + [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [7406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 16), + [7408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 16), + [7410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 2), + [7412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 2), + [7414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 2), + [7416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 2), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [7420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 25), + [7422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 25), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [7426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [7428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [7430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3), + [7432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3), + [7434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 3), + [7436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 3), + [7438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), + [7440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), + [7442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 4), + [7444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 4), + [7446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 83), + [7448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 83), + [7450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), + [7452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 78), + [7454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 78), + [7456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [7458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [7460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), + [7462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), + [7464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [7466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [7468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 62), + [7470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 62), + [7472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_heredoc_body, 2), + [7474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_heredoc_body, 2), + [7476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_body, 2), + [7478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_body, 2), + [7480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 69), + [7482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 69), + [7484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [7486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [7488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3), + [7490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3), + [7492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2205), + [7495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3708), + [7498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2223), + [7501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3714), + [7504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 40), + [7506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 40), + [7508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, .production_id = 38), + [7510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, .production_id = 38), + [7512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 60), + [7514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 60), + [7516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2), + [7518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [7522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 108), + [7524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 108), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [7528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [7530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [7532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 43), + [7534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 43), + [7536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 41), + [7538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 41), + [7540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [7542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [7544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2251), + [7547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3716), + [7550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 40), + [7552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 40), + [7554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 41), + [7556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 41), + [7558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 41), + [7560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 41), + [7562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 41), + [7564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 41), + [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [7576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2298), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [7583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2196), + [7586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3712), + [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [7597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 132), + [7599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 132), + [7601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 97), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [7605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 93), + [7607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 93), + [7609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 73), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [7613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 98), + [7615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 98), + [7617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [7619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 116), + [7621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 116), + [7623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 73), + [7625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 101), + [7627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 101), + [7629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 57), + [7631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 103), + [7633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 103), + [7635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 77), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [7639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [7643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 71), + [7645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 71), + [7647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [7649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [7653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 134), + [7655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 134), + [7657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 100), + [7659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 95), + [7661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 95), + [7663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 41), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [7667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 75), + [7669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 75), + [7671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 57), + [7673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3983), + [7676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2218), + [7679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2242), + [7682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3675), + [7685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4476), + [7688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2247), + [7691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2247), + [7694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4476), + [7697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2255), + [7700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3679), + [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [7705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 124), + [7707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 124), + [7709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 100), + [7711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 126), + [7713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 126), + [7715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 77), + [7717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 91), + [7719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 91), + [7721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 56), + [7723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 120), + [7725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 120), + [7727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 97), + [7729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 122), + [7731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 122), + [7733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 42), + [7735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 118), + [7737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 118), + [7739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 41), + [7741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 104), + [7743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 104), + [7745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 125), + [7747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 125), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [7751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 76), + [7753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 76), + [7755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 94), + [7757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 94), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [7761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4003), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [7766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 117), + [7768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 117), + [7770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 133), + [7772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 133), + [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [7776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 135), + [7778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 135), + [7780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2274), + [7783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 119), + [7785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 119), + [7787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 96), + [7789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 96), + [7791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 121), + [7793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 121), + [7795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4576), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [7799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [7809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 127), + [7811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 127), + [7813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 123), + [7815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 123), + [7817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 72), + [7819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 72), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [7825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 102), + [7827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 102), + [7829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 99), + [7831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 99), + [7833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4576), + [7836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2216), + [7839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2216), + [7842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4576), + [7845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2231), + [7848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3669), + [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), + [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), + [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), + [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), + [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [7863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_expression, 1, .production_id = 10), + [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [7867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [7875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2268), + [7878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 92), + [7880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 92), + [7882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3208), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [7887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3254), + [7890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3276), + [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [7897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2218), + [7900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3725), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [7907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2280), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [7914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2247), + [7917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2247), + [7920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3709), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [7925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [7927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), + [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [7935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3780), + [7937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), + [7939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [7953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [7957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3703), + [7959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), + [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), + [7965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 1, .production_id = 10), + [7967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [7973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3294), + [7984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2216), + [7987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2216), + [7990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3713), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [7995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), + [7997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [8003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [8005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [8009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [8013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3939), + [8015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [8019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), + [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [8031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), + [8033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [8039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2275), + [8042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2275), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), + [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), + [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [8057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), + [8059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), + [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [8063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [8065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [8067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), + [8069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [8071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), + [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), + [8075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), + [8077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [8079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), + [8081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [8083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [8085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [8087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3561), + [8089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), + [8091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3664), + [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), + [8097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), + [8099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3617), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [8103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [8105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), + [8107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [8109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [8111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), + [8113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), + [8115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), + [8117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3650), + [8119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [8121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3662), + [8123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [8125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), + [8127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [8129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3663), + [8131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [8133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), + [8135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), + [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), + [8139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [8141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [8143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), + [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), + [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [8149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), + [8151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), + [8153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3640), + [8155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [8157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), + [8159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [8161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), + [8163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [8165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), + [8167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), + [8171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [8173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3646), + [8175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [8177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), + [8179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), + [8183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [8185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), + [8187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [8189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), + [8191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), + [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [8199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3922), + [8201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3623), + [8203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [8205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), + [8207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), + [8209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3642), + [8212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), + [8214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [8216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), + [8218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [8220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3649), + [8222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [8224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), + [8226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [8228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), + [8230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [8232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3621), + [8234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), + [8236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2378), + [8239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3667), + [8242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [8244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3691), + [8247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2705), + [8250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(254), + [8253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(257), + [8256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(258), + [8259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), + [8261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), + [8263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [8265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [8267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), + [8269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [8271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), + [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), + [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), + [8277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), + [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), + [8285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [8287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), + [8289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), + [8291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), + [8293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [8295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), + [8297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [8299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), + [8301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [8303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), + [8305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), + [8307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), + [8309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [8311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [8313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [8315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [8317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), + [8319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), + [8321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [8325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), + [8329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [8331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), + [8333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [8335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [8337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), + [8341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), + [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), + [8345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [8347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), + [8349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [8351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), + [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), + [8355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), + [8357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [8359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [8361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [8365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [8367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [8369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [8371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [8373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [8375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [8377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), + [8379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), + [8381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [8383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), + [8385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [8387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [8389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [8391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), + [8393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3953), + [8395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [8397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [8399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), + [8401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [8403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [8405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), + [8407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), + [8409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [8411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), + [8413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [8415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), + [8417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [8419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), + [8421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [8423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), + [8425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [8427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), + [8429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [8431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2227), + [8434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3710), + [8437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), + [8439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [8441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), + [8443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [8445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), + [8447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [8449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [8451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [8453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), + [8455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), + [8457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), + [8459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [8461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3536), + [8463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [8465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [8467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [8469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), + [8471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [8473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [8475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), + [8477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [8479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [8481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [8483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), + [8485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), + [8487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [8489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), + [8491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), + [8493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), + [8495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [8497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3696), + [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), + [8501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [8503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [8505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), + [8507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [8509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [8511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [8513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [8515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [8517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [8519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [8521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), + [8523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [8525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [8527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [8529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), + [8531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [8533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [8535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [8539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), + [8541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), + [8543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [8545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [8547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [8549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), + [8551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [8553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), + [8555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3230), + [8557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [8559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [8561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [8563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), + [8565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [8567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [8569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [8571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [8573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), + [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [8577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [8579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [8581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [8583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [8585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), + [8587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [8589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [8591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [8593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [8595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), + [8597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [8599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [8601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [8603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [8607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [8613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [8615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [8617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [8619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [8621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [8625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [8631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [8633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [8635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4483), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [8639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [8647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [8651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3687), + [8654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(2716), + [8657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(172), + [8660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(173), + [8663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(174), + [8666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3676), + [8669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [8673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [8677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4484), + [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [8681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [8689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [8693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 46), + [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [8699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [8703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [8705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [8709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [8713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3687), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [8725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [8729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1), + [8731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), + [8733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), + [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [8737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [8739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [8747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 3, .production_id = 46), + [8749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4224), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), + [8753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 2, .production_id = 45), + [8755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4311), + [8757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [8761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [8765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), + [8767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4558), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [8773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [8777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [8779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2502), + [8782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2502), + [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [8787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [8791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [8797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [8801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [8803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [8805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [8811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [8813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [8815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4271), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [8819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [8821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [8827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [8831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [8835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), + [8837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [8839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), + [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [8843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [8845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4258), + [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [8855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), + [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [8867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3799), + [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [8894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), + [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [8900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), + [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [8904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4422), + [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [8920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [8930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [8942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), + [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [8950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), + [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [8954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [8962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 42), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [8972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 79), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [8976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 46), + [8978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [8980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(282), + [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [8989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2276), + [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [8996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 48), + [8998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 41), + [9000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 47), + [9002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [9004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [9012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), + [9014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), SHIFT_REPEAT(3964), + [9017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2286), + [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [9022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 27), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [9030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 59), + [9032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 28), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [9038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 1, .production_id = 10), + [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), + [9048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), + [9050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2837), + [9053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [9057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 45), + [9059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [9061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), + [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), + [9065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [9067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [9079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 6), + [9081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 57), + [9083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), + [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [9087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), + [9089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), SHIFT_REPEAT(3383), + [9092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), + [9094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4069), + [9097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 73), + [9099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [9105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 41), + [9107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), + [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [9111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), + [9113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), + [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [9117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 2, .production_id = 10), + [9119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatenation_in_expansion, 2), + [9121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [9123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [9127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 77), + [9129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), + [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [9135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), + [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [9141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4094), + [9144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), + [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [9150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1, .production_id = 23), + [9152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1, .production_id = 23), + [9154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [9156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [9160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 97), + [9162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [9168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 100), + [9170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [9176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 1, .production_id = 10), + [9178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), + [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [9184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [9192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 88), + [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [9196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 64), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [9206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), + [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), + [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [9222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), SHIFT_REPEAT(2485), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [9227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 66), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [9237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 68), + [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [9245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 131), + [9247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 130), + [9249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 129), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [9253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [9259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 55), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [9295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2788), + [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [9300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), + [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [9314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 112), + [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [9320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 84), + [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [9332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), + [9334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 86), + [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [9340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 115), + [9342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 114), + [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [9346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 89), + [9348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 111), + [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [9352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 110), + [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [9358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 90), + [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [9362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), + [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [9396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3096), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [9414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 74), + [9416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 74), SHIFT_REPEAT(2065), + [9419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), + [9421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2840), + [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [9444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 8, .production_id = 136), + [9446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [9450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), + [9452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), + [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [9458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 10), + [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [9472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 2, .production_id = 10), + [9474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 1, .production_id = 10), + [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), + [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), + [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [9488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 46), + [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [9492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 81), + [9494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 80), + [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), + [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), + [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), + [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), + [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), + [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), + [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [9534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 105), + [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [9538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 106), + [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), + [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), + [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), + [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), + [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), + [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), + [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [9650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 3, .production_id = 45), + [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), + [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), + [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), + [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), + [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), + [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), + [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [9786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_operator, 2, .production_id = 45), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [9794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 2, .production_id = 10), + [9796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 44), + [9798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 10), + [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), + [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), + [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), + [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), + [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), + [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), + [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), + [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [10292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [10294] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), + [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), + [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), + [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), + [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), + [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), + [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), + [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), + [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), + [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), + [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), + [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), + [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), + [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), + [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), + [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), }; enum ts_external_scanner_symbol_identifiers { @@ -202805,18 +211972,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 +212001,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 +212016,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 +212031,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, @@ -202957,23 +212127,26 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { }, [12] = { [ts_external_token_file_descriptor] = true, - [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, + [ts_external_token__bare_dollar] = true, [ts_external_token__brace_start] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, [13] = { [ts_external_token_file_descriptor] = true, + [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, - [ts_external_token__bare_dollar] = true, [ts_external_token__brace_start] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, [14] = { + [ts_external_token_file_descriptor] = true, [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, }, [15] = { [ts_external_token_file_descriptor] = true, @@ -202985,16 +212158,13 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT_DASH] = true, }, [16] = { - [ts_external_token_file_descriptor] = true, + [ts_external_token__concat] = 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, }, [17] = { - [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, - [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, }, [18] = { @@ -203023,21 +212193,17 @@ 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_file_descriptor] = true, - [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, - [ts_external_token__bare_dollar] = true, [ts_external_token__brace_start] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, }, [24] = { [ts_external_token__concat] = true, @@ -203045,12 +212211,26 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, }, [25] = { + [ts_external_token_file_descriptor] = true, + [ts_external_token__concat] = true, + [ts_external_token_test_operator] = true, + [ts_external_token__bare_dollar] = true, + [ts_external_token__brace_start] = true, + [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, + }, + [26] = { [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] = { + [27] = { + [ts_external_token_test_operator] = true, + [ts_external_token_extglob_pattern] = true, + [ts_external_token_LT_LT] = true, + }, + [28] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203059,7 +212239,7 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [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, @@ -203069,10 +212249,21 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [28] = { + [30] = { [ts_external_token_LT_LT] = true, }, - [29] = { + [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, + }, + [32] = { + [ts_external_token__concat] = true, + [ts_external_token_LT_LT] = true, + }, + [33] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, @@ -203080,102 +212271,100 @@ 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] = { - [ts_external_token__concat] = 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, }, - [31] = { + [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__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, }, - [34] = { + [38] = { [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [35] = { + [39] = { [ts_external_token_LT_LT] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [36] = { - [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_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] = { + [42] = { + [ts_external_token_test_operator] = true, + [ts_external_token__word_in_replacement] = true, + [ts_external_token__brace_start] = true, + [ts_external_token_RBRACE] = true, + }, + [43] = { [ts_external_token__immediate_double_hash] = true, [ts_external_token_RBRACE] = true, }, - [40] = { + [44] = { [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] = { - [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_test_operator] = true, + [ts_external_token_regex] = true, [ts_external_token__brace_start] = true, - [ts_external_token_RBRACK] = true, }, - [45] = { + [47] = { [ts_external_token_heredoc_redirect_token1] = true, }, - [46] = { + [48] = { + [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, + [ts_external_token_RBRACK] = true, + }, + [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 +212372,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 +212387,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] = { + [59] = { [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] = { + [60] = { [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] = { + [61] = { + [ts_external_token_variable_name] = true, + [ts_external_token__word_in_replacement] = true, + [ts_external_token_RBRACE] = 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, }, - [59] = { - [ts_external_token_variable_name] = true, - [ts_external_token_RBRACE] = true, - }, - [60] = { + [63] = { [ts_external_token_RBRACE] = true, + [ts_external_token_heredoc_redirect_token1] = true, }, - [61] = { + [64] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [62] = { + [65] = { + [ts_external_token_variable_name] = true, + [ts_external_token__word_in_replacement] = true, + }, + [66] = { + [ts_external_token_RBRACE] = true, + }, + [67] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [63] = { + [68] = { [ts_external_token__heredoc_body_middle] = true, [ts_external_token_heredoc_end] = true, }, - [64] = { + [69] = { [ts_external_token__concat] = true, }, - [65] = { - [ts_external_token_RBRACE] = true, - [ts_external_token_heredoc_redirect_token1] = true, - }, - [66] = { + [70] = { [ts_external_token__concat] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [67] = { + [71] = { + [ts_external_token_regex] = true, + }, + [72] = { [ts_external_token__concat] = true, [ts_external_token_RBRACE] = true, }, - [68] = { - [ts_external_token_regex] = true, - }, - [69] = { + [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